%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Kowit/SchoolManage/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Program Files (x86)/Kowit/SchoolManage//Syncfusion.XlsIO.Base.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Syncfusion.XlsIO.Base</name>
    </assembly>
    <members>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper">
            <summary>
            This class encapsulates the support for computing filter values and expressions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.#ctor">
            <summary>
            Initializes a new instance of the FilterHelper class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.AddFilterExpression(System.String,System.String)">
            <summary>
            Adds a filter expression.
            </summary>
            <param name="name">The name of filter expression.</param>
            <param name="expression">A string holding a well-formed logical expression.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.RemoveFilterExpression(Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression)">
            <summary>
            Removes a filter expression.
            </summary>
            <param name="exp">The name of the filter expression to be removed.</param>
            <returns>Returns true if the expression was successfully removed; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.Clear">
            <summary>
            Clears all filter expressions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.CaseSensitive">
            <summary>
            Gets or sets value to indicate whether the expression should be treated in a case-sensitive manner. The default value is true.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.Count">
            <summary>
            Gets the number of filter expressions contained in this helper class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper.Item(System.Int32)">
            <summary>
            Gets the particular filter expression in the order it was added.
            </summary>
            <param name="i">The index of desired filter expression.</param>
            <returns>The filter expression.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression">
            <summary>
            This class encapsulates the information needed to define a filter.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.#ctor">
            <summary>
            Initializes a new instance of the FilterExpression class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilterExpression class with the field name of a PivotItem.
            </summary>
            <param name="dimensionName">Field name of the PivotItem.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the FilterExpression class with the field name, field header and expression of a PivotItem.
            </summary>
            <param name="dimensionName">Field name of the PivotItem.</param>
            <param name="dimensionHeader">Field header of the PivotItem.</param>
            <param name="expression">Logical expression defining the filter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the FilterExpression class with the field name, field header, expression and format of a PivotItem.
            </summary>
            <param name="dimensionName">Field name of the PivotItem.</param>
            <param name="dimensionHeader">Field header of the PivotItem.</param>
            <param name="expression">Logical expression defining the filter.</param>
            <param name="format">Format of the filter expression.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.#ctor(System.String,System.String)">
             <summary>
             Initializes a new instance of the FilterExpression class with the field name and expression of a PivotItem.
             </summary>
             <param name="name">Field name of the PivotItem.</param>
            <param name="expression">Logical expression defining the filter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.ComputedValue(System.Object,System.Boolean,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine)">
            <summary>
            Use this method to retrieve the computed value of this expression on an object.
            </summary>
            <param name="component">The object to be evaluated.</param>
            <param name="engine">Used to provide the support for calculation.</param>
            <param name="loadInBackground">Represents the boolean value.</param>
            <returns>The computed value.</returns>
            <remarks>
            The first time this method is called, a delegate for the FilterExpression is created, and then this delegate
            call is passed into the component. Subsequent calls to this method just result into the existing delegate call.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.ComputedValue(System.Object)">
            <summary>
            Used to calculate the value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.DimensionName">
            <summary>
            Gets or sets the field name of the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Format">
            <summary>
            Gets or sets the format of the filter expression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.DimensionHeader">
            <summary>
            Gets or sets the field header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.FieldCaption">
            <summary>
            Gets or sets the field caption.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Evaluator">
            <summary>
            Evaluates the given value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Error">
            <summary>
            Gets the last error that was logged during the compilation and calculation phase.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.ErrorString">
            <summary>
            Gets a descriptive string for the last occurred error.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Name">
            <summary>
            Gets or sets the name of this filter expression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Expression">
            <summary>
            Gets or sets the well-formed logical expression that defines this filter expression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.Tag">
            <summary>
            Gets or sets other information related to filter expression.
            </summary>
            <value>Filter expression information</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression.CaseSensitive">
            <summary>
            Gets or sets whether the expression should be treated in a case-sensitive manner.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.GetCompiledExpression(System.Object,System.Boolean,System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@)">
            <summary>
            Gets the compiled expression.
            NOTE:
            1) The logical operators AND, OR, NOT must be sandwiched between blanks, and either all caps, no caps, or first cap only.
            2) To use column names as AND, OR, NOT, they must be included in [] bracket.
            3) For any other column name, the brackets are optional.
            </summary>
            <param name="source">The ItemSource.</param>
            <param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
            <param name="formula">The formula.</param>
            <param name="error">The error.</param>
            <returns>Delegate.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.GetDynamicValue(System.Object,System.String)">
            <summary>
            Gets the dynamic value.
            </summary>
            <param name="o">ItemSource object.</param>
            <param name="property">Property name of the object.</param>
            <returns>An object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.GetDictionaryDoubleValue(System.Collections.IDictionary,System.String)">
            <summary>
            Gets the double value of the PivotItem.
            </summary>
            <param name="o">ItemSource object.</param>
            <param name="property">Property name of the object.</param>
            <returns>A double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.CheckInList(System.Object,Syncfusion.XlsIO.Implementation.PivotAnalysis.BinaryList)">
            <summary>
            To check in the list of objects using binary search.
            </summary>
            <param name="s">Object to check.</param>
            <param name="list">Binary search list.</param>
            <returns>List of binary objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.GetExpressionPiece(System.Object,System.Boolean,System.Linq.Expressions.ParameterExpression,System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@,System.Object)">
            <summary>
            Pass in a string containing a left or right part, and get an expression back.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.TokenizeStrings(System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@)">
            <summary>
            Replaces strings in formulas with tokens so that the string remains immutable during parsing.
            </summary>
            <param name="formula">The formula with quoted strings.</param>
            <param name="error">Error code if any.</param>
            <returns>A string that represents the formula with quoted strings replaced by tokens.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.DynamicPropertyTypeTable">
            <summary>
            Gets or sets a collection of property types associated with an expando object/dynamic object available in .NET Framework 4.0.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensionsBackground.ListSeparator">
            <summary>
            Gets or sets the list of separated items using list separator ','.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.GetCompiledExpression(System.Object,System.Boolean,System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@)">
            <summary>
            Gets the compiled expression.
            NOTE:
            1) The logical operators AND, OR, NOT must be sandwiched between blanks, and either all caps, no caps, or first cap only.
            2) To use column names as AND, OR, NOT, they must be included in [] bracket. 
            3) For any other column name, the brackets are optional.
            </summary>
            <param name="source">The ItemSource.</param>
            <param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
            <param name="formula">The formula.</param>
            <param name="error">The error.</param>
            <returns>Delegate.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.GetDynamicValue(System.Object,System.String)">
            <summary>
            Gets the dynamic value.
            </summary>
            <param name="o">ItemSource object.</param>
            <param name="property">Property name of the object.</param>
            <returns>An object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.GetDictionaryDoubleValue(System.Collections.IDictionary,System.String)">
            <summary>
            Gets the double value.
            </summary>
            <param name="o">ItemSource object.</param>
            <param name="property">Property name of the object.</param>
            <returns>A double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.CheckInList(System.Object,Syncfusion.XlsIO.Implementation.PivotAnalysis.BinaryList)">
            <summary>
            This method is used to check the list of objects greater than -1 using binary search.
            </summary>
            <param name="s">This parameter is used pass the objects to check.</param>
            <param name="list">Using this parameter we can add list of string.</param>
            <returns>List of binary objects greater than -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.GetExpressionPiece(System.Object,System.Boolean,System.Linq.Expressions.ParameterExpression,System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@,System.Object)">
            <summary>
            Pass in a string containing left or right part, and get an expression back.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.TokenizeStrings(System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError@)">
            <summary>
            Replaces strings in formulas with tokens so that the string remains immutable during parsing.
            </summary>
            <param name="formula">The formula with quoted strings.</param>
            <param name="error">Error code if any.</param>
            <returns>A string that represents the formula with quoted strings replaced by tokens.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.DynamicPropertyTypeTable">
            <summary>
            Gets or sets a collection of property types associated with an expando object/dynamic object available in .NET Framework 4.0.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationExtensions.ListSeparator">
            <summary>
            This property is used to split the list of items using this special character ','.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError">
            <summary>
            Denotes the different error types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.None">
            <summary>
            Denotes no error
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.MissingRightQuote">
            <summary>
            Denotes missing right quote
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.MismatchedParentheses">
            <summary>
            Denotes mismatched parentheses
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.CannotCompareDifferentTypes">
            <summary>
            Denotes that it cannot compare different types
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.UnknownOperator">
            <summary>
            Denotes that it's a unknown operator
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.NotAValidFormula">
            <summary>
            Denotes that it's not a valid formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionError.ExceptionRaised">
            <summary>
            Denotes that exception has raised
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo">
            <summary>
            This class holds the information needed for the calculations that appear in a Pivot control. For each calculation seen, there is an associated
            PivotComputationInfo object that is added to the PivotComputationInfo collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.#ctor">
            <summary>
            Performs certain manipulations with data using summary type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.GetSummaryInstance(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType)">
            <summary>
            Returns a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase"/> object of the specified <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.SummaryType"/>.
            </summary>
            <param name="st">The SummaryType.</param>
            <returns>A SummaryBase object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.ToString">
            <summary>
            Converts to string
            </summary>
            <returns>Calculation name displayed in the PivotTable.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.GetComputationTypes">
            <summary>
            Returns a sorted list of computation names based on the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.SummaryType"/> enumerations.
            </summary>
            <returns>A list of computation names.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.GetSchema">
            <summary>
            This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"/> to the class.
            </summary>
            <returns>
            An <see cref="T:System.Xml.Schema.XmlSchema"/> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)"/> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)"/> method.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.ReadXml(System.Xml.XmlReader)">
            <summary>
            Generates an object from its XML representation.
            </summary>
            <param name="reader">The <see cref="T:System.Xml.XmlReader"/> stream from which the object is deserialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.WriteXml(System.Xml.XmlWriter)">
            <summary>
            Converts an object into its XML representation.
            </summary>
            <param name="writer">The <see cref="T:System.Xml.XmlWriter"/> stream to which the object is serialized.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.AllowSort">
            <summary>
            Gets or sets whether this calculation column can be sorted when
            RowPivotsOnly is true in the PivotEngine. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.AllowFilter">
            <summary>
            Gets or sets whether this calculation column can be filtered when
            RowPivotsOnly is true in the PivotEngine. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.IsTopColumnSummary">
            <summary>
            Gets or sets whether this calculation column only displays the subtotals for top column
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.EnableHyperlinks">
            <summary>
            Gets or sets whether this calculation column should be hyperlinked when RowPivotsOnly is true in the PivotEngine.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.FieldName">
            <summary>
            Gets or sets the name of the property to be used in this calculation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.FieldHeader">
            <summary>
            Gets or sets the title you want to see in the header for this item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.FieldCaption">
            <summary>
            Gets or sets the title you want to see in the header for this item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.Description">
            <summary>
            Gets or sets a description for this calculation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.InnerMostComputationsOnly">
            <summary>
            Gets or sets whether the aggregation result should appear only for the innermost level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.PadString">
            <summary>
            This is used to specify a custom string in the PivotComputation column instead of the original cell value. 
            To use this, we must set SummaryType as DisplayIfDiscreteValuesEqual.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.CalculationName">
            <summary>
            Gets or sets what needs displayed in the PivotTable if more than one calculation is included in the Pivot control.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.AllowRunTimeGroupByField">
            <summary>
            Gets or sets value to enable/disable grouping for this PivotItem. Default value is true.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.Summary">
            <summary>
            Gets or sets the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase"/> object that is used to define this calculation. This value is automatically set 
            when you specify any non-custom value of <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.SummaryType"/>. If you specify SummaryType.Custom, then you are required
            to set Summary to be an instance of your custom SummaryBase derived object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.SummaryType">
            <summary>
            Gets or sets the SummaryType enumeration for this calculation. Setting it to any value other than "Custom"
            will properly set the summary.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.DisplayOption">
            <summary>
            This is used to display or hide the computation values in PivotEngine based on the option provided.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.CalculationType">
            <summary>
            Gets or sets the calculation type for this computation object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.BaseField">
            <summary>
            Gets or sets the value of base field for calculations.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.BaseItem">
            <summary>
            Gets or sets the value of base item for calculations.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.Formula">
            <summary>
            Gets or sets a formula that defines the value as an algebraic expression of other computations where these 
            computations are referenced by their <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.CalculationName"/> enclosed within square brackets.
            </summary>
            <remarks>
            For example, if the value of formula is "[AvgPrice]-[AvgCost]", then there should be two other computations whose names are
            AvgPrice and AvgCost, and the value displayed for this computation should be the difference between those two values.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.Expression">
            <summary>
            Used internally for formula calculation types.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.Format">
            <summary>
            Gets or sets the format string used to format this calculation results in the Pivot control. Default format string is #.##.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.DefaultValue">
            <summary>
            Gets or sets the default value to be used when this summary calculation gets null value.
            </summary>        
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.PropertyChanged">
            <summary>
            Event denoting whether the property is changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo.FieldType">
            <summary>
            Gets or sets the value of field type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryDisplayLevel">
            <summary>
            Controls whether a summary calculation is to be displayed for all levels or only for the inner-most level.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryDisplayLevel.All">
            <summary>
            Indicates to display the summary at all Pivot levels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryDisplayLevel.InnerMostOnly">
            <summary>
            Indicates to display the summary at only the inner most Pivot level.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType">
            <summary>
            Enumerates the summary types available for calculations in the Pivot control. If you use the value "Custom" in a ComputationInfo object, then you are required to explicitly set the ComputationInfo.Summary value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleTotalSum">
            <summary>
            Computes the sum of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleAverage">
            <summary>
            Computes the simple average of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleMaximum">
            <summary>
            Computes the maximum of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleMinimum">
            <summary>
            Computes the minimum of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleStandardDeviation">
            <summary>
            Computes the standard deviation of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DoubleVariance">
            <summary>
            Computes the variance of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Count">
            <summary>
            Computes the count of double or integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DecimalTotalSum">
            <summary>
            Computes the sum of decimal values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.IntTotalSum">
            <summary>
            Computes the sum of integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Custom">
            <summary>
            Specifies that you are using a custom SummaryBase object to define the calculation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DisplayIfDiscreteValuesEqual">
            <summary>
            Displays the common value if all the values to be aggregated are the same, and displays a <see cref="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.DisplayIfDiscreteValuesEqual"/>
            if the values to be aggregated are not all the same.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Sum">
            <summary>
            Computes the sum of values. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Average">
            <summary>
            Computes the average of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Max">
            <summary>
            Computes the maximum of values. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Min">
            <summary>
            Computes the minimum of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.CountNumbers">
            <summary>
            Computes the count of integer values. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.StdDev">
            <summary>
            Computes the standard deviation of values if data set contains a sample of the population.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.StdDevP">
            <summary>
            Computes the standard deviation of values if data set contains a complete population.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.Var">
            <summary>
            Computes the variance of values if data set contains a sample of the population.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryType.VarP">
            <summary>
            Computes the variance of values if data set contains a complete population.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType">
            <summary>
            Calculation type defines the view for a particular computational object (or value field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.NoCalculation">
            <summary>
            Remove the custom calculations and restore to original values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfGrandTotal">
            <summary>
            Displays a value cell as a percentage of grand total of all value cells of PivotEngine.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfColumnTotal">
            <summary>
            Displays all value cells in each column as a percentage of its corresponding column total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfRowTotal">
            <summary>
            Displays all value cells in each row as a percentage of its corresponding row total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfParentColumnTotal">
            <summary>
            Displays a value cell as a percentage of parent column item values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfParentRowTotal">
            <summary>
            Displays a value cell as a percentage of parent row item values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfParentTotal">
            <summary>
            Displays a value cell as a percentage of BaseField (Parent Row/Column Total).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.Index">
            <summary>
            Displays a value cell as an index value based on PivotEngine generation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.Formula">
            <summary>
            Displays a calculation based on a well formed algebraic expression involving other calculations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOf">
            <summary>
            Displays values as a percentage of the value of the BaseItem in the BaseField.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.DifferenceFrom">
            <summary>
            Displays values as the difference from the value of the BaseItem in the BaseField.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfDifferenceFrom">
            <summary>
            Displays values as the percentage difference from the value of the BaseItem in the BaseField.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.RunningTotalIn">
            <summary>
            Displays the value of successive items in the BaseField as a running total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.PercentageOfRunningTotalIn">
            <summary>
            Calculates the value of successive items in the BaseField that are displayed as a running total as a percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.RankSmallestToLargest">
            <summary>
            Displays the rank of selected values in a specific field, listing the smallest item in the field as 1 and each larger value will have a higher rank value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.CalculationType.RankLargestToSmallest">
            <summary>
            Displays the rank of selected values in a specific field, listing the largest item in the field as 1 and each smaller value will have a higher rank value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption">
            <summary>
            Used to provide a list of display option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption.None">
            <summary>
            Fully present in the PivotEngine but not seen in the display.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption.Calculations">
            <summary>
            Fully present in the PivotEngine but visible only in the calculation region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption.Summary">
            <summary>
            Fully present in the PivotEngine but visible only in the interior summary region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption.GrandTotals">
            <summary>
            Fully present in the PivotEngine but visible only in the GrandTotal region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayOption.All">
            <summary>
            Fully present in the PivotEngine and completely available for display.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase">
            <summary>
            This is an abstract class that defines the necessary functionality to do PivotCalculations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.Combine(System.Object)">
            <summary>
            Use this method to combine a value from an object in the Pivot control data source with the accumulation values held in this instance.
            </summary>
            <param name="other">The value to be included in the computation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.Reset">
            <summary>
            Resets all internal values so the calculations begins as new.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.GetResult">
            <summary>
            Returns the calculation value.
            </summary>
            <returns>The calculation value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.GetInstance">
            <summary>
            Provides a new instance of this SummaryBase object.
            </summary>
            <returns>New instance of this SummaryBase.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Use this method to combine another SummaryBase object with the accumulation values held in this instance.
            </summary>
            <param name="other">The other SummaryBase object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase.ShowNullAsBlank">
            <summary>
            Gets or sets whether the Pivot control should display null value as blank instead of 0 (which is the default behavior).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.IAdjustable">
            <summary>
            Use this interface to enable shortcut calculations to adjust a summary when an underlying
            value changes. The idea is to avoid re-computing the summary from scratch. For example, if 
            your summary computes the total of a set of values, you can quickly adjust this computed
            total when a value changes by subtracting the old value and adding the new value without
            having to re-compute the total from scratch. Not all types of calculations lend themselves
            to this shortcut behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IAdjustable.AdjustForNewContribution(System.Object)">
            <summary>
            Adjusts the summary for a change in one of its underlying values.
            </summary>
            <param name="newContribution">The new value of the changed field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IAdjustable.AdjustForOldContribution(System.Object)">
            <summary>
            Adjusts the summary for a change in one of its underlying values.
            </summary>
            <param name="oldContribution">The old value of the changed field.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary">
            <summary>
            Computes the count of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.ToString">
            <summary>
            Converts data to string.
            </summary>
            <returns>string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.Combine(System.Object)">
            <summary>
            Combines different values into one.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the summaries into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.GetResult">
            <summary>
            Obtains the count value.
            </summary>
            <returns>Count</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.GetInstance">
            <summary>
            Gets the instance of the class.
            </summary>
            <returns>Total summary value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.AdjustForNewContribution(System.Object)">
            <summary>
            Gets to adjust for the new value.
            </summary>
            <param name="newContribution">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CountSummary.AdjustForOldContribution(System.Object)">
            <summary>
            Gets to adjust for the old value.
            </summary>
            <param name="oldContribution">Object</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary">
            <summary>
            This class is used to compute the minimum of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.ToString">
            <summary>
            Converts the value to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.Combine(System.Object)">
            <summary>
            Combines different values together.
            </summary>
            <param name="other">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.GetResult">
            <summary>
            Obtains the minimum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMinSummary.GetInstance">
            <summary>
            Gets the instance of type DoubleMinSummary.
            </summary>
            <returns>DoubleMinSummary</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary">
            <summary>
            This class is used to compute the maximum of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.ToString">
            <summary>
            Converts the value to string
            </summary>
            <returns>string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.Combine(System.Object)">
            <summary>
            Combines the different values together for maximum summary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.GetResult">
            <summary>
            Obtains the maximum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleMaxSummary.GetInstance">
            <summary>
            Returns the instance of type DoubleMaxSummary.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary">
            <summary>
            This class is used to compute the standard deviation of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.GetResult">
            <summary>
            Obtains the standard deviation value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleStDevSummary.GetInstance">
            <summary>
            Returns the instance of type DoubleStDevSummary.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary">
            <summary>
            This class is used to compute the variance of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.Combine(System.Object)">
            <summary>
            Combines different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.GetResult">
            <summary>
            Obtains the variance value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleVarianceSummary.GetInstance">
            <summary>
            Returns the instance of type DoubleVarianceSummary.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary">
            <summary>
            This class is used to compute the average of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.ToString">
            <summary>
            Converts data to string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.Combine(System.Object)">
            <summary>
            Combines different values together.
            </summary>
            <param name="other"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines different summaries into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.GetResult">
            <summary>
            Obtains the average value.
            </summary>
            <returns>Average value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.GetInstance">
            <summary>
            Returns the instance of type DoubleAverageSummary.
            </summary>
            <returns>DoubleAverageSummary</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.AdjustForNewContribution(System.Object)">
            <summary>
            Gets to adjust for the new value.
            </summary>
            <param name="newContribution">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleAverageSummary.AdjustForOldContribution(System.Object)">
            <summary>
            Gets to adjust for the old value.
            </summary>
            <param name="oldContribution">Object</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary">
            <summary>
            This class is used to compute the sum of double or integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.ToString">
            <summary>
            Returns the string for the concerned data.
            </summary>
            <returns>string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.Combine(System.Object)">
            <summary>
            Combines different values together.
            </summary>
            <param name="other"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines different summaries into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.GetResult">
            <summary>
            Obtains the sum/total value.
            </summary>
            <returns>Sum/total value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.GetInstance">
            <summary>
            Returns the instance of type DoubleTotalSummary.
            </summary>
            <returns>DoubleTotalSummary</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.AdjustForNewContribution(System.Object)">
            <summary>
            Gets to adjust for the new value.
            </summary>
            <param name="newContribution">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DoubleTotalSummary.AdjustForOldContribution(System.Object)">
            <summary>
            Gets to adjust for the old value.
            </summary>
            <param name="oldContribution">Object</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary">
            <summary>
            This class is used to compute the sum of integer values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.ToString">
            <summary>
            Converts to the string type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.Combine(System.Object)">
            <summary>
            Combines different values together.
            </summary>
            <param name="other">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines different Summary into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.GetResult">
            <summary>
            Obtains the sum/total value.
            </summary>
            <returns>Sum/total value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.GetInstance">
            <summary>
            Returns the instance of type IntTotalSummary.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.AdjustForNewContribution(System.Object)">
            <summary>
            Gets to adjust for the new value.
            </summary>
            <param name="newContribution">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IntTotalSummary.AdjustForOldContribution(System.Object)">
            <summary>
            Gets to adjust for the old value.
            </summary>
            <param name="oldContribution">Object</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary">
            <summary>
            This class is used to computes the sum of decimal values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.ToString">
            <summary>
            Converts the data to string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
            <param name="other">Object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the summaries together.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.GetResult">
            <summary>
            Obtains the sum/total value.
            </summary>
            <returns>Sum/total value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.GetInstance">
            <summary>
            Returns the instance of type DecimalTotalSummary.
            </summary>
            <returns>DecimalTotalSummary</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.AdjustForNewContribution(System.Object)">
            <summary>
            Gets to adjust for the new value.
            </summary>
            <param name="newContribution">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DecimalTotalSummary.AdjustForOldContribution(System.Object)">
            <summary>
            Gets to adjust for the old value.
            </summary>
            <param name="oldContribution">Object</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual">
            <summary>
            Displays the aggregated value in the PivotComputation column, if all the values are aggregated to be same
            else the value in PadString property is displayed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.#ctor">
            <summary>
            Displays if the discrete values are equal.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.Combine(System.Object)">
            <summary>
            Combines the different values together. 
            </summary>
            <param name="other">Object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.Reset">
            <summary>
             Resets the value for the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.GetResult">
            <summary>
            Obtains the resultant value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.GetInstance">
            <summary>
            Returns the instance of type DisplayIfDiscreteValuesEqual.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries into one.
            </summary>
            <param name="other"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.DisplayIfDiscreteValuesEqual.PadString">
            <summary>
            Returns the padded string
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum">
            <summary>
            Displays the sum of values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.ToString">
            <summary>
            Converts to the string type
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.Combine(System.Object)">
            <summary>
            Combines different values together
            </summary>
            <param name="other">object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines different Summary
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.Reset">
            <summary>
            Resets the variable
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.GetResult">
            <summary>
            Obtains the result
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Sum.GetInstance">
            <summary>
            Obtains the instance of Sum.
            </summary>
            <returns>Sum</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average">
            <summary>
            Displays the Average of values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.ToString">
            <summary>
            Converts the data to string type
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.Combine(System.Object)">
            <summary>
            Merges the values.
            </summary>
            <param name="other"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries into one.
            </summary>
            <param name="other">SummaryBase</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.Reset">
            <summary>
            Resets the total and count.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.GetResult">
            <summary>
            Gets the result.
            </summary>
            <returns>result</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Average.GetInstance">
            <summary>
            Gets the instance of the object.
            </summary>
            <returns>Average</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max">
            <summary>
            Displays the maximum value of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.ToString">
            <summary>
            Converts the value to string type
            </summary>
            <returns>string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.Combine(System.Object)">
            <summary>
            Combines the different values together for maximum summary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.GetResult">
            <summary>
            Obtains the maximum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Max.GetInstance">
            <summary>
            Returns the instance of type Max.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min">
            <summary>
            Displays the minimum value of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.ToString">
            <summary>
            Converts the value to string type
            </summary>
            <returns>string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.Combine(System.Object)">
            <summary>
            Combines the different values together for minimum summary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.GetResult">
            <summary>
            Obtains the minimum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Min.GetInstance">
            <summary>
            Returns the instance of type Min.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance">
            <summary>
            Displays the Variance of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.GetResult">
            <summary>
            Obtains the variance of given value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.Variance.GetInstance">
            <summary>
            Returns the instance of type Variance.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP">
            <summary>
            Displays the VarianceP of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.GetResult">
            <summary>
            Obtains the variance population of given value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.VarianceP.GetInstance">
            <summary>
            Returns the instance of type VarianceP.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev">
            <summary>
            Displays the standard deviation of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.GetResult">
            <summary>
            Obtains the standard deviation value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDev.GetInstance">
            <summary>
            Returns the instance of type StDev.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP">
            <summary>
            Displays the standard deviation population of given values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.ToString">
            <summary>
            Converts data to string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.Combine(System.Object)">
            <summary>
            Combines the different values together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.CombineSummary(Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryBase)">
            <summary>
            Combines the different summaries together.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.Reset">
            <summary>
            Resets the value of the variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.GetResult">
            <summary>
            Obtains the standard deviation population value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.StdDevP.GetInstance">
            <summary>
            Returns the instance of type StDevP.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine">
            <summary>
            This class encapsulates pivoting calculation support. To use it, first populate the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotColumns"/> and 
            <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotRows"/> collections to define the properties being pivoted. Then you populate the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotCalculations"/>
            collection to define the values you would like to see populated.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddFilter(Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression)">
            <summary>
            Adds a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> to the Pivot Schema of this Engine.
            </summary>
            <param name="item">The filter expression.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.InsertFilter(System.Int32,Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression)">
            <summary>
            Inserts a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> to the Pivot Schema for this Engine at a specified index.
            </summary>
            <param name="index">The index position.</param>
            <param name="exp">The filter expression.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RemoveFilter(Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression)">
            <summary>
            Removes a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> from the Pivot Schema for the engine.
            </summary>
            <param name="exp">The filter expression.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ClearFilters">
            <summary>
            Clears all filter expressions from the Pivot Schema for the engine.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.FindFilterByName(System.String)">
            <summary>
            Finds a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> in <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Filters"/> by its name.
            </summary>
            <param name="filterName">The name of the desired filter expression.</param>
            <returns>The filter expression.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ExpanderSortflag">
            <summary>
            Sets the flag for performing sorting operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetSortDirection(System.Int32)">
            <summary>
            Gets the sort direction of a particular column, even if the column has been moved from its initial position. This is used only when "RowPivotsOnly" is set to true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ClearSorts">
            <summary>
            Clears all the sorted order in Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ClearSortAt(System.Int32)">
            <summary>
            Clears the sort at the specified index.
            </summary>
            <param name="index">The specified index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AnyValueColumnsSorted">
            <summary>
            Returns the sorted columns count.
            </summary>
            <returns>Column count.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ResolveColumnIndex(System.Int32)">
            <summary>
            Returns the original position of the column in the PivotCalculations collection. 
            This is only used when "RowPivotsOnly" is set to true.
            </summary>
            <param name="columnIndex">The current position of the column in the display.</param>
            <returns>Returns the original position of the column as determined 
            by its position in the PivotCalculations collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsColumnSorted(System.Int32)">
            <summary>
            Checks whether a column at the given index, in the display, is sorted or not.
            </summary>
            <param name="columnIndex">The index of the column in the display.</param>
            <returns>Returns true if sorted; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CanFilterColumn(System.Int32)">
            <summary>
            Checks whether a column at the given index is filterable. This is used only when "RowPivotsOnly" is set to true.
            </summary>
            <param name="columnIndex">The index of the column in the display.</param>
            <returns>Returns true if the column can be filtered; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CanSortColumn(System.Int32)">
            <summary>
            Checks whether a column at the given index is sortable. This is used only when "RowPivotsOnly" is set to true.
            </summary>
            <param name="columnIndex">The index of the column in the display.</param>
            <returns>Returns true if the column can be sorted, otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetFieldNameAtIndex(System.Int32)">
            <summary>
            Returns the field name at a given column even if the column has been moved from its original
            position. This is used only when "RowPivotsOnly" is set to true.
            </summary>
            <param name="columnIndex">The index of the column.</param>
            <returns>The field name at the specified index.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.sortColIndexes">
            <summary>
            List that holds the sorted column indexes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.columnIndexes">
            <summary>
            List that holds column indexes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AdjustColumnIndexes(System.Int32,System.Int32)">
            <summary>
            This method is used internally within the Syncfusion library code to adjust column indexes.
            </summary>
            <param name="from">Old index position.</param>
            <param name="to">New index position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortByCalculation(System.Int32)">
            <summary>
            Sort different values by calculation based on column index.
            </summary>
            <param name="colIndex">The column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortByCalculation(System.Int32,System.Boolean)">
            <summary>
            Sort different values by calculation based on column index and multi-column sorting.
            </summary>
            <param name="colIndex">The column index.</param>
            <param name="isMultiColumn">Returns true if multi-column sorting operation is done; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortByCalculation(System.Int32,System.Boolean,System.ComponentModel.ListSortDirection)">
            <summary>
            Sort different values by calculation based on column index, multi-column sorting and sort direction.
            </summary>
            <param name="colIndex">The column index.</param>
            <param name="isMultiColumn">Returns true if multi-column sorting operation is done; otherwise, false.</param>
            <param name="dir">Specifies the sort direction.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortColumnHeader(System.Int32)">
            <summary>
            Performs sorting operation in column header.
            </summary>
            <param name="colHeaderIndex">The index of column header.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetPivotEngineValueFor(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo"/> object associated with a particular cell
            in the PivotTable. The PivotCellInfo object contains value and formatted text properties information.
            </summary>
            <param name="rowIndex">Row index of the cell.</param>
            <param name="columnIndex1">Column index of the cell.</param>
            <param name="shouldCalculateTotal">if set to <c>true</c> [should calculate total].</param>
            <returns>A PivotCellInfo object that contains information about the cell contents.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.highWaterRowIndex">
            <exclude />
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EnsureCalculationsLoaded">
            <summary>
            When "EnableOnDemandCalculations" is true, calling this method will ensure that all the summary calculations are fully computed.
            This is used internally.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.DoLazyCalculation">
            <summary>
            When <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EnableOnDemandCalculations"/> is true, this method will compute all summary calculation for the first row that has not been calculated yet.
            </summary>
            <returns>Returns true if all the rows have their summary calculation completed; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RefreshItemProperties">
            <summary>
            Used to fill/re-fill the ItemProperties with newly added/updated fields.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddAllowedField(Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo)">
            <summary>
            Adds the field to "AllowedFields" property.
            </summary>
            <param name="fi">FieldInfo</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetVisibleRecords(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression})">
            <summary>
            Returns the collection of objects which are currently used in the Grid.
            </summary>
            <param name="Filters">List of filter items collection.</param>
            <returns>Collection of objects currently used.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetRowColumnPivotValuesAt(System.Int32,System.Int32,System.String@)">
            <summary>
            Returns the row and column PivotValues at the specified cell index.
            </summary>
            <param name="row">The row index of Pivot values.</param>
            <param name="column">The column index of Pivot values.</param>
            <param name="calcFieldName">Name of the PivotField at the specified row and column index.</param>
            <returns>List of values at the specified row and column index.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.isForRawItem">
            <summary>
            Returns the list of raw values.
            </summary>
            <param name="row">The row index.</param>
            <param name="col">the column index.</param>
            <returns>The raw items.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetRawItemsForEach(System.Int32,System.Int32)">
            <summary>
            Returns the collection of raw items for specified rows and columns in the Grid.
            </summary>
            <param name="row">The row index.</param>
            <param name="col">The column index.</param>
            <returns>Collection of raw items.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RemoveAllowedField(Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo)">
            <summary>
            Removes the allowed field from Grid.
            </summary>
            <param name="fi">The field to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PopulateDefaultPropertyFields">
            <summary>
            Contains the default properties for the items in the DataSource.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ClearAllowedFields">
            <summary>
            Clears the allowed fields in the Pivot control.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SuspendComputations">
            <summary>
            Suspends calculations as PivotItems are added or removed from either RowPivots or ColumnPivots 
            collections or when PivotCalculations are added or removed from the PivotCalculations collection.
            </summary>
            <remarks>
            By default, calculations are always suspended. Once you have populated all the appropriate collections
            to define your PivotTable, you can call <see cref="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Populate"/> method to tell the engine to generate the PivotTable
            contents that you can access by indexing the engine.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ResumeComputations">
            <summary>
            Resumes calculations after a call to suspend computations without re-setting the PivotTable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ResumeComputations(System.Boolean)">
            <summary>
            Resumes calculations after a call to suspend computations with the option of re-setting the PivotTable.
            </summary>
            <param name="resetPivotCollections">Returns true if the PivotTable should be recomputed; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ResumeComputations(System.Boolean,System.Boolean)">
            <summary>
            Resumes calculations after a call to "SuspendComputations" method with an option of re-setting the PivotTable.
            </summary>
            <param name="resetPivotCollections">Returns true if the PivotTable should be recomputed; otherwise, false.</param>
            <param name="shouldRefresh">Returns true if the Pivot control should be refreshed; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Populate">
            <summary>
            Using this method we can populate the values of the current PivotTable.
            </summary>
            <remarks>
            Once you have populated the PivotColumns, PivotRows and PivotCalculations collections, you
            call this method to actually populate this engine with the PivotCalculations. After this call,
            you can then access information on the contents of any cell by indexing the engine object. The 
            indexers are zero based.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Reset">
            <summary>
            Resets the PivotTable and its collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Dispose">
            <summary>
            Method to dispose the PivotEngine resources in order to release the unmanaged memory.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddPivotCalculation(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo)">
            <summary>
            Adds calculation to the PivotCalculations collection.
            </summary>
            <param name="info">The calculation field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.InsertPivotCalculation(System.Int32,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo)">
            <summary>
            Inserts calculation at a specified index.
            </summary>
            <param name="index">Index to insert the calculation field.</param>
            <param name="info">The calculation field.</param>        
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RemovePivotCalculation(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotComputationInfo)">
            <summary>
            Removes calculation from the PivotCalculations collection.
            </summary>
            <param name="info">The calculation field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddRowPivot(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Adds PivotItem to the PivotRows collection.
            </summary>
            <param name="pivotItem">The item to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.InsertRowPivot(System.Int32,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Inserts a PivotItem to the PivotRows collection at a specified index.
            </summary>
            <param name="index">The index to insert PivotItem into PivotRows.</param>
            <param name="pivotItem">The PivotItem.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RemoveRowPivot(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Removes a PivotItem from the PivotRows collection.
            </summary>
            <param name="pivotItem">The item to be removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddColumnPivot(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Adds a PivotItem to the PivotColumns collection.
            </summary>
            <param name="pivotItem">The item to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.InsertColumnPivot(System.Int32,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Inserts a PivotItem to the PivotColumns collection at a specified index.
            </summary>
            <param name="index">The index to insert PivotItem into PivotColumns.</param>
            <param name="pivotItem">The item to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RemoveColumnPivot(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem)">
            <summary>
            Removes a PivotItem from the PivotColumns collection.
            </summary>
            <param name="pivotItem">The item to be removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PopulateValueCells">
            <summary>
            Populates the value cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.UpdateCalculatedValue(System.Int32,System.Int32,System.Object,System.String)">
            <summary>
            Updates the calculated value based on the "CalculationType" of the computation object.
            </summary>
            <param name="row">The row index.</param>
            <param name="col">The column index.</param>
            <param name="v">The new value.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>The formatted text.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CoverColumnHeaders">
            <summary>
            Generates the covered ranges of each column header cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CoverGrandTotalRanges">
            <summary>
            Generates the covered ranges of grand total cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CoverRowHeaders">
            <summary>
            Generates the covered ranges of each row header cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ReArrangePivotValuesForColumn">
            <summary>
            Re-arrange the PivotValues for column when grid layout is TopSummary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ReArrangePivotValuesForRows">
            <summary>
            Re-arrange the PivotValues for row when GridLayout is TopSummary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryColumn(System.Int32)">
            <summary>
             Checks whether the column is summary column or not.
            </summary>
            <param name="colIndex">Index of the column.</param>
            <returns>Returns true if it's summary column; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryColumn(System.Int32,System.Int32@)">
            <summary>
             Checks whether the column is summary column or not.
            </summary>
            <param name="colIndex">Index of the column.</param>
            <param name="k">The argument to be passed by reference.</param>
            <returns>Returns true if it's summary column; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryColumnWhileOnDemand(System.Int32,System.Int32@)">
            <summary>
            Checks whether the column is summary column or not, when on-demand operation is performed.
            </summary>
            <param name="colIndex">Index of the column.</param>
            <param name="k">The argument to be passed by reference.</param>
            <returns>Returns true if it's summary column; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryColumnWhileTopSummary(System.Int32)">
            <summary>
            Checks whether the column is summary column or not, when GridLayout is TopSummary.
            </summary>
            <param name="colIndex">Index of the column.</param>
            <returns>Returns true if it's summary column; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryRowWhileTopSummary(System.Int32)">
            <summary>
            Checks whether the row is summary row or not, when GridLayout is TopSummary.
            </summary>
            <param name="rowIndex">Index of the row.</param>
            <returns>Returns true if it's summary row; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryRow(System.Int32,System.Int32@)">
            <summary>
            Checks whether the row is summary row or not.
            </summary>
            <param name="rowIndex">Index of the row.</param>
            <param name="k">The argument to be passed by reference.</param>
            <returns>Returns true if it's summary row; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsSummaryRowWhileOnDemand(System.Int32,System.Int32@)">
            <summary>
            Checks whether the row is summary row or not, when on-demand operation is performed.
            </summary>
            <param name="rowIndex">Index of the row.</param>
            <param name="k">The argument to be passed by reference.</param>
            <returns>Returns true if it's summary row; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsRowSummary(System.Int32)">
            <summary>
            Checks whether the row at the specified index is summary row or not.
            </summary>
            <param name="rowIndex">Index of the row.</param>
            <returns>Returns true if it's summary row; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AddComparers(System.Type)">
            <summary>
            Adds a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> comparer for the specific PivotItem.
            </summary>
            <param name="type">Property type of the PivotItem.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.OnPivotSchemaChanged(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotSchemaChanged"/> event.
            </summary>
            <param name="e">The event argument.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RaisePivotSchemaChangedEvent(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotSchemaChanged"/> event.
            </summary>
            <param name="e">The event argument.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.UpdateAllSummariesRespectingHiddenRowIndexes">
            <summary>
            This method will re-compute all the summaries ignoring certain summary row whose index is
            in "HiddenRowIndexes".
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetHiddenRowKeyValueColumnIndex">
            <summary>
            Gets the hidden rows key values. 
            </summary>
            <returns>Count of the hidden PivotRows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetUnindexedPivotCellInfo(System.Int32,System.Int32)">
            <summary>
            Gets the un-indexed "PivotCellInfo".
            </summary>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
            <returns>PivotCellInfo</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IndexEngine">
            <summary>
            Gets or sets the IndexEngine. IndexEngine provides a way to access the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IndexEngine"/> object from the PivotEngine class in-order to perform the on-demand process.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GetValue">
            <summary>
            Gets or sets a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.GetValueDelegate"/> delegate that returns a property value for a given object.
            </summary>
            <remarks>
            If this member is null, the IndexEngine will use reflection to obtain property values from objects in
            the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.DataSource"/>. NOTE: Usually a well written delegate can provide values more efficiently
            than using reflection. For performance improvements, you will want to provide a well written delegate for
            this property.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.UseIndexedEngine">
            <summary>
            Gets or sets whether an optimized algorithm that relies on indexing the raw
            data used to compute the Pivot information.
            </summary>
            Setting this property indicates that the PivotEngine should use a newer way of computing
            the Pivot information. This technique requires more memory but will work significantly quicker 
            for Pivots that have a large number of cells. For smaller Pivots, there is no gain in performance
            with this newer technique.
            <remarks>
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ApplyFormattedSummary">
            <summary>
            Gets or sets the formatted total value for the sub-total/grand total cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EditCellsInfo">
            <summary>
            Gets or sets the edited cells information.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.IsDataDynamic">
            <summary>
            Gets or sets whether the DataSource is a collection of dynamic objects supported in the .NET Framework 4.0.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ShowGrandTotals">
            <summary>
            Gets or sets value to show/hide grand totals.
            </summary>
            <remarks>
            Default value is true.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GridLayout">
            <summary>
            Gets or sets value to indicate whether sub-totals should be shown at the top or bottom.
            </summary>
            <remarks>
            Default value is Normal.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ShowSingleCalculationHeader">
            <summary>
            Gets or sets a value to indicate whether calculation header should be shown/hidden when there is a single calculation.
            The default value is false. This property does not affect the settings when "UseIndexedEngine" is set to true.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EnableLazyLoadOnDemandCalculations">
            <summary>
            When setting the EnableOnDemandCalculations property to true, it allows the UI to trigger the summary calculations
            during the application idle cycles.
            </summary>
            <remarks>
            This means that the summaries in the Pivot control may be fully populated when the user does something like sort/filter a PivotItem
            which avoids a delay. If EnableOnDemandCalculations is false, setting this property has no effect.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EnableOnDemandCalculations">
            <summary>
            Gets or sets whether the calculations are postponed until the value is requested through the Indexer on PivotEngine. The default value is false.
            </summary>
            <remarks>
            The default calculation behavior is for all the value cells to be populated during the call to PivotEngine.Calculate. When EnableOnDemandCalculations
            is set true, then the calculations are postponed until there is an initial request for a calculated value. At that time, the calculation is completed
            and stored. Subsequent requests for a value return the stored value instead of redoing the calculations.
            
            Setting the EnableOnDemandCalculations allows the initial display of a large pivot table as only the visible cells will need to be calculated. This
            speed up in initial display, does come at the cost of a slight degradation in first-time scrolling performance as the cells that are newly made visible
            through the scrolling require a calculation to be completed. This setting is not available when RowPivotsOnly is false.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EnableSubTotalHiding">
            <summary>
            Gets or sets whether PivotGrid control should hide the sub-totals in engine level when setting the property ShowSubTotals to false.
            </summary>
            <remarks>
            The default value is false.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ShowNullAsBlank">
            <summary>
            Gets or sets whether the Pivot control should display null value as blank instead of 0.
            </summary>
            <remarks>
            The default value is false.
            </remarks>       
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RowCount">
            <summary>
            Gets the number of rows in the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ColumnCount">
            <summary>
            Gets the number of columns in the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CoveredRanges">
            <summary>
            Gets a list of <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange"/> objects that specify
            the cells that need to be covered.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Filters">
            <summary>
            Gets a list holding <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> values that
            specify any filters that need to be applied to this PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SummaryLibrary">
            <summary>
            Gets a dictionary of SummaryBase computations available in the PivotEngine.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotValues">
            <summary>
            Gets the underlying object collection represented in the PivotEngine. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.HiddenRowIndexes">
            <summary>
            Gets or sets the values of the hidden rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.HiddenPivotRowGroups">
            <summary>
            Gets or sets the different hidden row groups.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.HiddenPivotColumnGroups">
            <summary>
            Gets or sets the different hidden column groups.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.RowPivotsOnly">
            <summary>
            Gets or sets value indicating whether to Pivot only rows and calculations.
            </summary>
            <remarks>Turning this property "ON", enables the PivotGrid control to appear like a flat Grid in which rows and calculations will be displayed as value columns.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortDirection">
            <summary>
            Gets or sets the sort direction of Pivot values. The sort direction could be either ascending/descending.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.NotPopulated">
            <summary>
            Gets or sets value to check whether the values of the PivotTable are populated or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PopulationStatus">
            <summary>
            Gets or sets value to check whether the PivotEngine is loading in the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.Item(System.Int32,System.Int32)">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo"/> object associated with a particular cell
            in the PivotTable. The PivotCellInfo object contains value and formatted text properties information.
            </summary>
            <param name="rowIndex">Row index of the cell.</param>
            <param name="columnIndex1">Column index of the cell.</param>
            <returns>A PivotCellInfo object that contains information about the cell contents.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotRows">
            <summary>
            Gets or sets a collection of row based PivotItems.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotColumns">
            <summary>
            Gets or sets a collection of column based PivotItems.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotCalculations">
            <summary>
            Gets or sets a collection of PivotComputations.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.UseDescriptionInCalculationHeader">
            <summary>
            Gets or sets a value to indicate whether the description is to be displayed in the header cell
            when more than one calculation is being used. The default behavior is to use
            the "FieldName".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EmptyPivot">
            <summary>
            If you apply a filter which filters out all items in the underlying data source, then this
            "EmptyPivot" property will be set true. The RowCount and ColumnCount will
            be set to one, and the Engine[0, 0] will hold the value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.EmptyPivotString">
            <summary>
            Gets or sets the string that appears when no items are present in a Pivot result.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.GrandString">
            <summary>
            Gets or sets the prefix string in the collection-wide totals that appear below and to the right of the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.UsePercentageFormat">
            <summary>
            Gets or sets whether the formatted text of the columns, which has percentage calculation type, must apply with given format or default percentage format #,##%
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.LoadInBackground">
            <summary>
            This property enables the Pivot control to perform loading operations asynchronously on a background thread.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CacheRawValues">
            <summary>
            Gets or sets whether underlying raw values are cached as the Pivot is being built. If these values are cached,
            then GetRawItemsFor method calls do not require traversing the underlying data to complete.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ShowCalculationsAsColumns">
            <summary>
            Gets or sets whether the calculations should appear as rows/columns in the PivotGrid. By default the calculations is displayed as columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ShowEmptyCells">
            <summary>
            Gets or sets a value indicating whether to show an empty cell or not, when the value is null.
            By default, the value is true.
            </summary>       
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.DataSource">
            <summary>
            Gets or sets data source for this PivotTable. This object should be either 
            an IEnumerable List or a DataTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.DataSourceList">
            <summary>
            Used internally. Gets or sets an IEnumerable List that is used as the data source for the
            PivotTable. The default behavior is to initialize this list from DataSource.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ItemType">
            <summary>
            Gets or sets the type of the objects in the DataSource. This property is initialized directly from the DataSource.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ItemProperties">
            <summary>
            Gets or sets a collection of property descriptors for the items in the DataSource. This property is initialized directly from the DataSource.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.AllowedFields">
            <summary>
            Gets a collection of FieldInfo objects that hold the field names that you want to make visible in the engine. 
            The names can be either public property names of the underlying data objects or they can be expression field.
            </summary>
            <remarks>
            If your data contains fields that you do not want exposed to the pivoting process,
            then add the names of the properties you want to include to this list. All other
            fields will be excluded. 
            
            If you leave this collection empty, the default behavior will be to make all public
            properties available for use in the pivot table.
            
            To add an expression field, set the FieldInfo.FieldType to FieldsType.Expression and set FieldInfo.Expression
            to be a string holding a well formed expression defining the value that should appear in this field.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ItemCollection">
            <summary>
            Gets or sets the collection of filter items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.VisibleRecords">
            <summary>
            Gets or sets the collection of objects which are currently used in the Grid.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.LockComputations">
            <summary>
            Gets or sets the boolean value indicating whether the computation need to happen. 
            It is handled in suspend and resume computation method.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PivotSchemaChanged">
            <summary>
            Event raised whenever the Pivot Schema of the Engine is changed.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.PropertyChanged">
            <summary>
            Event triggered when the property of the cell is changed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys">
            <summary>
            Class that holds the properties which is used to handle single sort and multi sort in Grid.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys.Index">
            <summary>
            Gets or sets the row index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys.Keys">
            <summary>
            Gets or sets the collection of row indexes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys.BlockSize">
            <summary>
            Gets or sets the size of the Grid cell range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.ReverseOrderComparer.Compare(System.Object,System.Object)">
            <summary>
            This method is used to compare the sort directions.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />, as shown in the following table.Value meaning less than zero <paramref name="x" /> is less than <paramref name="y" />. zero <paramref name="x" /> equals <paramref name="y" />. Greater than zero <paramref name="x" /> is greater than <paramref name="y" />.
            </returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortWithDirComparer.dir">
            <summary>
            Initializes the default sort direction as ascending.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortWithDirComparer.#ctor(System.Collections.IComparer,System.ComponentModel.ListSortDirection)">
            <summary>
            This is used to assign the default comparer if the PivotFields comparer is null.
            </summary>
            <param name="comparer">The comparer.</param>
            <param name="dir">The sort direction of the comparer.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortWithDirComparer.Compare(System.Object,System.Object)">
            <summary>
            This is used to compare the PivotFields and populate the values. 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CalcSortComparer">
            <summary>
            This class used for sorting the Pivoted row/column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CalcSortComparer.#ctor(System.Collections.Generic.List{System.ComponentModel.ListSortDirection})">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CalcSortComparer"/> class.
            </summary>
            <param name="sortDirs">The sort direction.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.CalcSortComparer.Compare(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine.SortKeys)">
            <summary>
            Compares the sort direction of the PivotFields using key.
            </summary>
            <param name="x">The key to compare sort directions.</param>
            <param name="y">The key to compare sort directions.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DateComparer.Compare(System.Object,System.Object)">
            <summary>
            Compare for DateTime objects.
            </summary>
            <param name="x">object.</param>
            <param name="y">object.</param>
            <returns>integer</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotGridConstants">
            <summary>
             Class that holds different Grid constants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotGridConstants.AllString">
            <summary>
            Variable that holds all the values in filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotGridConstants.TotalString">
            <summary>
            Holds the holds "Total" string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement">
            <summary>
            Class that holds different filter items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.AcceptChanges">
            <summary>
            To accept the changes in Engine.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.RejectChanges">
            <summary>
            To reject the changes in Engine.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.CompareTo(System.Object)">
            <summary>
             To compare the filter items using key.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.ToString">
            <summary>
            Converts the data to string datatype.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.Key">
            <summary>
            Gets or sets the key for the filter item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.IsSelected">
            <summary>
            Gets or sets the bool value for the selected option.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.IsAllFilter">
            <summary>
            Gets or sets a value indicating whether the filter item is "(All)" in the FilterPopUp window.
            </summary>
            <value>
            Returns <c>true</c> if the filter item is "(All)"; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.SelectedState">
            <summary>
            Gets or sets the bool value for the selected state.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.IsChanged">
            <summary>
            Gets or sets the bool value for the changed state.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement.PropertyChanged">
            <summary>
            Event that is triggered when the property of the cell is changed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection">
            <summary>
            Class that holds the collection of objects that are filtered.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection"/> class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.showSubTotal">
            <summary>
            Gets or sets the value to show/hide sub-totals for the PivotItem. Default value is true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.AddIfUnique(Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement)">
            <summary>
            Returns the respective location to add the filter item.
            </summary>
            <param name="filterItemElement">Filter item.</param>
            <returns>Location to add the filter item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.AcceptChanges">
            <summary>
            Accept the changes in the filter items collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.RejectChanges">
            <summary>
            Rejects the changes in filter items collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.SetName(System.String)">
            <summary>
            Method used to set the name of the filter item.
            </summary>
            <param name="name">Name of the filter item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.AddWireEvent(Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemElement)">
            <summary>
            Add filter item in the collection.
            </summary>
            <param name="element">Filter item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.GetFilterExpressionForDataView">
            <summary>
             To get the filter expression for DataView source.
            </summary>
            <returns>Filter expression.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.GetFilterExpression(System.Boolean)">
            <summary>
            To get the filter expression from IEnumerable source.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.GetFilterItem">
            <summary>
            Returns key of the filter item, if the filter items are selected else returns empty string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.GetFilterExpression(System.Boolean,Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection,System.String)">
            <summary>
            Returns the filter expression for the filter items collection from IEnumerable source.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.FilterProperty">
            <summary>
            Gets or sets the filter property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.AllFilterItem">
            <summary>
            Gets or sets the property with all the filter items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.Comparer">
            <summary>
            Gets or sets the comparer of all PivotFields in the Pivot control.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.Name">
            <summary>
            Gets or sets the content for the name property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.DisplayHeader">
            <summary>
            Gets or sets the header value for the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.FieldCaption">
            <summary>
            Gets or sets the caption value for the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.Format">
            <summary>
            Gets or sets the format for the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.AllowRunTimeGroupByField">
            <summary>
            Gets or sets the value to enable/disable grouping for the filter item. Default value is true.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterItemsCollection.FilteredValues">
            <summary>
             Gets or sets the filtered values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.BinaryList">
            <summary>
            Used to store the row header and column header values as BinaryList.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.BinaryList.AddIfUnique(System.IComparable)">
            <summary>
            Method that returns an integer value after performing insertion.
            </summary>
            <param name="o">IComparable object</param>
            <returns>Object</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem">
            <summary>
            Enacapulates the information needed to define a PivotItem, for either a row/column Pivot.
            </summary>
            <remarks>
            A PivotItem is a property in the underlying data objects 
            that is used to group the data in a PivotTable. You can add PivotItems to both the 
            PivotColumns and PivotRows collection in a mutually exclusive manner.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.SummaryType">
            <summary>
            Gets or sets the summary type for calculations use.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.Summary">
            <summary>
            Gets or sets the summary for calculations use.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.ShowSubTotal">
            <summary>
            Gets or sets whether the sub-total of PivotItems can be shown or hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.AllowSort">
            <summary>
            Gets or sets whether this calculation column can be sorted when
            "RowPivotsOnly" is set to true in the PivotEngine. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.Width">
            <summary>
            Gets or sets the width of PivotItems to set the column width of RowHeaders
            Its's only applicable for PivotItems which are added in PivotRows
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.AllowFilter">
            <summary>
            Gets or sets whether this calculation column can be filtered when
            "RowPivotsOnly" is set to true in the PivotEngine. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.EnableHyperlinks">
            <summary>
            Gets or sets whether the PivotItem should be hyperlinked when "RowPivotsOnly" is set to true in the PivotEngine.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.FieldMappingName">
            <summary>
            Gets or sets the property's mapping name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.FieldHeader">
            <summary>
            Gets or sets the title you want to see in the header of this PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.FieldCaption">
            <summary>
            Gets or sets the title you want to see in the header of this PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.TotalHeader">
            <summary>
            Gets or sets the string that you want to append to the PivotItem's summary cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.Format">
            <summary>
            Gets or sets the format for the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.Comparer">
            <summary>
            Gets or sets the IComparer object used for sorting. If this value is null, then sorting is done assuming that this field is IComparable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.AllowRunTimeGroupByField">
            <summary>
            Gets or sets the value to enable/disable grouping for this PivotItem. Default value is true.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotItem.PropertyChanged">
            <summary>
            Event triggered when the property of the PivotItem is changed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup">
            <summary>
            Class used to hold the properties of each hidden group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.#ctor(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup"/> class and it contains the properties needed for the hidden group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Constructor that holds the information needed for hidden group.
            </summary>
            <param name="from">Hidden group starts with.</param>
            <param name="to">Hidden group ends with.</param>
            <param name="level">The level of hidden group.</param>
            <param name="groupName">Name of the hidden group.</param>
            <param name="totalHeader">The total header of hidden group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.ToString">
            <summary>
            Converts the hidden group start and end values into string format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.Clone(Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup)">
            <summary>
            Clones the specified hidden group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.From">
            <summary>
            Gets or sets where the HiddenGroup starts with.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.To">
            <summary>
            Gets or sets where the HiddenGroup ends with.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.Level">
            <summary>
            Gets or sets the level of HiddenGroup.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.GroupName">
            <summary>
            Gets or sets the name of HiddenGroup.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup.ItemTotalHeader">
            <summary>
            Gets or sets the total header of HiddenGroup.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExtensionClass">
            <summary>
            Class which has a method to determine whether the specified item is in the hidden group collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExtensionClass.Has(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup},Syncfusion.XlsIO.Implementation.PivotAnalysis.HiddenGroup)">
            <summary>
            Determines whether the specified item is in the collection.
            </summary>
            <param name="t">The hidden group collection.</param>
            <param name="hiddenGroup">Specific hidden group item.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem">
            <summary>
            This class is primarily for internal use. It is used to generate the rows and columns that hold summaries of PivotCalculations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem.CompareTo(System.Object)">
            <summary>
            Compare the summary fields using the keys.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem.RowIndex">
            <summary>
            Gets or sets the row index of this item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem.ColIndex">
            <summary>
            Gets or sets the column index of this item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem.Values">
            <summary>
            Gets or sets the list of calculations in the PivotItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.SummaryPivotItem.Keys">
            <summary>
            Gets or sets row/column key values for an indexed look-up of this item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange">
            <summary>
            This class defines a set of four integers that define a covered range in the zero-based coordinate system of a PivotTable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Constructor to define the range of covered cells.
            </summary>
            <param name="top">Top index of the cell.</param>
            <param name="left">Left index of the cell.</param>
            <param name="bottom">Bottom index of the cell.</param>
            <param name="right">Right index of the cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.ToString">
            <summary>
            Converts the covered cell ranges into string format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.Top">
            <summary>
            Gets or sets the top index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.Left">
            <summary>
            Gets or sets the left index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.Bottom">
            <summary>
            Gets or sets the bottom index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange.Right">
            <summary>
            Gets or sets the right index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo">
            <summary>
            This class provides an information about a specific cell in a PivotTable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.ToString">
            <summary>
            Returns the formatted text.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Dispose">
            <summary>
            Method to dispose the pivot cell information
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.DoubleValue">
            <summary>
            Gets the double value of the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Value">
            <summary>
            Gets or sets the value in the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.CellRange">
            <summary>
            Gets or sets any covered range associated with this cell. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.CellType">
            <summary>
            Gets or sets the cell type of this cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Key">
            <summary>
            Gets or sets the key associated with this cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.FormattedText">
            <summary>
            Gets or sets the formatted text displayed in this cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Format">
            <summary>
            Gets or sets the format for the cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Tag">
            <summary>
            Gets or sets the name of the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.Summary">
            <summary>
            Gets or sets the summary for the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.ParentCell">
            <summary>
            Gets or sets the parent cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.UniqueText">
            <summary>
            Gets or sets the unique text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfo.RawValues">
            <summary>
            Gets the RawValues of the particular PivotCellInfo.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfos">
            <summary>
            Gets the information from the Pivot control.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfos.#ctor">
            <summary>
            Initializes a new instance of the PivotCellInfos class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfos.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructor accepting the row and column count.
            </summary>
            <param name="rowCount">Total number of rows in the Pivot control.</param>
            <param name="colCount">Total number of columns in the Pivot control.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfos.GetLength(System.Int32)">
            <summary>
            Gets the length of the value at specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellInfos.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets the rowIndex and colIndex of the pivot cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType">
            <summary>
            Enumerates the possible Pivot cell types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.ValueCell">
            <summary>
            Cell holds a summary value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.ExpanderCell">
            <summary>
            Cell is a row/column header that holds an expander.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.HeaderCell">
            <summary>
            Cell is a row/column header that does not holds an expander.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.TopLeftCell">
            <summary>
            Cell is the top left portion of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.TotalCell">
            <summary>
            Cell is a row/column header that marks a total row or column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.CalculationHeaderCell">
            <summary>
            Cell is a header cell holding a calculation name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.RowHeaderCell">
            <summary>
            Row header cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.ColumnHeaderCell">
            <summary>
            Column header cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType.GrandTotalCell">
            <summary>
            Grand total cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedEventHandler">
            <summary>
            Event handler for the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedEventHandler"/> event.
            </summary>
            <param name="sender">The PivotEngine raising the event.</param>
            <param name="e">The event arguments.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs">
            <summary>
            Event argument for the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs"/> event.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs.ChangeHints">
            <summary>
            Gets or sets <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints"/> regarding the schema information changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotSchemaChangedArgs.OverrideDeferLayoutUpdate">
            <summary>
            Gets or sets whether to override the defer layout update settings.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints">
            <summary>
            Information on what changes have occurred in the Pivot Schema.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.None">
            <summary>
            No specific information available about the change. The entire engine should be populated to ensure the change is properly reflected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.GrandTotalVisibility">
            <summary>
            Indicate the engine's <see cref="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.GrandTotalVisibility"/> property has changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.RowAdded">
            <summary>
            Indicate that the engine should refresh because of a new row being added.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.CalculationChanged">
            <summary>
            Indicate that the engine should re-populate based on selected calculation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.SchemaChangeHints.HeadersChanged">
            <summary>
            Indicate that the engine should re-populate the headers based on field headers.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo">
            <summary>
            Gets the information about the PiovtFields.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.Equals(System.Object)">
            <summary>
            Returns the name of each field in the property descriptor collection based on the object type.  
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.GetHashCode">
            <summary>
            Returns the hash code for the given value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.CompareTo(System.Object)">
            <summary>
            Compares the value with other values using the name of the field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.FieldType">
            <summary>
            Gets and sets the field type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.Name">
            <summary>
            Gets and sets the name of the field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.Expression">
            <summary>
            Gets and sets the expression associated with the field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldInfo.Format">
            <summary>
            Gets and sets the format of the field.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor">
            <summary>
            Class that illustrates the expression field support along with filtering in PivotEngine.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.#ctor(System.String,System.Attribute[],System.String,System.String,Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterHelper)">
            <summary>
            A constructor that initializes the attributes of "ExpressionPropertyDescriptor" object.
            </summary>
            <param name="name">Name of the expression field.</param>
            <param name="attributes">Attributes.</param>
            <param name="expression">Expression.</param>
            <param name="format">Format.</param>
            <param name="helper">An object that holds attributes to compute filter values and expressions.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.CanResetValue(System.Object)">
            <summary>
            When overridden in a derived class, returns whether re-setting an object changes its value.
            </summary>
            <param name="component">The component to test re-setting capability.</param>
            <returns>
            Retuens true if re-setting the component changes its value; otherwise, false.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.GetValue(System.Object)">
            <summary>
            Gets the value of the concerned data and returns the values based on the format associated with it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.ResetValue(System.Object)">
            <summary>
            Resets the value based on expression.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>
            When overridden in a derived class, sets the value of the component to a different value.
            </summary>
            <param name="component">The component with the property value that is to be set.</param>
            <param name="value">The new value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>
            When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
            </summary>
            <param name="component">The component with the property to be examined for persistence.</param>
            <returns>
            Returns true if the property should be persisted; otherwise, false.
            </returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.Expression">
            <summary>
            Gets or sets the expression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.Exp">
            <summary>
            Gets or sets the logical expression for filtering.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.Format">
            <summary>
            Gets or sets a format associated with the value of this expression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.ComponentType">
            <summary>
            When overridden in a derived class, gets the type of the component this property is bound to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.IsReadOnly">
            <summary>
            Checks whether the data is read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ExpressionPropertyDescriptor.PropertyType">
            <summary>
            Returns the object datatype.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldTypes">
            <summary>
            Enum holding the field types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldTypes.Property">
            <summary>
            Gets whether the field is Property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldTypes.Expression">
            <summary>
            Gets whether the field is Expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.FieldTypes.Unbound">
            <summary>
            Gets whether the field is Unbound.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.GridLayout">
            <summary>
            Specifies the layout for the Pivot control.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.GridLayout.Normal">
            <summary>
            Sub-totals will be shown after the details.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.GridLayout.TopSummary">
            <summary>
            Sub-totals will be shown before the details.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor">
            <summary>
            Class that holds the methods for setting the value for the variable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.#ctor(System.String,System.Attribute[])">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor"/> class.
            </summary>
            <param name="name">Name of the member.</param>
            <param name="attributes">An array of type <see cref="T:System.Attribute"/> that contains the member attributes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.CanResetValue(System.Object)">
            <summary>
            When overridden in a derived class, returns whether re-setting an object changes its value.
            </summary>
            <param name="component">The component to test for reset capability.</param>
            <returns>
            Returns true if re-setting the component changes its value; otherwise, false.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.GetValue(System.Object)">
            <summary>
            When overridden in a derived class, gets the current value of the property on a component.
            </summary>
            <param name="component">The component with the property, for which, to retrieve the value.</param>
            <returns>
            The value of a property for a given component.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.ResetValue(System.Object)">
            <summary>
            When overridden in a derived class, resets the value for this property of the component to the default value.
            </summary>
            <param name="component">The component with the property value that is to be reset to the default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>
            When overridden in a derived class, sets the value of the component to a different value.
            </summary>
            <param name="component">The component with the property value that is to be set.</param>
            <param name="value">The new value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>
            When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
            </summary>
            <param name="component">The component with the property to be examined for persistence.</param>
            <returns>
            Returns true if the property should be persisted; otherwise, false.
            </returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.ComponentType">
            <summary>
            When overridden in a derived class, gets the type of the component this property is bound to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.IsReadOnly">
            <summary>
            When overridden in a derived class, gets a value indicating whether this property is read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.DynamicPropertyDescriptor.PropertyType">
            <summary>
            When overridden in a derived class, gets the type of the property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine">
            <summary>
            Index Engine is used to load the collection of data faster than the PivotEngine. 
            It makes use of the "EnableOnDemandCalculations" property. 
            Unlike the PivotEngine, it loads the entire collection of data by including all the values in the list irrespective of Row and Column headers.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.#ctor(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine)">
            <summary>
            Initializes a new instance of the class IndexEngine.
            </summary>
            <param name="pivotEngine">The PivotEngine.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.#ctor(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine,Syncfusion.XlsIO.Implementation.PivotAnalysis.GetValueDelegate)">
            <summary>
            Initializes the new instance of the class IndexEngine.
            </summary>
            <param name="pivotEngine">The PivotEngine.</param>
            <param name="del">Returns delegate value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.#ctor">
            <summary>
            Initializes a new instance of the IndexEngine class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.IndexData">
            <summary>
            Call this method to have the IndexEngine create the index information for the current
            content reflected in <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.DataSource"/>, <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotRows"/>, <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotColumns"/>
            and <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotCalculations"/>.
            </summary>
            <returns>Returns true if indexing was completed; otherwise, false.</returns>
            <remarks>
            After successfully executing this method, you can access the Pivot contents using an zero-based
            row, column indexer on this IndexEngine.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.IndexData(System.Boolean)">
            <summary>
            Call this method to have the IndexEngine create index information for the current
            content reflected in <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.DataSource"/>, <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotRows"/>, <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotColumns"/>
            and <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotCalculations"/>.
            </summary>
            <param name="onDemand">If you want this method to return before all the rows are populated, parameter should be set to true.</param>
            <returns>Returns true if indexing was completed; otherwise, false.</returns>
            <remarks>
            If onDemand is true, the IndexEngine will return when the number of rows given in <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.InitialRowLoadAmount"/> 
            has been loaded. After this method returns, the rest of the rows will be loaded on demand
            as you index this IndexEngine using row and column indexes. Anytime you index this IndexEngine,
            if your row request exceeds <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.HighRowLevel"/>, additional rows are populated until it is
            possible to return your requested value.
            </remarks>
            <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotCalculations">        
            </see>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortByCalculation(System.Int32)">
            <summary>
            Sorts the value by the calculated value.
            </summary>
            <param name="colIndex">The index of the column.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.allIndexesRowFirst">
            <exclude />
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.allComparersRowFirst">
            <exclude />
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.GetCount(Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo)">
            <summary>
            Gets the total number of unique slices under this given ListIndexInfo object.
            </summary>
            <param name="info">The parent ListIndexInfo object.</param>
            <returns>The number of rows or columns that are contained by this ListIndexInfo item.</returns>
            <remarks>
            Given an outer row node, the GetCount value for this node is the number of child nodes that are contained
            under this outer node. This method uses recursions to iterate through all children contained
            at any level under this outer node. Summing up all the GetCounts for all the outer nodes will give
            you the total number of all nodes.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.HighRowLevel">
            <summary>
            Gets the index of the last row that has been loaded when you are using on-demand loading.
            </summary>
            <remarks>
            You do on-demand loading by passing a true value when you use the IndexEngine method to populate
            the IndexEngine. When this is done, IndexEngine will return after loading the number of rows 
            indicated <see cref="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.initialRowLoadAmount"/>. The rest of the rows will be populated on-demand 
            as your code requests a row higher than this property.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.InitialRowLoadAmount">
            <summary>
            Gets or sets the number of rows that are initially loaded when you are using on-demand loading.
            </summary>
            <remarks>
            You do on-demand loading by passing a true value when you use the IndexEngine method to populate
            the IndexEngine. When this is done, IndexEngine will return after loading the number of rows 
            indicated by this property. The rest of the rows will be populated on-demand as your code requests
            a row higher than <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.HighRowLevel"/>.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortDirection">
            <summary>
            Gets or sets the sorting direction of the items in the Pivot control.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.Item(System.Int32,System.Int32)">
            <summary>
            Gets the PivotCell information that holds the details being displayed
            by the Pivot at the given row and column. 
            </summary>
            <param name="row">The row index (zero-based).</param>
            <param name="col">The column index (zero-based).</param>
            <returns>The PivotCellInfo associated with the cell pointed to by the row and column.</returns>
            <remarks>
            Note that this indexer will return a null value if the row and column values pick out a cell
            that is not visible due to being part of a covered cell.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.GetValue">
            <summary>
            Gets or sets a <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.GetValueDelegate"/> delegate that returns a property value for a given object.
            </summary>
            <remarks>
            If this member is null, the IndexEngine will use reflection to obtain property values from objects in
            the <see cref="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.DataSource"/>. Note usually, a well written delegate can provide values more efficiently
            than using reflection. For performance improvements, you will want to provide a well written delegate for
            this property.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotRows">
            <summary>
            Gets the PivotRows used in this Pivot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotColumns">
            <summary>
            Gets the PivotColumns used in this Pivot.
            </summary>       
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.PivotCalculations">
            <summary>
            Gets the PivotCalculations used in this Pivot.
            </summary>
            <remarks>
            If the IndexEngine is created using a PivotEngine, then this PivotCalculations is
            the PivotEngine. PivotCalculations collection from the associated PivotEngine.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.Filters">
            <summary>
            Gets a list holding <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.FilterExpression"/> values that
            specify any filter that need to be applied to this PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.DataSource">
            <summary>
            Gets or sets data source for this PivotTable. This object should be either 
            an IEnumerable List, or a DataTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.CoveredRanges">
            <summary>
            Gets a list of <see cref="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.CoveredCellRange"/> objects that specify
            the cells that need to be covered.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.UsePercentageFormat">
            <summary>
            Gets or sets whether the formatted text of the columns which has percentage calculation type, must be applied with given format or default percentage format #,##%
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.RowCount">
            <summary>
            Gets the number of rows in the Pivot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.ColumnCount">
            <summary>
            Gets the number of columns in the Pivot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.ColumnOffSetToValues">
            <summary>
            Gets the number of columns that holds the row header information to the left of the numerical
            values in the Pivot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.RowOffSetToValues">
            <summary>
            Gets the number of rows that holds the column header information above the numerical
            values in the Pivot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortKey.Index">
            <exclude />
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortKey.Key">
            <exclude />
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.CalcSortComparer.#ctor(System.ComponentModel.ListSortDirection)">
            <exclude />
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.CalcSortComparer.Compare(Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortKey,Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.SortKey)">
            <exclude />
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.IndexSorter.#ctor(System.Collections.IComparer)">
            <summary>
            Sort the Pivot Row/Column headers using index.
            </summary>
            <param name="fieldComparer">The comparer assigned to the PivotFields.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.IndexEngine.IndexSorter.Compare(Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo,Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo)">
            <summary>
            Compares the Pivot Row/Column and populate the Pivot values based on the comparer assigned.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.GetValueDelegate">
            <summary>
            Use to get the property value without using reflection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.SortComparer">
            <summary>
            Class used to compare and sort the given collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SortComparer.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Collections.IComparer},Syncfusion.XlsIO.Implementation.PivotAnalysis.GetValueDelegate)">
            <summary>
            Constructor that holds the information needed to perform comparison operation while sorting the PivotFields.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.SortComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares the different objects and populate the Pivot values based on the comparer assigned.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo">
            <summary>
            Class that holds primarily the information on one row in a PivotTable. Additionally, these
            calls can be used to hold information on the row/column header structures.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo.#ctor">
            <summary>
            Gets the type of the variable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo.ToString">
            <summary>
            Converts the data to string type.
            </summary>
            <returns>Combined String</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo.CompareTo(Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo)">
            <summary>
            Compares the different values based on display.
            </summary>
            <param name="other">Holds information on row/column headers.</param>
            <returns>Return 0 if display is null else return -1.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo.Type">
            <summary>
            Gets and sets the RowType.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotAnalysis.ListIndexInfo.ParentInfo">
            <summary>
            Get the information about the parent row/column headers in the PivotTable.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotAnalysis.RowType">
            <summary>
            Enumeration provides option to select row type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.RowType.None">
            <summary>
            When no type is set for the Row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotAnalysis.RowType.Summary">
            <summary>
            When type is set for Row as Summary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFitManager.DEF_AUTO_FILTER_WIDTH">
            <summary>
            Default size of autofilter arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFitManager.DEF_AUTO_FILTER_FONT_SIZE">
            <summary>
            Default size of autofilter font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFitManager.DROPDOWNSYMBOL">
            <summary>
            This text should be added to value of the header of the table to equal the width of the dropdown symbol.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Intializes the AutoFit Manager
            </summary>
            <param name="row"></param>
            <param name="column"></param>
            <param name="lastRow"></param>
            <param name="lastColumn"></param>
            <param name="rangeImpl"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Intializes the AutoFit Manager
            </summary>
            <param name="worksheet">worksheet parent object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.MeasureToFitColumn">
            <summary>
            Measures to fit column.
            </summary>
            <param name="graphics">The graphics.</param>
            <param name="firstRow">The first row.</param>
            <param name="lastRow">The last row.</param>
            <param name="firstColumn">The first column.</param>
            <param name="lastColumn">The last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.MeasureCharacterRanges(Syncfusion.XlsIO.Implementation.AutoFitManager.StyleWithText,System.Int32,System.Drawing.RectangleF,System.Int32)">
            <summary>
            Measures the character ranges.
            </summary>
            <param name="graphics">The graphics.</param>
            <param name="styleWithText">The style with text.</param>
            <param name="paramNum">The param num.</param>
            <param name="rectF">The rect F.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.GetIndentLevel(System.Int32)">
            <summary>
            Get Indent level
            </summary>
            <returns>Indent value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.MeasureCharacterRanges(Syncfusion.XlsIO.IStyle,System.String,System.Int32,System.Drawing.RectangleF)">
            <summary>
            Measures the character ranges.
            </summary>
            <param name="graphics">The graphics.</param>
            <param name="style">The style.</param>
            <param name="strText">The STR text.</param>
            <param name="num">The num.</param>
            <param name="rectF">The rect F.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFitManager.SortTextToFit(System.Collections.Generic.IList{System.Object},Syncfusion.XlsIO.Implementation.FontImpl,System.String,System.Boolean,Syncfusion.XlsIO.ExcelHAlign)">
            <summary>
            Sorts the text to fit.
            </summary>
            <param name="list">The list.</param>
            <param name="fontImpl">The font impl.</param>
            <param name="strText">The STR text.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.AutoFitManager.StyleWithText">
            <summary>
            Collection of DisplayText with matching fonts.
            This class used to improve the AutoFitToColumn method 
            Performance.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl">
            <summary>
            Class used for setting chart elements layout
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CommonObject">
            <summary>
            This is the base class for all Implementation's classes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IParentApplication">
            <summary>
            Represents parent application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IParentApplication.Application">
            <summary>
            Gets the application object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IParentApplication.Parent">
            <summary>
            Gets the parent object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CommonObject.m_appl">
            <summary>
            Reference to Application object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CommonObject.m_parent">
            <summary>
            Reference to parent Object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CommonObject.m_iReferenceCount">
            <summary>
            Counter which can be used for calculating references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CommonObject.m_bIsDisposed">
            <summary>
            Flag which indicates if the object was disposed or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.#ctor">
            <summary>
            Default constructor. Object cannot be constructed without setting Application
            and parent references.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Main class constructor. Application and Parent properties are set.
            </summary>
            <param name="application">Reference to Application instance.</param>
            <param name="parent">
            Reference to the Parent object which will host this object
            </param>
            <exception cref="T:System.ArgumentNullException">
            If specified application or parent is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.Finalize">
            <summary>
            Destructor. Call dispose method of current object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParent(System.Type)">
            <summary>
            This method is used to find parent with specific type.
            </summary>
            <param name="parentType">Parent type to locate.</param>
            <returns>The found parent or NULL if parent was not found.</returns>
            <exception cref="T:System.ArgumentException">
            When there is cycle in object tree.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParent(System.Type,System.Boolean)">
            <summary>
            This method is used to find parent with specific type.
            </summary>
            <param name="parentType">Parent type to locate.</param>
            <param name="bSubTypes">Indicates whether to search subtypes.</param>
            <returns>The found parent or NULL if parent was not found.</returns>
            <exception cref="T:System.ArgumentException">
            When there is cycle in object tree.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParent(System.Object,System.Type)">
            <summary>
            This method is used to find parent with specific type.
            </summary>
            <param name="parentStart">Start object for search operation.</param>
            <param name="parentType">Parent type to locate.</param>
            <returns>The found parent or NULL if parent was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParent(System.Object,System.Type,System.Boolean)">
            <summary>
            This method is used to find parent with specific type.
            </summary>
            <param name="parentStart">Start object for search operation.</param>
            <param name="parentType">Parent type to locate.</param>
            <param name="bSubTypes">Indicates whether to search subtypes.</param>
            <returns>The found parent or NULL if parent was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParents(System.Type[])">
            <summary>
            Finds parent objects.
            </summary>
            <param name="arrTypes">Array of parents type.</param>
            <returns>Returns array of found parent objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.FindParent(System.Type[])">
            <summary>
            Find parent of object.
            </summary>
            <param name="arrTypes">Array of parents type.</param>
            <returns>Returns found parent object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.SetParent(System.Object)">
            <summary>
            Sets parent of the object.
            </summary>
            <param name="parent">New parent for this object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.CheckDisposed">
            <summary>
            Checks whether object was disposed and throws exception if it was.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.AddReference">
            <summary>
            Increase the quantity of reference. User must use this method when
            new wrapper on object is created or reference on object stored.
            </summary>
            <returns>New state of Reference count value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.ReleaseReference">
            <summary>
            Decrease quantity of Reference. User must call this method 
            when freeing resources.
            </summary>
            <returns>New state of Reference count value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.Dispose">
            <summary>
            Dispose object and free resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonObject.OnDispose">
            <summary>
            Method which can be overridden by users to take any specific actions when
            object is disposed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CommonObject.Application">
            <summary>
            Reference to Application which hosts all objects. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CommonObject.Parent">
            <summary>
            Reference to Parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CommonObject.AppImplementation">
            <summary>
            Reference to Application which hosts all objects. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CommonObject.ReferenceCount">
            <summary>
            Get quantity of instance references.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartLayout">
            <summary>
            Provides layout options for plot area, legend and text area elements of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.ManualLayout">
            <summary>
            Gets or sets manual layout options for the chart element.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.LayoutTarget">
            <summary>
            Gets or sets the layout target for the plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.LeftMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Left"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.TopMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Top"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.Left">
            <summary>
            Gets or sets the left (x location) of the chart element as a fraction of width of the chart. 
            </summary>
            <remarks>If <see cref="P:Syncfusion.XlsIO.IChartLayout.LeftMode"/> is factor, then the position is relative to the 
            default position for the chart element.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.Top">
            <summary>
            Gets or sets the top of the chart element as a fraction of height of the chart. 
            </summary>
            <remarks>        
            If <see cref="P:Syncfusion.XlsIO.IChartLayout.TopMode"/> is factor, then the position is relative to the 
            default position for the chart element.
            </remarks>
            <example>
            <code>
            chart.PlotArea.Layout.TopMode = LayoutModes.factor;
            chart.PlotArea.Layout.Top = 100;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.WidthMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Width"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.HeightMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Height"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.Width">
            <summary>
            Gets or sets the width/right of the chart element as a fraction of width of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartLayout.WidthMode"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLayout.Height">
            <summary>
            Gets or sets the height/bottom of the chart element as a fraction of height of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartLayout.HeightMode"/>.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.m_book">
            <summary>
            Parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.m_Parent">
            <summary>
            Parent object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.m_chart">
            <summary>
            Chart interface
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.m_chartShape">
            <summary>
            ChartShape interface
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.m_manualLayout">
            <summary>
            Manual layout
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Object)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bAutoSize">Indicates is auto size.</param>
            <param name="bIsInteriorGrey">Indicates is interior is gray.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates and parses current object.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="data">Records storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.SetParents(System.Object)">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses frame.
            </summary>
            <param name="data">Array with frame records.</param>
            <param name="iPos">Position of the frame records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.CheckBegin(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Checks whether specified record is begin.
            </summary>
            <param name="record">Record to check.</param>
            <returns>True if this is begin; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32@)">
            <summary>
            Parses single record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="iBeginCounter">Number of not closed begin record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves chart frame as biff records.
            </summary>
            <param name="records">OffsetArrayList that will get biff records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Serializes single record.
            </summary>
            <param name="list">OffsetArrayList that will get biff records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.UnwrapRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Unwraps record.
            </summary>
            <param name="record">Record to unwrap.</param>
            <returns>Unwrapped record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.SetDefaultValues">
            <summary>
            Set variable to the default state.
            </summary>
            <param name="bAutoSize">Indicates whether MS Excel should calculate size of the frame.</param>
            <param name="bIsInteriorGray">Indicates is default interior is gray.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Parent">
            <summary>
            Return the parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.ManualLayout">
            <summary>
            Gets or sets manual layout options for the chart element.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.LayoutTarget">
            <summary>
            Gets or sets the layout target for the plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.LeftMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Left"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.TopMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Top"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Left">
            <summary>
            Gets or sets the left (x location) of the chart element as a fraction of width of the chart. 
            </summary>
            <remarks>If <see cref="P:Syncfusion.XlsIO.IChartLayout.LeftMode"/> is factor, then the position is relative to the 
            default position for the chart element.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Top">
            <summary>
            Gets or sets the top of the chart element as a fraction of height of the chart. 
            </summary>
            <remarks>        
            If <see cref="P:Syncfusion.XlsIO.IChartLayout.TopMode"/> is factor, then the position is relative to the 
            default position for the chart element.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.WidthMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Width"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.HeightMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartLayout.Height"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Width">
            <summary>
            Gets or sets the width/right of the chart element as a fraction of width of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartLayout.WidthMode"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLayoutImpl.Height">
            <summary>
            Gets or sets the height/bottom of the chart element as a fraction of height of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartLayout.HeightMode"/>.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl">
            <summary>
            Class used for setting chart elements layout manually
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartManualLayout">
            <summary>
            Represent the chart manual layout
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.LayoutTarget">
            <summary>
            Gets or sets the layout target for the plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.LeftMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Left"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.TopMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Top"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.Left">
            <summary>
            Gets or sets the left (x location) of the chart element as a fraction of width of the chart. 
            </summary>
            <remarks>If <see cref="P:Syncfusion.XlsIO.IChartManualLayout.LeftMode"/> is factor, then the position is relative to the 
            default position for the chart element.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.Top">
            <summary>
            Gets or sets the top of the chart element as a fraction of height of the chart. 
            </summary>
            <remarks>        
            If <see cref="P:Syncfusion.XlsIO.IChartManualLayout.TopMode"/> is factor, then the position is relative to the 
            default position for the chart element.
            </remarks>
            <example>
            <code>
            chart.PlotArea.Layout.TopMode = LayoutModes.factor;
            chart.PlotArea.Layout.Top = 100;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.WidthMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Width"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.HeightMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Height"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.Width">
            <summary>
            Gets or sets the width/right of the chart element as a fraction of width of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartManualLayout.WidthMode"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartManualLayout.Height">
            <summary>
            Gets or sets the height/bottom of the chart element as a fraction of height of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartManualLayout.HeightMode"/>.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.m_layout">
            <summary>
            Parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.m_Parent">
                    /// <summary>
            Parent object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bAutoSize">Indicates is auto size.</param>
            <param name="bIsInteriorGrey">Indicates is interior is gray.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates and parses current object.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="data">Records storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.SetParents(System.Object)">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.SetDefaultValues">
            <summary>
            Set variable to the default state.
            </summary>
            <param name="bAutoSize">Indicates whether MS Excel should calculate size of the frame.</param>
            <param name="bIsInteriorGray">Indicates is default interior is gray.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.Parent">
            <summary>
            Return the parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.LayoutTarget">
            <summary>
            Gets or sets the layout target for the plot area.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.LeftMode" -->
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.TopMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Top"/> 
            of this manual layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.Left">
            <summary>
            Gets or sets the left (x location) of the chart element as a fraction of width of the chart. 
            </summary>
            <remarks>If <see cref="P:Syncfusion.XlsIO.IChartManualLayout.LeftMode"/> is factor, then the position is relative to the 
            default position for the chart element.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.Top">
            <summary>
            Gets or sets the top of the chart element as a fraction of height of the chart. 
            </summary>
            <remarks>        
            If <see cref="P:Syncfusion.XlsIO.IChartManualLayout.TopMode"/> is factor, then the position is relative to the 
            default position for the chart element.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.dX">
            <summary>
            Gets or sets the dx value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.dY">
            <summary>
            Gets or sets the dy value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.WidthMode">
            <summary>
            Gets or sets a value indicating how to interpret the <see cref="P:Syncfusion.XlsIO.IChartManualLayout.Width"/> 
            of this manual layout.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.HeightMode" -->
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.Width">
            <summary>
            Gets or sets the width/right of the chart element as a fraction of width of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartManualLayout.WidthMode"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.Height">
            <summary>
            Gets or sets the height/bottom of the chart element as a fraction of height of the chart,
            based on <see cref="P:Syncfusion.XlsIO.IChartManualLayout.HeightMode"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.xTL">
            <summary>
            Gets or sets the xTL value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.yTL">
            <summary>
            Gets or sets the yTL value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.xBR">
            <summary>
            Gets or sets the xBR value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartManualLayoutImpl.yBR">
            <summary>
            Gets or sets the yBR value
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ChartRichTextString">
            <summary>
            Represents rich text string in the workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CommonWrapper">
            <summary>
            Common wrapper code. Implements BeginUpdate and EndUpdate methods.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IOptimizedUpdate">
            <summary>
            This interface describes methods for optimized object update.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IOptimizedUpdate.BeginUpdate">
            <summary>
            This should be called before several updates.
            </summary>
            <remarks>
            Invoking this method improves the performance. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IOptimizedUpdate.EndUpdate">
            <summary>
            This method should be called after several updates.
            </summary>
            <remarks>
            Invoking this method improves the performance. 
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.ICloneParent">
            <summary>
            Supports cloning, which creates a new instance of a class
            with the same value as an existing instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.ICloneParent.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CommonWrapper.m_iBeginCount">
            <summary>
            Number of begin update calls that have no corresponding end update.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CommonWrapper.Clone(System.Object)">
            <summary>
            Creates a copy of the current object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CommonWrapper.BeginCallsCount">
            <summary>
            Returns number of begin update calls that have no corresponding end update. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartRichTextString">
            <summary>
            Represents rich text of the chart title.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartRichTextString.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets the specified font formatting for the specified range of characters in chart title.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartRichTextString.GetFont(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns)">
            <summary>
            Gets <see cref="T:Syncfusion.XlsIO.IFont"/> object for the specified formatting run.
            </summary>
            <param name="tRuns">Formatting run to return its font</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartRichTextString.Text">
            <summary>
            Gets the chart title text. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartRichTextString.FormattingRuns">
            <summary>
            Gets the formatting runs of the chart title. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartRichTextString.m_text">
            <summary>
            Low level text object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartRichTextString.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartRichTextString.m_bIsReadOnly">
            <summary>
            Indicates whether string is read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartRichTextString.m_parent">
            <summary>
            Represents the parent object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartRichTextString.m_textArea">
            <summary>
            Represents the chart text area
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
            <param name="bCreateText">Indicates whether to create inner TextWithFormat.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="text">Text to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for range of characters.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.GetFont(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns)">
            <summary>
            Gets font for the specified formatting run.
            </summary>
            <param name="tRuns">Formatting run to return its font</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartRichTextString.AddFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to all required collections..
            </summary>
            <param name="font">Font to add.</param>
            <returns>Font index in the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartRichTextString.FormattingRuns">
            <summary>
            Gets the formatting runs of rich-text
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartRichTextString.TextArea">
            <summary>
            Gets or sets the chart text area
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartRichTextString.Text">
            <summary>
            Gets the text
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartRichTextString.Parent">
            <summary>
            Returns parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartRichTextString.Application">
            <summary>
            Returns parent application object. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CombinationFilter">
            <summary>
            Class represent combination filter for a column
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IFilter">
            <summary>
            Common interface for all filter type, except custom filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IFilter.FilterType">
            <summary>
            Specifies the type of filter. Read-Only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CombinationFilter.m_filterCollection">
            <summary>
            Collection of text and date filters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CombinationFilter.m_isBlank">
            <summary>
            Indicate whether the filter with blanks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CombinationFilter.m_parent">
            <summary>
            parent filter
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CombinationFilter.#ctor(Syncfusion.XlsIO.IAutoFilter)">
            <summary>
            Create an instance of combination filter.
            </summary>
            <param name="filter">parent filter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CombinationFilter.TextCollection">
            <summary>
            Returns collection of text filter values alone for currnet combination. 
            </summary>
            <returns>Returns collection of unique text filter values alone. </returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CombinationFilter.TextFiltersCollection">
            <summary>
            Collection of unique text filter values alone. Read-Only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CombinationFilter.IsBlank">
            <summary>
            Returen true, if the blank values are filtered. Read-Only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CombinationFilter.FilterType">
            <summary>
            Specifies the type of filter. Read-Only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CombinationFilter.Item(System.Int32)">
            <summary>
            Return combination filter value(either Text or DateTime Filter) at the specified Index. Read-Only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CombinationFilter.Count">
            <summary>
            Return total number combination filter values(both Text and DateTime Filter). Read-Only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DynamicFilter">
            <summary>
            Class represent Date filter for a column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DynamicFilter.m_dateFilterType">
            <summary>
            Relative date filter type used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DynamicFilter.FilterType">
             <summary>
            Represents type of filter.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DynamicFilter.DateFilterType">
            <summary>
            Relative date filter type used.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DateTimeFilter">
            <summary>
            Class represent DateTime filter for a column
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IMultipleFilter">
            <summary>
            Common interface for all combination filter type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IMultipleFilter.CombinationFilterType">
            <summary>
            Specifies the combination filter type(either Text or DateTime).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DateTimeFilter.m_dateTime">
            <summary>
            Represent Date and Time.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DateTimeFilter.m_groupingType">
            <summary>
            Represents datetime grouping type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DateTimeFilter.DateTimeValue">
            <summary>
            Represent Date and Time. Read-Only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DateTimeFilter.GroupingType">
            <summary>
            Represents datetime grouping type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DateTimeFilter.CombinationFilterType">
            <summary>
            Represents type combination filter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.OutlineWrapper">
            <summary>
            Outline Wrapper for Outline. Redirects the properties to the Outline 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IOutline">
            <summary>
            Contains outline information about.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutline.OutlineLevel">
            <summary>
            Outline level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutline.IsCollapsed">
            <summary>
            Indicates whether object is collapsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutline.IsHidden">
            <summary>
            Indicates whether object is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutline.ExtendedFormatIndex">
            <summary>
            Index of extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutline.Index">
            <summary>
            Row or column index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper">
            <summary>
            Contains outline information about.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper.FirstIndex">
            <summary>
            First Index of the row/column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper.LastIndex">
            <summary>
            Last index of the row/column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper.Outline">
            <summary>
            Indicates the Outline object
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper.OutlineRange">
            <summary>
            Indicates the Grouped range
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper.GroupBy">
            <summary>
            Indicates the ExcelGroupBy type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_firstIndex">
            <summary>
            Represents the outline first index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_lastIndex">
            <summary>
            Represents the outline last index
            </summary>        
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_outline" -->
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_outlineRange">
            <summary>
            Represents the Outline range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_groupBy">
            <summary>
            Represents the Group by enumeration
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_outlineLevel">
            <summary>
            Represents the Outline Level
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_bIsCollapsed">
            <summary>
            Represents Is Collapsed property of IOutline
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_bIsHidden">
            <summary>
            Represents Is Hidden property of IOutline
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_formatIndex">
            <summary>
            Represents the Extended format index of outline object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapper.m_index">
            <summary>
            Represents the index value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.FirstIndex">
            <summary>
            Returns or sets the First Row/Column index for the Outline
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.LastIndex">
            <summary>
            Returns or sets the Last Row/Column index for the Outline
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.Outline">
            <summary>
            Returns or sets the IOutline object 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.Index">
            <summary>
            Returns or sets the index value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.OutlineRange">
            <summary>
            Returns or sets the IRange value for a specified outline
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.GroupBy">
            <summary>
            Returns or sets the Excel Group by Enum value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.ExtendedFormatIndex">
            <summary>
            Returns or sets the Extended format index value for an outline range
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.IsHidden">
            <summary>
            Returns or sets the IsHidden value for an outline
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.IsCollapsed">
            <summary>
            Returns or sets the IsCollapsed value for an outline
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapper.OutlineLevel">
            <summary>
            Returns or sets the outline level value for an outline
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility">
            <exclude/>
             <summary>
             This class contains utility methods, that cannot be logically placed in any other class.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.m_outlineLevels">
            <summary>
            Represents the outline levels dictionary collection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.m_bIsLevelInOrder">
            <summary>
            Represents the outline level order
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.#ctor">
            <summary>
            
            </summary>       
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.AddRowLevel(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Adds the row level group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.SubRowLevel(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32)">
             <summary>
            Ungroup the row level.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.SubColumnLevel(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32)">
             <summary>
            Ungroup the column level.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.AddColumnLevel(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Boolean)">
             <summary>
            Adds the column level.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.InsertGroup(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint},System.Int32,Syncfusion.XlsIO.Implementation.GroupPoint)">
             <summary>
            Inserts the levels as per key.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OutlineWrapperUtility.OutlineLevels">
            <summary>
            Returns or sets the outline dictionary collection
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExtensionMethods">
             <summary>
            Adds the level into collection as per key.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.FilterColumnFilters.Add(System.String)">
            <summary>
            Add the filter column filter to filter collections
            </summary>
            <param name="Value"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FilterColumnFilters.Item(System.Int32)">
            <summary>
            Get the filter column filter based on Index.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter.str_filterRange">
            <summary>
            Range to which auto filter is applied
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn)">
            <summary>
            adding the pivot filter 
            </summary>
            <param name="Parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter.FilterRange">
            <summary>
            property of range to whcih filter is applied
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter.Item(System.Int32)">
            <summary> 
            get the pivot Filter based on Index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter.Count">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter.m_filterOperator">
            <summary>
            Filter operator of the custom filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter.m_strValue">
            <summary>
            String value of the customer filters
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter.FilterOperator">
            <summary>
            Property for filter operator of the custom filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter.Value">
            <summary>
            Property for string value of the custom filter.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilters.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter)">
            <summary>
            adding the pivot filter 
            </summary>
            <param name="Parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilters.Item(System.Int32)">
            <summary> 
            get the pivot Filter based on Index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilters.Count">
            <summary>
            Get the count of the custom filters.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotFieldItem">
            <summary>
            Represents an item in PivotTable field. The items are the individual data entries in a field category. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFieldItem.Visible">
            <summary>
            Gets or sets a Boolean value indicating the visibility of pivot field item. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.b_Visible">
            <summary>
            Member for setting the visibility of each field item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.m_Parent">
            <summary>
            Parent(field) of item .
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.str_Text">
            <summary>
            member for setting/getting the item value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.Text">
            <summary>
            Get/set the item based on text of field items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.Parent">
            <summary>
            Get/set the parent of the items (ie. Field)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItem.Visible">
            <summary>
            Get /set the visibity of each item of field
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotFieldItems">
            <summary>
            Represents a collection of <see cref="T:Syncfusion.XlsIO.IPivotFieldItem"/> in a PivotTable field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFieldItems.Item(System.Int32)">
            <summary>
            Gets the field item from the collection with the specified index. Read-only.
            </summary>
            <param name="index">Index of the required item.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFieldItems.Item(System.String)">
            <summary>
            Gets the field item from the collection based on the specified text. Read-only.
            </summary>
            <param name="FilterText">The text value in the required item.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFieldItems.Count">
            <summary>
            Gets the count of field items in the collection. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItemsCollections.Add(System.Object,System.String)">
            <summary>
            adding the pivot filter item
            </summary>
            <param name="Parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItemsCollections.Item(System.Int32)">
            <summary> 
            get the pivot items based on index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldItemsCollections.Item(System.String)">
            <summary>
            Get the field items based on filter text
            </summary>
            <param name="FilterText"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotFilters">
            <summary>
            Represents a collection of <see cref="T:Syncfusion.XlsIO.IPivotFilter"/> in the pivot table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotFilters.Add">
            <summary>
            Adds a pivot filter to the collection.
            </summary>
            <returns>Returns an IPivotFilter object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotFilters.Add(Syncfusion.XlsIO.PivotFilterType,Syncfusion.XlsIO.IPivotField,System.String,System.String)">
            <summary>
            Adds filter with Value/Label based on the specified filter values.
            </summary>
            <param name="filterType">Type of the filter.</param>
            <param name="dataField">Data field to which filter is applied (Data Field must not be null for Value filter).</param>
            <param name="Value1">Filter value 1.</param>
            <param name="Value2">Filter value 2.</param>
            <returns>Returns an IPivotValueLableFilter object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFilters.Item(System.Int32)">
            <summary>
            Gets pivot filter from the collection with the specified index. Read-only.
            </summary>
            <param name="index">Index of the IPivotFiter.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFilters.Parent">
            <summary>
            Gets the Parent field of the filter. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.m_valueFilter">
            <summary>
            Pivot value (or) Label filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.m_parent">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.Add(Syncfusion.XlsIO.PivotFilterType,Syncfusion.XlsIO.IPivotField,System.String,System.String)">
            <summary>
            Adding the pivot value (or) label filter to pivot field.
            </summary>
            <param name="filterType">Type of the pivot filter.</param>
            <param name="dataField">Datafield to which pivot filter is applied.</param>
            <param name="Value1">Value 1 of the pivot filter.</param>
            <param name="Value2">value 2 of the pivot filter.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.IsIntValue(System.String)">
            <summary>
            Check whether values is Integer.
            </summary>
            <param name="Value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.GetOperator(Syncfusion.XlsIO.PivotFilterType)">
            <summary>
            Get operator method of pivot filter
            </summary>
            <param name="filterType"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.GetValue(System.String,Syncfusion.XlsIO.PivotFilterType)">
            <summary>
            Get value method of pivot filter
            </summary>
            <param name="Value"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.ValueFilter">
            <summary>
            Property for ValueLabel filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterCollections.Parent">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_iColumnId">
            <summary>
            Zero-based index indicating the AutoFilter column to which this filter information applies
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_bHiddenButton">
            <summary>
            Flag indicating whether the AutoFilter button for this column is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_bShowButton">
            <summary>
            Flag indicating whether the filter button is visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_customFilters">
            <summary>
            Custom filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_filterColumnFiltes">
            <summary>
            Filter column type filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.m_top10Filter">
            <summary>
            Top 10 filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.ColumnId">
            <summary>
             Zero-based index indicating the AutoFilter column to which this filter information applies
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.HiddenButton">
            <summary>
            Flag indicating whether the AutoFilter button for this column is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.ShowButton">
            <summary>
            Flag indicating whether the filter button is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.CustomFilters">
            <summary>
            Custom filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.FilterColumnFilter">
            <summary>
            Filter Column Filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn.Top10Filters">
            <summary>
            Top 10 filter
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotFilter">
            <summary>
            Represents a pivot filter which is applied to <see cref="T:Syncfusion.XlsIO.IPivotField"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFilter.Value1">
            <summary>
            Gets or sets the formula for the calculated field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.m_DescriptionAttribute">
            <summary>
            Specifies the description of the pivot filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.i_EvalOrder">
            <summary>
            Specifies the evaluation order of the pivot filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.i_Field">
            <summary>
            Specifies the index of the field to which this pivot filter belongs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.i_FilterId">
            <summary>
            Specifies the unique identifier of the pivot filter as assigned by the PivotTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.str_Value1">
            <summary>
            Specifies the string value "1" used by label pivot filters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.str_Value2">
            <summary>
            Specifies the string value "2" used by label pivot filters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.type">
            <summary>
            Pivot filter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.m_iMeasureFld">
            <summary>
            Specifies the index of the measure field
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter)">
            <summary>
            adding the pivot filter 
            </summary>
            <param name="Parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.DescriptionAttribute">
            <summary>
            Specifies the description of the pivot filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.EvalOrder">
            <summary>
            Specifies the evaluation order of the pivot filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Field">
            <summary>
            Specifies the index of the field to which this pivot filter belongs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.MeasureFld">
            <summary>
            Specifies the index of the measure field
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.FilterId">
            <summary>
            Specifies the unique identifier of the pivot filter as assigned by the PivotTable
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Value1">
            <summary>
            Specifies the string value "1" used by label pivot filters.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Value2">
            <summary>
            Specifies the string value "2" used by label pivot filters.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Type">
            <summary>
            Pivot filter type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Item(System.Int32)">
            <summary> 
            get the pivot Filter based on Index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter.Count">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilters.Remove(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter)">
            <summary>
            Remove the filter from filter collections of pivot table.
            </summary>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilters.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter)">
            <summary>
            adding the pivot filter 
            </summary>
            <param name="Parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilters.Item(System.Int32)">
            <summary> 
            get the pivot Filter based on Index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilters.Count">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout">
            <summary>
            Represents the layout of the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout.pivotValueCollections">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout.Item(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="rowIndex"></param>
            <param name="colIndex"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout.Item(System.Int32)">
            <summary>
            Inner list of pivot value collection
            </summary>
            <param name="rowIndex">pivot value row index</param>
            <returns>list of pivot value for particular row index</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableStyleRenderer">
            <summary>
            Class used for rendering the Pivot Table style in the PDF page.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableStyleRenderer.wkSheet">
            <summary>
            Represents the worksheet object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.m_dFilterValue">
            <summary>
            The actual cell value in the range which is used to perform the comparison for this filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.m_dValue">
            <summary>
            Value of the top 10 filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.m_bPercent">
            <summary>
            Flag indicating whether or not to filter by percent value of the column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.m_bTop">
            <summary>
            Flag indicating whether or not to filter by top order
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.FilterValue">
            <summary>
            The actual cell value in the range which is used to perform the comparison for this filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.Value">
            <summary>
            Property for specifying the value of the top 10 filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.IsPercent">
            <summary>
            Flag indicating whether or not to filter by percent value of the column
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter.IsTop">
            <summary>
            Flag indicating whether or not to filter by top order
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.CellType">
            <summary>
            Specifies the cell type in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.RowHeader">
            <summary>
            Row header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.ColumnHeader">
            <summary>
            Column header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.RowGrandTotal">
            <summary>
            Grand total for rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.RowSubTotal">
            <summary>
            Sub total for rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.ColumnSubTotal">
            <summary>
            Sub total for Columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.ColumnGrandTotal">
            <summary>
            Grand total for Columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.CellType.ValueCell">
            <summary>
            Value cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts">
            <summary>
            Enumeration values representing various pivot table parts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.WholeTable">
            <summary>
            Represents the whole table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.PageFieldsLabels">
            <summary>
            Represents labels for the page fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.PageFieldsValues">
            <summary>
            Represents values for the page fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.FirstColumnStripe">
            <summary>
            Represents the first column stripe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SecondColumnStripe">
            <summary>
            Represents the second column stripe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.FirstRowStripe">
            <summary>
            Represents the first row stripe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SecondRowStripe">
            <summary>
            Represents the second row stripe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.FirstColumn">
            <summary>
            Represents the first column of the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.HeaderRow">
            <summary>
            Represents the header row of the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.FirstHeaderCell">
            <summary>
            Represents the first cell in the header row of the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalColumn1">
            <summary>
            Represents first subtotal column in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalColumn2">
            <summary>
            Represents second subtotal column in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalColumn3">
            <summary>
            Represents the third subtotal column in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.BlankRow">
            <summary>
            Represents a blank row in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalRow1">
            <summary>
            Represents first subtotal row in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalRow2">
            <summary>
            Represents second subtotal row in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.SubtotalRow3">
            <summary>
            Represents the third subtotal row in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.ColumnSubHeading1">
            <summary>
            Represents the first column sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.ColumnSubHeading2">
            <summary>
            Represents the second column sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.ColumnSubHeading3">
            <summary>
            Represents the third column sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.RowSubHeading1">
            <summary>
            Represents the first row sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.RowSubHeading2">
            <summary>
            Represents the second row sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.RowSubHeading3">
            <summary>
            Represents the third row sub-heading in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.GrandTotalColumn">
            <summary>
            Represents the Grand Total column in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.GrandTotalRow">
            <summary>
            Represents the Grand Total row in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts.None">
            <summary>
            Represents no part of pivot table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections">
            <summary>
            Represents a collection of Pivot values in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.m_strImmediateRowHeader">
            <summary>
            Specify the immediate row header for any pivot value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.m_strImmediateColumnHeader">
            <summary>
            Specify the immediate column header for any pivot value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.m_pivotCellType">
            <summary>
            Specifies the cell type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.m_strValue">
            <summary>
            Specifies the Value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.m_PivotTablePartStyle">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.PivotTablePartStyle">
            <summary>
            Gets or sets the style for the pivot table part.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.ImmediateRowHeader">
            <summary>
            Gets or sets the immediate row header for any pivot value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.ImmediateColumnHeader">
            <summary>
            gets or sets the immediate column header for any pivot value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.PivotCellType">
            <summary>
            Gets or sets the the cell type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.Value">
            <summary>
            Gets or sets the pivot table value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueCollections.XF">
            <summary>
            Represents the extended format record of the pivot table cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotValueLableFilter">
            <summary>
            Represents pivot value filter or pivot label filter object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotValueLableFilter.Value1">
            <summary>
            Gets the first filter value of the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotValueLableFilter.Value2">
            <summary>
            Gets the second filter value of the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotValueLableFilter.DataField">
            <summary>
            Gets data field to which the filter is applied. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotValueLableFilter.Type">
            <summary>
            Gets the type of the pivot filter applied to the data field. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.m_strValue1">
            <summary>
            Values 1 of the pivot filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.m_strValue2">
            <summary>
            Value 2 of the pivot filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.m_type">
            <summary>
            Types of the filter applied to pivot filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.m_field">
            <summary>
            Field to which filter is applied
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.Value1">
            <summary>
            Value 1 of the pivot filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.Value2">
            <summary>
            Value 2 of the pivot filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.Type">
            <summary>
            Type of the pivot filter applied to pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter.DataField">
            <summary>
            Fiedl to which pivot filter is applied.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl">
            <summary>
            Represents the Autoshape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl">
            <summary>
            Class used for Shape Implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IShape">
            <summary>
            Represents a shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IShape.Remove">
            <summary>
            Removes this shape from shapes collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IShape.Scale(System.Int32,System.Int32)">
            <summary>
            Scales the shape.
            </summary>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Height">
            <summary>
            Height of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Id">
            <summary>
            Shape id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Left">
            <summary>
            Left position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Name">
            <summary>
            Name of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Top">
            <summary>
            Top position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Width">
            <summary>
            Width of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.ShapeType">
            <summary>
            Shape type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.IsShapeVisible">
            <summary>
            Indicates whether shape is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.AlternativeText">
            <summary>
            Alternative text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.IsMoveWithCell">
            <summary>
            Indicates whether shape must be moved with cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.IsSizeWithCell">
            <summary>
            Indicates whether shape must be sized with cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Fill">
            <summary>
            Represents fill properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Line">
            <summary>
            Represents line format properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.OnAction">
            <summary>
            Gets or sets macro associated with this shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Shadow">
            <summary>
            Gets the <c>Shadow</c> of the shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.ThreeD">
            <summary>
            Gets the Three dimensional format of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.ShapeRotation">
            <summary>
            Returns or sets the rotation of the shape, in degrees.
            </summary>   
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.TextFrame">
            <summary>
            Returns a TextFrame object that contains the 
            alignment and anchoring properties for the specified shape. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShape.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.INamedObject">
            <summary>
            Implement objects that contains Name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.INamedObject.Name">
            <summary>
            Gets or sets the name of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_APLPHA_KNOWN_COLORS">
            <summary>
            Represents alpha constant, that represents index in ExcelKnownColors structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_SIZETEXTTOFITSHAPE_FALSE_VALUE">
            <summary>
            Value of SizeTextToFitShape option when it is set to false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_SIZETEXTTOFITSHAPE_TRUE_VALUE">
            <summary>
            Value of SizeTextToFitShape option when it is set to true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_NOFILLHITTEST_VALUE">
            <summary>
            Value of NoFillHitTest option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_FULL_COLUMN_OFFSET">
            <summary>
            Offset for full column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_FULL_ROW_OFFSET">
            <summary>
            Offset for full row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_LINE_WEIGHT">
            <summary>
            Represents default line weight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_TRANSPARENCY_MULL">
            <summary>
            Represents default transparency mull.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_TRANSPARENCY_MULL_100">
            <summary>
            Represents default transparency mull multiplied by 100.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.LineWieghtMultiplier">
            <summary>
            Represents default line weight mull.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.MAX_SHAPE_WIDTH_HEIGHT">
            <summary>
            Represents maximum shape width and height in pixel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.MIN_SHAPE_WIDTH_HEIGHT">
            <summary>
            Represents minimum shape width and height in pixel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_FORE_COLOR">
            <summary>
            Default foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_BACK_COLOR">
            <summary>
            Default background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DEF_PARENT_TYPES">
            <summary>
            Represents default parent types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.FillOptions">
            <summary>
            Fill options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bSupportOptions">
            <summary>
            Indicates if this shape support shape color-line options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_strName">
            <summary>
            Name of the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_strAlternativeText">
            <summary>
            Alternative text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_record">
            <summary>
            Shape's record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_book">
            <summary>
            Parent workbook for the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_shapeType">
            <summary>
            Type of the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_shape">
            <summary>
            Shape record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_clientAnchor">
            <summary>
            Client anchor record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_shapes">
            <summary>
            Parent shapes collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_object">
            <summary>
            OBJ record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_options">
            <summary>
            Shape's options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_rectAbsolute">
            <summary>
            Absolute coordinates of the shape in pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_fill">
            <summary>
            Represents fill properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_lineFormat">
            <summary>
            Represents shape line format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bUpdateLineFill">
            <summary>
            Indicates is parse or serialize Line fill properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_xmlDataStream">
            <summary>
            This object contains not parsed xml data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_xmlTypeStream">
            <summary>
            This object contains not parsed type stream data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_imageRelation">
            <summary>
            Preserved relation to the image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_strImageRelationId">
            <summary>
            Preserved relation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bUpdatePositions">
            <summary>
            Indicates whether we have to update absolute positions after setting TopRow,
            BottomRow, LeftColumn, RightColumn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bVmlShape">
            <summary>
            Indicates whether shape is vml shape or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_iShapeId">
            <summary>
            Id of this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_macroTokens">
            <summary>
            Tokens containing reference to the associated macro.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_shapeVisibility">
            <summary>
            Visibility of the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_shadow">
            <summary>
            Represents Shadow 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_childShapes">
            <summary>
            Represens the Child Shapes in the Group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_childAnchor">
            <summary>
            Child Client anchor record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_unknown">
            <summary>
            Unknown record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_styleProperties">
            <summary>
            Preserves the Style properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_preserveStyleString">
            <summary>
            Preserves the Style properties as string value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_formulaMacroStream">
            <summary>
            FormulaMacro maintain as stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bHasBorder">
            <summary>
            Indicates the whether the shape has the borders.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_graphicFrame">
            <summary>
            Stream to preserve the Slicers graphic frame
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bIsAbsoluteAnchor">
            <summary>
            Anchor type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_streamExtLst">
            <summary>
            Stream to preserve the ExtLst of picture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_hyperLink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeForte(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Byte[])">
            <summary>
            Serialize FOPTE structure.
            </summary>
            <param name="options">Parent collection.</param>
            <param name="id">Structure id to serialize.</param>
            <param name="arr">Array of byte - main byte of structure.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeForte(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Byte[],System.Byte[],System.Boolean)">
            <summary>
            Serialize FOPTE structure.
            </summary>
            <param name="options">Parent collection.</param>
            <param name="id">Structure id to serialize.</param>
            <param name="arr">Array of byte - main byte of structure.</param>
            <param name="addData">Represents additional data.</param>
            <param name="isValid">Represents if valid</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeForte(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Int32)">
            <summary>
            Serialize FOPTE structure.
            </summary>
            <param name="options">Parent collection.</param>
            <param name="id">Structure id to serialize.</param>
            <param name="value">Represents UInt value of structure.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeForte(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Int32,System.Byte[],System.Boolean)">
            <summary>
            Serialize FOPTE structure.
            </summary>
            <param name="options">Parent collection.</param>
            <param name="id">Structure id to serialize.</param>
            <param name="value">Represents int value of structure.</param>
            <param name="addData">Represents additional data.</param>
            <param name="isValid">Represents if valid</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.m_bAutoSize">
            <summary>
            Indicates whether text frame should be autosized.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="instance">Current object to clone.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase[],System.Int32)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="records">Array of records that contains the record for new shape.</param>
            <param name="index">Index of the records for new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="container">Shape container record that describes the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="container">Shape container record that describes the new shape.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeRecord">Record that describes the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeRecord">Record that describes the new shape.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CreateDefaultFillLineFormats">
            <summary>
            Creates default fill and line formatting options.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseRecord">
            <summary>
            Parses shape container record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseRecord(Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses shape container record.
            </summary>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses client data record.
            </summary>
            <param name="clientData">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseOtherRecords(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses all unknown records (should be overridden in child classes).
            </summary>
            <param name="subRecord">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Parses options.
            </summary>
            <param name="options">Options to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseFill(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses fill options.
            </summary>
            <param name="option">Represents single fill option</param>
            <returns>Returns true if parsed correctly.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses option record.
            </summary>
            <param name="option">Record to parse.</param>
            <returns>Value indicating fill option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp)">
            <summary>
            Parses shape record.
            </summary>
            <param name="shapeRecord">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseClientAnchor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor)">
            <summary>
            Parses client anchor record.
            </summary>
            <param name="clientAnchor">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.AttachEvents">
            <summary>
            Raises events.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.DetachEvents">
            <summary>
            Suppress events.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseShapeGroup(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr)">
            <summary>
            Parses shape group record.
            </summary>
            <param name="shapeGroup">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseShapeGroupContainer(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Parses shape group container.
            </summary>
            <param name="subRecord">Container to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseChildAnchor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor)">
            <summary>
            Parses child anchor record.
            </summary>
            <param name="childAnchor">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseUnKnown(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown)">
            <summary>
            Parses Unknown record.
            </summary>
            <param name="UnKnown">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetColorValue(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Converts option value to color.
            </summary>
            <param name="option">Option to convert.</param>
            <returns>Corresponding color value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetByte(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE,System.Int32)">
            <summary>
            Gets single byte by index for forte structure.
            </summary>
            <param name="option">Represents current FORTE structure.</param>
            <param name="iByteIndex">Byte index.</param>
            <returns>Returns single byte by index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseName(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Extracts shape name from option.
            </summary>
            <param name="option">Option that contains shape name.</param>
            <returns>Name extracted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ExtractNecessaryOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Extracts all necessary option.
            </summary>
            <param name="options">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ExtractNecessaryOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Extract necessary option.
            </summary>
            <param name="option">Option to extract.</param>
            <returns>Value indicating extracted option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Remove">
            <summary>
            Removes this shape from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Scale(System.Int32,System.Int32)">
            <summary>
            Scales the shape.
            </summary>
            <param name="scaleWidth">Width scale in percent.</param>
            <param name="scaleHeight">Height scale in percent.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnDispose">
            <summary>
            Detaches events and disposes current object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes shape into shape group container.
            </summary>
            <param name="spgrContainer">Shape group container that will receive shape data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,System.Boolean)">
            <summary>
            Serializes shape into shape group container.
            </summary>
            <param name="spgrContainer">Shape group container that will receive shape data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes shape record (MsofbtSp) into shape group container.
            </summary>
            <param name="spgrContainer">Shape group container that will receive shape data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,System.Boolean)">
            <summary>
            Serializes shape record (MsofbtSp) into shape group container.
            </summary>
            <param name="spgrContainer">Shape group container that will receive shape data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeMsoOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Serializes mso options.
            </summary>
            <param name="container">Represents mso container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeMsoOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize mso options.
            </summary>
            <param name="opt">Represents option record.</param>
            <returns>Returns option record, initialized by option values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeTransparency(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT,System.Int32)">
            <summary>
            Serialize transparency option.
            </summary>
            <param name="opt">Represents option storage.</param>
            <param name="value">Transparency value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serializes shape's options.
            </summary>
            <param name="parent">Parent record for options record.</param>
            <returns>Options record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeSizeTextToFit(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes SizeTextToFitShape option.
            </summary>
            <param name="options">MsofbtOPT record to which text ID will be added.</param>
            <exception cref="T:System.ArgumentNullException">
            If options argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeHitTest(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes HitTest option.
            </summary>
            <param name="options">MsofbtOPT record to which text ID will be added.</param>
            <exception cref="T:System.ArgumentNullException">
            If options argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.UInt32)">
            <summary>
            Serialize shape's options.
            </summary>
            <param name="options">Options record.</param>
            <param name="id">Option ID.</param>
            <param name="value">Option value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Int32)">
            <summary>
            Serialize shape's options.
            </summary>
            <param name="options">Options record.</param>
            <param name="id">Option ID.</param>
            <param name="value">Option value.</param>
            <returns>Record with option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeOptionSorted(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.UInt32)">
            <summary>
            Serialize shape's options sorted by option id.
            </summary>
            <param name="options">Options record.</param>
            <param name="id">Option ID.</param>
            <param name="value">Option value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeShapeVisibility(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes shape visibility.
            </summary>
            <param name="options">Option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeShapeName(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes shape name.
            </summary>
            <param name="options">Option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeName(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.String)">
            <summary>
            Serializes shape name.
            </summary>
            <param name="options">Options object to store name in.</param>
            <param name="optionId">Option id to store name in.</param>
            <param name="name">Name to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CreateDefaultOptions">
            <summary>
            Create default shape options.
            </summary>
            <returns>Record with option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateFillFopte(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Sets all fill fopte structure to default value.
            </summary>
            <param name="option">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SerializeCommentShadow(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize comment shadow.
            </summary>
            <param name="option">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GenerateDefaultName">
            <summary>
            Generates default shape name and sets it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnDelete">
            <summary>
            This method is called when removing shapes from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetObject(Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord)">
            <summary>
            Sets object with value.
            </summary>
            <param name="value">Value to be set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape and adds it to the parent shapes collection.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Clone(System.Object)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CopyFrom(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies settings from another shape object.
            </summary>
            <param name="shape">Shape to copy settings from.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CanInsertRowColumn(System.Int32,System.Int32,System.Boolean,System.Int32)">
            <summary>
            Checks whether it is possible insert row or column into iIndex.
            </summary>
            <param name="iIndex">Index of row or column to insert.</param>
            <param name="iCount">Number of rows or columns to insert.</param>
            <param name="bRow">Indicates whether rows or columns are inserted.</param>
            <param name="iMaxIndex">Maximum possible index.</param>
            <returns>True if it is possible to insert row or column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetLowerBound(System.Boolean)">
            <summary>
            Returns lower bound of the shape.
            </summary>
            <param name="bRow">Indicates whether lower row or lower column must be returned.</param>
            <returns>Lower bound of the shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetUpperBound(System.Boolean)">
            <summary>
            Returns upper bound of the shape.
            </summary>
            <param name="bRow">Indicates whether upper row or upper column must be returned.</param>
            <returns>Upper bound of the shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.RemoveRowColumn(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Removes row or column.
            </summary>
            <param name="iIndex">Index of row or column to remove.</param>
            <param name="iCount">Number of rows or columns to remove.</param>
            <param name="bRow">Indicates whether rows or columns are removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.InsertRowColumn(System.Int32,System.Int32,System.Boolean)">
            <summary>
            This method should be called after rows or columns were inserted.
            </summary>
            <param name="iIndex">Index of row or column to insert.</param>
            <param name="iCount">Number of rows or columns to insert.</param>
            <param name="bRow">Indicates whether rows or columns are inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetName(System.String)">
            <summary>
            Sets shape name without updating parent shapes collection.
            </summary>
            <param name="strShapeName">Name to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.RegisterInSubCollection">
            <summary>
            Registers shape in all required sub collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CanCopyShapesOnRangeCopy(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle@)">
            <summary>
            Indicates is can copy current shape.
            </summary>
            <param name="sourceRec">Represents source range dimension.</param>
            <param name="destRec">Represents destination range dimension.</param>
            <param name="newPosition">Gets new position of shape.</param>
            <returns>Returns true if can copy; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CopyMoveShapeOnRangeCopyMove(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Rectangle,System.Boolean)">
            <summary>
            Copies / moves shape in range copy / move.
            </summary>
            <param name="sheet">Represents destination sheet.</param>
            <param name="destRec">Represents position of .</param>
            <param name="bIsCopy">Indicates is copy.</param>
            <returns>Returns copied moved shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CopyFillOptions(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.Collections.IDictionary)">
            <summary>
            Copy comments options.
            </summary>
            <param name="sourceShape">Represents source shape.</param>
            <param name="dicFontIndexes">Represents dictionary with font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.PrepareForSerialization">
            <summary>
            Prepares shape for serialization. We should fill all not prepared fields
            like m_shape in this method.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateMacroInfo">
            <summary>
            Updates macro information.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetInstance(System.Int32)">
            <summary>
            Sets instance value for the shape.
            </summary>
            <param name="instance">Instance to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Int32)">
            <summary>
            Sets option with value.
            </summary>
            <param name="option">Represents shape option.</param>
            <param name="value">Represents value to be set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateLeftColumn">
            <summary>
            Updates left column and offset values correspondingly
            to X-coordinate changes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ClearShapeOffset(System.Boolean)">
            <summary>
            Clears the Shape Offsets.
            </summary>
            <param name="clear">Clears the offset if True.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateRightColumn">
            <summary>
            Updates right column and offset values correspondingly
            to left column or offset or width changes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateTopRow">
            <summary>
            Updates top row and offset values correspondingly
            to Y-coordinate changes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateBottomRow">
            <summary>
            Updates bottom row of the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateWidth">
            <summary>
            Updates width of the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateHeight">
            <summary>
            Updates Height of the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OffsetInPixels(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts offset value into pixels.
            </summary>
            <param name="iRowColumn">Width of row or column.</param>
            <param name="iOffset">Offset in row or column.</param>
            <param name="isXOffset">Indicates whether it is column offset.</param>
            <returns>Offset value in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OffsetInPixels(System.Double,System.Int32,System.Boolean)">
            <summary>
            Converts offset value into pixels.
            </summary>
            <param name="iWidthHeight">Width or Height.</param>
            <param name="iOffset">Offset in row or column.</param>
            <param name="isXOffset">Indicates whether it is column offset.</param>
            <returns>Offset value in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.PixelsInOffset(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts pixels into offset value.
            </summary>
            <param name="iCurRowColumn">Index to the current row or column.</param>
            <param name="iPixels">Size in pixels.</param>
            <param name="isXSize">Indicates whether iCurRowColumn is column index should.</param>
            <returns>Size of the row / column in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.PixelsInOffset(System.Double,System.Int32,System.Boolean)">
            <summary>
            Converts pixels into offset value.
            </summary>
            <param name="iCurRowColumn">Index to the current row or column.</param>
            <param name="iPixels">Size in pixels.</param>
            <param name="isXSize">Indicates whether iCurRowColumn is column index should.</param>
            <returns>Size of the row / column in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetWidth(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns width of the area.
            </summary>
            <param name="iColumn1">Column index.</param>
            <param name="iOffset1">Column offset.</param>
            <param name="iColumn2">Second column index.</param>
            <param name="iOffset2">Offset in the second column.</param>
            <param name="bIsOffsetInPixels">Indicates whether offsets are in pixels.</param>
            <returns>Width in pixels of the specified area.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetHeight(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns height of the specified area.
            </summary>
            <param name="iRow1">The first row.</param>
            <param name="iOffset1">Offset in the first row.</param>
            <param name="iRow2">The second row.</param>
            <param name="iOffset2">Offset in the second row.</param>
            <param name="bIsOffsetInPixels">Indicates whether offsets are in pixels.</param>
            <returns>Height in pixels of the specified area.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ConvertWidthOffsetIntoPixels(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts width offset into pixels and checks if it is out of range.
            </summary>
            <param name="iColWidth">Width of the target column.</param>
            <param name="iOffset">Offset in the target column.</param>
            <param name="bIsInPixels">
            Indicates whether offset is in pixels (True) or in the units
            relative to width of the column (False).
            </param>
            <returns>Offset in pixels.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If resulting offset is more that column width.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ConvertHeightOffsetIntoPixels(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts width offset into pixels and checks if it is out of range.
            </summary>
            <param name="iRowHeight">Height of the target row.</param>
            <param name="iOffset">Offset in the target row.</param>
            <param name="bIsOffsetInPixels">
            Indicates whether offset is in pixels (True) or in the units
            relative to height of the row (False).
            </param>
            <returns>Offset in pixels.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If resulting offset is more than row height.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ConvertPixelsIntoWidthOffset(System.Int32,System.Int32)">
            <summary>
            Converts pixels into column width offset.
            </summary>
            <param name="iPixels">Represents pixel.</param>
            <param name="iColWidth">Width of the target column.</param>
            <returns>Value in column width.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ConvertPixelsIntoHeightOffset(System.Int32,System.Int32)">
            <summary>
            Converts pixels into height offset.
            </summary>
            <param name="iPixels">Pixels to convert.</param>
            <param name="iRowHeight">Represents target row height.</param>
            <returns>Offset in terms of Row height.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.EvaluateTopLeftPosition">
            <summary>
            Evaluates top left position of the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.EvaluateLeftPosition">
            <summary>
            Evaluates left position.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.EvaluateRightPosition">
            <summary>
            Evaluates Right Position.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.EvaluateTopPosition">
            <summary>
            Evaluates top position.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.SetClientAnchor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor)">
            <summary>
            Sets client anchor record.
            </summary>
            <param name="anchor">Represents anchor.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnLeftColumnChange">
            <summary>
            This method is called when left column was changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnTopRowChanged">
            <summary>
            This method is called when top row was changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsIndexLess(System.Int32,System.Boolean)">
            <summary>
            Indicates whether specified row / column index is before shape.
            </summary>
            <param name="iRowColumnIndex">Row / column index.</param>
            <param name="bIsRow">Indicates whether it is row or column index.</param>
            <returns>True if specified row / column index is before shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsIndexMiddle(System.Int32,System.Boolean)">
            <summary>
            Indicates whether specified row / column index is in the middle of the shape.
            </summary>
            <param name="iRowColumnIndex">Row / column index.</param>
            <param name="bIsRow">Indicates whether it is row or column index.</param>
            <returns>True if specified row / column index is before shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsIndexLast(System.Int32,System.Boolean)">
            <summary>
            Indicates whether it is last row or column index
            </summary>
            <param name="iRowColumnIndex">Row / column index.</param>
            <param name="bIsRow">Indicates whether it is row or column index.</param>
            <returns>Value indicating whether it is last row or column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IncreaseAndUpdateAll(System.Int32,System.Boolean)">
            <summary>
            Increases and updates both begin and end of the shape.
            </summary>
            <param name="iCount">Number of inserted rows / columns.</param>
            <param name="bIsRow">Indicates whether rows where inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IncreaseAndUpdateEnd(System.Int32,System.Boolean)">
            <summary>
            Increases and updates end of the shape.
            </summary>
            <param name="iCount">Number of inserted rows / columns.</param>
            <param name="bIsRow">Indicates whether rows where inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetCountAbove(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets count of rows \ columns that is above shape.
            </summary>
            <param name="iIndex">Represents start index.</param>
            <param name="iCount">Represents count of rows \ columns.</param>
            <param name="bIsRow">Indicates is in row.</param>
            <returns>Returns count of rows \ columns above shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GetCountInside(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets count of rows inside.
            </summary>
            <param name="iIndex">Represents first index.</param>
            <param name="iCount">Represents count.</param>
            <param name="bIsRow">Indicates is row or column.</param>
            <returns>Returns count of inside.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IndicatesFirst(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Indicates is when remove or insert use top\left row\column.
            </summary>
            <param name="iIndex">Represents start index of remove \ insert.</param>
            <param name="iCount">Represents count.</param>
            <param name="bIsRow">Indicates is in row.</param>
            <returns>If true - use first row\column; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateAboveRowColumnIndexes(System.Int32,System.Boolean)">
            <summary>
            Updates row \ column indexes.
            </summary>
            <param name="iCount">Count to update.</param>
            <param name="bIsRow">Indicates is update row indexes or column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateFirstRowColumnIndexes(System.Boolean,System.Int32)">
            <summary>
            Updates first row/column indexes.
            </summary>
            <param name="bIsRow">Indicates is in row.</param>
            <param name="iCount">Represents count.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateNotSizeNotMoveShape(System.Boolean,System.Int32,System.Int32)">
            <summary>
            Updates shape that include not size and not move flags.
            </summary>
            <param name="bRow">Indicates is row or column to update.</param>
            <param name="iIndex">Row or column index.</param>
            <param name="iCount">Number of inserted/removed rows/column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateInsideRowColumnIndexes(System.Int32,System.Boolean)">
            <summary>
            Updates inside row/column indexes.
            </summary>
            <param name="iCount">Represents count.</param>
            <param name="bRow">Indicates is in row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateLastRowColumnIndex(System.Boolean)">
            <summary>
            Updates last row\column indexes.
            </summary>
            <param name="bRow">Indicates is row or column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor)">
            <summary>
            Updates record.
            </summary>
            <param name="anchor">Represents client anchor.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParseLineFill(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Parses line and fill objects.
            </summary>
            <param name="options">Options holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdateMso(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Updates mso object.
            </summary>
            <param name="mso">Represents mso object to update.</param>
            <returns>Returns true if updated otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CloneLineFill(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Clones line and fill objects.
            </summary>
            <param name="sourceShape">Shape to be cloned.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Worksheet_ColumnWidthChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Column width change event.
            </summary>
            <param name="sender">Represents sender object</param>
            <param name="e">Represents value changed event.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.LeaveRelativeBottomRightCorner">
            <summary>
            Leaves bottom right corner of the shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.NormalFont_OnAfterChange(System.Object,System.EventArgs)">
            <summary>
            This method should be called after any change in font of "Normal" style.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Worksheet_RowHeightChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This method should be called after row height changes.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.CheckLeftOffset">
            <summary>
            Checks the Left Offset.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Height">
            <summary>
            Gets or sets the height of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Id">
            <summary>
            Gets Shape ID.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ThreeD">
            <summary>
            Gets the chart3 D properties.
            </summary>
            <value>The chart3 D properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Shadow">
            <summary>
            Gets the shadow properties.
            </summary>
            <value>The shadow properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Left">
            <summary>
            Gets or set x coordinate of upper left corner of shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Name">
            <summary>
            Gets or sets name of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Top">
            <summary>
            Gets or sets the Y coordinate of the shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Width">
            <summary>
            Gets or sets width of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeType">
            <summary>
            Gets or sets shape type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsShapeVisible">
            <summary>
            Gets or set a value indicating whether shape is visible
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.AlternativeText">
            <summary>
            Gets or sets alternative text of the shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsMoveWithCell">
            <summary>
            Gets or set a value indicating whether shape can move with cell
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsSizeWithCell">
            <summary>
            Gets or sets a value indicating whether shape can size with cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Fill">
            <summary>
            Represents fill properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Line">
            <summary>
            Represents line format properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.AutoSize">
            <summary>
            True if the size of the specified object is changed automatically
            to fit text within its boundaries. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.XmlDataStream">
            <summary>
            Gets / sets xml data stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.XmlTypeStream">
            <summary>
            Gets or sets xml type stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.VmlShape">
            <summary>
            Indicates whether this is vml shape or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OnAction">
            <summary>
            Gets or sets macro-command that is called when action happens.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeRotation">
            <summary>
            Returns or sets the rotation of the shape, in degrees.
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.TextFrame">
            <summary>
            Returns a TextFrame object that contains the 
            alignment and anchoring properties for the specified shape. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.FormulaMacroStream">
            <summary>
            FormulaMacro Stream
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.GraphicFrameStream">
            <summary>
             Stream to preserve the Slicers graphic frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.HasBorder">
            <summary>
            Indicates the whether the shape has the borders.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Workbook">
            <summary>
            Parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParentWorkbook">
            <summary>
            Parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ParentShapes">
            <summary>
            Parent shapes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Worksheet">
            <summary>
            Parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Obj">
            <summary>
            OBJ record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ClientAnchor">
            <summary>
            Client anchor. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.TopRow">
            <summary>
            Top row for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.LeftColumn">
            <summary>
            Left column for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.BottomRow">
            <summary>
            Bottom row for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.RightColumn">
            <summary>
            Right column for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.TopRowOffset">
            <summary>
            Top row offset for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.LeftColumnOffset">
            <summary>
            Left column offset for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.BottomRowOffset">
            <summary>
            Bottom row offset for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.RightColumnOffset">
            <summary>
            Right column offset for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.OldObjId">
            <summary>
            Gets or sets object id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Record">
            <summary>
            Returns internal shapes record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.InnerSpRecord">
            <summary>
            Returns inner sp record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsShortVersion">
            <summary>
            Indicates whether it is short version of the shape
            (without obj and maybe some other properties).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeCount">
            <summary>
            Returns number of shapes contained by this shape (1 means no sub shapes). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.UpdatePositions">
            <summary>
            Indicates whether we have to update absolute positions after setting TopRow,
            BottomRow, LeftColumn, RightColumn.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.Instance">
            <summary>
            Returns instance value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.HasFill">
            <summary>
            Indicates whether fill item was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.HasLineFormat">
            <summary>
            Indicates whether line item was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeId">
            <summary>
            Gets / sets shape id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeRecord">
            <summary>
            Returns internal shape record, creates new one if  necessary. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsActiveX">
            <summary>
            Indicates whether this control is an ActiveX Control.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.StyleProperties">
            <summary>
            Preserves the Shape style properties.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.PreserveStyleString">
            <summary>
            Preserves the Shape style properties as string value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.IsAbsoluteAnchor">
            <summary>
            We find the anchor type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.NvPrExtLstStream">
            <summary>
            gets and sets the extlst of the picture,which intends to get preserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ShapeOptions">
            <summary>
            Gets shape options.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ChildShapes">
            <summary>
            Represens the Child Shapes in the Group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl.ChildAnchor">
            <summary>
            Child Client Anchor Record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.m_shapeExt">
            <summary>
            Extended the ShapeImpl class to support AutoShape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.m_isMoveWithCell">
            <summary>
            Gets or set a value indicating whether shape can move with cell
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.m_isSizeWithCell">
            <summary>
            Gets or sets a value indicating whether shape can size with cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.CreateShape(Syncfusion.XlsIO.AutoShapeType,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Instantiates the ShapeExt with the Shape Type.
            </summary>
            <param name="type">Type of the AutoShape.</param>
            <param name="sheetImpl">Represents the Worksheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.SetShapeID(System.Int32)">
            <summary>
            Updates the shape id.
            </summary>
            <param name="shapeId"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.SetPlacementValue">
            <summary>
            Updates the Placement Value for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.ShapeExt">
            <summary>
            Gets the Extended ShapeImpl class to support AutoShape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.FlipVertical">
            <summary>
            Specifies a vertical flip. When true, this attribute defines that the group is flipped
            vertically about the center of its bounding box
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.FlipHorizontal">
            <summary>
            Specifies a horizontal flip. When true, this attribute defines that the shape is flipped
            horizontally about the center of its bounding box
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.TextFrame">
            <summary>
            Represents the Text Frame.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.TextFrameInternal" -->
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.AlternativeText">
            <summary>
            Represents the Shape's Description.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Id">
            <summary>
            Represents the Shape's unique id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Name">
            <summary>
            Represents the name of the Shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.BottomRow">
            <summary>
            Represents the BottomRow position of the Shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.BottomRowOffset">
            <summary>
            Represents the BottomRowOffset of the Shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Height">
            <summary>
            Represents the Height of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Left">
            <summary>
            Represents the Left position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.LeftColumn">
            <summary>
            Represents the Left position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.LeftColumnOffset">
            <summary>
            Represents the Left column offset of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.RightColumn">
            <summary>
            Represents the RightColumn of the Shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.RightColumnOffset">
            <summary>
            Represent the Right Column Offset of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Top">
            <summary>
            Represents the Top position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.TopRow">
            <summary>
            Represents the Top row of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.TopRowOffset">
            <summary>
            Represents of the top row offset of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Width">
            <summary>
            Represents the Shape width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.ShapeRotation">
            <summary>
            Represents the Shape Rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Fill">
            <summary>
            Represents the fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Line">
            <summary>
            Represents the Line Format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.IsHidden">
            <summary>
            Indicates whether the shape is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.Title">
            <summary>
            Represents the shape title.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.IsMoveWithCell">
            <summary>
            Gets or set a value indicating whether shape can move with cell
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.AutoShapeImpl.IsSizeWithCell">
            <summary>
            Gets or sets a value indicating whether shape can size with cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.AutoShapeSerializator.SerializeColRowAnchor(System.Xml.XmlWriter,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Serializes row-column anchor point.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to use.</param>
            <param name="column">Column index.</param>
            <param name="columnOffset">Offset inside column.</param>
            <param name="row">Row index.</param>
            <param name="rowOffset">Offset inside row.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.Drawing.AutoShapeSerializator.SerializeXYAnchor(System.Xml.XmlWriter,System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Serializes XY anchor point
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to use.</param>
            <param name="column">X coordinate (will be divided by 1000 in the current implementation).</param>
            <param name="row">Y coordinate (will be divided by 1000 in the current implementation).</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="F:Syncfusion.Drawing.ClientAnchor.m_size">
            <summary>
            Represents the size information of the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ClientAnchor.m_workSheet">
            <summary>
            Represents the Current worksheet instance.
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.ClientAnchor.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Intializes the members.
            </summary>
            <param name="worksheetImpl">Current Worksheet object.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.TextDirection">
            <summary>
            Represents different text direction.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelHorizontalAlignment">
            <summary>
            Represents different horizontal alignments
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.Left">
            <summary>
            Represents Left horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.Center">
            <summary>
            Represents Center horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.Right">
            <summary>
            Represents Right horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.LeftMiddle">
            <summary>
            Represents LeftMiddle horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.CenterMiddle">
            <summary>
            Represents CenterMiddle horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHorizontalAlignment.RightMiddle">
            <summary>
            Represents RightMiddle horizontal alignment setting for the shapes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelVerticalAlignment">
            <summary>
            Represents different vertical alignments
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.Top">
            <summary>
            Represents Top vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.Middle">
            <summary>
            Represents Middle vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.Bottom">
            <summary>
            Represents Bottom vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.TopCentered">
            <summary>
            Represents TopCentered vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.MiddleCentered">
            <summary>
            Represents MiddleCentered vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVerticalAlignment.BottomCentered">
            <summary>
            Represents BottomCentered vertical alignment setting for the shapes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.TextVertOverflowType">
            <summary>
            Represents different vertical overflow types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextVertOverflowType.OverFlow">
            <summary>
            Represents a overflow type of vertical overflow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextVertOverflowType.Ellipsis">
            <summary>
            Represents a ellipsis type of vertical overflow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextVertOverflowType.Clip">
            <summary>
            Represents a clip type of vertical overflow.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.TextHorzOverflowType">
            <summary>
            Represents different horizontal overflow types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextHorzOverflowType.OverFlow">
            <summary>
            Represents a Overflow type of horizontal types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextHorzOverflowType.Clip">
            <summary>
            Represents a Clip type of horizontal types.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.TextFrameColumns">
            <summary>
            Represent columns in the Text frame.
            <exclude/>
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.TextFrameColumns.Number">
            <summary>
            Gets or sets the number of the text frame columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.TextFrameColumns.SpacingPt">
            <summary>
            Gets or sets the spacing point of the text frame columns.
            </summary>
        </member>
        <member name="T:Syncfusion.Drawing.ShapeImplExt">
            <summary>
            Extended the ShapeImp to add support for the Autoshape.
            </summary>
        </member>
        <member name="T:Syncfusion.Drawing.ShapeStyle">
            <summary>
            Stores and serialize the chart / shape style entries
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.attribute">
            <summary>
            attribute used as prefix
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.shape">
            <summary>
            autoshape parent 
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.nameSpace">
            <summary>
            Name space used on serialization
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_styleElementMod">
            <summary>
            mods enum value for the style element
            style entry is not provided
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_lnRefStyleEntry">
            <summary>
            It specifies a reference to a line style within the style matrix.
            must be initialized for chartStyle
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_lineWidthScale">
            <summary>
            It specifies a multiplier to apply to the line width.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_effectRefStyleEntry">
            <summary>
            It reference to an effect style within the style matrix.        
            must be initialized for chartStyle
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_fillRefStyleEntry">
            <summary>
            It specifies a reference to a fill style within the style matrix.
            must be initialized for chartStyle
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_fontRefstyleEntry">
            <summary>
            It specifies a reference to a themed font.
            must be initialized for chartStyle
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_shapeProperties">
            <summary>
            It specifies visual shape properties associated with this StyleEntry
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_defaultParagraphRunProperties">
            <summary>
            It specifies the default text character properties for a text body associated with this StyleEntry.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.ShapeStyle.m_textBodyProperties">
            <summary>
            It specifies the body properties for a text body associated with this StyleEntry
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.#ctor(Syncfusion.Drawing.ShapeImplExt,System.String)">
            <summary>
            Constructor used for auto shape 
            </summary>
            <param name="shape">input shape</param>
            <param name="arrtibute">input attribute</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.#ctor(System.String,System.String,Syncfusion.XlsIO.StyleEntryModifierEnum)">
            <summary>
            Constructor used for chart style
            </summary>
            <param name="attributeValue">input attribute value</param>
            <param name="nameSpaceValue">input namespace value</param>
            <param name="enumValue">input style modifier enum value</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.SerializeStyleOrFontReference(System.Xml.XmlWriter,Syncfusion.Drawing.StyleOrFontReference,System.String,System.Boolean)">
            <summary>
            Serialize the Style or font reference for entry 
            </summary>
            <param name="writer">input XML writer</param>
            <param name="styleEntry">input style entry reference</param>
            <param name="styleEntryName">style entry reference name</param>
            <param name="isFontReference">boolean value indicates whether thr reference is font or not</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.SerializeColorSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.ColorModel,System.String,System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Serialize the input color and its values
            </summary>
            <param name="writer">input XML writer</param>
            <param name="colorModelType">color model type</param>
            <param name="colorValue">color value string</param>
            <param name="lumModValue">luminance modulation value</param>
            <param name="lumOffValue1">luminance offset 1 value</param>
            <param name="lumOffValue2">luminance offset 2 value</param>
            <param name="shadeValue">shade value on color</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.SerializeShapeProperties(System.Xml.XmlWriter)">
            <summary>
            Serialize the shape properties current object
            </summary>
            <param name="writer">input XML writer</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.SerializeDefaultRPrProperties(System.Xml.XmlWriter)">
            <summary>
            Serialize the Default run paragraph properties
            </summary>
            <param name="writer">input XML writer</param>
        </member>
        <member name="M:Syncfusion.Drawing.ShapeStyle.Write(System.Xml.XmlWriter,System.String)">
            <summary>
            Serialize the current shape style and its member
            </summary>
            <param name="xmlTextWriter">input XML writer</param>
            <param name="parentElement">input parent element of chart style</param>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.StyleElementMod">
            <summary>
            Gets / Sets the value of member StyleElementMod
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.LineRefStyleEntry">
            <summary>
            Gets / Sets the line reference style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.LineWidthScale">
            <summary>
            Gets / Sets the line width of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.EffectRefStyleEntry">
            <summary>
            Gets / Sets the effect reference of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.FillRefStyleEntry">
            <summary>
             Gets / Sets the Fill reference of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.FontRefstyleEntry">
            <summary>
            Gets / Sets the Font reference of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.ShapeProperties">
            <summary>
            Gets / Sets the shape properties of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.DefaultRunParagraphProperties">
            <summary>
            Gets / Sets the Default paragraph run properties of style entry
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.ShapeStyle.TextBodyProperties">
            <summary>
            Gets / Sets the text body properties of style entry
            </summary>
        </member>
        <member name="T:Syncfusion.Drawing.StyleOrFontReference">
             <summary>
             Stores the information required for each style entries
            lineRef, fillRef, effectRef, fontRef, 
             </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_index">
            <summary>
            Style entry Index 
            integer for lineRef, fillRef, effectRef style elements 
            enum integer value for fontRef style elements
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_colorModelType">
            <summary>
            Color model value
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_colorValue">
            <summary>
            Its stores the value of color respect to color model
            hexa color or schema color information
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_lumModValue">
            <summary>
            luminace modulation value for scheme color
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_lumOffValue1">
            <summary>
            luminance offset value 1 for scheme color
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_lumOffValue2">
            <summary>
             luminance offset value 2 for scheme color
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleOrFontReference.m_shadeValue">
            <summary>
            stores the shade value
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.StyleOrFontReference.#ctor(System.Int32,Syncfusion.XlsIO.ColorModel,System.String,System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Initialize the member with its values
            </summary>
            <param name="index">Index value</param>
            <param name="colorModel">colorModel value</param>
            <param name="colorValue">color value</param>
            <param name="lumModValue">luminance modulation value</param>
            <param name="lumOffValue1">luminance offset 1 value</param>
            <param name="lumOffValue2">luminance offset value 2</param>
            <param name="shadeValue">shade value of color</param>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.Index">
            <summary>
            Gets / Sets the value of member index
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.ColorModelType">
            <summary>
            Gets / Sets the value of member ColorModelType
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.ColorValue">
            <summary>
            Gets / Sets the value of member ColorValue
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.LumModValue">
            <summary>
            Gets / Sets the value of member LumModValue
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.LumOffValue1">
            <summary>
            Gets / Sets the value of member LumOffValue1
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.LumOffValue2">
            <summary>
            Gets / Sets the value of member LumOffValue2
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleOrFontReference.ShadeValue">
            <summary>
            Gets / Sets the value of member Shade value
            </summary>
        </member>
        <member name="T:Syncfusion.Drawing.StyleEntryShapeProperties">
            <summary>
            Stores the information of shape properties of style entry
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_flag">
            <summary>
            Indicates whether the options are enabled. Bit position
            0-Shape fill 
            1-Line fill
            2-line width (if set to 0, no fill)
            3-line cap
            4-line cmpd
            5-line align
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillType">
            <summary>
            enum indicates the fill type of shape s
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderWeight">
            <summary>
            indicates the line width 
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillColorModelType">
            <summary>
            shape fill color model value
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillColorValue">
            <summary>
            Its stores the value of shape fill color respect to color model
            hexa color or schema color information
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillLumModValue">
            <summary>
            luminace modulation value for scheme color of shape fill
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillLumOffValue1">
            <summary>
            luminance offset value 1 for scheme color of shape fill
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_shapeFillLumOffValue2">
            <summary>
             luminance offset value 2 for scheme color of shape fill
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderFillColorModelType">
            <summary>
            Color model value
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderFillColorValue">
            <summary>
            Its stores the value of border color respect to color model
            hexa color or schema color information
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderFillLumModValue">
            <summary>
            luminace modulation value for scheme color of border
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderFillLumOffValue1">
            <summary>
            luminance offset value 1 for scheme color of border
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderFillLumOffValue2">
            <summary>
             luminance offset value 2 for scheme color of border
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderLineStyle">
            <summary>
            Specifies the compound line type to be used for the underline stroke.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_borderIsRound">
            <summary>
            Indicates that lines joined together have a round join.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_lineCap">
            <summary>
            Specifies the ending caps that should be used for this line.
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.StyleEntryShapeProperties.m_isInsetPenAlignment">
            <summary>
            Specifies the alignment to be used for the underline stroke.
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.StyleEntryShapeProperties.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillType">
            <summary>
            Gets / Sets the shapefillType member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderWeight">
            <summary>
            Gets / Sets the Border Weight member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillColorModelType">
            <summary>
             Gets / Sets the ShapeFillColorModel member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillColorValue">
            <summary>
             Gets / Sets the ShapeFillColorValue member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillLumModValue">
            <summary>
             Gets / Sets the ShapeFill Luminance Modulation member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillLumOffValue1">
            <summary>
             Gets / Sets the shapefill luminace offset 1 member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.ShapeFillLumOffValue2">
            <summary>
             Gets / Sets the shapefill luminace offset 2 member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderFillColorModelType">
            <summary>
             Gets / Sets the Border Fill ColorModelType member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderFillColorValue">
            <summary>
            Gets / Sets the BorderFill Color member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderFillLumModValue">
            <summary>
             Gets / Sets the BorderFill Luminance Modulation member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderFillLumOffValue1">
            <summary>
            Gets / Sets the borderFill Luminace Offset Value1 member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderFillLumOffValue2">
            <summary>
             Gets / Sets the borderFill Luminace Offset Value2 member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderLineStyle">
            <summary>
            Gets / Sets the shapeLineStyle member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.BorderIsRound">
            <summary>
             Gets / Sets the BorderIsRound member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.LineCap">
            <summary>
            Gets / Sets the LineCap member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.IsInsetPenAlignment">
            <summary>
             Gets / Sets the IsInsetPen member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.StyleEntryShapeProperties.FlagOptions">
            <summary>
            Get the options enabled flags
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextFrame">
            <summary>
            Returns a TextFrame object that contains the 
            alignment and anchoring properties for the specified shape. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.IsTextOverFlow">
            <summary>
            Gets or sets overflow of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.WrapTextInShape">
            <summary>
            Gets or sets wrap text in the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.IsAutoSize">
            <summary>
            Gets or sets autosize in the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.MarginLeftPt">
            <summary>
            Gets or sets left margin of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.TopMarginPt">
            <summary>
            Gets or sets top margin of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.RightMarginPt">
            <summary>
            Gets or sets right margin of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.BottomMarginPt">
            <summary>
            Gets or sets bottom margin of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.IsAutoMargins">
            <summary>
            Gets or sets auto margin of the text frame
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.TextVertOverflowType">
            <summary>
            Gets or sets vertical text overflow in the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.TextHorzOverflowType">
            <summary>
            Gets or sets horizontal text overflow in the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.HorizontalAlignment">
            <summary>
            Gets or sets horizontal alignment in the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.VerticalAlignment">
            <summary>
            Gets or sets vertical alignment in the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.TextDirection">
            <summary>
            Gets or sets text direction of the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextFrame.TextRange">
            <summary>
            Gets text range of the text frame.
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextFrame.TextBodyProperties">
            <summary>
            Gets / Sets the text body properties
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextRange">
            <summary>
            Returns the TextRange object that represents the text in the object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextRange.Text">
            <summary>
            Gets or sets the text property of the text range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextRange.RichText">
            <summary>
            Text of the comment. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.TextRange.InitializeVariables">
            <summary>
            Initializes variables.
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextRange.RichText">
            <summary>
            Comment text.
            </summary>
        </member>
        <member name="T:Syncfusion.Drawing.TextBodyPropertiesHolder">
            <summary>
            Class that stores that text body properties
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_textVertOverflowType">
            <summary>
            text vertical overflow type
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_textHorzOverflowType">
            <summary>
            text horizontal overflow type
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_textDirection">
            <summary>
            text direction enum
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_leftMarginPt">
            <summary>
            left margin point of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_topMarginPt">
            <summary>
            top margin point of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_rightMarginPt">
            <summary>
            right margin point of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_bottomMarginPt">
            <summary>
            bottom margin of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_wrapTextInShape">
            <summary>
            boolean value indicates whether the text to be wrapped in text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_columns">
            <summary>
            struct type of columns
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_verticalAlignment">
            <summary>
            vertical alignment of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_horizontalAlignment">
            <summary>
            horizontal alignment of text
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_isAutoSize">
            <summary>
            Boolean value indicates whether the text is to be auto sized
            </summary>
        </member>
        <member name="F:Syncfusion.Drawing.TextBodyPropertiesHolder.m_isAutoMargins">
            <summary>
            Boolean value indicates whether margin is automatically generated
            </summary>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetAnchorPosition(Syncfusion.XlsIO.TextDirection,Syncfusion.XlsIO.ExcelVerticalAlignment,Syncfusion.XlsIO.ExcelHorizontalAlignment,System.String@)">
            <summary>
            Get the anchor position from text direction and alignment
            </summary>
            <param name="textDirection">input text Direction of the text body</param>
            <param name="verticalAlignment">input text body vertical alignment</param>
            <param name="horizontalAlignment">input text body horizontal alignment</param>
            <param name="anchor">output anchor</param>
            <returns>the boolean value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetTextDirection(Syncfusion.XlsIO.TextDirection)">
            <summary>
            Get the string formatted text direction from enum
            </summary>
            <param name="textDirection">input text direction enum</param>
            <returns>output string formatted text direction</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetLeftMargin">
            <summary>
            Get Left margin value of text body
            </summary>
            <returns>converted left margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.SetLeftMargin(System.Int32)">
            <summary>
            Set Left margin value of text body
            </summary>
            <returns>converted left margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetTopMargin">
            <summary>
            Get Top margin value of text body
            </summary>
            <returns>converted Top margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.SetTopMargin(System.Int32)">
            <summary>
            Set Top margin value of text body
            </summary>
            <returns>converted Top margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetRightMargin">
            <summary>
            Get Right margin value of text body
            </summary>
            <returns>converted right margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.SetRightMargin(System.Int32)">
            <summary>
            Set Right margin value of text body
            </summary>
            <returns>converted right margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetBottomMargin">
            <summary>
            Get Bottom margin value of text body
            </summary>
            <returns>converted Bottom margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.SetBottomMargin(System.Int32)">
            <summary>
            Set Bottom margin value of text body
            </summary>
            <returns>converted Bottom margin value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.GetAnchorPosition(System.String@)">
            <summary>
            Get anchor position value of text body from current object properties
            </summary>
            <returns>anchor position value</returns>
        </member>
        <member name="M:Syncfusion.Drawing.TextBodyPropertiesHolder.SerialzieTextBodyProperties(System.Xml.XmlWriter,System.String,System.String)">
            <summary>
            Serializes the text body properties attributes
            </summary>
            <param name="xmlTextWriter">input XML writer</param>
            <param name="prefix">prefix of the element</param>
            <param name="nameSpace">namespace of the element</param>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.TextVertOverflowType">
            <summary>
            Gets / Sets the TextVertOverflowType member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.TextHorzOverflowType">
            <summary>
            Gets / Sets the TextHorzOverflowType member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.TextDirection">
            <summary>
            Gets / Sets the TextDirection member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.LeftMarginPt">
            <summary>
            Gets / Sets the LeftMarginPt member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.TopMarginPt">
            <summary>
            Gets / Sets the TopMarginPt member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.RightMarginPt">
            <summary>
            Gets / Sets the RightMarginPt member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.BottomMarginPt">
            <summary>
            Gets / Sets the BottomMarginPt member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.WrapTextInShape">
            <summary>
            Gets / Sets the WrapTextInShape member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.VerticalAlignment">
            <summary>
            Gets / Sets the VerticalAlignment member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.HorizontalAlignment">
            <summary>
            Gets / Sets the HorizontalAlignment member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.IsAutoSize">
            <summary>
            Gets / Sets the IsAutoSize member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.IsAutoMargins">
            <summary>
            Gets / Sets the IsAutoMargins member
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.Number">
            <summary>
            Gets / Sets the number of column
            </summary>
        </member>
        <member name="P:Syncfusion.Drawing.TextBodyPropertiesHolder.SpacingPt">
            <summary>
            Gets / Sets the spacingPt of column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_replace">
            <summary>
            Incidates to replace existing subtotal
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_pageBreaks">
            <summary>
            Indicates to insert pageBreaks
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_summaryBelowData">
            <summary>
            Indicates to insert GrandTotal to below data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_groupRows">
            <summary>
            Indicates to group rows
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_consolidationFunction">
            <summary>
            ConsolidationFunction enumeration
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_totalList">
            <summary>
            TotalList of columns to be added
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_iRow">
            <summary>
            Current row
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_groupBy">
            <summary>
            Zero based index of column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_columnCount">
            <summary>
            Total colulmn Count
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_recordTable">
            <summary>
            Record Table
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_columnName">
            <summary>
            Column Names
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_total">
            <summary>
            TotalString
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_grandTotal">
            <summary>
            GrandTotalString
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_height">
            <summary>
            Height of the row
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_version">
            <summary>
            ExcelVersion
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_blockSize">
            <summary>
            Bloack size of the rows
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_worksheet">
            <summary>
            worksheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_hPageBreaks">
            <summary>
            Horizontal PageBreaks collection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_firstRow">
            <summary>
            First row index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_firstColumn">
            <summary>
            First column index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_lastRow">
            <summary>
            Last row index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_lastColumn">
            <summary>
            Las column index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SubTotalImpl.m_noOfsubTotals">
            <summary>
            No of subTotals
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Create a SubTotal Object
            </summary>
            <param name="worksheet">WorkSheet</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.CalculateSubTotal(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32,System.Int32[],System.Boolean,System.Boolean,System.Boolean,System.Int32)">
            <summary>
            Creates SubTotal for the Specified Ranges
            </summary>
            <param name="firstRow">FirstRow</param>
            <param name="firstColumn">FirstColumn</param>
            <param name="lastRow">LastRow</param>
            <param name="lastColumn">LastColumn</param>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace</param>
            <param name="pageBreaks">InsertPageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.SubTotalColumnIndex(Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Retruns corresponding column index above the subtotal formula
            </summary>
            <param name="rowStorage"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.HasSubTotal(System.Int32)">
            <summary>
            Check whether the current row contains SubTotal Formula
            </summary>
            <param name="irow">RowIndex</param>
            <returns>Returns true if row contains SubTotal Formula</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.HasSubTotal(Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Check whether the current row contains SubTotal Formula
            </summary>
            <param name="rowStorage">RowStorage</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.CreateTotalBelowData(System.Boolean)">
            <summary>
            Creates the Total row below the data
            </summary>
            <param name="bUpdateNumberFormat">A boolean variable indicating if the number format of 
            the subtotal row is to be updated.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SubTotalImpl.CreateTotalAboveData(System.Boolean)">
            <summary>
            Creates the Total row above the data
            </summary>
            <param name="bUpdateNumberFormat">A boolean variable indicating if the number format of 
            the subtotal row is to be updated.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TextFilter">
            <summary>
            Class represent text filer in a combination filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TextFilter.m_text">
             <summary>
            Text filter value.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TextFilter.Text">
             <summary>
            Text filter value. Read-Only.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TextFilter.CombinationFilterType">
            <summary>
            Represent combination filter type. Read-Only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator">
            <summary>
            Class used for Excel 2007 Serialization.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator">
            <summary>
            Class used for Excel 2007 Serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MaximumFormulaLength">
            <summary>
            Maximum allowed formula length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XmlFileHeading">
            <summary>
            File heading.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ContentTypesNamespace">
            <summary>
            Namespace with ContentTypes items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HyperlinkNamespace">
            <summary>
            Namespace for hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationNamespace">
            <summary>
            Namespace for relation tags/attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XmlNamespaceMain">
            <summary>
            Main xml namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorksheetPartType">
            <summary>
            Name of the relation type that indicates that part contains worksheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ChartSheetPartType">
            <summary>
            Name of the relation type that indicates that part contains chartsheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DialogSheetPartType">
            <summary>
            Name of the relation type that indicates that part contains dialogsheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ExtendedPropertiesPartType">
            <summary>
            Name of the relation type that indicates that part contains extended document properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CorePropertiesPartType">
            <summary>
            Name of the relation type that indicates that part contains core properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.X14Namespace">
            <summary>
            Name of the relation type that indicates that part contains the Sparkline properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MSNamespaceMain">
            <summary>
            Main Microsoft Namespace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SparklineUri">
            <summary>
            Uri for the Sparkline properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CorePropertiesPrefix">
            <summary>
            Prefix for core properties namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DublinCorePartType">
            <summary>
            Name of the relation type that indicates dublin core part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DublinCorePrefix">
            <summary>
            Prefix for dublin core namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DublinCoreTermsPartType">
            <summary>
            Name of the relation type that indicates dublin core terms part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DublinCoreTermsPrefix">
            <summary>
            Prefix for dublin core terms namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DCMITypePartType">
            <summary>
            Name of the relation type that indicates DCMIType part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DCMITypePrefix">
            <summary>
            Prefix for DCMIType namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XSIPartType">
            <summary>
            Name of the relation type that indicates XSI part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XSIPrefix">
            <summary>
            Prefix for XSI namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomPropertiesPartType">
            <summary>
            Name of the relation type that indicates that part contains custom properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DocPropsVTypesPartType">
            <summary>
            Name of the relation type that indicates DocPropsVTypes namespace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OleObjectContentType">
            <summary>
            OleObject Content Type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OleObjectFileExtension">
            <summary>
            OleObject File Extension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DocPropsVTypesPrefix">
            <summary>
            Prefix for DocPropsVTypes namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationPrefix">
            <summary>
            Prefix for relation namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.X14Prefix">
            <summary>
            Prefix for Sparkline namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MSPrefix">
            <summary>
            Prefix for Microsoft Main Namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TypesTagName">
            <summary>
            Name of the xml tag that stores content types definitions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ExtensionAttributeName">
            <summary>
            Name of the xml attribute with part extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultTagName">
            <summary>
            Name of the xml tag that stores default type name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ContentTypeAttributeName">
            <summary>
            Name of the xml tag that stores content type string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OverrideTagName">
            <summary>
            Name of the xml tag that stores type override.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PartNameAttributeName">
            <summary>
            Name of the xml attribute that stores part name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookTagName">
            <summary>
            Name of the xml tag that defines the structure of the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetsTagName">
            <summary>
            Name of the xml tag that represents the collection of sheets in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FileSharingTagName">
            <summary>
            Name of the xml tag that represents the fileSharing of the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ReadOnlyRecommendedAttribute">
            <summary>
            Name of the xml attribute that stores the readOnly value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetTagName">
            <summary>
            Name of the xml tag that defines a sheet in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetNameAttribute">
            <summary>
            Name of the xml attribute that stores sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultWorksheetPathFormat">
            <summary>
            Default worksheet path format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationIdFormat">
            <summary>
            Relation id format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetIdAttribute">
            <summary>
            Name of the xml attribute that stores unique sheet id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationAttribute">
            <summary>
            Name of the xml attribute that stores relation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationIdAttribute">
            <summary>
            Name of the xml attribute that stores relation id,
            it is used in .rels file (starts with capital letter).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetStateAttributeName">
            <summary>
            Name of the xml attribute that specifies the visible state of this sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CalcProperties">
            <summary>
            This element defines the collection of properties the application uses
            to record calculation status and details.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DEF_DEFAULT_ROW_DELIMITER">
            <summary>
            Default delimiter between worksheet rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StateHidden">
            <summary>
            Indicates the book window is hidden, but can be shown by the user via the user interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StateVeryHidden">
            <summary>
            Indicates the sheet is hidden and cannot be shown in the user interface (UI).
            This state is only available programmatically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StateVisible">
            <summary>
            Indicates the sheet is visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationsTagName">
            <summary>
            Name of the xml tag that holds relationships data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationTagName">
            <summary>
            Name of the xml tag that holds relationship data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationTypeAttribute">
            <summary>
            Name of the xml attribute that holds relationship type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationTargetAttribute">
            <summary>
            Name of the xml attribute that holds relationship target.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationTargetModeAttribute">
            <summary>
            Name of the xml attribute that holds relationship target mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationExternalTargetMode">
            <summary>
            Name of relationship external target mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MergeCellsXmlTagName">
            <summary>
            Name of the xml tag that contains merged cells data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CountAttributeName">
            <summary>
            Name of the count attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MergeCellXmlTagName">
            <summary>
            Name of the xml tag that contains single merge region's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RefAttributeName">
            <summary>
            Name of the ref attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefinedNamesXmlTagName">
            <summary>
            Name of the xml tag that contains all defined named ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefinedNameXmlTagName">
            <summary>
            Name of the xml tag that contains single defined named range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NameAttributeName">
            <summary>
            Name of the name attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentAttributeName">
            <summary>
            Name of the comment attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NameSheetIdAttribute">
            <summary>
            Name of the attribute that stores sheet id for named range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StyleSheetTagName">
            <summary>
            Name of the xml tag that contains all styles settings (fonts, number formats, fills, etc.) inside.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontsTagName">
            <summary>
            Name of the xml tag that contains all fonts settings inside.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontTagName">
            <summary>
            Name of the xml tag that contains all font settings inside.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontBoldTagName">
            <summary>
            Name of the xml tag that indicates that font is bold.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontItalicTagName">
            <summary>
            Name of the xml tag that indicates that font is italic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontUnderlineTagName">
            <summary>
            Name of the xml tag that stores font underline settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ValueAttributeName">
            <summary>
            Name of the value attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontSizeTagName">
            <summary>
            Name of the xml tag that stores font underline settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontStrikeTagName">
            <summary>
            Name of the xml tag that indicates that font has strike settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontNameTagName">
            <summary>
            Name of the xml tag that represents font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorTagName">
            <summary>
            Name of the xml tag that contains color settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorIndexedAttributeName">
            <summary>
            Name of the indexed attribute in the color tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorThemeAttributeName">
            <summary>
            Name of the xml attribute that represents index into the theme colors collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorTintAttributeName">
            <summary>
            Name of the xml attribute that represents the tint value applied to the color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorRgbAttribute">
            <summary>
            Name of the rgb attribute in the color tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Auto">
            <summary>
            Name of the default color attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IndexedColorsTagName">
            <summary>
            Name of the xml tag that stores indexed color values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorsTagName">
            <summary>
            Name of the xml tag that stores color settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RgbColorTagName">
            <summary>
            Name of the xml tag that stores rgb color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MacOSShadowTagName">
            <summary>
            Name of the xml tag that stores MacOSShadow settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontVerticalAlignmentTagName">
            <summary>
            Name of the xml tag that stores font vertical alignment settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontFamilyTagName">
            <summary>
            Name of the xml tag that stores font family settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontCharsetTagName">
            <summary>
            Name of the xml tag that stores font charset settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NumberFormatsTagName">
            <summary>
            Name of the xml tag that represents number formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NumberFormatTagName">
            <summary>
            Name of the xml tag that represents single number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NumberFormatIdAttributeName">
            <summary>
            Name of the xml attribute that defines number format id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NumberFormatStringAttributeName">
            <summary>
            Name of the xml attribute that defines number format string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FillsTagName">
            <summary>
            Name of the xml tag that represents fills collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FillTagName">
            <summary>
            Name of the xml tag that represents single fill object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PatternFillTagName">
            <summary>
            Name of the xml tag that represents pattern fill object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientFillTagName">
            <summary>
            Name of the xml tag that represents gradient-style cell fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientFillTypeAttributeName">
            <summary>
            Name of the xml attribute that represents type of gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientFillTypeLinear">
            <summary>
            This gradient fill is of linear gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientFillTypePath">
            <summary>
            This gradient fill is of path gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LinearGradientDegreeAttributeName">
            <summary>
            Name of the xml attribute that represents angle of the linear gradient - vertical, horizontal, diagonal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BottomConvergenceAttributeName">
            <summary>
            Name of the xml attribute that specifies in percentage format (from the top to the bottom) the
            position of the bottom edge of the inner rectangle (color 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LeftConvergenceAttributeName">
            <summary>
            Name of the xml attribute that specifies in percentage format (from the left to the right) the
            position of the left edge of the inner rectangle (color 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RightConvergenceAttributeName">
            <summary>
            Name of the xml attribute that specifies in percentage format (from the left to the right) the
            position of the right edge of the inner rectangle (color 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TopConvergenceAttributeName">
            <summary>
            Name of the xml attribute that specifies in percentage format (from the top to the bottom) the
            position of the top edge of the inner rectangle (color 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientStopTagName">
            <summary>
            Name of the xml tag name that represents one of a sequence of two or more gradient stops, constituting this gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GradientStopPositionAttributeName">
            <summary>
            Name of the xml attribute that represents position information for this gradient stop.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PatternAttributeName">
            <summary>
            Name of the xml attribute that defines pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BackgroundColorTagName">
            <summary>
            Name of the xml tag that represents background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ForegroundColorTagName">
            <summary>
            Name of the xml tag that represents foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BordersTagName">
            <summary>
            Name of the xml tag that stores all border collections inside.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BordersCollectionTagName">
            <summary>
            Name of the xml tag that stores single border collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BorderStyleAttributeName">
            <summary>
            Name of the xml attribute that represents border style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BorderColorTagName">
            <summary>
            Name of the xml tag that stores border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorksheetTagName">
            <summary>
            This is the root element of Sheet Parts that are of type 'worksheet'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DimensionTagName">
            <summary>
            Name of the xml tag that stores worksheet dimension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetDataTagName">
            <summary>
            Name of the xml tag that stores sheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTagName">
            <summary>
            Name of the xml tag that stores cell in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellMetadataIndexAttributeName">
            <summary>
            Name of the xml attribute that represents the cell metadata record associated with this cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowPhoneticAttributeName">
            <summary>
            Name of the xml attribute that represents boolean value to show phonetic information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ReferenceAttributeName">
            <summary>
            Name of the xml attribute that represents an A1 style reference to the location of this cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StyleIndexAttributeName">
            <summary>
            Name of the xml attribute that represents the index of this cell's style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellDataTypeAttributeName">
            <summary>
            Name of the xml attribute that represents an enumeration representing the cell's data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ValueMetadataIndexAttributeName">
            <summary>
            Name of the xml attribute that represents index of the value metadata
            record associated with this cell's value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaTagName">
            <summary>
            Name of xml tag that represents formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellValueTagName">
            <summary>
            Name of xml tag that represents cell value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RichTextInlineTagName">
            <summary>
            Name of xml tag that represents rich text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RichTextRunPropertiesTagName">
            <summary>
            Name of xml tag that represents rich text run properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RichTextRunFontTagName">
            <summary>
            Name of xml tag that represents rich text run font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColsTagName">
            <summary>
            Name of the xml tag that stores all column settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColTagName">
            <summary>
            Name of the xml tag that stores column settings range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColumnMinAttribute">
            <summary>
            Name of the xml attribute that stores minimum column index of the column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColumnMaxAttribute">
            <summary>
            Name of the xml attribute that stores maximum column index of the column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColumnWidthAttribute">
            <summary>
            Name of the xml attribute that stores width of each column from column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColumnStyleAttribute">
            <summary>
            Name of the xml attribute that stores style of each column from column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColumnCustomWidthAttribute">
            <summary>
            Name of the xml attribute that indicates whether column width differs from the default one.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BestFitAttribute">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowTagName">
            <summary>
            Name of xml tag that represents row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowIndexAttributeName">
            <summary>
            Name of xml attribute that represents row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowHeightAttributeName">
            <summary>
            Name of xml attribute that represents row height in point size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowHiddenAttributeName">
            <summary>
            Name of xml attribute that shows whether row is visible or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowCustomFormatAttributeName">
            <summary>
            Name of xml attribute that shows whether row style should be applied or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowCustomHeightAttributeName">
            <summary>
            Name of xml attribute that shows whether row height has been manually set or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowColumnCollapsedAttribute">
            <summary>
            Name of xml attribute that shows whether row has been collapsed or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DyDescent">
            <summary>
            Name of xml attribute that shows whether value of the descent attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowColumnOutlineLevelAttribute">
            <summary>
            Name of xml attribute that represents outlining level of the row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowThickBottomAttributeName">
            <summary>
            Name of xml attribute that represents thick bottom flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RowThickTopAttributeName">
            <summary>
            Name of xml attribute that represents thick top flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaTypeAttributeName">
            <summary>
            Name of xml attribute that represents formula type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.AlwaysCalculateArray">
            <summary>
            True indicates that this formula is an array formula and the entire array shall be
            calculated in full. If false the individual cells of the array shall be calculated as needed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SharedGroupIndexAttributeName">
            <summary>
            Name of xml attribute that represents shared formula group index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RangeOfCellsAttributeName">
            <summary>
            Name of xml attribute that represents range of cells which the formula applies to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentAuthorsTagName">
            <summary>
            Name of the xml tag that holds list of all comment authors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentAuthorTagName">
            <summary>
            Name of the xml tag that holds single author name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentListTagName">
            <summary>
            Name of the xml tag that holds all comment notes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentTagName">
            <summary>
            Name of the xml tag that holds single comment note.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentTextTagName">
            <summary>
            Name of the xml tag that stores comment text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CommentsTagName">
            <summary>
            Name of the xml tag that stores all comment notes settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.AuthorIdAttributeName">
            <summary>
            Name of the xml attribute that stores comment author id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultCellDataType">
            <summary>
            Defines default cell data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.NamedStyleXFsTagName">
            <summary>
            Name of the xml tag that stores extended formats for named styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellFormatXFsTagName">
            <summary>
            Name of the xml tag that stores extended formats for cell formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DiffXFsTagName">
            <summary>
            Name of the xml tag that stores extended formats for differential formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TableStylesTagName">
            <summary>
            Name of the xml tag that stores table styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ExtendedFormatTagName">
            <summary>
            Name of the xml tag that stores single extended format settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontIdAttributeName">
            <summary>
            Name of the xml attribute that represents font id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FillIdAttributeName">
            <summary>
            Name of the xml attribute that represents fill id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BorderIdAttributeName">
            <summary>
            Name of the xml attribute that represents border id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XFIdAttributeName">
            <summary>
            Name of the xml attribute that represents extended format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellStylesTagName">
            <summary>
            Name of the xml tag that stores named cell styles settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellStyleTagName">
            <summary>
            Name of the xml tag that stores single named cell style settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StyleBuiltinIdAttributeName">
            <summary>
            Name of the xml attribute that stores built in style id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StyleCustomizedAttributeName">
            <summary>
            Name of the xml attribute that define the customized buildinstyles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OutlineLevelAttribute">
            <summary>
            Indicates that this formatting is for an outline style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludeAlignmentAttributeName">
            <summary>
            Name of the xml attribute indicating whether the alignment formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludeBorderAttributeName">
            <summary>
            Name of the xml attribute indicating whether the border formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludeFontAttributeName">
            <summary>
            Name of the xml attribute indicating whether the font formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludeNumberFormatAttributeName">
            <summary>
            Name of the xml attribute indicating whether the number formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludePatternsAttributeName">
            <summary>
            Name of the xml attribute indicating whether the fill formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IncludeProtectionAttributeName">
            <summary>
            Name of the xml attribute indicating whether the protection formatting
            specified for this xf should be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.AlignmentTagName">
            <summary>
            Name of the xml tag that hold all style's alignment information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ProtectionTagName">
            <summary>
            Name of the xml tag that hold all style's protection information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IndentAttributeName">
            <summary>
            Name of the xml attribute that stores style indent level settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HAlignAttributeName">
            <summary>
            Name of the xml attribute that specifies the type of horizontal alignment in cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.JustifyLastLineAttributeName">
            <summary>
            Name of the xml attribute indicating if the cells justified or distributed
            alignment should be used on the last line of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ReadingOrderAttributeName">
            <summary>
            Name of the xml attribute that holds reading order settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShrinkToFitAttributeName">
            <summary>
            Name of the xml attribute that holds shrink to fit option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TextRotationAttributeName">
            <summary>
            Name of the xml attribute that holds text rotation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WrapTextAttributeName">
            <summary>
            Name of the xml attribute that holds wrap text option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VerticalAttributeName">
            <summary>
            Name of the xml attribute that specifies the type of vertical alignment in cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HiddenAttributeName">
            <summary>
            Name of the xml attribute that indicates whether cell is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LockedAttributeName">
            <summary>
            Name of the xml attribute that indicates whether cell is locked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HiddenDefaultValue">
            <summary>
            Default value for FormulaHidden value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LockedDefaultValue">
            <summary>
            Default value for Locked value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.QuotePreffixAttributeName">
            <summary>
            Name of the xml attribute that stores value indicating whether the text
            string in a cell should be prefixed by a single quote mark.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DiagonalDownAttributeName">
            <summary>
            Name of the xml attribute that indicates whether diagonalDown border is present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DiagonalUpAttributeName">
            <summary>
            Name of the xml attribute that indicates whether diagonalUp border is present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SharedStringTableTagName">
            <summary>
            Name of the xml tag that represents shared string table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.UniqueStringCountAttributeName">
            <summary>
            Name of the xml attribute that represents the total count of unique strings in the SST.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.StringItemTagName">
            <summary>
            Name of the xml tag that represents individual string in SST.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TextTagName">
            <summary>
            Name of the xml tag that represents the text content shown as part of a string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RichTextRunTagName">
            <summary>
            Name of the xml tag that represents rich text run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TemporaryRoot">
            <summary>
            Root items for data preserving.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SpaceAttributeName">
            <summary>
            Attribute to specify string spacing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.XmlPrefix">
            <summary>
            Xml prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PreserveValue">
            <summary>
            Value specifying white space preservation in a string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeNumber">
            <summary>
            Represents Number data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeString">
            <summary>
            Represents string data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeBool">
            <summary>
            Represents boolean data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeError">
            <summary>
            Represents error.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeFormulaString">
            <summary>
            Represents formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellTypeInlineString">
            <summary>
            Represents inline string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SchemeTagName">
            <summary>
            Represents Font scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SortState">
            <summary>
            Represents sorting state.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SortCondition">
            <summary>
            Represents sorting condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Descending">
            <summary>
            Represents sorting order of sorting condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SortBy">
            <summary>
            Represents sorting option of sorting condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellColor">
            <summary>
            Represents cell color of sorting condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FontColor">
            <summary>
             Represents font color of sorting condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ThemeTagName">
            <summary>
            Name of the xml tag that represents the root level complex type associated with a shared style sheet (or theme).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ThemeOverrideTagName">
            <summary>
             Name of the xml tag that represents the root level complex type associated with a shared style sheet (or theme) overrided.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ThemeElementsTagName">
            <summary>
            Name of the xml tag that represents the theme formatting options for the theme and is the workhorse of the theme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorSchemeTagName">
            <summary>
            Name of the xml tag that represents a set of colors which are referred to as a color scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RGBHexColorValueAttributeName">
            <summary>
            Name of the xml attribute name that the actual color value, expressed as a sequence of hex digits RRGGBB.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SystemColorTagName">
            <summary>
            Name of the xml tag that represents a color bound to predefined operating system elements.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SystemColorValueAttributeName">
            <summary>
            Name of the xml attribute that represents the system color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SystemColorLastColorAttributeName">
            <summary>
            Name of the xml attribute that represents the color value that was last computed by the generating application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DxfFormattingTagName">
            <summary>
            Name of the xml tag that represents a single dxf record, expressing incremental formatting to be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PhoneticPr">
            <summary>
            Name of the xml tag that represents a collection of phonetic properties that affect the display of phonetic text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HyperlinksTagName">
            <summary>
            Name of the xml tag that represents a collection of hyperlinks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HyperlinkTagName">
            <summary>
            Name of the xml tag that represents a single hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DisplayStringAttributeName">
            <summary>
            Name of the xml attribute that represents display string, if different from string in string table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RelationshipIdAttributeName">
            <summary>
            Name of the xml attribute that represents relationship Id in this sheet's relationships part,
            expressing the target location of the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LocationAttributeName">
            <summary>
            Name of the xml attribute that represents location within target.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HyperlinkReferenceAttributeName">
            <summary>
            Name of the xml attribute that represents cell location of hyperlink on worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ToolTipAttributeName">
            <summary>
            Name of the xml attribute that represents additional text to help the user understand more about the hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetLevelPropertiesTagName">
            <summary>
            Name of the xml tag that represents sheet level properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PageSetupPropertiesTag">
            <summary>
            Page setup properties of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FitToPageAttribute">
            <summary>
            Flag indicating whether the Fit to Page print option is enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetTabColorTagName">
            <summary>
            Name of the xml tag that represents background color of the sheet tab.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetOutlinePropertiesTagName">
            <summary>
            Name of the xml tag that represents sheet outline properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SummaryRowBelow">
            <summary>
            Name of the xml tag that represents Summary Row below property of sheet outline
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SummaryColumnRight">
            <summary>
            Name of the xml tag that represents Summary column right property of sheet outline
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BackgroundImageTagName">
            <summary>
            Name of the xml tag that represents Background sheet image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FileHyperlinkStartString">
            <summary>
            Represent file hyperlink string prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HttpStartString">
            <summary>
            Represent http hyperlink string prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetFormatPropertiesTag">
            <summary>
            Name of the xml tag that stores sheet format properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ZeroHeightAttribute">
            <summary>
            Name of the xml attribute that stores rows are hidden by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultRowHeightAttribute">
            <summary>
            Name of the xml attribute that stores default row height setting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultColumWidthAttribute">
            <summary>
            Name of the xml attribute that stores default col width setting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BaseColWidthAttribute">
            <summary>
            Name of the xml attribute that stores base column width setting
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ThickBottomAttribute">
            <summary>
            Name of the xml attribute that stores thickBottom setting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ThickTopAttribute">
            <summary>
            Name of the xml attribute that stores thickTop setting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OutlineLevelColAttribute">
            <summary>
            Name of the xml attribute that stores outlineLevelCol setting
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OutlineLevelRowAttribute">
            <summary>
            Name of the xml attribute that stores outlineLevelRow setting
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookViewsTagName">
            <summary>
            Name of the xml tag that specifies the collection of workbook views.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookViewTagName">
            <summary>
            Name of the xml tag that specifies a single Workbook view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ActiveSheetIndexAttributeName">
            <summary>
            Name of the xml attribute that specifies an unsignedInt that contains the index to the active sheet in this book view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.AutoFilterDateGroupingAttributeName">
            <summary>
            Name of the xml attribute that specifies a boolean value that indicates whether to group dates
            when presenting the user with filtering options in the user interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FirstSheetAttributeName">
            <summary>
            Name of the xml attribute that specifies the index to the first sheet in this book view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MinimizedAttributeName">
            <summary>
            Name of the xml attribute that specifies a boolean value that indicates whether the book window is minimized.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowHorizontalScrollAttributeName">
            <summary>
            Name of the xml attribute that specifies a boolean value that indicates whether
            to display the horizontal scroll bar in the user interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowSheetTabsAttributeName">
            <summary>
            Name of the xml attribute that specifies a boolean value that indicates whether
            to display the sheet tabs in the user interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowVerticalScrollAttributeName">
            <summary>
            Name of the xml attribute that specifies a boolean value that indicates whether to display the vertical scroll bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetTabRatioAttributeName">
            <summary>
            Name of the xml attribute that specifies ratio between the workbook tabs bar and the horizontal scroll bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VisibilityAttributeName">
            <summary>
            Name of the xml attribute that specifies visible state of the book window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WindowHeightAttributeName">
            <summary>
            Name of the xml attribute that specifies the height of the workbook window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WindowWidthAttributeName">
            <summary>
            Name of the xml attribute that specifies the width of the workbook window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.UpperLeftCornerXAttributeName">
            <summary>
            Name of the xml attribute that specifies the X coordinate for the upper left corner of the book window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.UpperLeftCornerYAttributeName">
            <summary>
            Name of the xml attribute that specifies the Y coordinate for the upper left corner of the book window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HorizontalPageBreaksTagName">
            <summary>
            Name of the xml tag that represents horizontal page break information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VerticalPageBreaksTagName">
            <summary>
            Name of the xml tag that represents vertical page break information
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PageBreakCountAttributeName">
            <summary>
            Name of the xml attribute that represents number of breaks in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ManualBreakCountAttributeName">
            <summary>
            Name of the xml attribute that represents number of manual breaks in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.BreakTagName">
            <summary>
            Name of the xml tag that represents individual row or column breaks;
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IdAttributeName">
            <summary>
            Name of the xml attribute that represents zero-based row or column Id of the page break.
            Breaks occur above the specified row and left of the specified column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ManualPageBreakAttributeName">
            <summary>
            Name of the xml attribute that represents manual Break flag.
            '1' means the break is a manually inserted break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MaximumAttributeName">
            <summary>
            Name of the xml attribute that represents zero-based index of end row or column of the break.
            For row breaks, specifies column index; for column breaks, specifies row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.MinimumAttributeName">
            <summary>
            Name of the xml attribute that represents zero-based index of start row or column of the break.
            For row breaks, specifies column index; for column breaks, specifies row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetViewsTag">
            <summary>
            Worksheet/chartsheet views collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetViewTag">
            <summary>
            This element specifies a chart sheet view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowZeros">
            <summary>
            Flag indicating whether this sheet should display zero values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookViewIdAttribute">
            <summary>
            Zero-based index of this workbook view, pointing to a workbookView
            element in the bookViews collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetZoomScale">
            <summary>
            String used to serialize sheet zooming
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ViewTag">
            <summary>
            String used to serialize sheet view
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Layout">
            <summary>
            String used to serialize sheet zooming
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PageBreakPreview">
            <summary>
            String used to serialize Page break preview layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Normal">
            <summary>
            String used to serialize Normal layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.TrueValue">
            <summary>
            String used to serialize boolean True value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FalseValue">
            <summary>
            String used to serialize boolean False value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SparklineColumnValue">
            <summary>
            String used to serialize Sparkline Column type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SparklineWinLossValue">
            <summary>
            String used to serialize Sparkline WinLoss type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.EmptyCellsGapValue">
            <summary>
            String used to serialize Display of Empty Cells as gaps.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.EmptyCellsZeroValue">
            <summary>
            String used to serialize Display of Empty Cells as zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.EmptyCellsLineValue">
            <summary>
            String used to serialize Display of Empty Cells as Continued lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VerticalCustomTypeValue">
            <summary>
            String used to serialize Vertical Axis type as custom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VerticalSameTypeValue">
            <summary>
            String used to serialize Vertical Axis type as same.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowGridLines">
            <summary>
            Flag indicating whether this sheet should display gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RightToLeft">
            <summary>
            Flag indicating whether the sheet is in 'right to left' display mode.
            When in this mode, Column A is on the far right, Column B ;is one column
            left of Column A, and so on. Also, information in cells is displayed in
            the Right to Left format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SheetGridColor">
            <summary>
            Flag indicating whether this sheet gridline is modified by user
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ColorID">
            <summary>
            String used to specify the color of grid line
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomPropertiesTagName">
            <summary>
            This collection is used to reference binary parts containing arbitrary user-defined data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomPropertyTagName">
            <summary>
            The custom property element provides a mechanism to store name/value pairs
            of arbitrary user-defined data. The name is stored in the attribute name,
            the arbitrary data is stored in the binary part referenced by the relationshipId.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IgnoredErrorsTag">
            <summary>
            A collection of ignored errors, by cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IgnoredErrorTag">
            <summary>
            A single ignored error type for a range of cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OnCall">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Always">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RangeReferenceAttribute">
            <summary>
            Attribute used to store range reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FileVersionTag">
            <summary>
            This element defines properties that track which version of the application
            accessed the data and source code contained in the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.RupBuild">
            <summary>
            Specifies the incremental public release of the application.
            For example, betas, service packs, and versions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookPr">
            <summary>
            This xml element stores the details of WorkbookPr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookDate1904">
            <summary>
            This element stores information about the Date format to be used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WorkbookPrecision">
            <summary>
            This element stores information about the Precision to be followed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ApplicationNameAttribute">
            <summary>
            Specifies the application name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ApplicationNameValue">
            <summary>
            Value of the application name attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WindowProtection">
            <summary>
            Flag indicating whether the panes in the window are locked due to workbook protection.
            This is an option when the workbook structure is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CodeName">
            <summary>
            Xml attribute containing sheet codename.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HidePivotFieldList">
            <summary>
            Attribute for showing or hiding the fields list of pivot table in workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SpansTag">
            <summary>
            Xml Tags and Attributes containing Sheet Sparklines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.dataTable2DTag">
            <summary>
            Attribute to show two-dimenssional data table
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.dataTableRowTag">
            <summary>
            Attribute to show one-dimentional data table is a row or column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.dataTableCellTag">
            <summary>
            Attribute to represent first input cell for data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FirstVisibleChar">
            <summary>
            First visible character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ShowRowColHeaders">
            <summary>
            Flag indicating whether this sheet should display row and column headers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Properties">
            <summary>
            Properties Constant
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DocumentManagement">
            <summary>
            DocumentManagement Constalt
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PropertiesNameSpace">
            <summary>
            Properties NameSpace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PartnerControlsNameSpace">
            <summary>
            PartnerControls NameSpace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.DefaultThemeVersion">
            <summary>
            Default Theme Version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ConnectionsTag">
            <summary>
            Represent the connections
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ConnectionTag">
            <summary>
            Represent the connections
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WebPrTag">
            <summary>
            Represent the WebProperties
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.OlapPrTag">
            <summary>
            Represent the Olap Property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PivotButton">
            <summary>
            Indicating whether cell has pivot button
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomWorkbookViews">
            <summary>
            Name of the xml tag that specifies the collection of custom workbook views.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomWorkbookView">
            <summary>
            Name of the xml tag that specifies single custom workbook view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CustomXmlPartName">
            <summary>
            CustomXmlParts Constants
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ErrorsSequence">
            <summary>
            Sequence of error types (must be in the same order as in ErrorTagsSequence).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.s_arrFormulas">
            <summary>
            String that formulas for Ole images.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.s_color">
            <summary>
            String for the BorderColor of OleObject Image
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ErrorTagsSequence">
            <summary>
            Sequence of error xml attribute names corresponding to error types defined in ErrorsSequence.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.allowedChars">
            <summary>
            Chars with codes less than 0x20 which are allowed to be used inside xml strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_formulaUtil">
            <summary>
            Formula utils.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_recordExtractor">
            <summary>
            Record extractor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_shapesVmlSerializators">
            <summary>
            Collection with vml shapes seriliazators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_shapesHFVmlSerializators">
            <summary>
            Collection with header/footer vml shapes seriliazators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_shapesSerializators">
            <summary>
            Collection with shape serializators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_streamsSheetsCF">
            <summary>
            Conditional formats list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_streamsSheetsSort">
            <summary>
            Sorting data list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_sheetNames">
            <summary>
            List of Sheet names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SpecialChars">
            <summary>
            Special characters can use in the sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.m_sheetPropertyIndex">
            <summary>
            Global index maintain for worksheet's custom properties 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Initializes a new instance of the Excel2007Serializator class.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeContentTypes(System.Xml.XmlWriter,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Serialize content types.
            </summary>
            <param name="writer">XmlWriter to save into.</param>
            <param name="contentDefaults">
            Dictionary which is used to identify content type and stores default types.
            Key - file extension (string), Value - content type (string).
            </param>
            <param name="contentOverrides">
            Dictionary which is used to identify content type and stores type overrides.
            Key - part name, Value - content type (string).
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorkbook(System.Xml.XmlWriter,System.IO.Stream,System.IO.Stream,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}},Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String},System.IO.Stream,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}})">
            <summary>
            Serializes workbook part (workbook.xml content) into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize workbook properties into.</param>
            <param name="streamStart">Stream that contains additional workbook information that
            wasn't parsed on load and that is placed before sheets.</param>
            <param name="streamEnd">Stream that contains additional workbook information that
            wasn't parsed on load and that is placed after named ranges.</param>
            <param name="lstBookViews">Workbook views collection.</param>
            <param name="relations">Workbook relations.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
            <param name="functionGroups">Stream containing functionGroups tag data.</param>
            <param name="lstCustomBookViews">Custom workbook view collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCalculation(System.Xml.XmlWriter)">
            <summary>
            Serializes Calculation property
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorkbookPr(System.Xml.XmlWriter)">
            <summary>
            Serializes the workbookPr element
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFileVersion(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.XmlSerialization.FileVersion)">
            <summary>
            Serializes file version tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFileSharing(System.Xml.XmlWriter)">
            <summary>
            Serializes file sharing tag.
            </summary>
            <param name="writer">XmlWriter to serialize sharing into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorkbookProtection(System.Xml.XmlWriter)">
            <summary>
            Serializes workbook protection options.
            </summary>
            <param name="writer">XmlWriter to serialize protection into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeMerges(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.MergeCellsImpl)">
            <summary>
            Serializes merged cells.
            </summary>
            <param name="writer">XmlWriter to save into.</param>
            <param name="mergedCells">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNamedRanges(System.Xml.XmlWriter)">
            <summary>
            Serializes named ranges into specified writer.
            </summary>
            <param name="writer">XmlWriter to save named ranges into.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomXmlPartProperty(System.Xml.XmlWriter,Syncfusion.XlsIO.ICustomXmlPart)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStyles(System.Xml.XmlWriter,System.IO.Stream@)">
            <summary>
            Serializes styles collection into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize styles into.</param>
            <param name="streamDxfs">Stream that contains Dxfs formatting tags.</param>
            <returns>Dictionary with new XF indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRelations(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            Serializes relations collection into specified xml writer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="relations">Relations to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorksheet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.IO.Stream,System.IO.Stream,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.IO.Stream)">
            <summary>
            Serializes single worksheet object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
            <param name="streamStart">Stream with xml text starting from the
            beginning of worksheet to sheetData or cols tag.</param>
            <param name="streamConFormats">Stream with conditional formatting.</param>
            <param name="hashXFIndexes">Dictionary with new XF indexes, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDataTable(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes Data table into sheet.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeControls(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes controls additional information.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetProtection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes protection options if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to get protection options from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeProtectionAttribute(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.ExcelSheetProtection,System.Boolean,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Serializes single protection option.
            </summary>
            <param name="writer">XmlWriter to serialize protection into.</param>
            <param name="attributeName">Name of the attribute to serialize.</param>
            <param name="flag">Flag that corresponds to the attribute.</param>
            <param name="defaultValue">Default value.</param>
            <param name="protection">Current protection settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeChartProtectionAttribute(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.ExcelSheetProtection,System.Boolean,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Serializes single protection option.
            </summary>
            <param name="writer">XmlWriter to serialize protection into.</param>
            <param name="attributeName">Name of the attribute to serialize.</param>
            <param name="flag">Flag that corresponds to the attribute.</param>
            <param name="defaultValue">Default value.</param>
            <param name="protection">Current protection settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeIgnoreErrors(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes ignore errors options.
            </summary>
            <param name="writer">XmlWriter writer to serialize options into.</param>
            <param name="sheet">Worksheet to serialize options for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeErrorIndicator(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl)">
            <summary>
            Serializes single error indicator.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="indicator">Error indicator to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeErrorType(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelIgnoreError)">
            <summary>
            Serializes all required attributes for error indicator option.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="excelIgnoreError">Ignore error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCellList(Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl)">
            <summary>
            Converts cell list of the error indicator into string.
            </summary>
            <param name="indicator">Error indicator to get list for.</param>
            <returns>String representation of cell list for specified error indicator.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes custom worksheet properties if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorksheetProperty(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.ICustomProperty,System.Int32)">
            <summary>
            Serializes worksheet custom property
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
            <param name="property">Represents custom document property.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.WritePropertyValue(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.Compression.Zip.ZipArchiveItem,Syncfusion.XlsIO.ICustomProperty)">
            <summary>
            Writes property data into specified item.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="item">Zip archive item to write property value into.</param>
            <param name="property">Property to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetWorksheetCFStream(System.Int32)">
            <summary>
            Returns worksheet stream that contains its conditional formats.
            </summary>
            <param name="iSheetIndex">Sheet index.</param>
            <returns>Stream with conditional formats.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetWorksheetSortStream(System.Int32)">
            <summary>
            Returns worksheet stream that contains its Sortind data.
            </summary>
            <param name="iSheetIndex">Sheet index.</param>
            <returns>Stream with Sorting data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCommentNotes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes comment notes part (authors, text and parent cell address).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to get comments from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeVmlShapes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.Collections.Generic.Dictionary{System.Int32,Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator},Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes vml shapes.
            WARNING: this method doesn't check whether there are any shapes to serialize or not.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shapes">Shapes to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="dictSerializators">Dictionary with all known vml shapes serializators.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDrawings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.ShapesCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            Serializes drawings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shapes">Shapes to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeShape(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExternalLink(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes external workbook into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="book">External workbook to serialize.</param>
            <returns>Collection with external link item relations.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDdeObjectLink(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes dde object link into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="book">External workbook to serialize.</param>
            <returns>Collection with external link item relations.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeOleObjectLink(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes external workbook into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="book">External workbook to serialize.</param>
            <returns>Collection with external link item relations.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetDataSet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes external worksheets data set.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="book">External workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetNames(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes external sheet names.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="book">External workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExternNames(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes all external names from the external workbook.
            </summary>
            <param name="writer">XmlWriter to serialize named ranges into.</param>
            <param name="book">External workbook to get named ranges from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExternName(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExternNameImpl)">
            <summary>
            Serializes single external name.
            </summary>
            <param name="writer">Writer to serialize name into.</param>
            <param name="externName">Name to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDrawingsWorksheetPart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes drawings (images and other shapes).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeVmlShapesWorksheetPart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes part of the worksheet that contains information about
            vml shapes (legacydrawing tag).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeOle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes the OLE.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeVmlHFShapesWorksheetPart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes part of the worksheet that contains information about
            vml shapes (legacydrawing tag).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCommentsList(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.IDictionary{System.String,System.Int32})">
            <summary>
            Serializes comments list (following comment settings: note, cell address, author id).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to get comments from.</param>
            <param name="dicAuthors">Dictionary with all used authors: key - author name, value - author id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeComment(System.Xml.XmlWriter,Syncfusion.XlsIO.ICommentShape,System.Collections.Generic.IDictionary{System.String,System.Int32})">
            <summary>
            Serialize single comment settings into specified writer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="comment">Comment to serialize.</param>
            <param name="dicAuthors">Dictionary containing author name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAuthors(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes list of authors for comments collection.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to get comments from.</param>
            <returns>Dictionary with authors: key - author name, value - author id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDimensions(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes worksheet's dimension.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize dimension of.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetViews(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes worksheet's view properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSelection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes active cell.
            </summary>
            <param name="writer">Writer to write selection information into.</param>
            <param name="sheet">Worksheet to get active cell from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePane(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes pane record.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize pane for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStream(System.Xml.XmlWriter,System.IO.Stream)">
            <summary>
            Serializes stream.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="data">Data to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStream(System.Xml.XmlWriter,System.IO.Stream,System.String)">
            <summary>
            Serializes stream data.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="data">Data to be serialized</param>
            <param name="strRootName">Root name of the data. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDialogStream(System.Xml.XmlWriter,System.IO.Stream)">
            <summary>
            Serializes dialog stream data.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="data">Data to be serialized</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRelation(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.Relation)">
            <summary>
            Serializes single relation object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="key">Relation key.</param>
            <param name="relation">Relation object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheets(System.Xml.XmlWriter)">
            <summary>
            Serializes sheets collection into workbook part.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetTag(System.Xml.XmlWriter,Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Serializes single sheet entry inside of sheets tag from workbook part.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">TabSheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDialogSheetTag(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DialogSheet)">
            <summary>
            Serializes single sheet entry inside of sheets tag from workbook part.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Dialogsheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GenerateSheetId">
            <summary>
            Generates free sheetId.
            </summary>
            <returns>Extracted sheet id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetRangeName(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion)">
            <summary>
            Converts MergeRegion into string representing range.
            </summary>
            <param name="region">Region to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNamedRange(System.Xml.XmlWriter,Syncfusion.XlsIO.IName)">
            <summary>
            Serializes named range into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize named range into.</param>
            <param name="name">Named range to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetLocalSheetIndex(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Gets the index of the local sheet.
            </summary>
            <param name="sheet">The sheet.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CheckSheetName(System.String)">
            <summary>
            Checks the name of the sheet.
            </summary>
            <param name="strNameValue">The STR name value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFonts(System.Xml.XmlWriter)">
            <summary>
            Serializes fonts collection into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize fonts into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFont(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String)">
            <summary>
            Serialize single font object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize fonts into.</param>
            <param name="font">Font to serialize.</param>
            <param name="strElement">Element tag name to serialize font for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFontColor(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes font color object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Name of the tag to use.</param>
            <param name="color">Color object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNumberFormats(System.Xml.XmlWriter)">
            <summary>
            Serializes number formats collection into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNumberFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord)">
            <summary>
            Serialize single instance of number format into XmlWriter.
            </summary>
            <param name="writer">Writer to save number format into.</param>
            <param name="format">Number format to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCustomizedString(System.String)">
            <summary>
             Gets customized currency format string of user input format string, in accordance with MS Excel behavior 
            </summary>
            <param name="numberFormatString">Number format string.</param>
            <returns>Customized currency format string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFills(System.Xml.XmlWriter)">
            <summary>
            Serializes fills into specified writer.
            </summary>
            <param name="writer">XmlWriter to save fills into.</param>
            <returns>Array with fill indexes, index in array means extended format index, value means fill index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.FillImpl)">
            <summary>
            Serializes single fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePatternFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.FillImpl)">
            <summary>
            Serializes single pattern fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeGradientFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.FillImpl)">
            <summary>
            Serializes single gradient fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDegreeGradientFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.FillImpl)">
            <summary>
            Serializes single degree gradient fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFromCenterCornerGradientFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.FillImpl)">
            <summary>
            Serializes single from corner or from center gradient fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStopColorElements(System.Xml.XmlWriter,System.Double,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes stop color for gradient fill object into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dPosition">Stop position attribute value.</param>
            <param name="color">Represents Color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ConvertPatternToString(Syncfusion.XlsIO.ExcelPattern)">
            <summary>
            Converts specified pattern into string that can be understood by MS Excel 2007.
            </summary>
            <param name="pattern">Pattern to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBorders(System.Xml.XmlWriter)">
            <summary>
            Serializes borders into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to save borders into.</param>
            <returns>Border indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeIndexedColor(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Serializes color into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize color into.</param>
            <param name="tagName">Name of the color tag.</param>
            <param name="color">Color value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRgbColor(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes rgb color value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Xml tag name to use for color serialization.</param>
            <param name="color">Color to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeThemeColor(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes theme color into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize color into.</param>
            <param name="tagName">Name of the color tag.</param>
            <param name="color">Color value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeColorObject(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes color into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize color into.</param>
            <param name="tagName">Name of the color tag.</param>
            <param name="color">Color value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBordersCollection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.BordersCollection)">
            <summary>
            Serializes borders collection into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize borders into.</param>
            <param name="borders">Borders collection to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBorder(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.BorderImpl)">
            <summary>
            Serializes single border entry inside BordersCollection.
            </summary>
            <param name="writer">XmlWriter to serialize border into.</param>
            <param name="border">Border to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetBorderTag(Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Gets border.
            </summary>
            <param name="borderIndex">Represents Border line type</param>
            <returns>Border extracted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetBorderLineStyle(Syncfusion.XlsIO.Implementation.BorderImpl)">
            <summary>
            Gets Border line style.
            </summary>
            <param name="border">Border line style to be extracted for.</param>
            <returns>Extracted line style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNamedStyleXFs(System.Xml.XmlWriter,System.Int32[],System.Int32[])">
            <summary>
            Serializes extended formats used by named styles.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="arrFillIndexes">Index to fill objects (position in array - xf index,
            value - fill index).</param>
            <param name="arrBorderIndexes">Index to border objects (position in array - xf index,
            value - border index).</param>
            <returns>Dictionary containing extended format indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeNotNamedXFs(System.Xml.XmlWriter,System.Int32[],System.Int32[],System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serialize extended formats that are responsible for cell format (do not have names).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="arrFillIndexes">Index to fill objects (position in array - xf index,
            value - fill index).</param>
            <param name="arrBorderIndexes">Index to border objects (position in array - xf index,
            value - border index).</param>
            <param name="hashNewParentIndexes">Dictionary with new parent indexes.</param>
            <returns>Dictionary containing extended format indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExtendedFormat(System.Xml.XmlWriter,System.Int32[],System.Int32[],Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Serializes single extended format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="arrFillIndexes">Array with fill indexes.</param>
            <param name="arrBorderIndexes">Array with border indexes.</param>
            <param name="format">Format to serialize.</param>
            <param name="newParentIndexes">Dictionary with new parent indexes.</param>
            <param name="defaultApplyValue">Default value for ApplyAlignment, ApplyBorder, etc.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAlignment(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serializes alignment options if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="format">ExtendedFormat to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IsDefaultAlignment(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Checks whether specified extended format has default alignment options.
            </summary>
            <param name="format">Extended format to check.</param>
            <returns>True if extended format has default alignment options.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeProtection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serializes protection options if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="format">ExtendedFormat to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStyles(System.Xml.XmlWriter,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serializes all named styles.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.StyleImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serializes single named style object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="style">Style object to serialize.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDictionary(System.Xml.XmlWriter,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,Syncfusion.Compression.Zip.IFileNamePreprocessor)">
            <summary>
            Serializes dictionary where key and value are strings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="toSerialize">Dictionary to serialize.</param>
            <param name="tagName">Tag name for single entry.</param>
            <param name="keyAttributeName">Attribute name for key.</param>
            <param name="valueAttributeName">Attribute name for value.</param>
            <param name="keyPreprocessor">File name preprocessor that allows user to change item names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.LowerFirstLetter(System.String)">
            <summary>
            Lower first letter in the string.
            </summary>
            <param name="value">String to process.</param>
            <returns>New string with the first letter in lower case.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CapitalizeFirstLetter(System.String)">
            <summary>
            Upper first letter in the string.
            </summary>
            <param name="value">String to process.</param>
            <returns>New string with the first letter in upper case.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Boolean,System.Boolean)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBool(System.Xml.XmlWriter,System.String,System.Boolean)">
            <summary>
            Serielaize bool value
            </summary>
            <param name="writer"></param>
            <param name="attributeName"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Int32,System.Int32)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Double,System.Double)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Double,System.Double,System.String)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
            <param name="attributeNamespace">Namespace of the attribute that is being serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.String,System.String)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Enum,System.Enum)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeElementString(System.Xml.XmlWriter,System.String,System.String,System.String)">
            <summary>
            Serializes element if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="elementName">Element name.</param>
            <param name="value">Element value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeElementString(System.Xml.XmlWriter,System.String,System.String,System.String,System.String)">
            <summary>
            Serializes element if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="elementName">Element name.</param>
            <param name="value">Element value.</param>
            <param name="defaultValue">Default value.</param>
            <param name="prefix">Element prefix.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeElementString(System.Xml.XmlWriter,System.String,System.Int32,System.Int32)">
            <summary>
            Serializes element if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="elementName">Element name.</param>
            <param name="value">Element value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SeiralizeSheet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes single sheet.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Sheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes single sheet.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Sheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)">
            <summary>
            Serializes sheet data. 
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cells">Cell record collection.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAttributes(System.Xml.XmlWriter,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Serializes specified attributes if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize.</param>
            <param name="additionalAttributes">Collection with attributes to serialize.
            Key - attribute name, value - attribute value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRow(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.RowStorage,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.String,System.Boolean)">
            <summary>
            Serializes single row.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="row">Row to serialize.</param>
            <param name="cells">Cell record collection.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCells(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.RowStorage,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.String)">
            <summary>
            Serializes cells.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="row">Current row.</param>
            <param name="cells">Cell record collection.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCell(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.String)">
            <summary>
            Serializes cells, which are not represented by Blank, MulBlank and MulRK records.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="record">Record to serialize.</param>
            <param name="rowStorageEnumerator">Row storage enumerator.</param>
            <param name="cells">Cell record collection.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBlankCell(System.Xml.XmlWriter,System.Int32,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serialize blank cell.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iXFIndex">Extended format index.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeMulBlankRecord(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serializes MulBlank record.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="mulBlankRecord">MulBlank record to serialize.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeMulRKRecordValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serialize MulRKRecord cell values.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="mulRKRecord">MulRK record.</param>
            <param name="hashNewParentIndexes">Dictionary with new extended format indexes.
            Key - index in our collection of extended formats, value - index in the cellStyleXfs block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeArrayFormula(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord)">
            <summary>
            Serializes array formula.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="arrayRecord">Formula array record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSimpleFormula(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection)">
            <summary>
            Serializes formula.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="formulaRecord">Formula record.</param>
            <param name="cells">Cell record collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCellValue(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType,System.String)">
            <summary>
            Serializes cell value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="record">Record to get value from.</param>
            <param name="cellType">Cell type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFormulaValue(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType,Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator)">
            <summary>
            Serializes formula value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="record">Formula record to serialize from.</param>
            <param name="cellType">Cell type.</param>
            <param name="rowStorageEnumerator">Row storage enumerator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCellDataType(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.String@)">
            <summary>
            Defines cell data type to serialize.
            </summary>
            <param name="record">Biff record.</param>
            <param name="strCellType">String representation of the cell type.</param>
            <returns>Extracted Cell data type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSST(System.Xml.XmlWriter)">
            <summary>
            Serializes shared string table into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to save SST into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeStringItem(System.Xml.XmlWriter,System.Object)">
            <summary>
            Serializes string item into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to save string item into.</param>
            <param name="objTextOrString">Rich text or string object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ReplaceWrongChars(System.String)">
            <summary>
            Replaces characters with codes less then 0x20.
            </summary>
            <param name="strText">Text to replace chars in.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PrepareString(System.String)">
            <summary>
            Ignores the hexa string with the hexa code before serialize
            </summary>
            <param name="text">string to ignore the hexa string</param>
            <returns>ignored hexa string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IsHexa(System.String)">
            <summary>
            Checks whether specified string is hexadecimal number.
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRichTextRun(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Serializes rich text run into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to save rich text into.</param>
            <param name="text">Rich text run to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeRichTextRunSingleEntry(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.FontsCollection,System.String,System.Int32)">
            <summary>
            Serializes rich text run single entry.
            </summary>
            <param name="writer">XmlWriter to save rich text into.</param>
            <param name="fonts">Fonts collection.</param>
            <param name="strString">String to serialize.</param>
            <param name="iFontIndex">Font index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeColors(System.Xml.XmlWriter)">
            <summary>
            Serializes colors settings. In the current implementation it serializes palette if necessary.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePalette(System.Xml.XmlWriter)">
            <summary>
            Serializes palette.
            </summary>
            <param name="writer">XmlWriter to serialize palette into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.IsPaletteDefault">
            <summary>
            Determines whether palette contains default colors.
            </summary>
            <returns>True if all colors have default value; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeColumns(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serializes column settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet that stores column settings.</param>
            <param name="dicStyles">Dictionary with modified style indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeColumn(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Double,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize single ColumnInfoRecord into specified XmlWriter.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="columnInfo">Record to serialize. This value can be null,
            in this case no data will be serialized.</param>
            <param name="dicStyles">Dictionary with modified style indexes.</param>
            <param name="defaultWidth">Default column width.</param>
            <param name="sheet">Parent worksheet.</param>
            <returns>Last index in the sequence of the same columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FindSameColumns(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Checks whether columns after iColumnIndex have the same settings and
            returns the last number in the sequence.
            </summary>
            <param name="sheet">Worksheet to search in.</param>
            <param name="iColumnIndex">Column index to start searching from.</param>
            <returns>Last index in the sequence of the same columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDataValidations(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.DataValidationTable)">
            <summary>
            Serializes data validations.
            </summary>
            <param name="writer">XmlWriter to serialize data validations.</param>
            <param name="dataValidationTable">Data validation table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDataValidationCollection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Serializes data validation collection.
            </summary>
            <param name="writer">XmlWriter to serialize data validation collection.</param>
            <param name="dataValidationCollection">Data validation table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDataValidation(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Serializes data validation.
            </summary>
            <param name="writer">XmlWriter to serialize data validation.</param>
            <param name="dataValidation">Data validation implementation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetDVTypeName(Syncfusion.XlsIO.ExcelDataType)">
            <summary>
            Returns DV type name.
            </summary>
            <param name="dataType">Data validation type.</param>
            <returns>DV type name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetDVErrorStyleType(Syncfusion.XlsIO.ExcelErrorStyle)">
            <summary>
            Returns DV error style name.
            </summary>
            <param name="errorStyle">Data validation error style.</param>
            <returns>DV error style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetDVCompareOperatorType(Syncfusion.XlsIO.ExcelDataValidationComparisonOperator)">
            <summary>
            Returns DV compare operator type name.
            </summary>
            <param name="compareOperator">Data validation compare operator.</param>
            <returns>DV compare operator type name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAutoFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.IAutoFilters)">
            <summary>
            Serializes auto filters.
            </summary>
            <param name="writer">XmlWriter to serialize auto filters.</param>
            <param name="autoFilters">Auto filters collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFilterColumn(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Serializes filter column.
            </summary>
            <param name="writer">XmlWriter to serialize filter column.</param>
            <param name="autoFilter">Auto filter to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Serializes filters.
            </summary>
            <param name="writer">XmlWriter to serialize filters.</param>
            <param name="autoFilter">AutoFilter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeFilter(System.Xml.XmlWriter,System.String)">
            <summary>
            Serializes filter.
            </summary>
            <param name="writer">XmlWriter to serialize filter.</param>
            <param name="strFilterValue">Condition value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeAutoFilterTopTen(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Serializes auto filter top ten value.
            </summary>
            <param name="writer">XmlWriter to serialize top ten.</param>
            <param name="autoFilter">Auto filter implementation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Serializes custom filters.
            </summary>
            <param name="writer">XmlWriter to serialize custom filters.</param>
            <param name="autoFilter">Auto filter implementation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.IAutoFilterCondition)">
            <summary>
            Serializes custom filter.
            </summary>
            <param name="writer">XmlWriter to serialize custom filters.</param>
            <param name="autoFilterCondition">Auto filter condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetAFConditionOperatorName(Syncfusion.XlsIO.ExcelFilterCondition)">
            <summary>
            Returns auto filter condition operator name.
            </summary>
            <param name="filterCondition">Filter condition.</param>
            <returns>Auto filter condition operator name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetActivePane(Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord)">
            <summary>
            Gets the active pane.
            </summary>
            <param name="paneRecord">The pane record.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetAFFilterValue(Syncfusion.XlsIO.IAutoFilterCondition)">
            <summary>
            Returns auto filter condition value.
            </summary>
            <param name="autoFilterCondition">Filter condition.</param>
            <returns>Auto filter condition value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCondionalFormats(System.Xml.XmlWriter,System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,System.Int32@,System.Int32@)">
            <summary>
            Serializes conditional formats and corresponding Dxf styles for this formats. 
            </summary>
            <param name="writer">XmlWriter to serialize formats into.</param>
            <param name="writerDxf">XmlWriter to serialize Dfx styles into.</param>
            <param name="conditionalFormats">Conditional formatting.</param>
            <param name="iDxfIndex">Current Dxf index.</param>
            <param name="iPriority">Currents CF priority.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCondition(System.Xml.XmlWriter,System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Serializes conditional format and corresponding Dxf style for this format. 
            </summary>
            <param name="writer">XmlWriter to serialize format into.</param>
            <param name="writerDxf">XmlWriter to serialize Dfx style into.</param>
            <param name="condition">Represents Condition.</param>
            <param name="iDxfIndex">Current Dxf index.</param>
            <param name="iPriority">Currents CF priority.</param>
            <param name="iPriorityCount">Number of rules or priorities in the range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeColorScale(System.Xml.XmlWriter,Syncfusion.XlsIO.IColorScale)">
            <summary>
            Serializes color scale of conditional format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="colorScale">Represents color scale.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeIconSet(System.Xml.XmlWriter,Syncfusion.XlsIO.IIconSet)">
            <summary>
            Serializes icon set.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="iconSet">Icon set to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDataBar(System.Xml.XmlWriter,Syncfusion.XlsIO.IDataBar)">
            <summary>
            Serializes data bar.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataBar">Data bar to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeConditionValueObject(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionValue,System.Boolean)">
            <summary>
            Serializes conditional value object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="conditionValue">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCFComparisonOperatorName(Syncfusion.XlsIO.ExcelComparisonOperator)">
            <summary>
            Returns CF comparison operator string name.
            </summary>
            <param name="comparisonOperator">Excel comparison operator.</param>
            <returns>CF comparison operator string name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCFTimePeriodType(Syncfusion.XlsIO.CFTimePeriods)">
            <summary>
            Return the CF time period string name
            </summary>
            <param name="timePeriod">Time period type</param>
            <returns>Time period string name</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.GetCFType(Syncfusion.XlsIO.ExcelCFType,Syncfusion.XlsIO.ExcelComparisonOperator)">
            <summary>
            Returns CF type string name.
            </summary>
            <param name="typeCF">Excel CF type.</param>
            <returns>CF type string name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfs(System.IO.Stream@,Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats,System.Int32@)">
            <summary>
            Serializes Dxf styles and conditional formatting.
            </summary>
            <param name="streamDxfs">Dfx stream.</param>
            <param name="conditionalFormats">Conditional formatting.</param>
            <returns>Stream containing conditional formats.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfs(System.IO.Stream@,Syncfusion.XlsIO.Implementation.Sorting.SortState,System.Int32@)">
            <summary>
            Serializes Dxf styles and conditional formatting.
            </summary>
            <param name="streamDxfs">Dfx stream.</param>
            <param name="dataSorter">Data Sorter.</param>
            <returns>Stream containing Sorting data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxf(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Serializes Dxf style.
            </summary>
            <param name="writer">XmlWriter to serialize style into.</param>
            <param name="condition">Conditional format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxf(System.Xml.XmlWriter,Syncfusion.XlsIO.ISortField)">
            <summary>
            Serializes Dxf style.
            </summary>
            <param name="writer">XmlWriter to serialize style into.</param>
            <param name="sortField">Sorting Field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfNumberFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Serializes Dfx number format.
            </summary>
            <param name="writer">XmlWriter to serialize number format</param>
            <param name="condition">Represents Condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfBorders(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat)">
            <summary>
            Serializes Dfx style borders.
            </summary>
            <param name="writer">XmlWriter to serialize borders into.</param>
            <param name="condition">Represents Condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfBorder(System.Xml.XmlWriter,Syncfusion.XlsIO.Excel2007BorderIndex,Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes Dxf border.
            </summary>
            <param name="writer">XmlWriter to serialize border into.</param>
            <param name="borderIndex">Border index.</param>
            <param name="lineStyle">Line style.</param>
            <param name="color">Represents Color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat)">
            <summary>
            Serializes Dxf style fill.
            </summary>
            <param name="writer">XmlWriter to serialize fill into.</param>
            <param name="condition">Represents Condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfFill(System.Xml.XmlWriter,Syncfusion.XlsIO.ISortField)">
            <summary>
            Serializes Dxf style fill.
            </summary>
            <param name="writer">XmlWriter to serialize fill into.</param>
            <param name="sortField">Represents SortField.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfFont(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat)">
            <summary>
            Serializes Dxf style font.
            </summary>
            <param name="writer">XmlWriter to serialize font into.</param>
            <param name="condition">Represents Condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDxfFont(System.Xml.XmlWriter,Syncfusion.XlsIO.ISortField)">
            <summary>
            Serializes Dxf style font.
            </summary>
            <param name="writer">XmlWriter to serialize font into.</param>
            <param name="sortField">Represents SortField.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeHyperlinks(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes hyperlinks.
            </summary>
            <param name="writer">XmlWriter to serialize hyperlinks.</param>
            <param name="sheet">Worksheet with hyperlinks collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeHyperlink(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.HyperLinkImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes single hyperlink.
            </summary>
            <param name="writer">XmlWriter to serialize hyperlink into.</param>
            <param name="hyperlink">Hyperlink to serialize.</param>
            <param name="relations">Relations collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePrintSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider,System.Boolean)">
            <summary>
            Serializes all print settings (margins, header, footer, etc.).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to get values from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePrintOptions(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider)">
            <summary>
            Serializes print options.
            </summary>
            <param name="writer">XmlWriter to serialize print options into.</param>
            <param name="pageSetup">PageSetup object to get print options from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePageMargins(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider)">
            <summary>
            Serializes page margins.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pageSetup">Object that stores all necessary margin values.</param>
            <param name="constants">Object that provides xml tag/attribute names used
            for page setup serialization.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ValidatePageMargins(Syncfusion.XlsIO.Implementation.PageSetupBaseImpl)">
            <summary>
            Validate whether Page margins are fit into the Page
            </summary>
            <param name="pageSetup"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePageSetup(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider)">
            <summary>
            Serialize PageSetup tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pageSetup">Object to get necessary settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeHeaderFooter(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider)">
            <summary>
            Serializes header and footer.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pageSetup">Object that stores required header/footer strings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PrintCommentsToString(Syncfusion.XlsIO.ExcelPrintLocation)">
            <summary>
            Converts page setup PrintComments option into string representation used by Excel 2007.
            </summary>
            <param name="printLocation">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.PrintErrorsToString(Syncfusion.XlsIO.ExcelPrintErrors)">
            <summary>
            Converts page setup PrintErrors option into string representation used by Excel 2007.
            </summary>
            <param name="printErrors">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ConvertAddressString(System.String)">
            <summary>
            Converts address string to Excel 2007 type.
            </summary>
            <param name="strAdress">Address string to convert.</param>
            <returns>Converted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSheetlevelProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes worksheet properties.
            </summary>
            <param name="writer">XmlWriter to serialize properties into.</param>
            <param name="sheet">Worksheet to get properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerilizeBackgroundImage(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes background image.
            </summary>
            <param name="writer">XmlWriter to serialize image into.</param>
            <param name="workSheetBase">Worksheet to get image from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExtendedProperties(System.Xml.XmlWriter)">
            <summary>
            Serializes extended document properties.
            </summary>
            <param name="writer">XmlWriter to serialize extended properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCoreProperties(System.Xml.XmlWriter)">
            <summary>
            Serializes core properties into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize core properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCreatedModifiedTimeElement(System.Xml.XmlWriter,System.String,System.DateTime)">
            <summary>
            Serializes created and modified datetime element into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Element tag name.</param>
            <param name="dateTime">Date time value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomProperties(System.Xml.XmlWriter)">
            <summary>
            Serializes custom properties into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeContentTypeProperties(System.Xml.XmlWriter)">
            <summary>
            Serializes Document Management of the ContentType Properties into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomProperty(System.Xml.XmlWriter,Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl,System.Int32)">
            <summary>
            Serializes custom property into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="property">Custom property to serialize.</param>
            <param name="iPropertyId">Custom property id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBookViews(System.Xml.XmlWriter,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}})">
            <summary>
            Serializes workbook views.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="lstBookViews">Workbook views collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeWorkbookView(System.Xml.XmlWriter,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Serializes workbook view.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dicView">Workbook view.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.ChangeCreateAttributeValue(System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.Int32)">
            <summary>
            Changes or adds attribute value.
            </summary>
            <param name="dicBookView">Workbook view.</param>
            <param name="strAttributeName">Attribute to make changes.</param>
            <param name="iNewValue">New value for attribute.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeBookExternalLinks(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes external references.
            </summary>
            <param name="writer">XmlWriter external links must be serialized into.
            This writer should already contain some workbook data.</param>
            <param name="relations">Workbook relation collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeLink(Syncfusion.XlsIO.Implementation.ExternWorkbookImpl,System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes single external link.
            </summary>
            <param name="externBook">External workbook object to serialize.</param>
            <param name="writer">XmlWriter to write into.</param>
            <param name="relations">Workbook relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializePagebreaks(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Serializes worksheet horizontal and vertical pagebreaks.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Worksheet to serialize page breaks for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSortData(System.Xml.XmlWriter,System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Sorting.SortState,System.Int32@)">
            <summary>
            Serializes data sorter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="xmlWriterDxfs">XmlWriter to serialize dfx into.</param>
            <param name="dataSorter">DataSorter to serialize into.</param>
            <param name="iDxfIndex">dxfid index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSortCondition(System.Xml.XmlWriter,System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Sorting.SortState,Syncfusion.XlsIO.ISortField,System.Int32@)">
            <summary>
            Serializes data sorter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="xmlWriterDxfs">XmlWriter to serialize dfx into.</param>
            <param name="dataSorter">DataSorter to serialize into.</param>
            <param name="sortField">Sorting Field to serialize into.</param>
            <param name="iDxfIndex">dxfid index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeHorizontalPageBreaks(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection)">
            <summary>
            Serializes worksheet horizontal pagebreaks.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="hPagebreaks">Sheet horizontal pagebreaks.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeVerticalPageBreaks(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection)">
            <summary>
            Serializes worksheet vertical pagebreaks.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="vPagebreaks">Sheet vertical pagebreaks.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeSinglePagebreak(System.Xml.XmlWriter,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelPageBreak)">
            <summary>
            Serializes single pagebreak.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="iRowColumn">Row/column of pagebreak.</param>
            <param name="iStart">Start row/column.</param>
            <param name="iEnd">End row/column.</param>
            <param name="type">Pagebreak type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeExtent(System.Xml.XmlWriter,System.Drawing.Size)">
            <summary>
            Extracts extent settings from reader and converts them into pixels.
            </summary>
            <param name="writer">Writer to save extent data into.</param>
            <param name="extent">Size of the shape in pixels.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CheckSpecialCharacters(System.String)">
            <summary>
            Check whether the sheet have special characters
            </summary>
            <param name="sheetName">Name of the sheet</param>
            <returns>return true if the sheet name have special characters</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomBookViews(System.Xml.XmlWriter,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}})">
            <summary>
            Serializes Custom Workbook views.
            </summary>
            <param name="writer">XmlWriter to write data.</param>
            <param name="lstCustomBookViews">List of Custom WorkBook view</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCustomWorkbookView(System.Xml.XmlWriter,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Serializes Custom Workbook view.
            </summary>
            <param name="writer">XmlWriter to write data.</param>
            <param name="dicView">Dictionary with attributes and value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeConditionValueObject(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionValue,System.Boolean,System.Boolean)">
            <summary>
            Serializes conditional value object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="conditionValue">Object to serialize.</param>
            <param name="isIconSet">whether it is iconset conditional format</param>
            <param name="isMinPoint">whether the conditional format value is min point </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeCombinationFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.CombinationFilter)">
            <summary>
            Serialize Combination filters.
            </summary>
            <param name="writer">XML Writer.</param>
            <param name="combinationFilter">Combination filter object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDateTimeFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DateTimeFilter)">
            <summary>
            Serialize Date Filter.
            </summary>
            <param name="writer">XML Writer.</param>
            <param name="filter">DateTime Filter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.SerializeDateFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DynamicFilter)">
            <summary>
            Serialize Dynamic Date Filter.
            </summary>
            <param name="writer">XML Writer</param>
            <param name="filter">Dynamic Filter</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.HFVmlSerializators">
            <summary>
            Gets Dictionary with serializators that can be used to serialize header/footer vml shapes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.VmlSerializators">
            <summary>
            Gets Dictionary with serializators that can be used to serialize vml shapes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.Version">
            <summary>
            Gets version that is supported by this serializator.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType">
            <summary>
            Represents the cell's data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.b">
            <summary>
            Cell containing a boolean.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.e">
            <summary>
            Cell containing an error.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.inlineStr">
            <summary>
            Cell containing an (inline) rich string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.n">
            <summary>
            Cell containing a number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.s">
            <summary>
            Cell containing a shared string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType.str">
            <summary>
            Cell containing a formula string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaType">
            <summary>
            Represents type of formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaType.array">
            <summary>
            Formula is an array entered formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaType.dataTable">
            <summary>
            Formula is a data table formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaType.normal">
            <summary>
            Formula is a regular cell formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.FormulaType.shared">
            <summary>
            Formula is part of a shared formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.DataBarUri">
            <summary>
            Uri for data bar properties
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeSparklineGroups(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes the sparkline groups.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeSparklineGroup(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.SparklineGroup)">
            <summary>
            Serializes the sparkline group.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
            <param name="sparklineGroup">The sparkline group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeSparklines(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Sparklines)">
            <summary>
            Serializes the sparklines.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
            <param name="sparklines">The sparklines.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeSparkline(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Sparkline)">
            <summary>
            Serializes the sparkline.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
            <param name="sparkline">The sparkline.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.HasExtensionListOnCF(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean@)">
            <summary>
            Check whether the sheet has conditional formats or not.
            </summary>
            <param name="sheet">input worksheet object</param>
            <param name="isStreamPreserved">output value indicates whether the stream preserved or not</param>
            <returns>the boolean value indicates whether the cf applied or not.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeConditionalFormattings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes conditional formattings.
            </summary>
            <param name="writer">The writer.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeConditionValueObject(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionValue,System.Boolean)">
            <summary>
            Serializes conditional value object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="conditionValue">Object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeRgbColor(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Serializes rgb color value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Xml tag name to use for color serialization.</param>
            <param name="color">Color to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.SerializeConditionValueObject(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionValue,System.Boolean,System.Boolean)">
            <summary>
            Serializes conditional value object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="conditionValue">Object to serialize.</param>
            <param name="isIconSet">whether it is iconset conditional format</param>
            <param name="isMinPoint">whether the conditional format value is min point </param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2010Serializator.Version">
            <summary>
            Gets version that is supported by this serializator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2013Serializator.Version">
            <summary>
            Gets version that is supported by this serializator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2016Serializator.Version">
            <summary>
            Gets version that is supported by this serializator.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization">
            <summary>
            Serializes the pivot engine.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.PopulatePivotEngine(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Populates the specifed pivot table.
            </summary>
            <param name="sheet">Source worksheet for the pivot table.</param>
            <param name="pivotTable">The pivot table which is to be populated.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.RenderPivotTable(Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Renders the pivot table values.
            </summary>
            <param name="pivotEngine">PivotEngine object.</param>
            <param name="pivotSheet">Sheet in which the pivot table is present.</param>
            <param name="pivotTable">The pivot table which is to be rendered.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.ReplaceDelimiter(System.Object,System.String,System.String)">
            <summary>
            Replaces the delimiter in grand total.
            </summary>
            <param name="replacableValue">The target object in which replacement is to be done.</param>
            <param name="delimiter">The old delimiter.</param>
            <param name="newValue"></param>
            <returns>The target object after the replacement.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.AutoFitPivotTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IPivotTable)">
            <summary>
            AutoFits the pivot table.
            </summary>
            <param name="range">Range in which the pivot table is located.</param>
            <param name="pivotTable">The pivot table which is to be autofitted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.FillPivotValue(System.Int32,System.Int32,System.Object,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotCellType,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableParts)">
            <summary>
            </summary>
            <param name="rowIndex"></param>
            <param name="columnIndex"></param>
            <param name="value"></param>
            <param name="cellType"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.SetSubtotalColumn(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout)">
            <summary>
            
            </summary>
            <param name="layout"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.SetExtendedFormat(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableLayout)">
            <summary>
            
            </summary>
            <param name="layout"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.GetRowHeading(System.Int32)">
            <summary>
            
            </summary>
            <param name="expanderCount"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.GetColumnHeading(System.Int32)">
            <summary>
            
            </summary>
            <param name="expanderCount"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.CustomComparer">
            <summary>
            Pivot Engine Comparer class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotEngineSerialization.CustomComparer.Compare(System.Object,System.Object)">
            <summary>
            Initializes a new instance of CustomComparer class.
            </summary>
            <param name="a">The object to compare.</param>
            <param name="b">The object to be compared with.</param>
            <returns>Boolean vaue indicating the comaprison results.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedFields">
            <summary>
            Represents collection of calculated fields in the pivot table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotCalculatedFields">
            <summary>
            Represents collection of calculated fields in the pivot table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotCalculatedFields.Add(System.String,System.String)">
            <summary>
            Adds calculated field to the pivot table based on the specified formula.
            </summary>
            <param name="name">Represents the name of the calculated pivot field.</param>
            <param name="formula">Represents the formula of the calculated pivot field.</param>
            <returns>Returns the calculated pivot field.</returns>
            <example>
            Following code snippet illustrates how to add a pivot calculated field to the pivot table.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            //Add data field
            IPivotField field = pivotTable.Fields[5];
            pivotTable.DataFields.Add(field, "Sum", PivotSubtotalTypes.Sum);
            </code>
            </example>    
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCalculatedFields.Count">
            <summary>
            Gets the number of calculated fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCalculatedFields.Item(System.Int32)">
            <summary>
            Gets a pivot field with the specified index from the collection. Read-only.
            </summary>
            <param name="index">Zero-based index of the item to get.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCalculatedFields.Item(System.String)">
            <summary>
            Gets a pivot field with the specified name from the collection. Read-only.
            </summary>
            <param name="name">Calculated Field Name</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedFields.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Initializes a new instance of pivot calculated fields collection with the specified pivot table.
            </summary>
            <param name="pivotTable">Pivot table from which the calculated fields are extracted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedFields.Syncfusion#XlsIO#IPivotCalculatedFields#Add(System.String,System.String)">
            <summary>
            Adds calculated field to the pivot table based on the specified formula.
            </summary>
            <param name="name">Represents the name of the calculated pivot field.</param>
            <param name="formula">Represents the formula of the calculated pivot field.</param>
            <returns>Returns the calculated pivot field.</returns>
            <example>
            Following code snippet illustrates how to add a pivot calculated field to the pivot table.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            //Add data field
            IPivotField field = pivotTable.Fields[5];
            pivotTable.DataFields.Add(field, "Sum", PivotSubtotalTypes.Sum);
            </code>
            </example>    
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedFields.Item(System.Int32)">
            <summary>
            Gets a pivot field with the specified index from the collection. Read-only.
            </summary>
            <param name="index">Zero-based index of the item to get.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedFields.Syncfusion#XlsIO#IPivotCalculatedFields#Item(System.String)">
            <summary>
            Gets a pivot field with the specified name from the collection. Read-only.
            </summary>
            <param name="name">Calculated Field Name</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl">
            <summary>
            Represents an item within a PivotTable field which uses a formula
            TODO: Need to create support for pivot item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.PivotTables.IPivotCalculatedItem">
            <summary>
            Represents a calculated pivot field item within a Pivot field of pivot table
            TODO: need to add properties.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.PivotTables.IPivotCalculatedItem.Formula">
            <summary>
            Specifies the formula of the calculated item
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.m_formula">
            <summary>
            Specifies the formula of the calculated item
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.fieldImpl">
            <summary>
            Specifies the pivotField with which this calculated item is associated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.m_iFieldIndex">
            <summary>
            Specifies the pivot field index with 
            which this calculated item is associated
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.m_pivotArea">
            <summary>
            Represents the calculated field area
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.Formula">
            <summary>
            Gets or sets the formula for the calculated item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.PivotArea">
            <summary>
            Gets the calculated field area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl.cacheField">
            <summary>
            Represents the cache field 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItems">
            <summary>
            Represents the collection of calculated pivot field items in pivot table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItems.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl)">
            <summary>
            Add the specified calculated item to pivot calculated items collection.
            </summary>
            <param name="item">item to add to the pivot field.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions">
            <summary>
            Represents the setting for the pivot table in the worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotTableOptions">
            <summary>
            Represents the setting for the pivot table in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ShowAsteriskTotals">
            <summary>
            Gets or sets a Boolean value indicating whether asterisk must be displayed next to totals.
            </summary>
            <remarks>
            True if an asterisk (*) is displayed next to each subtotal and grand total 
            value in the specified PivotTable report. False otherwise.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ColumnHeaderCaption">
            <summary>
            Gets or sets the string to be displayed in column header of pivot table in compact layout mode.
            </summary>
            <remarks>If ColumnHeaderCaption is not assigned, the string "Column Labels" will be set as default </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            // Enable header captions
            options.ColumnHeaderCaption = "Units";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.RowHeaderCaption">
            <summary>
            Gets or sets the string to be displayed in Row header of pivot table in compact layout mode.
            </summary>
            <remarks>If RowHeaderCaption is not assigned, the string "Row Labels" will be set as default </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            // Enable header captions
            options.RowHeaderCaption = "Date";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ShowCustomSortList">
            <summary>
            Gets or sets a Boolean value indicating whether the "custom lists" option is offered
            when sorting this PivotTable. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ShowFieldList">
            <summary>
            Gets or sets a Boolean value indicating whether the field list must be showed or not.</summary>
            <remarks>
            False to disable the display of field list for the PivotTable. True otherwise.
            </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            options.ShowFieldList = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.IsDataEditable">
            <summary>
            Gets or sets a Boolean value indicating whether the data area of the PivotTable is editable.</summary>
            <remarks>True to disable the alert for when the user overwrites values in the data area of the PivotTable. False otherwise.
            This allows the user to change data values that previously could not be changed.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.EnableFieldProperties">
            <summary>
            Gets or sets a Boolean value indicating whether field properties are enabled or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.Indent">
            <summary>
            Gets or sets the indentation increment for compact axis so as to set the Report
            Layout to Compact Form.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ErrorString">
            <summary>
            Gets or sets the string displayed in cells that contain errors
            when the DisplayErrorString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.DisplayErrorString">
             <summary>
             Gets or sets a Boolean value indicating whether custom error string in cells
             that contain errors must be shown or not.
             </summary>
             <remarks>
             Use the ErrorString property to set the custom error string. 
             This property is particularly useful for suppressing divide-by-zero errors when calculated fields are pivoted.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.MergeLabels">
            <summary>
            Gets or sets a Boolean value indicating whether the label must be merged or not.</summary>
            <remarks>True if the specified PivotTable report’s outer-row item,
            column item, subtotal, and grand total labels use merged cells. False otherwise . 
            </remarks>        
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.PageFieldWrapCount">
            <summary>
            Gets or sets the number of page fields in each column
            or row in the PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.PageFieldsOrder">
            <summary>
            Gets or sets the order in which page fields 
            are added to the PivotTable report’s layout. The default value is <see cref="F:Syncfusion.XlsIO.PivotPageAreaFieldsOrder.DownThenOver"/>
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.DisplayNullString">
            <summary>
            Gets or sets a Boolean value indicating whether custom string in cells
            that contain null value must be shown or not.
            </summary>
            <remarks>Use the NullString property to set the custom null string. The default value is True.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.NullString">
            <summary>
            Gets or sets the string displayed in cells that contain null
            values when the DisplayNullString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.PreserveFormatting">
            <summary>
            Gets or sets a Boolean value indicating whether to preserve the format. The default value is True. 
            </summary>
            <remarks>
            True if formatting is preserved when the report is refreshed or recalculated by operations such as pivoting, sorting, or changing page field items. False otherwise.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ShowTooltips">
            <summary>
            Gets or sets a Boolean value indicating whether tool-tips should been shown or not.The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.DisplayFieldCaptions">
            <summary>
            Gets or sets a Boolean value indicating whether filter buttons and PivotField
            captions for rows and columns are displayed in the grid or not.The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.PrintTitles">
            <summary>
            Gets or sets a Boolean value indicating whether to set print titles based on pivot table or not.
            </summary>
            <remarks>
            The row print titles are set to the rows that contain the PivotTable report’s column field items. 
            The column print titles are set to the columns that contain the row items.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.IsSaveData">
            <summary>
            Gets or sets a Boolean value indicating whether PivotTable report is saved with the workbook or not. 
            </summary>
            <remarks>For OLAP data sources, this property is always set to False.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.RowLayout">
            <summary>
            Gets or sets the pivot table row layout settings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTableOptions.ShowDrillIndicators">
            <summary>
            Gets or sets a Boolean value indicating whether to toggle the display of drill indicators in the PivotTable.
            </summary>
            <remarks>True if drill indicators are displayed in the PivotTable. False Otherwise.</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DEF_MAX_INDENT">
            <summary>
            Indent maximum value
            </summary>
            <param name="pivotTable"></param>
            <param name="extInfo"></param>
            <param name="definitionInfo"></param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_rowLayout">
            <summary>
            This property specifies the layout setting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_pivotTable">
            <summary>
            Parent of this settings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_extInfo">
            <summary>
            Pivot table extented options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_DefinitionInfo">
            <summary>
            Pivot Table extented  Defintion info
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowAsteriskTotals">
             <summary>
             Specifies a boolean value that indicates whether an asterisks should be displayed in
            subtotals and totals
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_columnHeaderCaption">
            <summary>
            Specifies the string to be displayed in column header in compact mode
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_rowHeaderCaption">
            <summary>
            Specifies the string to be displayed in Row header in compact mode
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bIsCompactNewField">
             <summary>
             Specifies a boolean value that indicates whether new fields should have their compact
            flag set to true.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bIsCompactData">
             <summary>
             Specifies a boolean value that indicates whether the field next to the data field in the
            PivotTable should be displayed in the same column of the spreadsheet
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_btCreatedVersion">
            <summary>
            Specifies the version of the application that created the cache
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_btUpdatedVersion">
            <summary>
            Specifies the version of the application that updated the cache
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_btMiniRefreshVersion">
            <summary>
            Specifies the mini version of the application that updated the cache
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowCustomSortList">
             <summary>
             Specifies a boolean value that indicates whether the "custom lists" option is offered
            when sorting this PivotTable
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_dataCaption">
             <summary>
             Specifies the name of the value area field header in the PivotTable. This caption is shown
            when the PivotTable when two or more fields are in the values area.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bIsDataEditable">
             <summary>
             Specifies a boolean value that indicates whether the user is allowed to edit the cells in
            the data area of the PivotTable.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bIsDefaultSortOrder">
             <summary>
             Specifies a boolean value that indicates whether fields in the PivotTable are sorted in
            non-default order in the field list.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bEnableFieldProperties">
             <summary>
             Specifies a boolean value that indicates whether the user is prevented from displaying
            PivotField properties.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bIsDefaultAutoSort">
             <summary>
             indicates whether fields in the PivotTable are sorted in
            non-default order in the field list.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowCalcMembers">
             <summary>
             Specifies a boolean value that indicates whether calculated members should be shown in
            the PivotTable view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_iIndent">
            <summary>
            Specifies the indentation increment for compact axis and can be used to set the Report
            Layout to Compact Form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bOutline">
            <summary>
            Specifies a boolean value that indicates whether new fields should have their outline
            flag set to true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bOutlineData">
            <summary>
            Specifies a boolean value that indicates whether data fields in the PivotTable should be
            displayed in outline form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bMultiFieldFilter">
            <summary>
            Specifies a boolean value that indicates whether the fields of a PivotTable can have
            multiple filters set on them.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowGridDropZone">
             <summary>
             Specifies a boolean value that indicates whether the in-grid drop zones should be
            displayed at runtime, and whether classic layout is applied.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_pageFieldsOrder">
            <summary>
            Returns or sets the order in which page fields 
            are added to the PivotTable report’s layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bPreserveFormatting">
            <summary>
            True if formatting is preserved when the report is refreshed or recalculated by 
            operations such as pivoting, sorting, or changing page field items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowTooltips">
            <summary>
            True, if tooltips displayed for the pivot table cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowDrill">
            <summary>
            Indicates whether drills are shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bShowHeaders">
            <summary>
            Controls whether or not filter buttons and PivotField captions for rows
            and columns are displayed in the grid.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_bPrintTitles">
            <summary>
            True if the print titles for the worksheet are set based on the PivotTable report. 
            False if the print titles for the worksheet are used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.m_grandTotalCaption">
             <summary>
            Specifies the string to be displayed for grand totals. 
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsAlignAutoFormat">
            <summary>
            True if legacy table autoformat alignment properties are applied. False otherwise. Read/Wrire Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsBorderAutoFormat">
            <summary>
            True to apply legacy table autoformat border properties. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsNumberAutoFormat">
            <summary>
            True to apply legacy table autoformat number format properties. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsPatternAutoFormat">
            <summary>
            True to apply legacy table autoformat pattern properties. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsWHAutoFormat">
            <summary>
            Gets or sets a Boolean value indicating if width/height autoformat is applied. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsAutoFormat">
            <summary>
            True if legacy table autoformat is applied to the pivot table. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsFontAutoFormat">
            <summary>
            True to apply legacy table autoformat font properties. False otherwise. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowAsteriskTotals">
            <summary>
            Gets or sets a Boolean value indicating whether asterisk must be displayed next to totals.
            </summary>
            <remarks>
            True if an asterisk (*) is displayed next to each subtotal and grand total 
            value in the specified PivotTable report. False otherwise.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ColumnHeaderCaption">
            <summary>
            Gets or sets the string to be displayed in column header of pivot table in compact layout mode.
            </summary>
            <remarks>If ColumnHeaderCaption is not assigned, the string "Column Labels" will be set as default </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            // Enable header captions
            options.ColumnHeaderCaption = "Units";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.RowHeaderCaption">
            <summary>
            Gets or sets the string to be displayed in Row header of pivot table in compact layout mode.
            </summary>
            <remarks>If RowHeaderCaption is not assigned, the string "Row Labels" will be set as default </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            // Enable header captions
            options.RowHeaderCaption = "Date";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.RowLayout">
            <summary>
            Gets or sets the pivot table row layout settings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.CreatedVersion">
            <summary>
            Gets or sets the application version that created the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.UpdatedVersion">
            <summary>
            Gets or sets the application version that updated the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.MiniRefreshVersion">
            <summary>
            Gets or sets the minimum version of the application that updated the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowCustomSortList">
            <summary>
            Gets or sets a Boolean value indicating whether the "custom lists" option is offered
            when sorting this PivotTable. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DataCaption">
            <summary>
            Gets or sets the name of the value area field header in the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DataPosition">
            <summary>
            Gets or sets the position for the field representing multiple data field in the PivotTable,
            whether that field is located in the row area or column area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowFieldList">
            <summary>
            Gets or sets a Boolean value indicating whether the field list must be showed or not.</summary>
            <remarks>
            False to disable the display of field list for the PivotTable. True otherwise.
            </remarks>
            <example>
            Following code illustrates how to access the ShowFieldList property of the pivot table option.
            <code>
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            IPivotTableOptions options = pivotTable.Options;
            options.ShowFieldList = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsDataEditable">
            <summary>
            Gets or sets a Boolean value indicating whether the data area of the PivotTable is editable.</summary>
            <remarks>True to disable the alert for when the user overwrites values in the data area of the PivotTable. False otherwise.
            This allows the user to change data values that previously could not be changed.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.EnableFieldProperties">
            <summary>
            Gets or sets a Boolean value indicating whether field properties are enabled or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsDefaultAutoSort">
            <summary>
            Gets or sets a Boolean value indicating whether fields in the PivotTable are sorted in
            default order in the field list.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowCalcMembers">
            <summary>
            Gets or sets a Boolean value indicating whether to show calculated members in
            the PivotTable view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.Indent">
            <summary>
            Gets or sets the indentation increment for compact axis so as to set the Report
            Layout to Compact Form.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.Outline">
            <summary>
            Gets or sets a Boolean value that indicates whether new fields should have their outline
            flag set to true.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.OutlineData">
            <summary>
            Gets or sets a Boolean value that indicates whether data fields in the PivotTable should be
            displayed in outline form.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsMultiFieldFilter">
            <summary>
            Gets or sets a Boolean value that indicates whether the fields of a PivotTable can have
            multiple filters set on them.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowGridDropZone">
            <summary>
            Gets or sets a Boolean value that indicates whether the in-grid drop zones should be
            displayed at runtime, and whether classic layout is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ErrorString">
            <summary>
            Gets or sets the string displayed in cells that contain errors
            when the DisplayErrorString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DisplayErrorString">
             <summary>
             Gets or sets a Boolean value indicating whether custom error string in cells
             that contain errors must be shown or not.
             </summary>
             <remarks>
             Use the ErrorString property to set the custom error string. 
             This property is particularly useful for suppressing divide-by-zero errors when calculated fields are pivoted.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DisplayNullString">
            <summary>
            Gets or sets a Boolean value indicating whether custom string in cells
            that contain null value must be shown or not.
            </summary>
            <remarks>Use the NullString property to set the custom null string. The default value is True.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.MergeLabels">
            <summary>
            Gets or sets a Boolean value indicating whether the label must be merged or not.</summary>
            <remarks>True if the specified PivotTable report’s outer-row item,
            column item, subtotal, and grand total labels use merged cells. False otherwise . 
            </remarks>     
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.PageFieldWrapCount">
            <summary>
            Gets or sets the number of page fields in each column
            or row in the PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.PageFieldsOrder">
            <summary>
            Gets or sets the order in which page fields 
            are added to the PivotTable report’s layout. The default value is <see cref="F:Syncfusion.XlsIO.PivotPageAreaFieldsOrder.DownThenOver"/>
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.NullString">
            <summary>
            Gets or sets the string displayed in cells that contain null
            values when the DisplayNullString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.PreserveFormatting">
            <summary>
            Gets or sets a Boolean value indicating whether to preserve the format. The default value is True. 
            </summary>
            <remarks>
            True if formatting is preserved when the report is refreshed or recalculated by operations such as pivoting, sorting, or changing page field items. False otherwise.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowTooltips">
            <summary>
            Gets or sets a Boolean value indicating whether tool-tips should been shown or not.The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.ShowDrillIndicators">
            <summary>
            Gets or sets a Boolean value indicating whether to toggle the display of drill indicators in the PivotTable.
            </summary>
            <remarks>True if drill indicators are displayed in the PivotTable. False Otherwise.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.DisplayFieldCaptions">
            <summary>
            Gets or sets a Boolean value indicating whether filter buttons and PivotField
            captions for rows and columns are displayed in the grid or not.The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.PrintTitles">
            <summary>
            True if the print titles for the worksheet are set based on the PivotTable report. 
            False if the print titles for the worksheet are used. Read/Write Boolean.
            </summary>
            <remarks>
            The row print titles are set to the rows that contain the PivotTable report’s column field items. 
            The column print titles are set to the columns that contain the row items.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.IsSaveData">
            <summary>
            Gets or sets a Boolean value indicating whether PivotTable report is saved with the workbook or not. 
            </summary>
            <remarks>For OLAP data sources, this property is always set to False.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.MaxIndent">
             <summary>
            Return the maximum indent value
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableOptions.GrandTotalCaption">
            <summary>
            Gets or sets the string to be displayed for grand totals.
            </summary>
        </member>
        <member name="T:RichTextReader">
            <summary>
            Class wich reads Rich Text.
            </summary>
        </member>
        <member name="F:RichTextReader.FontCharSet">
            <summary>
            Represents the font characterset.
            </summary>
        </member>
        <member name="F:RichTextReader.Seperator">
            <summary>
            Represents the string seperator.
            </summary>
        </member>
        <member name="F:RichTextReader.ControlStart">
            <summary>
            Represents the control word start.
            </summary>
        </member>
        <member name="F:RichTextReader.ParaStart">
            <summary>
            Represents the para end without the properties.
            </summary>
        </member>
        <member name="F:RichTextReader.FontIndex">
            <summary>
            Represents the font index.
            </summary>
        </member>
        <member name="F:RichTextReader.FontSize">
            <summary>
            Font size in half-points (the default is 24).
            </summary>
        </member>
        <member name="F:RichTextReader.Bold">
            <summary>
            Represents font bold attribute
            </summary>
        </member>
        <member name="F:RichTextReader.Italic">
            <summary>
            Represents font italic attribute
            </summary>
        </member>
        <member name="F:RichTextReader.Tab">
            <summary>
            Represents the tab character.
            </summary>
        </member>
        <member name="F:RichTextReader.ForegroundColor">
            <summary>
            Represents the Foreground color (default is 0).
            </summary>
        </member>
        <member name="F:RichTextReader.Para">
            <summary>
            Represents the para end with properties.
            </summary>
        </member>
        <member name="F:RichTextReader.Para2">
            <summary>
            Represents the para end with properties.
            </summary>
        </member>
        <member name="F:RichTextReader.Para3">
            <summary>
            Represents the para end with properties.
            </summary>
        </member>
        <member name="F:RichTextReader.UnderLine">
            <summary>
            Continuous underline. \ul0 turns off all underlining.
            </summary>
        </member>
        <member name="F:RichTextReader.ItalicsUnderline">
            <summary>
            Continuous underline with italics font attribute
            </summary>
        </member>
        <member name="F:RichTextReader.StopUnderLine">
            <summary>
            Stops underlining.
            </summary>
        </member>
        <member name="F:RichTextReader.Strike">
            <summary>
            Represents the text strike through.
            </summary>
        </member>
        <member name="F:RichTextReader.Subscript">
            <summary>
            Subscripts text and shrinks point size according to font information.
            </summary>
        </member>
        <member name="F:RichTextReader.NoSuperSub">
            <summary>
            Turns off superscripting or subscripting.
            </summary>
        </member>
        <member name="F:RichTextReader.Superscript">
            <summary>
            Superscripts text and shrinks point size according to font information.
            </summary>
        </member>
        <member name="F:RichTextReader.DestinationMark">
            <summary>
            Marks a destination whose text should be ignored.
            </summary>
        </member>
        <member name="F:RichTextReader.Red">
            <summary>
            Represents the Red color.
            </summary>
        </member>
        <member name="F:RichTextReader.Green">
            <summary>
            Represents the Green color.
            </summary>
        </member>
        <member name="F:RichTextReader.Blue">
            <summary>
            Represents the blue color.
            </summary>
        </member>
        <member name="F:RichTextReader.ParagraphCenter">
            <summary>
            Represents paragraph center 
            </summary>
        </member>
        <member name="F:RichTextReader.ParagraphJustify">
            <summary>
            Represents paragraph justify 
            </summary>
        </member>
        <member name="F:RichTextReader.ParagraphLeft">
            <summary>
            Represents paragraph left
            </summary>
        </member>
        <member name="F:RichTextReader.ParagraphRight">
            <summary>
            Represents paragraph right
            </summary>
        </member>
        <member name="F:RichTextReader.Language">
            <summary>
            Represents language
            </summary>
        </member>
        <member name="F:RichTextReader.openBraces">
            <summary>
            Represents open curly braces
            </summary>
        </member>
        <member name="F:RichTextReader.closeBraces">
            <summary>
            Represents close curly braces
            </summary>
        </member>
        <member name="F:RichTextReader.singleQuote">
            <summary>
            Represents single quotation
            </summary>
        </member>
        <member name="F:RichTextReader.unicode">
            <summary>
            Represents unicode character
            </summary>
        </member>
        <member name="F:RichTextReader.CrLf">
            <summary>
            Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". 
            Commonly used in text files for 
            paragraph breaks. 
            </summary>
        </member>
        <member name="F:RichTextReader.m_defaultCodePage">
            <summary>
            Represents Default Code Page
            </summary>
        </member>
        <member name="F:RichTextReader.m_application">
            <summary>
            Represents the Application.
            </summary>
        </member>
        <member name="F:RichTextReader.m_colorDict">
            <summary>
            Dictionary of Colors table.
            </summary>
        </member>
        <member name="F:RichTextReader.m_complete">
            <summary>
            Entire Rtf Text.
            </summary>
        </member>
        <member name="F:RichTextReader.m_fontDict">
            <summary>
            Represents the font Dictionary.
            </summary>
        </member>
        <member name="F:RichTextReader.m_index">
            <summary>
            Index of the RTF Text.
            </summary>
        </member>
        <member name="F:RichTextReader.m_book">
            <summary>
            Represents the workbook.
            </summary>
        </member>
        <member name="F:RichTextReader.m_iFontIndex">
            <summary>
            Represents the current Font Index.
            </summary>
        </member>
        <member name="F:RichTextReader.m_rtfText">
            <summary>
            Represents the Rtf Text.
            </summary>
        </member>
        <member name="F:RichTextReader.m_sheet">
            <summary>
            Represents the WorksheetImpl.
            </summary>
        </member>
        <member name="F:RichTextReader.m_range">
            <summary>
            Represents the Range to store the RTF Text.
            </summary>
        </member>
        <member name="F:RichTextReader.m_rtf">
            <summary>
            Represents the RichTextString class Object.
            </summary>
        </member>
        <member name="F:RichTextReader.currentStrIndex">
            <summary>
            Represents the Index of RTF string.
            </summary>
        </member>
        <member name="M:RichTextReader.#ctor(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Intializes the RichTextReader Members.
            </summary>
            <param name="parentSheet">sheet.</param>
        </member>
        <member name="M:RichTextReader.FindColor(System.String)">
            <summary>
            Finds the color.
            </summary>
            <param name="findColor">Color of the find.</param>
            <returns></returns>
        </member>
        <member name="M:RichTextReader.Parse">
            <summary>
            Parses this instance.
            </summary>
        </member>
        <member name="M:RichTextReader.ParseColorTable">
            <summary>
            Parses the color table.
            </summary>
        </member>
        <member name="M:RichTextReader.ParseContent">
            <summary>
            Parses the content.
            </summary>
        </member>
        <member name="M:RichTextReader.ParseControlWord">
            <summary>
            Parses the control word.
            </summary>
        </member>
        <member name="M:RichTextReader.AppendRTF(System.String)">
            <summary>
            Appends RTF string
            </summary>
            <param name="rtfString">RTF string</param>
        </member>
        <member name="M:RichTextReader.SetExtendedCharacter(System.String[],Syncfusion.XlsIO.Implementation.FontWrapper,System.String[],System.Int32)">
            <summary>
            Appends extended characters to rtf string
            </summary>
            <param name="rtfString">String Array</param>
        </member>
        <member name="M:RichTextReader.ParseFontTable">
            <summary>
            Parses the font table.
            </summary>
        </member>
        <member name="M:RichTextReader.ParseNumber(System.String)">
            <summary>
            Parses the number.
            </summary>
            <param name="numText">The num text.</param>
            <returns></returns>
        </member>
        <member name="M:RichTextReader.SetRTF(System.Int32,System.Int32,System.String)">
            <summary>
            Sets the RTF.
            </summary>
            <param name="row">The row.</param>
            <param name="column">The column.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:RichTextReader.SetRTF(System.Object,System.String)">
            <summary>
            Sets the RTF.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:RichTextReader.CreateRichTextString">
            <summary>
            Creates rich text string.
            </summary>
        </member>
        <member name="M:RichTextReader.GetExtendedCharacter(System.String,Syncfusion.XlsIO.Implementation.FontWrapper,System.String[])">
            <summary>
            Parses Accented character
            </summary>
            <param name="token"></param>
            <param name="tokenKey"></param>
            <param name="tokenValue"></param>
        </member>
        <member name="M:RichTextReader.SeperateToken(System.String)">
            <summary>
            Seperate Token keyword from the token Value
            </summary>
            <param name="token"></param>
            <returns></returns>
        </member>
        <member name="M:RichTextReader.IsSingleByte(System.Int32)">
            <summary>
            Determines whether current code page is single byte encoding.
            </summary>
            <returns>
              <c>true</c> if [is single byte]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:RichTextReader.GetCodePage(System.Int32)">
            <summary>
            Get the code page for the current Font character set 
            </summary>
            <returns></returns>
        </member>
        <member name="M:RichTextReader.IsSupportedCodePage(System.Int32)">
            <summary>
            Determine Whether the code page is supported for Encoding
            </summary>
            <param name="codePage"></param>
            <returns></returns>
        </member>
        <member name="M:RichTextReader.GetSupportedCodePage(System.Int32)">
            <summary>
            Get the code page is supported for Encoding
            </summary>
            <param name="codePage"></param>
            <returns></returns>
        </member>
        <member name="P:RichTextReader.DefaultCodePage">
            <summary>
            Get's or set's the Default code page of the document
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants">
            <summary>
            This class contains constants used for Encryption Info parsing/serialization
            in Excel 2010 SpreadsheetML format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.SaltSize">
            <summary>
            Represents the Salt Size attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.SaltValue">
            <summary>
            Represents the Salt Size attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.BlockSize">
            <summary>
             Represents the Block Size attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.KeyBits">
            <summary>
            Represents the KeyBits attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.HashSize">
            <summary>
            Represents the HashSize attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.CipherAlgorithm">
            <summary>
            Represents the CipherAlgorithm attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.CipherChaining">
            <summary>
            Represents the cipher Chaining used to encrypt the data is AES.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.HashAlgorithm">
            <summary>
            Represents the hashing algorithm used in the Encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedHmacKey">
            <summary>
            Represents the encrypted copy of the randomly generated value used when generating the encryption key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedHmacValue">
            <summary>
            Represents the encrypted copy of the hash value that is generated during the creation of the encryption key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.SpinCount">
            <summary>
            Represents the iterations count on the hash of the password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedVerifierHashInput">
            <summary>
            Represents the password verification Hash input.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedVerifierHashValue">
            <summary>
             Represents the password verifcation hash value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedKeyValue">
            <summary>
            Represents the Intermediate key used to Encrypt and Decrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptionNameSpace">
            <summary>
            Represents the Encryption tags namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.PasswordNameSpace">
            <summary>
            Represents the password encryption attribute tags namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptionTag">
            <summary>
            Represents the attributes used to encrypt and decrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.KeyDataTag">
            <summary>
            Represents the cryptographic attributes used to encrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.DataIntegrityTag">
            <summary>
            Represents the Data Integrity attributes used to help ensure 
            that the integrity of the encrypted data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.KeyEncryptorTag">
            <summary>
            Represents the attributes used to generate the encrypting key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.KeyEncryptorsTag">
            <summary>
            Represents the attributes used to generate the encrypting keys.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.EncryptedKeyTag">
            <summary>
             Represents the attributes used to generate the encrypting key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.PPrefix">
            <summary>
            Represents the Prefix p.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.Xmlns">
            <summary>
            Represents the Xmlns attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionConstants.Uri">
            <summary>
            Represents the Uir attribute.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo">
            <summary>
            Represents the cryptographic attributes used to encrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_saltSize">
            <summary>
            Represents a randomly generated Salt Value size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_blockSize">
            <summary>
            Represents the block size used to encrypt each block of data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_keyBits">
            <summary>
            Represents the Key size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_hashSize">
            <summary>
            Represents the Compute Hash Size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_cipherAlgorithm">
            <summary>
            Represents the cipher algorithm used to encrypt the data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_cipherChaining">
            <summary>
            Represents the chaining mode to encrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_hashAlgorithm">
            <summary>
            Represents  that the hashing algorithm used to hash the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.m_saltValue">
            <summary>
            Represents a randomly generated value used when generating the encryption key
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.Parse(System.Xml.XmlReader)">
            <summary>
            Parses the cryptographic attributes used to encrypt the data.
            </summary>
            <param name="reader">XmlReader to read from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.Serialize(System.Xml.XmlWriter)">
            <summary>
            Serializes the cryptographic attributes used to encrypt the data.
            </summary>
            <param name="writer">Writer to writes into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataEncryptionInfo.SaltValue">
            <summary>
            Represents a randomly generated value used when generating the encryption key
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo">
            <summary>
            Represents the Data Integrity attributes used to help ensure 
            that the integrity of the encrypted data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.m_HMacKey">
            <summary>
            Represents the encrypted copy of the randomly generated value used when generating the encryption key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.m_HmacValue">
            <summary>
            Represents the encrypted copy of the hash value that is generated during the creation of the encryption key.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.Parse(System.Xml.XmlReader)">
            <summary>
            Parse Data Integrity attributes.
            </summary>
            <param name="reader">XmlReader to Read from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.Serialize(System.Xml.XmlWriter)">
            <summary>
            Serializes the Data Integrity attributes.
            </summary>
            <param name="writer">Writer to writes into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.HMacKey">
            <summary>
            Represents the encrypted copy of the randomly generated value used when generating the encryption key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataIntegrityInfo.HMacValue">
            <summary>
            Represents the encrypted copy of the hash value that is generated during the creation of the encryption key.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo">
            <summary>
            Represents the attributes used to generate the encrypting key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultSpinCount">
            <summary>
            Default Spin Count to iterations on the hash of the password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultHashSize">
            <summary>
            Represents the Default hash size in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultCipherAlgorithm">
            <summary>
            Represents the Default cipher used to encrypt the data is AES.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultCipherChaining">
            <summary>
            Represents the Default chaining mode used for encrypting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultHashAlgorithm">
            <summary>
            Represents the Default hashing algorithm used in the Encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.DefaultKeyBits">
            <summary>
            Represents the default key length in bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.AdvancedHashAlgorithm">
            <summary>
            Represents the SHA512 hashing algorithm used in the Encryption
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_spintCount">
            <summary>
            Represents the iterations count on the hash of the password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_saltSize">
            <summary>
            Represents a randomly generated Salt Value size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_blockSize">
            <summary>
            Represents the block size used to encrypt each block of data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_keyBits">
            <summary>
            Represents the Key size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_hasSize">
            <summary>
            Represents the Compute Hash Size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_cipherAlgorithm">
            <summary>
            Represents the cipher algorithm used to encrypt the data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_cipherChaining">
            <summary>
            Represents the chaining mode to encrypt the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_hashAlgorithm">
            <summary>
            Represents  that the hashing algorithm used to hash the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_saltValue">
            <summary>
            Represents a randomly generated value used when generating the encryption key
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_verifierHashInput">
            <summary>
            Represents the password verification Hash input.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_verifierHashValue">
            <summary>
            Represents the password verifcation hash value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.m_encryptedKeyValue">
            <summary>
            Represents the Intermediate key used to Encrypt and Decrypt the data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.Parse(System.Xml.XmlReader)">
            <summary>
            Parses the attributes which is used to generate the encrypting key.
            </summary>
            <param name="reader">Xml Reader to read from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.Serialize(System.Xml.XmlWriter)">
            <summary>
            Serializes the attributes which used to generate the encrypting key.
            </summary>
            <param name="writer">Xml Writer to write into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.HashSize">
            <summary>
            Represents the Compute Hash Size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.SpinCount">
            <summary>
            Represents the iterations count on the hash of the password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.BlockSize">
            <summary>
            Represents the block size used to encrypt each block of data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.KeyBits">
            <summary>
            Represents the Key size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.SaltValue">
            <summary>
            Represents a randomly generated value used when generating the encryption key
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.VerifierHashValue">
            <summary>
            Represents the password verifcation hash value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.VerifierHashInput">
            <summary>
            Represents the password verification Hash input.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.KeyValue">
            <summary>
            Represents the Intermediate key used to Encrypt and Decrypt the data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo.HashAlgorithm">
            <summary>
            Represents the Hash Algorithm used to Encrypt and Decrypt the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor">
            <summary>
            This class used to decrypt data using Excel 2010 encryption with AES 128
            encryption algorithm with CBC Mode and SHA-1 hashing algorithm.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor">
            <summary>
            This class is responsible for decryption of Excel 2007 files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.BlockSize">
            <summary>
            Size of the decryption block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.m_dataSpaceMap">
            <summary>
            Dataspace map.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.m_info">
            <summary>
            Encryption info.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.m_storage">
            <summary>
            Compound storage that should be decrypted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.m_arrKey">
            <summary>
            Array containing key data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.Decrypt">
            <summary>
            Decrypts internal storage storage.
            </summary>
            <returns>Decrypted stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.Initialize(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Prepares decryptor for actual decryption.
            </summary>
            <param name="storage">Compound storage to get required data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.CheckEncrypted(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Checks whether storage contains encrypted data.
            </summary>
            <param name="storage">Storage to check.</param>
            <returns>True if storage is encrypted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.CheckPassword(System.String)">
            <summary>
            Checks whether password is correct.
            </summary>
            <param name="password">Password to check.</param>
            <returns>True if password verification succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.VerifyPassword(System.String,Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier)">
            <summary>
            Verifies password.
            </summary>
            <param name="password">Password to check.</param>
            <param name="verifier">Verifier object.</param>
            <returns>Encryption key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.Decrypt(System.Byte[],System.Byte[])">
            <summary>
            Decrypts specified buffer.
            </summary>
            <param name="data"></param>
            <param name="key"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.ParseTransfrom(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Extracts transform data from the storage.
            </summary>
            <param name="dataSpaces">Storage to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.ParseDataSpaceMap(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Extracts dataspace map from the storage.
            </summary>
            <param name="dataSpaces">Storage to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.ParseTransformInfo(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Extracts TransformInfo from the storage.
            </summary>
            <param name="transformStorage">Storage to get data from.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.Excel2007Decryptor.Storage">
            <summary>
            Compound storage that should be decrypted.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.Decrypt">
            <summary>
            Decrypts internal storage storage.
            </summary>
            <returns>Decrypted stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.CheckPassword(System.String)">
            <summary>
            Checks whether password is correct.
            </summary>
            <param name="password">Password to check.</param>
            <returns>True if password verification succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.VerifyPassword(System.String,Syncfusion.XlsIO.Implementation.Security.EncryptedKeyInfo)">
            <summary>
            Verifies password.
            </summary>
            <param name="password">Password to check.</param>
            <param name="verifier">Verifier object.</param>
            <returns>Encryption key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.GetIntermediateKey(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32)">
            <summary>
            Get the Encryption/Decryption Key from the encrypted data.
            </summary>
            <param name="arrEncryptedKeyValue">Encrypted key in byte array.</param>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="spinCount">The number of times to iterate the password hash when creating the key.</param>
            <param name="keySize">Represent the size of the key.</param>
            <returns>Key to encrypt and decrypt the Encrypted Package.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.GetVerifierHashInput(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary>
            Get the password verifier hash.
            </summary>
            <param name="arrVerifierHashInput">Encrypted the verifier hash.</param>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="spinCount">The number of times to iterate the password hash when creating the key</param>
            <param name="keySize">Represent the size of the key.</param>
            <returns>Decrypted Verifier hash.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.GetVerifierHashValue(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32)">
            <summary>
            Get the password verifier hash value.
            </summary>
            <param name="arrVerifierHashInput">Encrypted the verifier hash.</param>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="spinCount">The number of times to iterate the password hash when creating the key</param>
            <param name="keySize">Represent the size of the key.</param>
            <returns>Decrypted Verifier hash value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.GetHMacKey(System.Byte[],System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Get the Data Integrity verifier HmacKey.
            </summary>
            <param name="arrEncryptedHmacKey">Encrypted Hmac Key.</param>
            <param name="arrKey">Key to Decrypt the Hmac key.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="hashSize">Represents the hash size to compute.</param>
            <returns>Hmac Key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.GetHmacValue(System.Byte[],System.Byte[],System.Byte[])">
            <summary>
            Get the Data Integiryt verifier HMac Value.
            </summary>
            <param name="arrEncryptedHmacValue">Encrypted Hmac Value.</param>
            <param name="arrKey">Key to Decrypt the Hmac key.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <returns>Hmac Value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Decryptor.CheckDataIntegrity(System.IO.Stream,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.String)">
            <summary>
            Ensures the Data Integrity of the Encrypted Package.
            </summary>
            <param name="EncryptedPackage">Encrypted data.</param>
            <param name="arrKey">Key to Decrypt the Hmac key.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="arrEncryptedHmacKey">Hmac Key to Compute Hmac hash.</param>
            <param name="arrEncryptedHmacValue">Hmac Value to Compare.</param>
            <param name="hashAlgorithm">Hash Algorithm to hash the value</param>
            <returns>True, if the data is in original structure.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor">
            <summary>
            This class used to encrypt data using Excel 2010 encryption with AES 128
            encryption algorithm with CBC Mode and SHA-1 hashing algorithm.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor">
            <summary>
            This class used to encrypt data using Excel 2007 encryption with AES 128
            encryption algorithm and SHA-1 hashing algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.KeyLength">
            <summary>
            Key length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.DefaultVersion">
            <summary>
            Default version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.DefaultFlags">
            <summary>
            Default flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.AES128AlgorithmId">
            <summary>
            Encryption algorithm id (AES-128).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.SHA1AlgorithmHash">
            <summary>
            Hashing algorithm id (SHA-1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.DefaultProviderType">
            <summary>
            Provider type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.DefaultCSPName">
            <summary>
            Default CSP name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.Encrypt(System.IO.Stream,System.String,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Encrypts specified stream.
            </summary>
            <param name="data">Data to encrypt.</param>
            <param name="password">Password to use.</param>
            <param name="root">Root storage to put encrypted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.PrepareDataSpaces(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Preparse data spaces structures inside specified storage.
            </summary>
            <param name="root">Storage to put DataSpaces inside.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.SerializeVersion(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Serializes VersionInfo stream inside specified storage.
            </summary>
            <param name="dataSpaces">Storage to serialize VersionInfo into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.SerializeTransformInfo(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Serializes transformation info.
            </summary>
            <param name="dataSpaces">Storage to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.SerializeDataSpaceInfo(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Serializes dataspace info.
            </summary>
            <param name="dataSpaces">Storage to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.SerializeDataSpaceMap(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Serializes DataSpaceMap stream.
            </summary>
            <param name="dataSpaces">Storage to place stream into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.PrepareEncryptionInfo(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,System.String)">
            <summary>
            Fills in EncryptionInfor record and stores it at appropriate stream.
            </summary>
            <param name="root">Root storage.</param>
            <param name="password">Encryption password.</param>
            <returns>Encryption key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.CreateSalt(System.Int32)">
            <summary>
            Creates random salt.
            </summary>
            <param name="length">Desired salt length.</param>
            <returns>Array with random data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.Encrypt(System.Byte[],System.Byte[])">
            <summary>
            Encrypts specified buffer.
            </summary>
            <param name="data">Data to encrypt.</param>
            <param name="key">Encryption key.</param>
            <returns>Encrypted data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2007Encryptor.Encrypt(System.IO.Stream,System.Byte[],System.IO.Stream)">
            <summary>
            Encrypt specified stream.
            </summary>
            <param name="stream">Stream to encrypt.</param>
            <param name="key">Encryption key.</param>
            <param name="output">Output stream.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.DefaultSegmentSize">
            <summary>
            Default Segment Size to encrypt.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.Excel2010Version">
            <summary>
            Excel 2010 Version identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.DefaultFlag">
            <summary>
            Version Flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.m_arrKey">
            <summary>
            Key to Encrypt the data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.Encrypt(System.IO.Stream,System.String,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Encrypts specified stream.
            </summary>
            <param name="data">Data to encrypt.</param>
            <param name="password">Password to use.</param>
            <param name="root">Root storage to put encrypted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.Encrypt(System.IO.Stream,System.Byte[],System.Byte[],System.String)">
            <summary>
            Encrypt the Stream with the given Key.
            </summary>
            <param name="stream">Stream data to encrypt.</param>
            <param name="arrIntermediateKey">Key to encrypt data.</param>
            <param name="arrKeyData_SaltValue">Salt value in byte array.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.PrepareDataSpaces(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Preparse data spaces structures inside specified storage.
            </summary>
            <param name="root">Storage to put DataSpaces inside.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.CreateIntermediateKey(System.Byte[],System.Byte[],System.Int32,System.String)">
            <summary>
            Creates the Key with the given password.
            </summary>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="spinCount">Iteration count to generate the key.</param>
            <returns>Intermediate Key to encrypt the data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.CreateVerifierHashInput(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.String)">
            <summary>
            Creates the Data Integrity Verifier Hash Input. 
            </summary>
            <param name="random">Random values in byte array.</param>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">SaltValue in byte array.</param>
            <param name="spinCount">Iteration count to generate the key.</param>
            <returns>DataIntegrity verifier hash input.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.CreateVerifierHashValue(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.String)">
            <summary>
            Creates the Data Integrity Verifier Hash Value. 
            </summary>
            <param name="random">Random values in byte array.</param>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">SaltValue in byte array.</param>
            <param name="spinCount">Iteration count to generate the key.</param>
            <returns>DataIntegrity verifier hash Value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.CreateKey(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32,System.String)">
            <summary>
            Creates the Key to Encrypt the data.
            </summary>
            <param name="arrPassword">Password in byte array.</param>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="arrBlock_Key">Block Key to Generate vector.</param>
            <param name="spinCount">The number of times to iterate the password hash when creating the key.</param>
            <param name="keySize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.PrepareEncryptionInfo2010(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,System.String)">
            <summary>
            Fills in EncryptionInfo record and stores it at appropriate stream.
            </summary>
            <param name="root">Root storage.</param>
            <param name="password">Encryption password.</param>
            <returns>Encryption key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Excel2010Encryptor.PrepareDataIntegrity(System.IO.Stream,System.Byte[],System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.Security.EncryptionInfo)">
            <summary>
             Fills in Data Integrity info record and stores it at appropriate stream.
            </summary>
            <param name="encryptedPackage">Encypted Package.</param>
            <param name="arrKey">Key to Encrypt the Hmac Input and Value.</param>
            <param name="arrSalt">Salt value in byte array.</param>
            <param name="hashSize">Represents the SHA1 hash size.</param>
            <param name="info">Represents the EncyptionInfo.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010">
            <summary>
            This class contains utility methods used by Excel 2010 security implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.SHA1Algorithm">
            <summary>
            Represents the SHA1 Hash Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.SHA256Alogrithm">
            <summary>
            Represents the SHA256 Hash Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.SHA512Alogrithm">
            <summary>
            Represents the SH512 Hash Algorithm.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.Encrypt(System.Byte[],System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Encrypt the Data in AES-128 algorithm with CBC mode.
            </summary>
            <param name="arrPlainData">Plain data to encrypt.</param>
            <param name="arrKey">Key to Encrypt the data.</param>
            <param name="arrIV">Vector to encrypt the data.</param>
            <param name="blockSize">The number of bytes used to encrypt one block of data</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.Decrypt(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32)">
            <summary>
            Decrypt the data in AES-128 algorithm with CBC mode.
            </summary>
            <param name="arrCipherData"></param>
            <param name="arrKey"></param>
            <param name="arrIV"></param>
            <param name="keySize"></param>
            <param name="actualLength"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.CreateKey(System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Int32,System.String)">
            <summary>
            Creates the Key to Decrypt and Encrypt the Data.
            </summary>
            <param name="arrPassword">password in byte array.</param>
            <param name="arrSalt">Salt Value in bytes.</param>
            <param name="arrBlock_Key">Block Key in bytes.</param>
            <param name="spinCount">Loop count to compute Hash.</param>
            <param name="keySize">Creates the key with the size.</param>
            <param name="hashAlgorithm">Hash Algorithm used.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.GenerateVector(System.Byte[],System.UInt32,System.String)">
            <summary>
            Generate Vecotor with the block key with integer.
            </summary>
            <param name="arrSalt">Salt Value in byte array.</param>
            <param name="segmentNumber">unsinged integer as block Key.</param>
            <param name="hashAlgorithm">Hash Algorithm used.</param>
            <returns>Vector in byte array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.GenerateVector(System.Byte[],System.Byte[],System.String)">
            <summary>
            Generates the Vector.
            </summary>
            <param name="arrSalt">Salt value in byte array.</param>
            <param name="blockKey">Block key value in byte array.</param>
            <param name="hashAlgorithm">Hash Algorithm used.</param>
            <returns>Vector in byte array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.Hash(System.Byte[],System.String)">
            <summary>
            Compute SHA Hash according to the algorithm used.
            </summary>
            <param name="input">Input to compute hash.</param>
            <param name="hashAlgorithm">Hash Algorithm used.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.XOR(System.Byte[],System.Byte[])">
            <summary>
            XOR the two byte array.
            </summary>
            <param name="fByte">First byte.</param>
            <param name="sByte">Second byte.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.TryPadOrTruncate(System.Byte[],System.Int32,System.Byte)">
            <summary>
            Tries to pad or Truncate the given byte array.
            </summary>
            <param name="arrData">Byte array to pad or Truncate based on the length.</param>
            <param name="length">Represents the limit of the array.</param>
            <param name="padValue">Value to pad upto the length.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.GetAlgorithm(System.String)">
            <summary>
            Gets HashAlgorithm from the Algorithm name
            </summary>
            <param name="algorithmName">Algorithm used</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper2010.VerifyPassword(System.String,System.String,System.Byte[],System.Byte[],System.UInt32)">
            <summary>
            Verify the Worksheet and Workbook proctected Password
            </summary>
            <param name="password">password as string</param>
            <param name="algorithmName">name of the algorithm</param>
            <param name="saltValue">Salt value</param>
            <param name="hashValue">Hash Value</param>
            <param name="spinCount">number of spin count</param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.DataSorter">
            <summary>
            This class used to Sort the Range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IDataSort">
            <summary>
            Represents the sort of range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IDataSort.Sort">
            <summary>
            Sorts the range based on the sort fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.IsCaseSensitive">
            <summary>
            Indicates whether to perform case sensitive sort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.HasHeader">
            <summary>
            Indicates whether the range has header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.Orientation">
            <summary>
            Represents the sort orientation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.SortFields">
            <summary>
            Represents the SortFields Collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.SortRange">
            <summary>
            Represents	 the sort range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataSort.Algorithm">
            <summary>
            Represents the algorithm to sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_bIsCaseSensitive">
            <summary>
            Indicates whether to perform case sensitive sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_bHasHeader">
            <summary>
            Indicates whether the range has header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_orientation">
            <summary>
            Represents the sort orientation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_sortFields">
            <summary>
            Represents the SortFields Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_sortRange">
            <summary>
            Represents	 the sort range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_algorithm">
            <summary>
            Represents the algorithm to sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_parentSheet">
            <summary>
            Represents the parent object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.m_customAlgorithm">
            <summary>
            Represents the instance of the ISortingAlorithm type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.#ctor(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Initialization.
            </summary>
            <param name="parentObject">Represents the parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.Sort">
            <summary>
            Sorts the range based on the sort fields.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SortBy(System.Int32[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Sorts the range with the given parameter.
            </summary>
            <param name="iColumns">Column indexes to sort.</param>
            <param name="orderBy">Represents the sort order.</param>
            <param name="colors">Colors to sort by.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.ArrangeSimilarData(System.Object[][],Syncfusion.XlsIO.OrderBy)">
            <summary>
            Arranges the similar object based on the reference index.
            </summary>
            <param name="data">sorted data</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SortableData(Syncfusion.XlsIO.IRange,System.Type[],System.Int32[],Syncfusion.XlsIO.OrderBy[])">
            <summary>
            Gets the data from the range to sort.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="columnTypes">Represents the column Data Type</param>
            <param name="iColumns">Columns index to sort.</param>
            <returns>Data in object array to sort.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.CheckMaxValue(System.Object,Syncfusion.XlsIO.OrderBy)">
            <summary>
            Returns appopriate value for the range with empty values
            </summary>
            <param name="value">Value of the range</param>
            <param name="order">Sorting order</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SortableDataColumn(Syncfusion.XlsIO.IRange,System.Type[],System.Int32[])">
            <summary>
            Gets the data from the range to sort in column wise.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="rowTypes">Represents the row datatypes.</param>
            <param name="iRows">Row indexes to sort.</param>
            <returns>data in object array to sort.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.GetValue(Syncfusion.XlsIO.IRange,System.Int32)">
            <summary>
            Gets the value based on the column type.
            </summary>
            <param name="range">Cell range to get the value.</param>
            <param name="type">Type of the column.</param>
            <returns>value based on the column type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SwapManager(Syncfusion.XlsIO.IRange,System.Object[][])">
            <summary>
            Swaps the Range based on the List.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="sortedResult">Represents the sorted data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SwapManagerColumnWise(Syncfusion.XlsIO.IRange,System.Object[][])">
            <summary>
            Swaps the Range based on the List.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="sortedResult">Represents the sorted data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SwapManagerColumnWise(Syncfusion.XlsIO.IRange,System.Object[][],System.Int32)">
            <summary>
            Swaps the Range based on the List.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="sortedResult">Represents the sorted data.</param>
            <param name="startRow">Start row to swap the range data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SwapManager(Syncfusion.XlsIO.IRange,System.Object[][],System.Int32)">
            <summary>
            Swaps the Range based on the List.
            </summary>
            <param name="range">Range to sort.</param>
            <param name="sortedResult">Represents the sorted data.</param>
            <param name="startRow">Start row to swap the range data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.GetColumnType(Syncfusion.XlsIO.IRange,System.Int32@)">
            <summary>
            Gets the cell type.
            </summary>
            <param name="range">Range to get the cell type.</param>
            <returns>Type of the cell.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.CustomAlgorithm">
            <summary>
            Represents the instance of the ISortingAlorithm type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.IsCaseSensitive">
            <summary>
            Indicates whether to perform case sensitive sort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.HasHeader">
            <summary>
            Indicates whether the range has header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.Orientation">
            <summary>
            Represents the sort orientation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SortFields">
            <summary>
            Represents the SortFields Collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.SortRange">
            <summary>
            Represents	 the sort range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.DataSorter.Algorithm">
            <summary>
            Represents the algorithm to sort.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.SortState">
            <summary>
            This class used to store the sorting information.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortState.#ctor(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Initialization.
            </summary>
            <param name="parentObject">Represents the parent object.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortState.m_sortRange">
            <summary>
            Represents	 the sort range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortState.m_parentSheet">
            <summary>
            Represents the parent object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortState.m_sortConditions">
            <summary>
            Represents the SortFields Collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortState.SortConditions">
            <summary>
            Represents the SortFields Collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortState.SortRange">
            <summary>
            Represents	 the sort range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl">
            <summary>
            This class used to sort the Data using the HeapSort algorithm.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm">
            <summary>
            Parent of the sorting classes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ISortingAlgorithm">
            <summary>
            Represents the Algorithm to be perform sorting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the integer type data with the specified column index.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Date type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the based on the types with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Integer type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Datea type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortingAlgorithm.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortingAlgorithm.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.m_data">
            <summary>
            Data to sort.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.count" -->
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.types">
            <summary>
            Represents the Column/Row Types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.orderBy">
            <summary>
            Represents the sorting order of each column/Row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.m_iTopPosition">
            <summary>
            Represents the current top position of Row/column with color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.m_iBottomPosition">
            <summary>
            Represents the current bottom position of the Row/Column with color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.m_colors">
            <summary>
            Represents the colors to find.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.#ctor(System.Object[][],System.Type[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Intialiazes the sorting algorithm atributes.
            </summary>
            <param name="data">Data to sort.</param>
            <param name="types">Type of the each column.</param>
            <param name="orderBy">Sorting order of each column.</param>
            <param name="colors">Colors to find.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data with the specified column index.
            </summary>
            <param name="left">Left index of the data.</param>
            <param name="right">Right index of the data to sort.</param>
            <param name="columnIndex">column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.ExtractSingleRow(System.Int32)">
            <summary>
            Extracts the single row from the Data.
            </summary>
            <param name="rowIndex">Index of the row to extract.</param>
            <returns>Row value in object array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.ExtractSingleColumn(System.Int32)">
            <summary>
            Extracts the single colum form the data.
            </summary>
            <param name="rowIndex">Row index to extract.</param>
            <returns>Column values in object array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SwapRow(System.Int32,System.Int32)">
            <summary>
            Swaps the row.
            </summary>
            <param name="left">first row index.</param>
            <param name="right">second row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.Swap(System.Object[],System.Object[])">
            <summary>
            Swpas the array content.
            </summary>
            <param name="left">Left array content.</param>
            <param name="right">Right array content.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SwapColumn(System.Int32,System.Int32)">
            <summary>
            Swaps the column content.
            </summary>
            <param name="left">First column Index.</param>
            <param name="right">Second column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SwapColumn(System.Object[],System.Object[])">
            <summary>
            Swaps the column content.
            </summary>
            <param name="left">Left array content.</param>
            <param name="right">Right array content.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the integer type data with the specified column index.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Date type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the based on the types with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Integer type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Datea type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.Data">
            <summary>
            Represents the sortable data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortingAlgorithm.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.#ctor(System.Object[][],System.Type[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Initializes the Heap sorting attributes.
            </summary>
            <param name="data">Data to sort.</param>
            <param name="types">Represents the type of the column.</param>
            <param name="orderBy">Sorting order of the column.</param>
            <param name="colors">Colors to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data using HeapSort Algorithm.
            </summary>
            <param name="left">Start index of the data.</param>
            <param name="right">End index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data based on the types.
            </summary>
            <param name="left">left index of the data.</param>
            <param name="right">Right data of the index.</param>
            <param name="columnIndex">column Index to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateIntHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the heap tree to sort.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">length the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts integer value using HeapSort.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateFloatHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the heap tree to sort.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">length the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts float value using HeapSort.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateDateHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the Date Heap.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Date type value.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateStringHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the Heap with the string.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateDescIntHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the Float Heap in Descending order. 
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the integer value in descending order.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateDescFloatHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the Float Heap in Descending order. 
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float value in descending order.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateDescDateHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Create the Heap with the Date type in Descending order.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Date value in descending order.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.CreateDescStringHeap(System.Int32,System.Int32,System.Int32)">
            <summary>
            Create the Heap with the String type in Descending order.
            </summary>
            <param name="position">Represents the posiont of the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the String value in descending order.
            </summary>
            <param name="root">Represents the root element in the heap.</param>
            <param name="length">Represents the length of the heap.</param>
            <param name="columnIndex">Represents the column index of the data to sort.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.HeapSortImpl.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl">
            <summary>
            This class used to sort the Data using the InsertionSort algorithm.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the int value in Ascending order.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float value in Ascending order.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sort values in Ascending order.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the int value in Ascending order.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sort Methods based on types.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Int values in Descending order.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the float values in Descending order.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the float values in Descending order.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the float values in Descending order.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="columnIndex">Sots based on this column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Data using InsertionSort Algorithm.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.InsertionSortImpl.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategory">
            <summary>
            Represents category in the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartCategory">
            <summary>
            Represents category in the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategory.IsFiltered">
            <summary>
            True if the user filters out a series. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategory.Name">
            <summary>
            Gets the category name. Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategory.CategoryLabel">
            <summary>
            Gets the category label for the chart. Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategory.Values">
            <summary>
            Gets the category values. Read only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.Filter_customize">
            <summary>
            Represents a Boolean value indicating if the category filter is customized.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategory"/> class with the 
            specified application and parent objects.
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.IsFiltered">
            <summary>
            True if the user filters out a series. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.CategoryLabel">
            <summary>
            Gets the category label for the chart. Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.Values">
            <summary>
            Gets the category values. Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategory.Name">
            <summary>
            Gets the category name. Read only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection">
            <summary>
            Represents a collection of chart categories.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1">
            <summary>
            This is the base class for all collections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.m_arrItems">
            <summary>
            List with collection items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.#ctor">
            <summary>
            Initializes a new instance of the class with the default initial capacity.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the class with the specified capacity.
            </summary>
            <param name="capacity">The number of elements that the new list can initially store.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.Clear">
            <summary>
            Removes all objects from the System.Collections.CollectionBase instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.Insert(System.Int32,`0)">
            <summary>
            Inserts an element into the list at the specified index.
            </summary>
            <param name="index">The zero-based index at which item should be inserted.</param>
            <param name="item">The object to insert. The value can be null for reference types.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through this instance.
            </summary>
            <returns>An enumerator for this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnClear">
            <summary>
            Performs additional custom processes when clearing the contents of this instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnClearComplete">
            <summary>
            Performs additional custom processes after clearing the contents of this instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnInsert(System.Int32,`0)">
            <summary>
             Performs additional custom processes before inserting a new element into this instance.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnInsertComplete(System.Int32,`0)">
            <summary>
             Performs additional custom processes after inserting a new element into this instance.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnRemove(System.Int32,`0)">
            <summary>
             Performs additional custom processes when removing an element from this instance.
            </summary>
            <param name="index">The zero-based index at which value can be found.</param>
            <param name="value">The value of the element to remove from index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnRemoveComplete(System.Int32,`0)">
            <summary>
             Performs additional custom processes after removing an element from this instance.
            </summary>
            <param name="index">The zero-based index at which value can be found.</param>
            <param name="value">The value of the element to remove from index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnSet(System.Int32,`0,`0)">
            <summary>
            Performs additional custom processes before setting a value in this instance.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.OnSetComplete(System.Int32,`0,`0)">
            <summary>
            Performs additional custom processes after setting a value in this instance.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of this instance.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.Capacity">
            <summary>
            Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.Count">
            <summary>
            Gets the number of elements contained in the System.Collections.CollectionBase instance.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.InnerList">
            <summary>
            Gets the list of elements in the instance.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBase`1.List">
            <summary>
            Gets the list of elements in the instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.m_appl">
            <summary>
            An Application object that represents the Excel application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.m_parent">
            <summary>
            The parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.m_bSkipEvents">
            <summary>
            If True, events will not be raised; if False, events will be raised.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.#ctor">
            <summary>
            Default constructor. To prevent class creation by default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection and sets its Application and Parent values.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.RaiseChangedEvent">
            <summary>
            This method raises the Changed event.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnClear">
            <summary>
            OnClear is invoked before Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnInsert(System.Int32,`0)">
            <summary>
            Performs additional processes before inserting
            a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnInsertComplete(System.Int32,`0)">
            <summary>
            Performs additional processes after inserting
            a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnRemove(System.Int32,`0)">
            <summary>
            Performs additional processes before removing
            an element from the collection.
            </summary>
            <param name="index">
            The zero-based index at which the value can be found.
            </param>
            <param name="value">
            The value of the element to remove from index.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnRemoveComplete(System.Int32,`0)">
            <summary>
            Performs additional processes after removing 
            an element from the collection.
            </summary>
            <param name="index">The zero-based index at which the value can be found.</param>
            <param name="value">The value of the element to remove from index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnSet(System.Int32,`0,`0)">
            <summary>
            Performs additional processes before setting
            a value in the collection.
            </summary>
            <param name="index">
            The zero-based index at which oldValue can be found.
            </param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.OnSetComplete(System.Int32,`0,`0)">
            <summary>
            Performs additional processes after setting a value in the collection.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.FindParent(System.Type)">
            <summary>
            Method used to find parent within a specific type.
            </summary>
            <param name="parentType">Parent type to search.</param>
            <returns>Found parent if was parent was found or NULL otherwise.</returns>
            <exception cref="T:System.ArgumentException">
            When there is cycle in object tree.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.FindParent(System.Type,System.Boolean)">
            <summary>
            Method used to find parent within a specific type.
            </summary>
            <param name="parentType">Parent type to search.</param>
            <param name="bCheckSubclasses">Indicates whether to look into subclasses.</param>
            <returns>Found parent if was parent was found or NULL otherwise.</returns>
            <exception cref="T:System.ArgumentException">
            When there is cycle in object tree.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.SetParent(System.Object)">
            <summary>
            Sets parent object for class.
            </summary>
            <param name="parent">Parent object for sets.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>A copy of the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.EnsureCapacity(System.Int32)">
            <summary>
            Enlarges internal storage if necessary.
            </summary>
            <param name="size">Required size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.ClearMaxValues">
            <summary>
            Clear max values from dictionary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.GenerateDefaultName(System.Collections.Generic.ICollection{`0},System.String)">
            <summary>
            Generates default name.
            </summary>
            <param name="namesCollection">Names collection.</param>
            <param name="strStart">Start string.</param>
            <returns>Returns string with new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.GenerateDefaultName(System.Collections.ICollection,System.String)">
            <summary>
            Generates default name.
            </summary>
            <param name="namesCollection">Names collection.</param>
            <param name="strStart">Start string.</param>
            <returns>Returns string with new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.GenerateDefaultName(System.String,System.Collections.ICollection[])">
            <summary>
            Generate default name.
            </summary>
            <param name="strStart">Start string.</param>
            <param name="arrCollections">Collection with names.</param>
            <returns>Returns new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.ChangeName(System.Collections.IDictionary,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Changes name.
            </summary>
            <param name="hashNames">Hash table with names</param>
            <param name="e"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Application">
            <summary>
            Read-only. An Application object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Parent">
            <summary>
            Read-only. The parent object for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.QuietMode">
            <summary>
            Gets / sets whether class can raise events.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.AppImplementation">
            <summary>
            Application object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.DictCollectionsMaxValues">
            <summary>
            Gets maximum value collection
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Changed">
            <summary>
            Change in the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Clearing">
            <summary>
            Raised by class before real cleaning of collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Cleared">
            <summary>
            Raised by class after collection clean process.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Inserting">
            <summary>
            Raised by class before item will be added into the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Inserted">
            <summary>
            Raised by class after item is added to the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Removing">
            <summary>
            Raised by class before real item is removed from the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Removed">
            <summary>
            Raised by class after item is removed from the collection storage
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Setting">
            <summary>
            Raised by class before item is replaced in the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.Set">
            <summary>
            Raised by class after item is replaced in the collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.CollectionClear">
            <summary>
            Delegate for Clear event.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.CollectionChange">
            <summary>
            Delegate for Change event.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx`1.CollectionSet">
            <summary>
            Delegate for Set event.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartCategories">
            <summary>
            Represents a collection of chart categories.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategories.Count">
            <summary>
            Gets the number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategories.Item(System.Int32)">
            <summary>
            Gets a single category object with the specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategories.Item(System.String)">
            <summary>
            Gets a single category object with the specified name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection"/> class.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Adds the specified series to this collection.
            </summary>
            <param name="serieToAdd">Series that should be added to the collection.</param>
            <returns>The added serie.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Remove(System.String)">
            <summary>
            Removes the serie with the specified name from this collection.
            </summary>
            <param name="serieName">Name of the serie to be removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add(System.String,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Adds a new serie with the specified serie type and name to this collection.
            </summary>
            <param name="name">Name of the serie to be added.</param>
            <param name="serieType">Serie type for the serie.</param>
            <returns>The added Serie.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Adds a new serie with the specified serie type to this collection.
            </summary>
            <param name="serieType">The Serie type to be added.</param>
            <returns>The added serie.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add">
            <summary>
            Adds a new serie to this collection.
            </summary>
            <returns>The added serie.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.OnClear">
            <summary>
            Performs additional operations before the Clear method.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Clone(System.Object)">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.GetEnteredRecords(System.Int32)">
            <summary>
            Returns array of entered records.
            </summary>
            <param name="siIndex">Si record index.</param>
            <returns>Returns array of entered records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add(System.String)">
            <summary>
            Adds a new serie with the specified name to this collection.
            </summary>
            <param name="name">Name of the serie.</param>
            <returns>The added serie.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.GetArrays(System.Int32)">
            <summary>
            Gets array by si index.
            </summary>
            <param name="siIndex">Si index.</param>
            <returns>Returns array of arrays by si index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a new serie with the specified range of category labels and category values to this collection.
            </summary>
            <param name="Categorylabel">Category labels for the serie to be added.</param>
            <param name="Values">Category values for the serie to be added.</param>
            <returns>The added serie.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Item(System.Int32)">
            <summary>
            Gets a single category object with the specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryCollection.Item(System.String)">
            <summary>
            Gets a single category object with the specified name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl">
            <summary>
            This class used to sort the data using MergeSort.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.#ctor(System.Object[][],System.Type[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Initailize the sort data attributes.
            </summary>
            <param name="data">Represents the data to sort.</param>
            <param name="types">Represents the datatype of each column.</param>
            <param name="orderBy">Represents the sort order.</param>
            <param name="colors">Represents the color to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortOnTypes(System.Object[][],System.Int32)">
            <summary>
            Sort based on their types.
            </summary>
            <param name="arrValues">Represents the Data To Sort.</param>
            <param name="columnIndex">Represents the column index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.GetRange(System.Object[][],System.Int32,System.Int32)">
            <summary>
            Gets the specified range from the array.
            </summary>
            <param name="arrData">Array of data to get the range.</param>
            <param name="startIndex">start index.</param>
            <param name="endIndex">end index.</param>
            <returns>object array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.AddRange(System.Object[][],System.Object[][],System.Int32)">
            <summary>
            Adds the source content to the destination array content from the start index.
            </summary>
            <param name="destArray">Destination array.</param>
            <param name="srcArray">Source Array.</param>
            <param name="startIndex">Start Index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortInt(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Ascending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortString(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Ascending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortFloat(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Ascending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortDate(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Ascending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortIntDesc(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Decending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortStringDesc(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Decending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortFloatDesc(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Decending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.SortDateDesc(System.Object[][],System.Int32)">
            <summary>
            Sort the data in Decending order.
            </summary>
            <param name="arrData">Represents the array of data to sort.</param>
            <param name="columnIndex">Represents the column Index.</param>
            <returns>Sorted Data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sort the data using MergeSort.
            </summary>
            <param name="left">Represents the left position of the data.</param>
            <param name="right">Represents the right psoition of the data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.MergeSortImpl.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl">
            <summary>
            This class used to sort the data using QuickSort3.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.#ctor(System.Object[][],System.Type[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Initailize the sort data attributes.
            </summary>
            <param name="data">Represents the data to sort.</param>
            <param name="types">Represents the datatype of each column.</param>
            <param name="orderBy">Represents the sort order.</param>
            <param name="colors">Represents the color to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Ascending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Ascending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Ascending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Ascending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Decending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Decending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Decending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data in Decending sort.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
            <param name="iColumn">Represents the column index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data with the specified column index using QuickSort3
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data using QuickSort algorithm.
            </summary>
            <param name="left">Represents the left index of the data.</param>
            <param name="right">Represents the right index of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.QuickSort(System.Object[][],System.Int32,System.Int32)">
            <summary>
            Internal quicksort method that makes recursive calls.
            Uses median-of-three partitioning and a cutoff of 10.
            </summary>
            <param name="data"> An array of Comparable items.</param>
            <param name="low"> low the left-most index of the subarray.</param>
            <param name="high"> high the right-most index of the subarray.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.SwapReferences(System.Object[][],System.Int32,System.Int32)">
            <summary>
            Method to swap to elements in an array.
            </summary>
            <param name="data"> an array of objects..</param>
            <param name="firstIndex"> low the left-most index of the subarray.</param>
            <param name="secondIndex"> high the right-most index of the subarray.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.InsertionSort(System.Object[][],System.Int32,System.Int32)">
            <summary>
            Internal insertion sort routine for subarrays
            </summary>
            <param name="data"> an array of objects..</param>
            <param name="low"> low the left-most index of the subarray.</param>
            <param name="high"> high the right-most index of the subarray.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.CompareNumberInStringFormat(System.Object[],System.Object[])">
            <summary>
            Compares the number in string format as a number
            </summary>
            <param name="currentValue">Current value</param>
            <param name="compareValue">Comparing value</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.CompareRows``1(``0[],``0[])">
            <summary>
            Compares two array objects.
            </summary>
            <param name="firstObject"> First Array Objects.</param>
            <param name="secondObject"> Second Array Objects.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.QuickSort3Impl.Range">
            <summary>
            Range object to sort.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.SortField">
            <summary>
            Represents the sort Field attributes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ISortField">
            <summary>
            Represents the sort field based on which sorting is performed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortField.SetPriority(System.Int32)">
            <summary>
            Sets sorting priority.
            </summary>
            <param name="priority">integer priority value. 0 represents high priority.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortField.Key">
            <summary>
            Represents the column to be sorted on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortField.SortOn">
            <summary>
            Represents the sort by in the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortField.Order">
            <summary>
            Represents the sort order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortField.Color">
            <summary>
            Represents the color to sort. Throws exception when SortOn type is Values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortField.m_iKey">
            <summary>
            Represents the column to be sorted on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortField.m_sortOn">
            <summary>
            Represents the sort by in the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortField.m_Order">
            <summary>
            Represents the sort order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortField.m_color">
            <summary>
            Represents the color to sort. Throws exception when SortOn type is Values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Sorting.SortField.m_parent">
            <summary>
            Parent class object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortField.#ctor(Syncfusion.XlsIO.Implementation.Sorting.SortFields)">
            <summary>
            Initialize the sort field.
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortField.SetPriority(System.Int32)">
            <summary>
            Sets sorting priority.
            </summary>
            <param name="priority">integer priority value. 0 represents high priority.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortField.Key">
            <summary>
            Represents the column to be sorted on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortField.SortOn">
            <summary>
            Represents the sort by in the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortField.Order">
            <summary>
            Represents the sort order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Sorting.SortField.Color">
            <summary>
            Represents the color to sort. Throws exception when SortOn type is Values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.SortFields">
            <summary>
            Represents the sort Field collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ISortFields">
            <summary>
            Represents the sort field collections based on which sorting is performed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortFields.Add(System.Int32,Syncfusion.XlsIO.SortOn,Syncfusion.XlsIO.OrderBy)">
            <summary>
            Adds the SortField in the collection.
            </summary>
            <param name="key">Column Index to sort the data.</param>
            <param name="sortBasedOn">To sort the data based on.</param>
            <param name="orderBy">To order the sorted data.</param>
            <returns>Returns the Added Sort Field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortFields.Remove(System.Int32)">
            <summary>
            Removes the sortField in the collection with the Key.
            </summary>
            <param name="key">Sort field Key to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ISortFields.Remove(Syncfusion.XlsIO.ISortField)">
            <summary>
            Removes the sortField in the collection.
            </summary>
            <param name="sortField">Sort Field to remove from the collection.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortFields.Count">
            <summary>
            Represents the field count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISortFields.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="key">Gets the item based on the Key.</param>
            <returns>SortFiled with the given key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortFields.Add(System.Int32,Syncfusion.XlsIO.SortOn,Syncfusion.XlsIO.OrderBy)">
            <summary>
            Adds the SortField in the collection.
            </summary>
            <param name="key">Column Index to sort the data.</param>
            <param name="sortBasedOn">To sort the data based on.</param>
            <param name="orderBy">To order the sorted data.</param>
            <returns>Added sort field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortFields.Remove(Syncfusion.XlsIO.ISortField)">
            <summary>
            Removes the sortField in the collection.
            </summary>
            <param name="sortField">Sort Field to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortFields.Remove(System.Int32)">
            <summary>
            Remvoes the Sort Field in the collection.
            </summary>
            <param name="fieldIndex">Field index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortFields.SetPriority(Syncfusion.XlsIO.Implementation.Sorting.SortField,System.Int32)">
            <summary>
            Sets the priority of the column to sort.
            </summary>
            <param name="sortField"></param>
            <param name="priority"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.SortFields.FindByKey(System.Int32)">
            <summary>
            Finds the SortField by Key.
            </summary>
            <param name="key">Key to find.</param>
            <returns>index of the SortField.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting">
            <summary>
            Sort the data based on the style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.#ctor(System.Object[][],System.Type[],Syncfusion.XlsIO.OrderBy[],System.Drawing.Color[])">
            <summary>
            Initializes the Style sorting attributes.
            </summary>
            <param name="data">Data to sort.</param>
            <param name="types">Represents the type of the column.</param>
            <param name="orderBy">Sorting order of the column.</param>
            <param name="colors">Colors to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sort the data based on specified column.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortByAlign(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sort the data based on the Style.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortTopByCellColor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the data based on cell color.
            </summary>
            <param name="left">Left index of the data.</param>
            <param name="right">Right index of the data.</param>
            <param name="columnIndex">Column index of the data to sort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.Compare(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Compares the color.
            </summary>
            <param name="color1">First color object.</param>
            <param name="color2">Second color object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortBottomByCellColor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts by cell color and align bottom.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <param name="columnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.MoveDown(System.Int32,System.Int32)">
            <summary>
            Moves the Style to top.
            </summary>
            <param name="srcIndex">source index. </param>
            <param name="destIndex">Moves to destination index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.MoveUp(System.Int32,System.Int32)">
            <summary>
            Moves the Style to top.
            </summary>
            <param name="srcIndex">source index. </param>
            <param name="destIndex">Moves to destination index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortInt(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the integer type data with the specified column index.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortFloat(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortDate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Date type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortString(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortOnTypes(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the based on the types with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortIntDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Integer type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortFloatDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Float type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortDateDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the Datea type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sorting.StyleSorting.SortStringDesc(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sorts the string type values in Descending order with the specified column.
            </summary>
            <param name="left">Represents the start index of the data.</param>
            <param name="right">Represents the end index of the data.</param>
            <param name="columnIndex">Reprsents the columnindex of the data.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.TemplateMarkerAttributes">
            <summary>
            This class represents the marker attributes.
            <exclude/>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TemplateMarkerAttributes.m_headerName">
            <summary>
            Represents the header Names of the Property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TemplateMarkerAttributes.m_numberFormat">
            <summary>
            Represents the number format of the property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TemplateMarkerAttributes.m_bExclude">
            <summary>
            Indicates whether to exclude the property or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.TemplateMarkerAttributes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.TemplateMarkerAttributes"/> class.
            </summary>
            <param name="headerName">Name of the header.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.TemplateMarkerAttributes.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.TemplateMarkerAttributes"/> class with specified exclude option.
            </summary>
            <param name="exclude">if set to <c>true</c> [exclude].</param>
        </member>
        <member name="M:Syncfusion.XlsIO.TemplateMarkerAttributes.#ctor(System.Boolean,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.TemplateMarkerAttributes"/> class with specified exclude option, header name and number format values.
            </summary>
            <param name="exclude">Indicates whether to exclude the property.</param>
            <param name="headerName">Name of the header.</param>
            <param name="numberFormat">The number format of the property.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.TemplateMarkerAttributes.#ctor(System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.TemplateMarkerAttributes"/> class with specified exclude option and number format value.
            </summary>
            <param name="exclude">Indicates whether to exclude the property.</param>
            <param name="numberFormat">The number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.TemplateMarkerAttributes.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.TemplateMarkerAttributes"/> class with specified header name and number format values.
            </summary>
            <param name="headerName">Name of the header.</param>
            <param name="numberFormat">The number format of the property.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.TemplateMarkerAttributes.Exclude">
            <summary>
            Indicates whether to exclude the property or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.TemplateMarkerAttributes.HeaderName">
            <summary>
            Represents the header Names of the Property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.TemplateMarkerAttributes.NumberFormat">
            <summary>
            Represents the number format of the property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartToImageConverter">
            <summary>
            Represents the XlsIO Chart to image converter.
            </summary>
            <remarks> 
            This interface is not supported in WinRT, Windows Phone and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartToImageConverter.SaveAsImage(Syncfusion.XlsIO.IChart,System.IO.Stream)">
            <summary>
            Converts the XlsIO chart to Image as stream.
            </summary>
            <param name="chart">Represents the XlsIO Chart object.</param>
            <param name="imageAsStream">In where the image is streamed.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartToImageConverter.ScalingMode">
            <summary>
            It represents the chart image Scaling.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw">
            <exclude/>
             <summary>
            
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage">
            <summary>
            Summary description for IBiffStorage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.TypeCode">
            <summary>
            Returns type code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.RecordCode">
            <summary>
            Returns code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_RESERVE_SIZE">
            <summary>
            Default size of the inner collections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_RECORD_MAX_SIZE">
            <summary>
            Maximum size of a record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_RECORD_MAX_SIZE_WITH_HADER">
            <summary>
            Maximum size of a record with header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_HEADER_SIZE">
            <summary>
            Size of the records header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_BITS_IN_BYTE">
            <summary>
            Number of bits in byte.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_BITS_IN_SHORT">
            <summary>
            Number of bits in short.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.DEF_BITS_IN_INT">
            <summary>
            Number of bits in int.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.m_ReflectCache">
            <summary>
            Used to optimize reflection typed extracting.
            TBiffRecord - to - ReflectionCachePair
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.s_latin1">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SkipBeginEndBlock(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Skips begin - end block and sub blocks.
            </summary>
            <param name="recordList">Record storage.</param>
            <param name="iPos">Position in storage.</param>
            <returns>Returns index after skipping.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.m_iCode">
            <summary>
            Code of the Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.m_iLength">
            <summary>
            Length of the Biff record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.m_bNeedInfill">
            <summary>
            Indicates whether m_data array need to be Infilled before usage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUInt16BitsByMask(System.UInt16,System.UInt16)">
            <summary>
            Gets value with all bits that do not correspond
            to the specified mask to zero.
            </summary>
            <param name="value">Unsigned Int16 value.</param>
            <param name="BitMask">Bit mask.</param>
            <returns>
            Value with all bits that do not correspond
            to the specified mask to zero.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetUInt16BitsByMask(System.UInt16@,System.UInt16,System.UInt16)">
            <summary>
            Sets value with all bits that correspond to the specified
            mask of zero to the same values as in the value.
            </summary>
            <param name="destination">Variable that bits of which will be set.</param>
            <param name="BitMask">Bit mask.</param>
            <param name="value">Value from which bit values will be taken.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUInt32BitsByMask(System.UInt32,System.UInt32)">
            <summary>
            Gets value with all bits that do not correspond
            to the specified mask to zero.
            </summary>
            <param name="value">Unsigned Int32 value.</param>
            <param name="BitMask">Bit mask.</param>
            <returns>
            Value with all bits that do not correspond
            to the specified mask to zero.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetUInt32BitsByMask(System.UInt32@,System.UInt32,System.UInt32)">
            <summary>
            Sets value with all bits that correspond to the specified
            mask to zero to the same values as in value.
            </summary>
            <param name="destination">Variable that bits of which will be set.</param>
            <param name="BitMask">Bit mask.</param>
            <param name="value">Value from which bit values will be taken.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.#ctor">
            <summary>
            Default constructor, gets code value using reflection and attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.#ctor(System.IO.BinaryReader,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="reader">BinaryReader from which record data should be read.</param>
            <param name="itemSize">Size of the read item.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.FillRecord(System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.Byte[])">
            <summary>
            Read from stream record data.
            </summary>
            <param name="reader">Stream with record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="decryptor">Object that should be used to parse encrypted records.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Size of the record data.</returns>
            <exception cref="T:System.ArgumentNullException">If reader is NULL.</exception>
            <exception cref="T:System.ApplicationException">
            If stream is not big enough for data (end of stream
            reached and all data was not read).
            </exception>
            <exception cref="T:System.ApplicationException">
            If record code is zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.UpdateOffsets(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Method which updates the fields of record which contain stream offset
            or other data. This method must be called before save operation.
            </summary>
            <param name="records">Array with all records.</param>
            <exception cref="T:System.ApplicationException">
            When not overridden in descendant class.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="arrData">Array that contains record's data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CheckOffsetAndLength(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Checks offset and length of the array.
            </summary>
            <param name="arrData">Array to check.</param>
            <param name="offset">Start offset.</param>
            <param name="length">Length of the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Get array of bytes from internal record data.
            </summary>
            <param name="arrData"></param>
            <param name="offset">Offset of first byte of data to get.</param>
            <param name="length">Length of required array.</param>
            <returns>Array of bytes from internal record data.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If offset is less than zero or more than internal record data array size
              or length is less than zero or more than internal record data array size
              or length plus offset is more than internal record data array size.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetByte(System.Byte[],System.Int32)">
            <summary>
            Gets single byte from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of byte to get.</param>
            <returns>Single byte from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUInt16(System.Byte[],System.Int32)">
            <summary>
            Gets ushort from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of ushort to get.</param>
            <returns>Ushort from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetInt16(System.Byte[],System.Int32)">
            <summary>
            Gets short from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of short to get.</param>
            <returns>Short from internal record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetInt32(System.Byte[],System.Int32)">
            <summary>
            Gets int from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of int to get.</param>
            <returns>Int from internal record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUInt32(System.Byte[],System.Int32)">
            <summary>
            Gets uint from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of uint to get.</param>
            <returns>Uint from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetInt64(System.Byte[],System.Int32)">
            <summary>
            Gets long from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of long to get.</param>
            <returns>Long from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUInt64(System.Byte[],System.Int32)">
            <summary>
            Gets ulong from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of ulong to get.</param>
            <returns>Ulong from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetFloat(System.Byte[],System.Int32)">
            <summary>
            Gets float from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of float to get.</param>
            <returns>Float from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetDouble(System.Byte[],System.Int32)">
            <summary>
            Gets double from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of double to get.</param>
            <returns>Double from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBit(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Gets single bit from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of the byte that contains needed bit.</param>
            <param name="bitPos">Position of bit in the byte.</param>
            <returns>True if specified bit is set to 1; otherwise False.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
             bitPos argument should be not less than zero and not more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBit(System.IntPtr,System.Int32,System.Int32)">
            <summary>
            Gets single bit from internal record data using GetBytes.
            </summary>
            <param name="ptrData">Source memory block.</param>
            <param name="offset">Offset of the byte that contains needed bit.</param>
            <param name="bitPos">Position of bit in the byte.</param>
            <returns>True if specified bit is set to 1; otherwise False.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
             bitPos argument should be not less than zero and not more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetString16BitUpdateOffset(System.Byte[],System.Int32@)">
            <summary>
            Gets string from internal record data using GetBytes,
            and it increases the offset by string size in bytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of starting byte.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetStringUpdateOffset(System.Byte[],System.Int32@,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes
            and it increases offset by string size in bytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetStringByteLen(System.Byte[],System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of starting byte.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetString(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetString(System.Byte[],System.Int32,System.Int32,System.Int32@,System.Boolean)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <param name="isByteCounted">Flags that represent is bytes count available.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetUnkTypeString(System.Byte[],System.Int32,System.Int32[],System.Int32@,System.Byte[]@,System.Byte[]@)">
            <summary>
            Detect type of string and extracts it.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Record data offset.</param>
            <param name="continuePos">Position of next object.</param>
            <param name="length">Length of string record.</param>
            <param name="rich">Array of rich formatting values.</param>
            <param name="extended">Array of unknown FarEast data.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetAddr(System.Byte[],System.Int32)">
            <summary>
            Gets TAddr structure from internal record data.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset in bytes of TAddr structure to get.</param>
            <returns>Retrieved TAddr structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetRPNData(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Extract the Reverse-Polish Notation formula from the data array.
            </summary>
            <param name="arrData">Source byte array.</param>
            <param name="offset">Offset to the RPN data.</param>
            <param name="length">Length of the data.</param>
            <returns>Extracted RPN data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.FindNextBreak(System.Collections.Generic.IList{System.Int32},System.Int32,System.Int32,System.Int32@)">
            <summary>
            Searches for the next break.
            </summary>
            <param name="arrBreaks">List of breaks.</param>
            <param name="iCount">Number of elements in the list.</param>
            <param name="curPos">Current break position.</param>
            <param name="iStartIndex">Start index in the array.</param>
            <returns>Next break.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetUInt16(System.Byte[],System.Int32,System.UInt16)">
            <summary>
            Sets ushort in internal record data array using SetBytes method.
            </summary>
            <param name="arrData">Byte array list.</param>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified ushort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetBit(System.Byte[],System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified byte in internal record data array.
            </summary>
            <param name="arrData">Array where byte is located..</param>
            <param name="offset">Offset of the byte in the data array.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <param name="value">Value of bit.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetInt16(System.Byte[],System.Int32,System.Int16)">
            <summary>
            Sets short in internal record data array using SetBytes method.
            </summary>
            <param name="arrData">Array where value should be placed located.</param>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified short.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetInt32(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets int in internal record data array using SetBytes method.
            </summary>
            <param name="arrData">Array where value should be placed located.</param>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified int.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetUInt32(System.Byte[],System.Int32,System.UInt32)">
            <summary>
            Sets uint in internal record data array using SetBytes method.
            </summary>
            <param name="arrData">Array where value should be placed located.</param>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified uint.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetDouble(System.Byte[],System.Int32,System.Double)">
            <summary>
            Sets double in internal record data array using SetBytes method.
            </summary>
            <param name="arrData">Array where value should be placed.</param>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified double.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetStringNoLenUpdateOffset(System.Byte[],System.Int32@,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length, updates offset parameter (adds string length).
            </summary>
            <param name="arrData">Array where value should be placed located.</param>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetStringByteLen(System.Byte[],System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in one byte.
            </summary>
            <param name="arrData">Array where value should be placed located.</param>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="arrBuffer">Buffer to copy bytes into.</param>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetBitInVar(System.UInt16@,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified ushort.
            </summary>
            <param name="variable">Offset of the byte in the internal record data array.</param>
            <param name="value">Value of bit.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetBitInVar(System.UInt32@,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified uint.
            </summary>
            <param name="variable">Offset of the byte in the internal record data array.</param>
            <param name="value">Value of bit.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.Get16BitStringSize(System.String,System.Boolean)">
            <summary>
            Return size in bytes for string with 16-bit length field.
            </summary>
            <param name="strValue">String to measure.</param>
            <param name="isCompressed">Indicates whether string should be compressed or not.</param>
            <returns>Size in bytes for string with 16-bit length field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.ClearData">
            <summary>
            Clears data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.IsEqual(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Compares two Biff records.
            </summary>
            <param name="raw">Biff record that should be compared with this Biff record.</param>
            <returns>True if this instance and extFormat contain the same data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Copies data from the current Biff record to the specified Biff record.
            </summary>
            <param name="raw">Biff record that will receive data from the current record.</param>
            <exception cref="T:System.ArgumentException">
            When this record and parameter have different types.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CheckTypeCode(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Checked typeCode.
            </summary>
            <param name="typeCode">TypeCode to check.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CompareArrays(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="array1"></param>
            <param name="iStartIndex1"></param>
            <param name="array2"></param>
            <param name="iStartIndex2"></param>
            <param name="iLength"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CompareArrays(System.Byte[],System.Byte[])">
            <summary>
            
            </summary>
            <param name="array1"></param>
            <param name="array2"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetRecordCode(System.Int32)">
            <summary>
            Sets record code.
            </summary>
            <param name="code">Code to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.Clone">
            <summary>
            Clone current Record.
            </summary>
            <returns>Returns memberwise clone on current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.CombineArrays(System.Int32,System.Collections.Generic.List{System.Byte[]})">
            <summary>
            Combines several byte arrays into one.
            </summary>
            <param name="iCombinedLength">Length of combined array.</param>
            <param name="arrCombined">List that contains byte arrays to combine.</param>
            <returns>Combined array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetString(System.Byte[],System.Int32,System.Int32,System.Int32@)">
            <summary>
            
            </summary>
            <param name="arrData"></param>
            <param name="iOffset"></param>
            <param name="iLength"></param>
            <param name="iReadBytes"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetStringNoLen(System.Byte[],System.Int32,System.String)">
            <summary>
            Copies string data into array of bytes without string length field.
            </summary>
            <param name="arrData">Destination array.</param>
            <param name="iOffset">Offset to the string.</param>
            <param name="strValue">Value of the string.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetString16BitUpdateOffset(System.Byte[],System.Int32@,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in two bytes
            </summary>
            <param name="arrData">Destination array.</param>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBitFromVar(System.Byte,System.Int32)">
            <summary>
            Returns value of the single bit from byte.
            </summary>
            <param name="btOptions">Byte to get bit value from.</param>
            <param name="bitPos">Bit index.</param>
            <returns>Value of the single bit from byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBitFromVar(System.Int16,System.Int32)">
            <summary>
            Returns value of the single bit from byte.
            </summary>
            <param name="sOptions">Int16 to get bit value from.</param>
            <param name="bitPos">Bit index.</param>
            <returns>Value of the single bit from byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBitFromVar(System.UInt16,System.Int32)">
            <summary>
            Returns value of the single bit from byte.
            </summary>
            <param name="usOptions">UInt16 to get bit value from.</param>
            <param name="bitPos">Bit index.</param>
            <returns>Value of the single bit from byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBitFromVar(System.Int32,System.Int32)">
            <summary>
            Returns value of the single bit from byte.
            </summary>
            <param name="iOptions">Byte to get bit value from.</param>
            <param name="bitPos">Bit index.</param>
            <returns>Value of the single bit from byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetBitFromVar(System.UInt32,System.Int32)">
            <summary>
            Returns value of the single bit from UInt32.
            </summary>
            <param name="uiOptions">UInt32 to get bit value from.</param>
            <param name="bitPos">Bit index.</param>
            <returns>Value of the single bit from byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.SetBit(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets one bit in specified Int32.
            </summary>
            <param name="iValue">Int32 to set bit.</param>
            <param name="bitPos">Bit position in the byte</param>
            <param name="value">Value of bit</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7
            </exception>
            <returns>Value after</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.ReadArray(System.Byte[],System.Int32,System.Byte[])">
            <summary>
            Reads data array from another data array.
            </summary>
            <param name="arrSource">Source array.</param>
            <param name="iOffset">Source offset.</param>
            <param name="arrDest">Destination array.</param>
            <returns>Updated source offset.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.TypeCode">
            <summary>
            Read-only. Will get record type if known;
            otherwise it will get TBIFFRecord.Unknown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.RecordCode">
            <summary>
            Read-only. Returns integer value which is the unique identifier
            of Biff record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.Length">
            <summary>
            Gets / sets length of internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.Data">
            <summary>
            Read-only. Returns record data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.AutoGrowData">
            <summary>
            If True, the array will automatically grow when the offset limit 
            is reached. This is required when the real record size is not known for an
            Infill operation. Will throw exception on buffer offset overrun
            when set to False. Default value is False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.MaximumMemorySize">
            <summary>
            Maximum memory size for internal buffer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedInfill">
            <summary>
            Indicates whether record needs to infill internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array
            or if it can be cleaned. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.IsAllowShortData">
            <summary>
            Indicates whether record allows shorter data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDecoding">
            <summary>
            Indicates whether record need decoding when file is encoded or not. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.StartDecodingOffset">
            <summary>
            Returns offset in the data array where encoded/decoded data should start. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.LatinEncoding">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.DEF_MINIMUM_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_header" -->
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_isRange">
            <summary>
            A bit that specifies whether the containing record specifies a range of cells.
            It MUST be one of the following.
            0 - The containing record does not specify a range of cells.
            1 - The containing record specifies a range of cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_isFutureAlert">
            <summary>
            A bit that specifies whether to alert the user of possible problems when saving the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_addrEncloseRange">
            <summary>
            Range of cells associated with the containing record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_typeOfCondition">
            <summary>
            Type of the conditional formatting: 
            
            01H = Compare with current cell value 
            (the comparison specified below is used)
            
            02H = Evaluate a formula (condition is met 
            if formula evaluates to a value not equal to 0)
            
            03H = Color scale
            04H = Data bar
            05H = Filter
            06H = Icon set
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_compareOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            03H = Equal
            04H = Not equal
            05H = Greater than
            06H = Less than
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_usFirstFormulaSize">
            <summary>
            Size of the formula data for first value or formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_usSecondFormulaSize">
            <summary>
            Size of the formula data for second value or formula
            (sz2, used for second part of �Between� and �Not between�
            comparison, this field is 0 for other comparisons).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrFirstFormula">
            <summary>
            Formula data for first value or formula (RPN token array without size field):
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrSecondFormula">
            <summary>
            Formula data for second value or formula (RPN token array without size field):
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrFirstFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrSecondFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_formulaLength">
            <summary>
            An integer that specifies the length of the formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrFormula">
            <summary>
            Formula data (RPN token array without size field):
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_arrFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_sizeOfDXF">
            <summary>
            An integer that specifies the size of the structure in bytes.
            If greater than zero, it MUST be the total byte count of dfxn and xfext. Otherwise it MUST be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_propertyCount">
            <summary>
            Size of the Extended Properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_properties">
            <summary>
            Set of properties applied to the XF format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_undefined">
            <summary>
            A bit that specifies whether, when a cell fulfills the condition corresponding to this rule, 
            the lower priority conditional formatting rules that apply to this cell are evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_priority">
            <summary>
            An integer that specifies the priority of the rule.
            Rules that apply to the same cell are evaluated in increasing order of ipriority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_template">
            <summary>
            An integer that specifies the template from which the rule was created.
                    
            0x0000 	Cell value 
            0x0001 	Formula 
            0x0002 	Color scale formatting 
            0x0003 	Data bar formatting 
            0x0004 	Icon set formatting 
            0x0005 	Filter 
            0x0007 	Unique values 
            0x0008 	Contains text 
            0x0009 	Contains blanks 
            0x000A 	Contains no blanks 
            0x000B 	Contains errors 
            0x000C 	Contains no errors 
            0x000F 	Today 
            0x0010 	Tomorrow 
            0x0011 	Yesterday 
            0x0012 	Last 7 days 
            0x0013 	Last month 
            0x0014 	Next month 
            0x0015 	This week 
            0x0016 	Next week 
            0x0017 	Last week 
            0x0018 	This month 
            0x0019 	Above average 
            0x001A 	Below Average 
            0x001B 	Duplicate values 
            0x001D 	Above or equal to average 
            0x001E 	Below or equal to average
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_templateParamCount">
            <summary>
            An integer that specifies the size of the rgbTemplate Parmeters field in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_defaultParameter">
            <summary>
            CFEx Default parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_dxfn">
            <summary>
            DXFN structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_cfExFilterParam">
            <summary>
            CFEx filter template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_cfExTextParam">
            <summary>
            CFEx Text template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_cfExDateParam">
            <summary>
            CFEx Date template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_cfExAverageParam">
            <summary>
            CFEx Average template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_dataBar">
            <summary>
            Data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_iconSet">
            <summary>
            Icon set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_colorScale">
            <summary>
            Color scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.m_isParsed">
            <summary>
            Check whtether the record is parsed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.ParseCFExTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.SerializeCFExTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FormatType">
            <summary>
            An integer that specifies the template from which the rule was created.        
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.ComparisonOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            04H = Not equal
            05H = Greater than
            06H = Less than
            03H = Equal
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FirstFormulaSize">
            <summary>
            Size of the formula data for first value or formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.SecondFormulaSize">
            <summary>
            Size of the formula data for second value or formula
            (sz2, used for second part of "Between" and "Not between"
            comparison, this field is 0 for other comparisons). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FirstFormulaPtgs">
            <summary>
            Parsed first formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.SecondFormulaPtgs">
            <summary>
            Parsed second formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FirstFormulaBytes">
            <summary>
             Returns bytes of the first formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.SecondFormulaBytes">
            <summary>
             Returns bytes of the second formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FormulaPtgs">
            <summary>
            Parsed formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.FormulaBytes">
            <summary>
             Returns bytes of the formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.StopIfTrue">
            <summary>
            A bit that specifies whether, when a cell fulfills the condition corresponding to this rule, 
            the lower priority conditional formatting rules that apply to this cell are evaluated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.Priority">
            <summary>
            An integer that specifies the priority of the rule.
            </summary>        
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.Template">
            <summary>
            An integer that specifies the template from which the rule was created.
            0x0000 	Cell value 
            0x0001 	Formula 
            0x0002 	Color scale formatting 
            0x0003 	Data bar formatting 
            0x0004 	Icon set formatting 
            0x0005 	Filter 
            0x0007 	Unique values 
            0x0008 	Contains text 
            0x0009 	Contains blanks 
            0x000A 	Contains no blanks 
            0x000B 	Contains errors 
            0x000C 	Contains no errors 
            0x000F 	Today 
            0x0010 	Tomorrow 
            0x0011 	Yesterday 
            0x0012 	Last 7 days 
            0x0013 	Last month 
            0x0014 	Next month 
            0x0015 	This week 
            0x0016 	Next week 
            0x0017 	Last week 
            0x0018 	This month 
            0x0019 	Above average 
            0x001A 	Below Average 
            0x001B 	Duplicate values 
            0x001D 	Above or equal to average 
            0x001E 	Below or equal to average 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.Criteria">
            <summary>
            Color Scale implementation class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.DataBarImpl">
            <summary>
            Data var.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.IconSetImpl">
            <summary>
            Icon set.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.IsParsed">
            <summary>
            True if the record parsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.ColorScaleCF12">
            <summary>
            CF12 Color Scale class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.DataBarCF12">
            <summary>
            CF12 Data bar class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CF12Record.IconSetCF12">
            <summary>
            CF12 Icon set class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale">
            <summary>
            Color scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_undefined">
            <summary>
            Undefined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_interpCurve">
            <summary>
            Interpolation point count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_gradient">
            <summary>
            Gradient point count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_clamp">
            <summary>
            Minimum or the maximum of the interpolation curve is used instead of the cell value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_background">
            <summary>
            Color scale formatting applies to the background of the cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_clampAndBackground">
            <summary>
            clamp and background.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_arrCFInterp">
            <summary>
            List of Conditional format interpolation curve.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.m_arrCFGradient">
            <summary>
            List of Conditional format gradient curve.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.CopyColorScale">
            <summary>
            Copy color scale.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ParseColorScale(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.SerializeColorScale(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.IColorScale)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.CalculateNumValue(System.Int32)">
            <summary>
            Calculate Num value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.UpdateColorScaleColor(Syncfusion.XlsIO.IColorScale)">
            <summary>
            Update criteria.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ColorToUInt(System.Drawing.Color)">
            <summary>
            Convert Color object to unsigned integer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.UIntToColor(System.UInt32)">
            <summary>
            Convert unsigned integer to Color object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ConvertARGBToRGBA(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ConvertRGBAToARGB(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ListCFInterpolationCurve">
            <summary>
            Interpolation curve.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColorScale.ListCFGradientItem">
            <summary>
            Gradient Item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DataBar">
            <summary>
            Data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_undefined">
            <summary>
            Undefined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_isRightToLeft">
            <summary>
            Specifies whether the data bars are drawn starting from the right of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_isShowValue">
            <summary>
            Specifies whether the numerical value of the cell appears in the cell along with the data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_minDatabarLen">
            <summary>
            Minimum percent length of data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_MaxDatabarLen">
            <summary>
            Maximum percent length of data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_colorType">
            <summary>
            Type of color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_colorValue">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_tintShade">
            <summary>
            Tint and shade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_cfvoMin">
            <summary>
            CFVO structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.m_cfvoMax">
            <summary>
            CFVO structure.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.CopyDataBar">
            <summary>
            Copy data bar.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ConvertRGBAToARGB(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ParseDataBar(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.SerializeDataBar(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.IDataBar)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ColorToUInt(System.Drawing.Color)">
            <summary>
            Convert Color object to unsigned integer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.UIntToColor(System.UInt32)">
            <summary>
            Convert unsigned integer to Color object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ConvertARGBToRGBA(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ColorType">
            <summary>
            Type of color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.ColorValue">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.TintShade">
            <summary>
            Tint and shade.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.MinCFVO">
            <summary>
            Min CFVO.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.MaxCFVO">
            <summary>
            Max CFVO.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataBar.DataBarImpl">
            <summary>
            Data bar implementation class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet">
            <summary>
            Icon set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_undefined">
            <summary>
            Undefined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_iconStates">
            <summary>
            Specifies the number of items in the icon set..
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_iconSet">
            <summary>
            integer that specifies the icon set that represents the cell values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_isIconOnly">
            <summary>
            Specifies whether only the icon will be displayed in the sheet and that the cell value will be hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_iconIsReversed">
            <summary>
            specifies whether the order of the icons in the set is reversed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.m_arrMultistate">
            <summary>
            List of CF icon MultiState.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.CopyIconSet">
            <summary>
            Copy IconSet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.ParseIconSet(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.SerializeIconSet(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.IIconSet)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.CalculateIconOnlyAndReverseOrder">
            <summary>
            Calucate IsIconOnly and reverse order byte.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.UpdateIconSet(Syncfusion.XlsIO.IIconSet)">
            <summary>
            Update Icon Set from IIconSet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.UpdateIconSetColor(System.Collections.Generic.IList{Syncfusion.XlsIO.IConditionValue})">
            <summary>
            Update criteria.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.IconSetType">
            <summary>
            Specifies the icon set that represents the cell values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.ListCFIconSet">
            <summary>
            List of CF icon MultiState.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.DefaultRecordSize">
            <summary>
            Default minimum structure size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconSet.IconsetImpl">
            <summary>
            Data bar implementation class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFVO">
            <summary>
            Conditional Formatting Value Object (CFVO).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.m_cfvoType">
            <summary>
            Specifies how the CFVO value is determined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.m_formulaLength">
            <summary>
            Specifies length of the formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.m_arrFormula">
            <summary>
            Formula data (RPN token array without size field):
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.m_arrFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.m_numValue">
            <summary>
            Specifies a static value used to calculate the CFVO value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.ref3DPtg">
            <summary>
            Gets or sets the formula value in Ref3DPtg type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.ParseCFVO(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.SerializeCFVO(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.CFVOType">
            <summary>
            CFVO type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.FormulaSize">
            <summary>
            Size of the formula data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.FormulaPtgs">
            <summary>
            Parsed formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.FormulaBytes">
            <summary>
             Returns bytes of the formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.NumValue">
            <summary>
            CFVO type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFVO.Value">
            <summary>
            CFVO value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve">
            <summary>
            Specifies one control point in the interpolation curve.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.m_numDomain">
            <summary>
            Specifies the numerical value of this control point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.m_cfvo">
            <summary>
            CFVO.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.ParseCFGradientInterp(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.SerializeCFGradientInterp(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.Double,System.Boolean)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.NumDomain">
            <summary>
            Specifies the numerical value of this control point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFInterpolationCurve.CFVO">
            <summary>
            CFVO.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem">
            <summary>
            Specifies one control point in the gradient curve.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.m_numGradientRange">
            <summary>
            The numerical value of the control point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.m_colorType">
            <summary>
            Type of color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.m_colorValue">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.m_tintShade">
            <summary>
            Tint and shade.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.ParseCFGradient(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.SerializeCFGradient(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.Double,System.Boolean)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.NumGradientRange">
            <summary>
            The numerical value of the control point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.ColorType">
            <summary>
            Type of color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.ColorValue">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFGradientItem.TintShade">
            <summary>
            Tint and shade.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState">
            <summary>
            Specifies the threshold value associated with an icon.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.DEF_MINIMUM_SIZE">
            <summary>
            Minimum size of the structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.m_cfvo">
            <summary>
            cfvo.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.m_isEqual">
            <summary>
            Whether cell value equal to threshold.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.m_undefined">
            <summary>
            Undefined.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.ParseCFIconMultistate(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.SerializeCFIconMultistate(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.CFVO">
            <summary>
            CFVO.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFIconMultiState.IsEqulal">
            <summary>
            Whether cell value equal to threshold.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.DEF_MINIMUM_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.DEF_REDRAW_ON">
            <summary>
            Need to redraw the conditional format ON status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.DEF_REDRAW_OFF">
            <summary>
            Need to redraw the conditional format OFF status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_usCFNumber">
            <summary>
            Number of following CF records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_usNeedRecalc">
            <summary>
            1 = Conditionally formatted cells need recalculation or redraw.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_index">
            <summary>
            Index of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_addrEncloseRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_usCellsCount">
            <summary>
            Number of conditionally formatted cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_arrCells">
            <summary>
            Cell range address list of all conditionally formatted ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.m_isparsed">
            <summary>
            Check whether the rule parsed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.ExtractCellsList(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Extracts list of cells from the internal data array.
            </summary>
            <param name="provider">Data provider to extract cell list from.</param>
            <param name="offset">Position of the list in the internal data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.AddCell(System.Drawing.Rectangle)">
            <summary>
            Adds cell to the cells list.
            </summary>
            <param name="addr">Cell to add to the list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.Clone">
            <summary>
            Clone current record.
            </summary>
            <returns>Returns clone of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.CFNumber">
            <summary>
            Number of following CF records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.NeedRecalc">
            <summary>
            1 = Conditionally formatted cells need recalculation or redraw.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.Index">
            <summary>
            Index of this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.EncloseRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.CellsCount">
            <summary>
            Number of conditionally formatted cells. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.CellList">
            <summary>
            Returns list with all conditionally formatted ranges. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord.IsParsed">
            <summary>
            Check whether the rule is parsed or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.DEF_MINIMUM_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.DEF_ISCF12_RECORD_SIZE">
            <summary>
            Size of the record If the record follow CF12.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_cf12Record">
            <summary>
            CF12 record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_header">
            <summary>
            Header of this record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_isRefRange">
            <summary>
            Specifies whether the containing record specifies a range of cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_isFutureAlert">
            <summary>
            Specifies whether to alert the user of possible problems when saving the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_addrEncloseRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_isCF12">
            <summary>
            A boolean that specifies the type of rule this record extends.
            Must be one of the following.
            0 - This record extends a rule specified by a CF record and MUST NOT be followed by a CF12 record.
            1 - This record extends a rule specified by a CF12 record and MUST be followed by the CF12 record it extends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_CondFMTIndex">
            <summary>
            An integer that specifies which CondFMTRecord record is being extended.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_CFIndex">
            <summary>
            An integer that specifies a zero based index of CF Record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_compareOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            03H = Equal
            04H = Not equal
            05H = Greater than
            06H = Less than
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_template">
            <summary>
            An integer that specifies the template from which the rule was created.
            0x0000 	Cell value 
            0x0001 	Formula 
            0x0002 	Color scale formatting 
            0x0003 	Data bar formatting 
            0x0004 	Icon set formatting 
            0x0005 	Filter 
            0x0007 	Unique values 
            0x0008 	Contains text 
            0x0009 	Contains blanks 
            0x000A 	Contains no blanks 
            0x000B 	Contains errors 
            0x000C 	Contains no errors 
            0x000F 	Today 
            0x0010 	Tomorrow 
            0x0011 	Yesterday 
            0x0012 	Last 7 days 
            0x0013 	Last month 
            0x0014 	Next month 
            0x0015 	This week 
            0x0016 	Next week 
            0x0017 	Last week 
            0x0018 	This month 
            0x0019 	Above average 
            0x001A 	Below Average 
            0x001B 	Duplicate values 
            0x001D 	Above or equal to average 
            0x001E 	Below or equal to average 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_priority">
            <summary>
            An integer that specifies the priority of the rule.
            Rules that apply to the same cell are evaluated in increasing order of ipriority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_undefined">
            <summary>
            A byte that specify the active condition and stop Iftrue option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_hasDXF">
            <summary>
            A Boolean that specifies whether cell formatting data is part of this record extension.
            Must be one of the following
            0 - No formatting data in this record extension.
            1 - Formatting data is part of this record extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_sizeOfDXF">
            <summary>
            An integer that specifies the size of the structure in bytes.
            If greater than zero, it MUST be the total byte count of dfxn and xfext. Otherwise it MUST be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_propertyCount">
            <summary>
            Size of the Extended Properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_properties">
            <summary>
            Set of properties applied to the XF format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_templateParamCount">
            <summary>
            An integer that specifies the size of the rgbTemplate Parmeters field in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_defaultParameter">
            <summary>
            CFEx Default parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_dxfn">
            <summary>
            DXFN Structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_cfExFilterParam">
            <summary>
            CFEx filter template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_cfExTextParam">
            <summary>
            CFEx Text template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_cfExDateParam">
            <summary>
            CFEx Date template parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.m_cfExAverageParam">
            <summary>
            CFEx Average template parameter.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.ParseCFExTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of template parameter. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.SerializeCFExTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.Clone">
            <summary>
            Clone current Record.
            </summary>
            <returns>Returns memberwise clone on current object.</returns>        
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.EncloseRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.IsCF12Extends">
            <summary>
            A boolean that specifies the type of rule this record extends.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.CondFmtIndex">
            <summary>
            An integer that specifies which CondFmt record is being extended.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.CFIndex">
            <summary>
            An integer that specifies a zero based index of CF Record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.ComparisonOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            04H = Not equal
            05H = Greater than
            06H = Less than
            03H = Equal
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.Template">
            <summary>
            An integer that specifies the template from which the rule was created.
            0x0000 	Cell value 
            0x0001 	Formula 
            0x0002 	Color scale formatting 
            0x0003 	Data bar formatting 
            0x0004 	Icon set formatting 
            0x0005 	Filter 
            0x0007 	Unique values 
            0x0008 	Contains text 
            0x0009 	Contains blanks 
            0x000A 	Contains no blanks 
            0x000B 	Contains errors 
            0x000C 	Contains no errors 
            0x000F 	Today 
            0x0010 	Tomorrow 
            0x0011 	Yesterday 
            0x0012 	Last 7 days 
            0x0013 	Last month 
            0x0014 	Next month 
            0x0015 	This week 
            0x0016 	Next week 
            0x0017 	Last week 
            0x0018 	This month 
            0x0019 	Above average 
            0x001A 	Below Average 
            0x001B 	Duplicate values 
            0x001D 	Above or equal to average 
            0x001E 	Below or equal to average 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.Priority">
            <summary>
            An integer that specifies the priority of the rule.
            </summary>        
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.StopIfTrue">
            <summary>
            A bit that specifies whether, when a cell fulfills the condition corresponding to this rule, 
            the lower priority conditional formatting rules that apply to this cell are evaluated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.HasDXF">
            <summary>
            A Boolean that specifies whether cell formatting data is part of this record extension.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.SizeOfDXF">
            <summary>
            An integer that specifies the size of the structure in bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.PropertyCount">
            <summary>
            Properties count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.Properties">
            <summary>
            Set of properties applied to the XF format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.MinimumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.IsCFExParsed">
            <summary>
            Check whether the rule is parsed or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord.CF12RecordIfExtends">
            <summary>
            Gets/Sets CF12 record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.m_isTopOrBottom">
            <summary>
            Specifies whether the top or bottom items are displayed with the conditional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.m_isPercent">
            <summary>
            Specifies whether a percentage of the top or bottom items are displayed with the conditional formatting,
            or whether a set number of the top or bottom items are displayed with the conditional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.m_filterValue">
            <summary>
            Specifies how many values are displayed with the conditional formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.ParseFilterTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.SerializeFilterParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.IsTopOrBottom">
            <summary>
            Top or bottom items are displayed with rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.IsPercent">
            <summary>
            Percentage of the top or bottom items are displayed with the rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExFilterParameter.FilterValue">
            <summary>
            Specifies how many values are displayed with the rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExTextTemplateParameter.m_textRuleType">
            <summary>
            Specifies the type of text rule.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExTextTemplateParameter.ParseTextTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExTextTemplateParameter.SerializeTextTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExTextTemplateParameter.TextRuleType">
            <summary>
            Type of text rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExDateTemplateParameter.m_dateComparisonType">
            <summary>
            Specifies the type of date comparison.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExDateTemplateParameter.ParseDateTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExDateTemplateParameter.SerializeDateTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExDateTemplateParameter.DateComparisonOperator">
            <summary>
            Type of date comparison operator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFExAverageTemplateParameter.m_numberOfStandardDeviation">
            <summary>
            Specifies the number of standard deviations above or below the average for the rule.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExAverageTemplateParameter.ParseAverageTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFExAverageTemplateParameter.SerializeAverageTemplateParameter(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFExAverageTemplateParameter.NumberOfDeviations">
            <summary>
            Number of standard deviations of average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_FIRST_RESERVED_SIZE">
            <summary>
            Size of the first block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_SECOND_RESERVED_SIZE">
            <summary>
            Size of the second block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_THIRD_RESERVED_SIZE">
            <summary>
            Size of the third block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_POSTURE_MASK">
            <summary>
            Mask for font posture bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_CANCELLATION_MASK">
            <summary>
            Mask for font cancellation (strikethrough) bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_STYLE_MODIFIED_MASK">
            <summary>
            Mask for font style modification bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_CANCELLATION_MODIFIED_MASK">
            <summary>
            Mask for font cancellation modification bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_LEFT_MASK">
            <summary>
            Mask for left border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_RIGHT_MASK">
            <summary>
            Mask for right border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_TOP_MASK">
            <summary>
            Mask for top border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_BOTTOM_MASK">
            <summary>
            Mask for bottom border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_LEFT_COLOR_MASK">
            <summary>
            Mask for left border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_RIGHT_COLOR_MASK">
            <summary>
            Mask for right border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_TOP_COLOR_MASK">
            <summary>
            Mask for top border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_BOTTOM_COLOR_MASK">
            <summary>
            Mask for bottom border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_LEFT_COLOR_START">
            <summary>
            Start bit of left border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_RIGHT_COLOR_START">
            <summary>
            Start bit of right border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_TOP_COLOR_START">
            <summary>
            Start bit of top border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_BOTTOM_COLOR_START">
            <summary>
            Start bit of bottom border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_MASK">
            <summary>
            Mask for fill pattern bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_COLOR_MASK">
            <summary>
            Mask for pattern color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_BACKCOLOR_MASK">
            <summary>
            Mask for pattern backcolor bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_START">
            <summary>
            Start bit of fill pattern bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_BACKCOLOR_START">
            <summary>
            Start bit of fill pattern back color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_FONT_BLOCK_SIZE">
            <summary>
            Size of the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_BORDER_BLOCK_SIZE">
            <summary>
            Size of the border block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_PATTERN_BLOCK_SIZE">
            <summary>
            Size of the pattern block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DEF_NUMBER_FORMAT_BLOCK_SIZE">
            <summary>
            Size of the number format block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.DefaultColorIndex">
            <summary>
            Default color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiOptions">
            <summary>
            Option flags
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usReserved">
            <summary>
            Not used
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bLeftBorder">
            <summary>
            False if left border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bRightBorder">
            <summary>
            False if right border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bTopBorder">
            <summary>
            False if top border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bBottomBorder">
            <summary>
            False if bottom border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bPatternStyle">
            <summary>
            False if pattern style is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bPatternColor">
            <summary>
            False if pattern color is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bPatternBackColor">
            <summary>
            False if pattern background color is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bNumberFormatModified">
            <summary>
            False if the number format is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bNumberFormatPresent">
            <summary>
            True if record contains number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bFontFormat">
            <summary>
            True if record contains font formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bBorderFormat">
            <summary>
            True if record contains border formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_bPatternFormat">
            <summary>
            True if record contains pattern formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_numberFormatIsUserDefined">
            <summary>
            True if record contains the user defined number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiFontHeight">
            <summary>
            Font height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiFontOptions">
            <summary>
            Font options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usFontWeight">
            <summary>
            Font weight (100-1000, only if font - style = 0).
            Standard values are 0190H (400) for normal text
            and 02BCH (700) for bold text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usEscapmentType">
            <summary>
            Escapement type (only if font - esc = 0):
            0000H = None; 0001H = Superscript; 0002H = Subscript
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_Underline">
            <summary>
            Underline type (only if font - underl = 0):
            00H = None
            01H = Single
            02H = Double
            21H = Single accounting
            22H = Double accounting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiFontColorIndex">
            <summary>
            Font color index or FFFFFFFFH to preserve the cell font color:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiModifiedFlags">
            <summary>
            Option flags for modified font attributes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiEscapmentModified">
            <summary>
            0 = Escapement type modified
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiUnderlineModified">
            <summary>
            0 = Underline type modified:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usBorderLineStyles">
            <summary>
            Border line styles:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_uiBorderColors">
            <summary>
            Border line colour indexes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usPatternStyle">
            <summary>
            Fill pattern style:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_usPatternColors">
            <summary>
            Fill pattern color indexes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_unUsed">
            <summary>
            Unused
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_numFormatIndex">
            <summary>
            Unsigned integer that specifies the identifier of the number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_userdefNumFormatSize">
            <summary>
            Unsigned integer that specifies the size of the user defined number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_charCount">
            <summary>
            Unsigned integer that specifies character count of the number format string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_isHighByte">
            <summary>
            Boolean that specifies whether the characters are in double byte character or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.m_strValue">
            <summary>
            Number format string value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.#ctor">
            <summary>
            Constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParseDXFN(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializeDXFN(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParseFontBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses font block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the font block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParseBorderBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses border block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the border block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParsePatternBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses pattern block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the pattern block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParseNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses number format block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the number format block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.ParseUserdefinedNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses user defined number format block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the number format block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializeFontBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes font block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where font block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializeBorderBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes border block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where border block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializePatternBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes pattern block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where pattern block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializeNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes number format block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where number format block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.SerializeUserdefinedNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes number format block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where number format block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DXFN.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.DEF_FIXED_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.m_futureRecord">
            <summary>
            Specifies the future record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.m_iScale">
            <summary>
            Specifies the zoom value in percentage for layout view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.m_bPageLayoutView">
            <summary>
            Specifies whether sheet is in page layout view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.m_bRulerVisible">
            <summary>
            Specifies whether application displays 'Ruler'
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.m_bWhiteSpaceHidden">
            <summary>
            Specifies whether the margins between pages are hidden in the Page Layout view.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse the pagelayout view.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Serialize the page layout view.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.Scaling">
            <summary>
            Specified the zoom value in percentage for layout view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.LayoutView">
            <summary>
            Secifies whether sheet is in page layout view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.WhiteSpaceHidden">
            <summary>
            Specifies whether the margins between pages are hidden in the Page Layout view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView.RulerVisible">
            <summary>
            Specifies whether application displays 'Ruler'
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord">
            <summary>
            This record specifies the plot area layout information for attached label
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.DEF_HEADER">
            <summary>
            Specifies the future record type header
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.CheckSum">
            <summary>
            If the checksum is incorrect, the layout information specified in this record must be ignored
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord.LayoutTargetInner">
            <summary>
            A boolean value indicating whether the inner plot area is the layout target.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord">
            <summary>
            This record specifies the layout information for attached label
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.DEF_HEADER">
            <summary>
            Specifies the future record type header
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelLayoutRecord.CheckSum">
            <summary>
            If the checksum is incorrect, the layout information specified in this record must be ignored
            </summary>
            <returns></returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CompatibilityRecord.m_header">
            <summary>
            Specifies the Header structure of this record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CompatibilityRecord.m_bNoCompCheck">
            <summary>
            Specifies wheather the workbook checks the Compability of earlier version
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CompatibilityRecord.NoComptabilityCheck">
            <summary>
            Specifies wheather the workbook checks the Compability of earlier version
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.DEF_MINIMUM_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.DEF_REDRAW_ON">
            <summary>
            Need to redraw the conditional format ON status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.DEF_REDRAW_OFF">
            <summary>
            Need to redraw the conditional format OFF status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_header">
            <summary>
            Future Header
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_attribute">
            <summary>
            Future header attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_addrEncloseRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_CF12Count">
            <summary>
            Number of following CF12 records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_NeedRedraw">
            <summary>
            1 = Conditionally formatted cells need recalculation or redraw.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_index">
            <summary>
            Index of condFMT12 record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_usCellsCount">
            <summary>
            Number of conditionally formatted cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_arrCells">
            <summary>
            Cell range address list of all conditionally formatted ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.m_isparsed">
            <summary>
            Check whether the rule parsed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.ExtractCellsList(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Extracts list of cells from the internal data array.
            </summary>
            <param name="provider">Data provider to extract cell list from.</param>
            <param name="offset">Position of the list in the internal data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.AddCell(System.Drawing.Rectangle)">
            <summary>
            Adds cell to the cells list.
            </summary>
            <param name="addr">Cell to add to the list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.Clone">
            <summary>
            Clone current record.
            </summary>
            <returns>Returns clone of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.CF12RecordCount">
            <summary>
            Number of following CF12 records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.NeedRedrawRule">
            <summary>
            1 = Conditionally formatted cells need recalculation or redraw.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.Index">
            <summary>
            Index of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.EncloseRange">
            <summary>
            Bounds of the set of cells to which the rules are applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.CellsCount">
            <summary>
            Number of conditionally formatted cells. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.CellList">
            <summary>
            Returns list with all conditionally formatted ranges. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record.IsParsed">
            <summary>
            Check whether the rule is parsed or not.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol">
            <summary>
            Specifies the default width for columns that have no specific width set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.m_usColWidth">
            <summary>
            Column width in characters, using the width of the zero character
            with default font (first font record in the file).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.Width">
            <summary>
            Column width in characters, using the width of the zero character
            with default font (first font record in the file).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DxGCol.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC">
            <summary>
            This record specifies the number of XF records contained in this file and that contains a checksum of the data in those records. 
            This record MUST exist if and only if there are XFExt records in the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.m_header">
            <summary>
            Header of this record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.m_usXFCount">
            <summary>
            Specifies the number of XF records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.m_uiCRC">
            <summary>
            Specifies the Checksum of the record
            This checksum is used to detect whether the XF records in the file were modified by an 
            application that does not support the formatting feature extensions in XFExt records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.m_book">
            <summary>
            current parent workbook
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Get the size
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.Clone">
            <summary>
            Clone current Record.
            </summary>
            <returns>Returns memberwise clone on current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.XFCount">
            <summary>
            Specifies the number of XF records
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatCRC.CRCChecksum">
            <summary>
            CRC checksum
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.m_header">
            <summary>
            Header of this record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.m_usXFIndex">
            <summary>
            Specifies the index of XF record which is extended
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.m_propertyCount">
            <summary>
            Property count
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.m_properties">
            <summary>
            Set of properties applied to the XF format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.InitializeObjects">
            <summary>
            Initialize the variables
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Get the size
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.CompareTo(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord)">
            <summary>
            Compares with Extended XF format record.
            </summary>
            <param name="twin">Param to compare.</param>
            <returns>Returns compare results.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Copies data from the current Biff record to the specified Biff record.
            </summary>
            <param name="raw">Biff record that will receive data from the current record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord)">
            <summary>
            Copies data from the current ExtendedXF record to the specified
            ExtendedXF record.
            </summary>
            <param name="twin">ExtendedXF record that will receive data from
            the current record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.Clone">
            <summary>
            Clone current Record.
            </summary>
            <returns>Returns memberwise clone on current object.</returns>        
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.CloneObject">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.XFIndex">
            <summary>
            Specifies the index of XF record which is extended
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.PropertyCount">
            <summary>
            Properties count
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord.Properties">
            <summary>
            Set of properties applied to the XF format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.MaxTintValue">
            <summary>
            Maximum tint value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_usType">
            <summary>
            Type of the Extended property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_propSize">
            <summary>
            Size of the Extended property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_colorType">
            <summary>
            Type of the stored color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_colorValue">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_tintAndShade">
            <summary>
            Tint and shade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_fontScheme">
            <summary>
            Font Scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_textIndentationLevel">
            <summary>
            Text indentation level.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradientType">
            <summary>
            Gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_iAngle">
            <summary>
            Gradient angle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_fillToRectLeft">
            <summary>
            Left coordinate of the inner rectangle. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_fillToRectRight">
            <summary>
            Right coordinate of the inner rectangle. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_fillToRectTop">
            <summary>
            Top coordinate of the inner rectangle. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_fillToRectBottom">
            <summary>
            Bottom coordinate of the inner rectangle. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradStopCount">
            <summary>
            No. of items in the gradstops.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradColorValue">
            <summary>
            Gradient color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradPostition">
            <summary>
            Gradient position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradTint">
            <summary>
            Gradient tint.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.m_gradstops">
            <summary>
            List of gradient stops.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.ParseExtendedProperty(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.ParseGradient(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse the gradient.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.SerializeGradient(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Serialize the gradient.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.Type">
            <summary>
            Type of the Extended property
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.Size">
            <summary>
            Size of the color Record
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.ColorType">
            <summary>
            Color type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.ColorValue">
            <summary>
            Color value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.Tint">
            <summary>
            Tint value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.Reserved">
            <summary>
            Reserved must be ignored.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.FontScheme">
            <summary>
            Font Sheme.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.Indent">
            <summary>
            Text Indentation level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedProperty.GradStops">
            <summary>
            Set of gradstops.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.m_colorType">
            <summary>
            Type of the stored color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.m_gradColorValue">
            <summary>
            Gradient color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.m_gradPostition">
            <summary>
            Gradient position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.m_gradTint">
            <summary>
            Gradient tint.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.ParseGradStops(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GradStops.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FutureHeader">
            <summary>
            This structure specifies a future record type header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FutureHeader.m_usType">
            <summary>
            Type of the following data:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FutureHeader.m_usAttributes">
            <summary>
            Option Attribute Flags
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FutureHeader.Type">
            <summary>
            Type of the following data:
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl">
            <summary>
            Describes single pivot field group in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_pivotCacheField">
            <summary>
            Represents the PivotCacheFieldImpl Object 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_rangeGroup">
            <summary>
            Represents the range grouping properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_discreteGroup">
            <summary>
            Represents the discrete range grouping properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_bHasDateTime">
            <summary>
            Represents wheather the fieldGroup contains the date time
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_bHasNumber">
            <summary>
            Represents wheather the fieldGroup contains the number
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.m_iParentFieldIndex">
            <summary>
            Specifies the parent index of this field
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,System.Int32)">
            <summary>
            Initializes new instance of pivot field group with the specified parent field index.
            </summary>
            <param name="baseField">Base field for the group.</param>
            <param name="parentFieldIndex">Parent field index of the group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            Initializes new instance of  pivot field group.
            </summary>
            <param name="baseField">Base field for the group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FillDiscreteGroup(System.Int32[],System.String[])">
            <summary>
            Fills the discrete group with the specified property indexes and group names.
            </summary>
            <param name="indexes">Field indexes.</param>
            <param name="groupNames">Field group names.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.ParentFieldIndex">
            <summary>
            Gets or sets the index of the parent field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.PivotCacheFieldIndex">
            <summary>
            Represents the index of the PivotCacheField. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.PivotCacheField">
            <summary>
            Gets or sets the base of this field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.RangeGroup">
            <summary>
            Gets the collection of range grouping properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.StartDate">
            <summary>
            Gets or sets the start date for pivot field grouping.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.EndDate">
            <summary>
            Gets or sets the end date for pivot field grouping.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.StartNumber">
            <summary>
            Gets or sets the order of the first pivot field item in the pivot field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.EndNumber">
            <summary>
            Gets or sets the order of the last pivot field item in the pivot field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.GroupBy">
            <summary>
            Gets or sets the pivot field group type for the pivot field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.GroupInterval">
            <summary>
            Gets or sets the grouping interval for pivot field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.PivotRangeGroupNames">
            <summary>
            Gets the collection of pivot range group names in the field group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.PivotDiscreteGroupNames">
            <summary>
            Gets the collection of pivot discrete group names in the field group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.DiscreteGroupIndexes">
            <summary>
            Gets or sets the collection of items indexes in a field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.IsDiscrete">
            <summary>
            True if the field group is a Dircrete group. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.AutoStartRange">
            <summary>
            Gets or set a Boolean value that indicates whether the application uses the source data to
            set the ending range value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.AutoEndRange">
            <summary>
            Gets or sets a Boolean value that indicates whether we use source data to set the beginning
            range value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.HasDateTime">
            <summary>
            Gets or sets a Boolean value indicating wheather the fieldGroup contains the date time.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.HasNumber">
            <summary>
            Gets or sets a Boolean value indicating wheather the fieldGroup contains number.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup">
            <summary>
            Represents the Grouping of Field with the range 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_groupItems">
            <summary>
            Represents the collection of items in a field group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_bAutoStartRange">
             <summary>
             Specifies a boolean value that indicates whether the application uses the source data to
            set the ending range value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_bAutoEndRange">
            <summary>
            Specifies a boolean value that indicates whether we use source data to set the beginning
            range value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_endDate">
            <summary>
            Specifies the ending value for date grouping if autoEnd is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_dEndNumber">
            <summary>
            Specifies the ending value for numeric grouping if autoEnd is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_groupBy">
            <summary>
            Specifies the grouping the field item by
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_dGroupInterval">
             <summary>
             Specifies the grouping interval for numeric range grouping. Specifies the number of days
            to group by in date range grouping.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_startDate">
            <summary>
            Specifies the starting value for date grouping if autoStart is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.m_dStartNumber">
            <summary>
            Specifies the starting value for numeric grouping if autoStart is false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.GroupItems">
            <summary>
            Represents the collection of items in a field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.AutoStartRange">
             <summary>
             Specifies a boolean value that indicates whether the application uses the source data to
            set the ending range value.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.AutoEndRange">
            <summary>
            Specifies a boolean value that indicates whether we use source data to set the beginning
            range value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.EndDate">
            <summary>
            Specifies the ending value for date grouping if autoEnd is false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.EndNumber">
            <summary>
            Specifies the ending value for numeric grouping if autoEnd is false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.GroupBy">
            <summary>
            Specifies the grouping the field item by
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.GroupInterval">
             <summary>
             Specifies the grouping interval for numeric range grouping. Specifies the number of days
            to group by in date range grouping.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.StartDate">
            <summary>
            Specifies the starting value for date grouping if autoStart is false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldRangeGroup.StartNumber">
            <summary>
            Specifies the starting value for numeric grouping if autoStart is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldDiscreteRangeGroup.m_groupItems">
            <summary>
            Represents the collection of items in a field group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldDiscreteRangeGroup.m_indexes">
            <summary>
            Represents the collection of item indexes
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldDiscreteRangeGroup.GroupItems">
            <summary>
            Represents the collection of items in a field group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl.FieldDiscreteRangeGroup.Indexes">
            <summary>
            Represents the collection of item indexes
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea">
            <summary>
            Represents pivot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_axis">
            <summary>
            The region of the PivotTable to which this rule applies.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_iIsCacheIndex">
             <summary>
             Flag indicating whether any indexes refer to fields or items in the Pivot cache and not the
            view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bIsSubtotal">
             <summary>
             Flag indicating whether any indexes refer to fields or items in the Pivot cache and not the
            view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bIsDataOnly">
             <summary>
             Flag indicating whether only the data values (in the data area of the view) for an item
            selection are selected and does not include the item labels.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_iFieldIndex">
            <summary>
            Index of the field that this selection rule refers to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_iFieldPosition">
            <summary>
            Position of the field within the axis to which this rule applies.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bHasColumnGrand">
            <summary>
            Flag indicating whether the column grand total is included.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bHasRowGrand">
            <summary>
            Flag indicating whether the row grand total is included.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bIsLableOnly">
             <summary>
             Flag indicating whether only the item labels for an item selection are selected and does
            not include the data values (in the data area of the view).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_range">
             <summary>
             A Reference that specifies a subset of the selection area. Points are relative to the top
            left of the selection area.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_bIsOutline">
            <summary>
            Flag indicating whether the rule refers to an area that is in outline mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_areaType">
            <summary>
            Indicates the type of selection rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.m_references">
            <summary>
            Pivot Area references
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.Axis">
            <summary>
            Gets or sets the region of the PivotTable to which this rule applies.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.IsCacheIndex">
            <summary>
            Gets or sets a flag indicating whether any indexes refer to fields or items in the Pivot cache and not the
            view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.IsSubtotal">
            <summary>
            Gets or sets a flag indicating whether any indexes refer to fields or items in the Pivot cache and not the
            view.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.IsDataOnly">
            <summary>
            Gets or sets a flag indicating whether only the data values (in the data area of the view) for an item
            selection are selected and does not include the item labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.FieldIndex">
            <summary>
            Gets or sets the index of the field that this selection rule refers to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.FieldPosition">
            <summary>
            Gets or sets the position of the field within the axis to which this rule applies.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.HasColumnGrand">
            <summary>
            Gets or sets a flag indicating whether the column grand total is included.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.HasRowGrand">
            <summary>
            Gets or sets a flag indicating whether the row grand total is included.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.IsLableOnly">
            <summary>
            Gets or sets a flag indicating whether only the item labels for an item selection are selected and does
            not include the data values (in the data area of the view).
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.Range" -->
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.IsOutline">
            <summary>
            Gets or sets a flag indicating whether the rule refers to an area that is in outline mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.AreaType">
            <summary>
            Gets or sets the type of the selection rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.References">
            <summary>
            Pivot Area references
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotArea.FirstIndexReference">
            <summary>
            First Index of the Reference
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference">
            <summary>
            Represents a set of selected fields and selected items within those fields
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_subtotal">
            <summary>
            Represents the Subtotal type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_bIsReferByPosition">
             <summary>
             Specifies a boolean value that indicates whether the item is referred to by position rather
            than item index.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_iCount">
            <summary>
            Specifies the number of item indexes in the collection of indexes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_iFieldIndex">
             <summary>
             Specifies the index of the field to which this filter refers. A value of -2 indicates the 'data'
            field.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_bIsRelativeReference">
             <summary>
             Specifies a boolean value that indicates whether the item is referred to by a relative
            reference rather than an absolute reference
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_bIsSelected">
             <summary>
             Specifies a boolean value that indicates whether this field has selection. This attribute is
            used when the PivotTable is in Outline view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.m_iIndexes">
            <summary>
            Represents the indexes of the selected fileds
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.Subtotal">
            <summary>
            Represents the Subtotal type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.IsReferByPosition">
             <summary>
             Specifies a boolean value that indicates whether the item is referred to by position rather
            than item index.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.Count">
            <summary>
            Specifies the number of item indexes in the collection of indexes
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.FieldIndex">
             <summary>
             Specifies the index of the field to which this filter refers. A value of -2 indicates the 'data'
            field.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.IsRelativeReference">
             <summary>
             Specifies a boolean value that indicates whether the item is referred to by a relative
            reference rather than an absolute reference
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.IsSelected">
             <summary>
             Specifies a boolean value that indicates whether this field has selection. This attribute is
            used when the PivotTable is in Outline view.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.Indexes">
            <summary>
            Represents the indexes of the selected fileds
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference.FirstIndex">
            <summary>
            First index in the indexes
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotConditionalFormat">
            <summary>
            Represents the conditional formatting defined in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotConditionalFormat.m_iPriority">
            <summary>
            Specifies the priority of PivotTable conditional formatting rule
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotConditionalFormat.scope">
            <summary>
            Specifies the scope of PivotTable conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotConditionalFormat.m_formatType">
            <summary>
            This simple type defines the values for the Top N conditional formatting evaluation for the PivotTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotConditionalFormat.m_pivotAreas">
            <summary>
            Area in which the conditional format applied
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions">
            <summary>
            Represents a single item in PivotTable field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bHasChildItems">
             <summary>
             Specifies a boolean value that indicates whether the approximate number of child items
            for this item is greater than zero.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsExpaned">
             <summary>
             Specifies a boolean value that indicates whether this item has been expanded in the
            PivotTable view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bDrillAcross">
             <summary>
             Specifies a boolean value that indicates whether attribute hierarchies nested next to
            each other on a PivotTable row or column will offer drilling "across" each other or not
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsCalculatedItem">
            <summary>
            Specifies a boolean value that indicates whether this item is a calculated member
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsHidden">
            <summary>
            Specifies a boolean value that indicates whether the item is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsMissing">
            <summary>
            Specifies a boolean value that indicate whether the item has a missing value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_userCaption">
            <summary>
            Specifies the user caption of the item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsChar">
            <summary>
            Specifies a boolean value that indicates whether the item has a character value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_bIsHiddenDetails">
            <summary>
            Specifies a boolean value that indicates whether the details are hidden for this item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.m_itemType">
             <summary>
             Specifies the type of the item. Value of 'default' indicates a grand total as the last row
            item value
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.HasChildItems">
            <summary>
            Gets or sets a Boolean value that indicates whether the pivot filed item has child items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsExpaned">
             <summary>
             Gets or sets a Boolean value indicating whether this item is expanded in the
            PivotTable view.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.DrillAcross">
             <summary>
             Gets or sets a Boolean value that indicates whether attribute hierarchies nested next to
            each other on a PivotTable row or column will offer drilling "across" each other or not.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsCalculatedItem">
            <summary>
            Gets or sets a Boolean value indicating whether this item is a calculated item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsHidden">
            <summary>
            True if the item is hidden. False Otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsMissing">
            <summary>
            True if the item has a missing value. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.UserCaption">
            <summary>
            Gets or sets the user caption of the item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsChar">
            <summary>
            True if the item has a character value. False Otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.IsHiddenDetails">
            <summary>
            Gets or sets a Boolean value that indicates whether the details for this item are hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions.ItemType">
            <summary>
            Gets or sets the type of the item. Value of 'default' indicates a grand total as the last row
            item value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser">
            <summary>
            This class is repsonsible for parse pivot cache part
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParsePivotCacheDefinition(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String@)">
            <summary>
            Parse pivot cache definition.
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="cache">Cache to parse.</param>
            <param name="book">Current workbook.</param>
            <parm name="path">path of the parent</parm>
            <param name="relationId">Relation id to the pivot cache records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.CreateCacheRecordReader(System.String,System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String@)">
            <summary>
            Creates the Cache Record Reader from the relation part
            </summary>
            <param name="relationID">corresponding pivot cache record id </param>
            <param name="path">parent path</param>
            <param name="book">workbook of the pivot cache</param>
            <param name="relations">relations collection of the pivot cache records</param>
            <returns>XmlReader of the Pivot cache record</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheSource(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse cache source.
            </summary>
            <param name="reader">XmlReader to Parse from.</param>
            <param name="cache">Cache to parse.</param>
            <parm name="book">Parent book of the cache</parm>
            <param name="relations">relation collection of the cache source</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseConsolidation(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parsing the consolidation source of the pivottable
            </summary>
            <param name="reader"></param>
            <param name="cache"></param>
            <param name="book"></param>
            <param name="relations"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseWorksheetSource(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses the pivot cache worksheet source
            </summary>
            <param name="reader">XmlReader for parse</param>
            <param name="cache">cache to preserve the data</param>
            <param name="book">parent book of the cache</param>
            <param name="relations">relation collection of the worksheet source</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseExternalSource(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses the pivot cache external worksheet source
            </summary>
            <param name="reader">XmlReader for parse</param>
            <param name="cache">cache to preserve the data</param>
            <param name="book">parent book of the cache</param>
            <param name="relations">relation collection of the worksheet source</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheFields(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse cache fields.
            </summary>
            <param name="reader">XmlReader to parse from.</param>
            <param name="fieldsCollection">Fields collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheField(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse cache Cache Field.
            </summary>
            <param name="reader">XmlReader to parse from.</param>
            <param name="field">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseSharedItems(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            Parse the Pivot Cache Field values
            </summary>
            <param name="reader">XmlReader to parse from.</param>
            <param name="field">Field to Pares shared items </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParsePivotCacheRecords(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse pivot cache definition.
            </summary>
            <param name="reader">XmlReader to parse from.</param>
            <param name="cache">Cache to Parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheRecordRows(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.Int32)">
            <summary>
            Parse Cache Record Rows
            </summary>
            <param name="reader">XmlReader to parse</param>
            <param name="cache">cache to parse</param>
            <param name="rowCount">Rows Count</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheRecordRow(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.Int32,System.Int32)">
            <summary>
            Parse cache single row from the records
            </summary>
            <param name="reader">XmlReader to parse</param>
            <param name="cache">cache to parse the records</param>
            <param name="currentRow">current row index to parse</param>
            <returns>parsed row records</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParsePivotArea(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotArea)">
            <summary>
            Rule describing a PivotTable selection.
            </summary>
            <param name="reader">XmlReader to parse</param>
            <param name="area">Pivot Area to parse</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParsePivotAreaRefereces(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotArea)">
            <summary>
            Parsses the Pivot Area selection reference
            </summary>
            <param name="reader">Xml Readers to read tags</param>
            <param name="pivotArea">pivot area to parse References</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParsePivotAreaReference(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference)">
            <summary>
            Parse Pivot Area Reference
            </summary>
            <param name="reader">Xml Reader to read tags</param>
            <param name="reference">Pivot Area reference </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheExtension(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse the pivot cache extension
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseCacheHierarchies(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse Pivot cache hiearachy
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseOLAPKPIs(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse Pivot Key Performance Indicators (KPIs) defined in the OLAP.
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseOLAPDimensions(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parse PivotTable OLAP dimension collection.
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseOLAPMeasureGroups(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parses the PivotTable OLAP measure group - Dimension maps
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseOLAPMaps(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Parses the PivotTable OLAP Dimension maps.
            </summary>
            <param name="reader">Xml Reader to read tags.</param>
            <param name="cache">Pivot cache to parse. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseIntAttribute(System.Xml.XmlReader,System.String)">
            <summary>
            Moves to attribute and parse int attribute
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="attributeName">attribute name to parse</param>
            <returns>parsed int value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseIntAttribute(System.Xml.XmlReader,System.String,System.Int32)">
            <summary>
            Moves to attribute and parse int attribute
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="attributeName">attribute name to parse</param>
            <returns>parsed int value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseBoolAttribute(System.Xml.XmlReader,System.String)">
            <summary>
            Moves to attribute and parse bool value
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="attributeName">attribute to parse</param>
            <returns>bool value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseBoolAttribute(System.Xml.XmlReader,System.String,System.Boolean)">
            <summary>
            Moves to attribute and parse bool value
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="attributeName">attribute to parse</param>
            <returns>bool value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotCacheParser.ParseStringAttribute(System.Xml.XmlReader,System.String)">
            <summary>
            Moves to attribute and parse string value
            </summary>
            <param name="reader">XmlReader to parse from</param>
            <param name="attributeName">attribute to parse</param>
            <returns>string value</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser">
            <summary>
            This class is repsonsible for parse hte pivot table part
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.DataFieldsIndex">
            <summary>
            Index of the data m_bRefreshOnLoad.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseTableDefinitionExtensionList(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parse Extern List of Pivot table Definition
            </summary>
            <param name="reader">Xml reader to extract from.</param>
            <param name="pivotTable"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseChartFormats(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parse chart formats of the pivot chart that is associated with this PivotTable.
            </summary>
            <param name="reader">Xml reader to extract from.</param>
            <param name="pivotTable"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parsing pivot filters of pivot tables
            </summary>
            <param name="reader"></param>
            <param name="pivotTable"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseFilter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing pivot filter of filter collections
            </summary>
            <param name="reader"></param>
            <param name="pivotTable"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseAutoFilter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing autofilter of pivot table
            </summary>
            <param name="reader"></param>
            <param name="autoFilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseFilterColumn(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing filter column filter of pivot table filter
            </summary>
            <param name="reader"></param>
            <param name="autoFilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseCustomFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilters,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing custom filter type of pivot table.
            </summary>
            <param name="reader"></param>
            <param name="autoFilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseCustomFilter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing custom filter of custom filter collection of pivot filter.
            </summary>
            <param name="reader"></param>
            <param name="autoFilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseFilterColumnFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.FilterColumnFilters,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing filter column filter of pivot filter
            </summary>
            <param name="reader"></param>
            <param name="columnFilters"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseTop10Filter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter,Syncfusion.XlsIO.Implementation.PivotTables.PivotValueLableFilter)">
            <summary>
            Parsing Top 10 filter of pivot filter.
            </summary>
            <param name="reader"></param>
            <param name="top10Filter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseLocation(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes pivot table location.
            </summary>
            <param name="writer">XmlWriter to serialize location into.</param>
            <param name="pivotTable">Pivot table to serialize location for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParsePivotFields(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parse pivot fields.
            </summary>
            <param name="reader">XmlReader to Parse fields from.</param>
            <param name="pivotTable">Pivot table to serialize fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParsePivotField(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes single pivot m_bRefreshOnLoad.
            </summary>
            <param name="writer">XmlWriter to serialize pivot m_bRefreshOnLoad into.</param>
            <param name="m_bRefreshOnLoad">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseAutoSortScope(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
            <summary>
            Parse the Sorting scope of the pivot field
            </summary>
            <param name="reader">XmlReader to parse from.</param>
            <param name="pivotField">pivot field object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseSubtotalFlags(System.Xml.XmlReader)">
            <summary>
            Serializes subtotal value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pivotSubtotalTypes">Subtotal type to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseDataFields(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes data fields.
            </summary>
            <param name="writer">XmlWriter to serialize fields into.</param>
            <param name="pivotTable">PivotTable to serialize data fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseDataField(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parses the data Field of the pivot table
            </summary>
            <param name="writer">XmlWriter to serialize data m_bRefreshOnLoad into.</param>
            <param name="m_bRefreshOnLoad">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseConditionalFormats(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parses the condition formats of the pivot table.
            </summary>
            <param name="reader">XmlReader to parses from.</param>
            <param name="pivotTable">extract the pivot table .</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParsePivotHierarchies(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parses  the OLAP hierarchies associated with the PivotTable.
            </summary>
            <param name="reader">XmlReader to parses from.</param>
            <param name="pivotTable">extract the pivot table .</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ParseRowHierarchies(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Parses references to OLAP hierarchies on the row axis of a PivotTable.
            </summary>
            <param name="reader">XmlReader to parses from.</param>
            <param name="pivotTable">extract the pivot table .</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.PivotTables.PivotTableParser.ComparisonPair">
            <summary>
            This class represents value-index pair and used to sort pivot m_bRefreshOnLoad values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf">
            <summary>
            This structure specifies the clipboard format of the picture-type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord">
            <summary>
            Base class for all obj subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.HeaderSize">
            <summary>
            Size of the header data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.m_Type">
            <summary>
            Type of the subrecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.m_usLength">
            <summary>
            Length of the subrecord's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.#ctor">
            <summary>
            Private constructor. To prevent creation without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Serializes record's data.
            </summary>
            <param name="provider">Provider to serialize into.</param>
            <param name="iOffset">Offset to start serialization from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.Type">
            <summary>
            Type of the subrecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord.Length">
            <summary>
            Length of the subrecord's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.m_clipboardFormat">
            <summary>
            Represents the windows clipboard format of the data associated with the picture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.m_data">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>
            Returns instance of cloned object.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCf.ClipboardFormat">
            <summary>
            Represents the windows clipboard format of the data associated with the picture.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit">
            <summary>
            ActiveX control Structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.m_bIsActiveX">
            <summary>
            Indicates whether this control is an ActiveX control.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.m_data">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPioGrbit.IsActiveX">
            <summary>
            Indicates whether this control is an ActiveX control.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.VMLPresetGradientFills">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Brass">
            <summary>
              Looks up a localized string similar to 0 #825600;8520f #ffa800;18350f #825600;28180f #ffa800;38011f #825600;47186f #ffa800;57016f #825600;1 #ffa800.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Calm_Water">
            <summary>
              Looks up a localized string similar to 0 #ccf;11796f #9cf;23593f #96f;39977f #c9f;53740f #9cf;1 #ccf.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Chrome">
            <summary>
              Looks up a localized string similar to 0 white;10486f #1f1f1f;11796f white;27525f #636363;34734f #cfcfcf;43254f #cfcfcf;49807f #1f1f1f;51773f white;1 #7f7f7f.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_ChromeII">
            <summary>
              Looks up a localized string similar to 0 #cbcbcb;8520f #5f5f5f;13763f #5f5f5f;41288f white;43909f #b2b2b2;45220f #292929;53740f #777;1 #eaeaea.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Daybreak">
            <summary>
              Looks up a localized string similar to 0 #5e9eff;26214f #85c2ff;45875f #c4d6eb;1 #ffebfa.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Desert">
            <summary>
              Looks up a localized string similar to 0 #fc9fcb;8520f #f8b049;13763f #f8b049;41288f #fee7f2;43909f #f952a0;45220f #c50849;53740f #b43e85;1 #f8b049.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Early_Sunset">
            <summary>
              Looks up a localized string similar to 0 #000082;19661f #66008f;42598f #ba0066;58982f red;1 #ff8200.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Fire">
            <summary>
              Looks up a localized string similar to 0 #fff200;29491f #ff7a00;45875f #ff0300;1 #4d0808.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Fog">
            <summary>
              Looks up a localized string similar to 0 #8488c4;34734f #d4deff;54395f #d4deff;1 #96ab94.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Gold">
            <summary>
              Looks up a localized string similar to 0 #e6dcac;7864f #e6d78a;19661f #c7ac4c;29491f #e6d78a;50463f #c7ac4c;1 #e6dcac.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_GoldII">
            <summary>
              Looks up a localized string similar to 0 #fbe4ae;8520f #bd922a;13763f #bd922a;41288f #fbe4ae;43909f #bd922a;45220f #835e17;53740f #a28949;1 #fae3b7.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Horizon">
            <summary>
              Looks up a localized string similar to 0 #dcebf5;5243f #83a7c3;8520f #768fb9;13763f #83a7c3;34079f white;36700f #9c6563;38011f #80302d;46531f #c0524e;61604f #ebdad4;1 #55261c.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Late_Sunset">
            <summary>
              Looks up a localized string similar to 0 black;13107f #000040;.5 #400040;.75 #8f0040;58982f #f27300;1 #ffbf00.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Mahogany">
            <summary>
              Looks up a localized string similar to 0 #d6b19c;19661f #d49e6c;45875f #a65528;1 #663012.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Moss">
            <summary>
              Looks up a localized string similar to 0 #ddebcf;.5 #9cb86e;1 #156b13.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Nightfall">
            <summary>
              Looks up a localized string similar to 0 black;26214f #0a128c;45875f #181cc7;57672f #7005d4;1 #8c3d91.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Ocean">
            <summary>
              Looks up a localized string similar to 0 #03d4a8;.25 #21d6e0;.75 #0087e6;1 #005cbf.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Parchment">
            <summary>
              Looks up a localized string similar to 0 #ffefd1;42598f #f0ebd5;1 #d1c39f.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Peacock">
            <summary>
              Looks up a localized string similar to 0 #39f;10486f #0cc;30802f #99f;39322f #2e6792;46531f #33c;53084f #1170ff;1 #069.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Rainbow">
            <summary>
              Looks up a localized string similar to 0 #a603ab;13763f #0819fb;22938f #1a8d48;34079f yellow;47841f #ee3f17;57672f #e81766;1 #a603ab.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_RainbowII">
            <summary>
              Looks up a localized string similar to 0 #f39;.25 #f63;.5 yellow;.75 #01a78f;1 #36f.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Sapphire">
            <summary>
              Looks up a localized string similar to 0 #000082;8520f #0047ff;18350f #000082;28180f #0047ff;38011f #000082;47186f #0047ff;57016f #000082;1 #0047ff.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Silver">
            <summary>
              Looks up a localized string similar to 0 white;4588f #e6e6e6;20972f #7d8496;30802f #e6e6e6;55706f #7d8496;1 #e6e6e6.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.VMLPresetGradientFills.Grad_Wheat">
            <summary>
              Looks up a localized string similar to 0 #fbeac7;11796f #fee7f2;23593f #fac77d;39977f #fba97d;53740f #fbd49c;1 #fee7f2.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.FormulaInfo">
            <summary>
            FormulaInfo maintains information on a single formula object.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.FormulaInfo.FormulaText">
            <summary>
            A property that gets/sets the text of the initial formula.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.FormulaInfo.FormulaValue">
            <summary>
            A property that gets/sets the last computed value of this formula.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.FormulaInfo.ParsedFormula">
            <summary>
            A property that gets/sets the formula as a parsed string.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.CalcEngine">
            <summary>
            CalcEngine encapsulates the code required to parse and compute formulas. Hashtable
            properties maintain a Formula Library of functions as well as a list
            of dependent cells.
            <para/>
            You can add and remove library functions.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.machineepsilon">
            <summary>
            Used to store the value as double
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.maxrealnumber">
            <summary>
            Used to store the value as double
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.minrealnumber">
            <summary>
            Used to store the value as double
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.already_registered">
            <summary>
            Used to store the registed values
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.ACC">
            <summary>
            Used to store the number
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.BIGNO">
            <summary>
            Used to store the big number as double
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.BIGNI">
            <summary>
            Used to store the value as double
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaErrorStrings">
            <summary>
            String array that holds the strings used in error messages within the Formula Engine.
            </summary>
            <remarks>If you want to change the error messages displayed within the Formula Engine,
            you can set your new strings into the appropriate position in the FormulaErrorStrings
            array. Here is the code that shows the default settings. You should assign your new
            strings to the corresponding positions. If you modify any of these strings, then
            you should call <see cref="M:Syncfusion.Calculate.CalcEngine.ReloadErrorStrings"/> to make sure the internal strings 
            used in the engine reflect your changes.
            </remarks>
            <example>Here is the code that shows position of each string in FormulaErrorStrings:
            <code lang="C#">
            	public string[] FormulaErrorStrings = new string[]
            	{
            		"binary operators cannot start an expression",	//0
            		"cannot parse",									//1
            		"bad library",									//2
            		"invalid char in front of",						//3
            		"number contains 2 decimal points",				//4
            		"expression cannot end with an operator",		//5
            		"invalid characters following an operator",		//6
            		"invalid character in number",					//7
            		"mismatched parentheses",						//8
            		"unknown formula name",							//9
            		"requires a single argument",					//10
            		"requires 3 arguments",							//11
            		"invalid Math argument",						//12
            		"requires 2 arguments",							//13
            		"bad index",									//14
            		"too complex",									//15
            		"circular reference: ",							//16
            		"missing formula",								//17
            		"improper formula",								//18
            		"invalid expression",							//19
            		"cell empty"									//20
            		"bad formula",									//21
            		"empty expression",								//22
            		""                                              //23
            		"mismatched string quotes",                     //24
                    "wrong number of arguments",                    //25
                    "invalid arguments",							//26
                    "iterations do not converge",                   //27
                    "Control named '{0}' is already registered",    //28
                    "Calculation overflow",							//29
                    "Missing sheet"								    //30
            	};
            </code>
            </example>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.IgnoreValueChanged">
            <summary>
            Field that turns on/off processing of the ICalcData.ValueChanged event.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.Treat1900AsLeapYear">
            <summary>
            Set the boolean as true
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.#ctor(Syncfusion.Calculate.ICalcData)">
            <summary>
            The constructor.
            </summary>
            <param name="ParentObject">The ICalcData from the underlying grid.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.FormulaErrorStringCheck(System.String,Syncfusion.Calculate.CalcEngine.FormulaArgumentType)">
            <summary>
            A method that checks the possible cases for error string(invalid arguments for formula).
            </summary>
            <param name="args">The arguments of formula.</param>
            <param name="argumentType">The formula's argument type.</param>
            <returns>Returns the Error string if formula has invalid arguments </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.AddFunction(System.String,Syncfusion.Calculate.CalcEngine.LibraryFunction)">
            <summary>
            A method that adds a function to the function library.
            </summary>
            <param name="name">The name of the function to be added.</param>
            <param name="func">The function to be added.</param>
            <returns>True if successfully added, otherwise False.</returns>
            <remarks>
            LibraryFunction is a delegate that defines the signature of functions that
            you can add to the function library.
            <code>
            public delegate string LibraryFunction(string args);
            </code>
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.AddNamedRange(System.String,System.String)">
            <summary>
            Adds a named range to the NamedRanges collection.
            </summary>
            <param name="name">The name of the range to be added.</param>
            <param name="range">The range to be added.</param>
            <returns>True if successfully added, otherwise False.</returns>
            <remarks>
            The range should be a string such as A4:C8.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.AdjustRangeArg(System.String@)">
            <summary>
            Accepts a possible parsed formula and returns the calculated value
            without quotes.
            </summary>
            <param name="range">The argument to be adjusted.</param>
            <remarks>
            This method is useful in custom functions if you want to allow
            your custom functions to handle parsed formulas as arguments. In
            this case, calling this method at the beginning of your custom function
            will allow you custom function to work only with computed values, and not
            have to handle parsed formulas directly.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ClearLibraryComputationException">
            <summary>
            Call this method to clear whether an exception was raised during the computation of a library function.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ColIndex(System.String)">
            <summary>
            A method that gets the column index from a cell reference passed in.
            </summary>
            <param name="s">String holding a cell reference such as C21 or AB11.</param>
            <returns>An integer with the corresponding column number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChar(System.String)">
            <summary>
            Returns the character whose number code is specified in the argument.
            </summary>
            <param name="arg">The number used to retrieve the character.</param>
            <returns>The character string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeClean(System.String)">
            <summary>
            Retuns the text removing the first 32 nonprintable characters(ranging from 0 to 31) in 7-bit ASCII code.
            </summary>
            <param name="arg">Text or range holding text including nonprintable characters</param>
            <returns>Text without nonprintable characters(first 32)</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDb(System.String)">
            <summary>
            Computes the declining balance of an asset.
            </summary>
            <param name="argList">Delimited string containing the initial cost,
            salvage value, life of asset, period of calculation, and months in the initial year.</param>
            <returns>Declining balance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDdb(System.String)">
            <summary>
            Computes the double declining balance of an asset.
            </summary>
            <param name="argList">Delimited string containing the initial cost,
            salvage value, life of asset, period of calculation, and factor.</param>
            <returns>Double declining balance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDevsq(System.String)">
            <summary>
            Returns the sum of the squares of the mean deviations.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>Sum of the squares of the mean deviation.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCUMIPMT(System.String)">
            <summary>
            Returns the cumulative interest paid for an investment period with a constant interest rate.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Number of interest rate</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeACCRINT(System.String)">
            <summary>
            Calculates the accrued interest of a security in the case of periodic payments.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Accrued interest</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCUMPRINC(System.String)">
            <summary>
            Returns the cumulative principal paid for an investment period with a constant interest rate.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Cumulative principal value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeReceived(System.String)">
            <summary>
            Returns the amount received at maturity for a fully invested security.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDCount(System.String)">
            <summary>
            Returns the amount received at maturity for a fully invested security.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDCountA(System.String)">
            <summary>
            Counts the nonblank cells in a field (column) of records in a list or database that match conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDAverage(System.String)">
            <summary>
            Averages the values in a field (column) of records in a list or database that match conditions you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDGet(System.String)">
            <summary>
            Extracts a single value from a column of a list or database that matches conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDMax(System.String)">
            <summary>
            Returns the largest number in a field (column) of records in a list or database that matches conditions you that specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDMin(System.String)">
            <summary>
            Returns the smallest number in a field (column) of records in a list or database that matches conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDProduct(System.String)">
            <summary>
            Returns the smallest number in a field (column) of records in a list or database that matches conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDVar(System.String)">
            <summary>
            Estimates the variance of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDVarp(System.String)">
            <summary>
            Calculates the variance of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDStdev(System.String)">
            <summary>
            Estimates the standard deviation of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDStdevp(System.String)">
            <summary>
            Calculates the standard deviation of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDSum(System.String)">
            <summary>
            Adds the numbers in a field (column) of records in a list or database that match conditions that you specify
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Received amount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetDataFromArgs(System.String)">
            <summary>
            Used to get the data from arguments
            </summary>
            <param name="args">Arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputedValue(System.String)">
            <summary>
            Evaluates a parsed formula.
            </summary>
            <param name="formula">A string holding a valid parsed formula.</param>
            <returns>The computed value of the formula.</returns>
            <remarks>The string passed into this function must be previously parsed
            using ParseFormula. </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeEnsureIFCall(System.String@)">
            <summary>
            Compute the NestedIF formulas using the old code structure of CalcEngine.
            </summary>
            <param name="formula">formula to execute / compute</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeShortCircuitIFFormula(System.String@)">
            <summary>
            Compute the NestedIF formulas using new parse and compute technique.
            </summary>
            <param name="formula">formula to execute / compute</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeExact(System.String)">
            <summary>
            Returns whether or not the two arguments passed in are exactly the same.
            </summary>
            <param name="range">A string holding two arguments (separated by commas) of
            cell references, strings,
            formulas, or numbers.</param>
            <returns>True if the arguments are exactly the same ignoring formats, false other wise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFind(System.String)">
            <summary>
            Finds the first occurrence of one string in another string.
            </summary>
            <param name="arg">Conatins two or three arguments. The first argument is the string
            to find. The second string is the string that is being searched. The third argument
            is the start location in the second string for the search.</param>
            <returns>The location of the found string.</returns>
            <remarks>The location count starts at 1. If the third argument is missing, it defaults to 1.
            If the first string does not appear in the second string, #VALUE! is returned. The searches are done
            in a case sensitive manner.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFormula(System.String)">
            <summary>
            A method that computes a parsed formula.
            </summary>
            <param name="parsedFormula">The parsed formula to be computed.</param>
            <returns>A string holding the computed value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIndex(System.String)">
            <summary>
            Returns the value at a specified row and column from within a given range.
            </summary>
            <param name="arg">look_range, row, col</param>
            <returns>The value.</returns>
            <remarks>
            Only the array form of this function is supported.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsError(System.String)">
            <summary>
            Returns True is the string denotes an error.
            </summary>
            <param name="range">String to be tested.</param>
            <returns>True if the value is an error.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsRef(System.String)">
            <summary>
            Checks whether the value is a reference or not.
            </summary>
            <param name="args">value or reference</param>
            <returns>TRUE or FALSE</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.SplitArgsPreservingQuotedCommas(System.String)">
            <summary>
            Returns an array of argument strings from a single string where the arguments are delimited by <see cref="P:Syncfusion.Calculate.CalcEngine.ParseArgumentSeparator"/>.
            </summary>
            <param name="args">Contains the argument list.</param>
            <returns>A string array of arguments.</returns>
            <remarks>This method properly preserves any quoted strings that contain the <see cref="P:Syncfusion.Calculate.CalcEngine.ParseArgumentSeparator"/> character.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.SplitArguments(System.String,System.Char)">
            <summary>
            A method to split the arguments using argument seperator.
            </summary>
            <param name="args">arguments to split.</param>
            <param name="argSeperator">argument seperator used to split.</param>
            <returns>A string array.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRandbetween(System.String)">
            <summary>
            Returns a random integer number between the specified two numbers.
            </summary>
            <param name="argList">StartNumber, EndNumber</param>
            <returns>Random numberbetween two value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeXor(System.String)">
            <summary>
            Returns the exclusive OR of all values treated as logical values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers. Each item in the list is considered True if it is nonzero
            and False if it is zero.</param>
            <returns>A string holding the exclusive OR of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSearch(System.String)">
            <summary>
            Returns the number of the starting position of the first string from the second string.
            </summary>
            <param name="argList">first strring, second string and starting position</param>
            <returns>index of the string</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeReplaceB(System.String)">
            <summary>
            replaces part of a text string, based on the number of characters, with a different text string
            </summary>
            <param name="argList">Text in which is want to replace, The position of the character in old_text., The number of characters in old_text </param>
            <returns>returns replaced text</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.besseli1(System.Double)">
            <summary>
            Return the value of besseli1
            </summary>
            <param name="x">value</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.besselk0(System.Double)">
            <summary>
            Return the value of besselk0
            </summary>
            <param name="x">value</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.besselk1(System.Double)">
            <summary>
            Return the value of the besselk1
            </summary>
            <param name="x">value</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIfNA(System.String)">
            <summary>
            Returns a value you specify if a formula evaluates to #N/A
            otherwise, returns the result of the formula.
            </summary>
            <param name="range">String to be tested.</param>
            <returns>Returns the computed value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLookUp(System.String)">
            <summary>
            Returns a value from result table either from a one-row or one-column range or from an array 
            </summary>
            <param name="range">Lookup Value, lookup range, result range</param>
            <returns>Matching value found in the table</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAverageIF(System.String)">
            <summary>
            Returns the average of all the cells in a range which is statisfy the given single criteria
            </summary>
            <param name="argList">range of cells, criteria, average_range</param>
            <returns>returns the average value of the cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNetworkDays(System.String)">
            <summary>
            Returns the value of ComputeNetworkDays
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAcsch(System.String)">
            <summary>
            Returns the archyperbolic cosecant of an angle.
            </summary>
            <param name="argList">A cell reference or a cell or a number</param>
            <returns>A string containing the archyperbolic cosecant of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBigMul(System.String)">
            <summary>
            Returns the full product of two 32-bit numbers.
            </summary>
            <param name="argList">The two 32 bit numbers.</param>
            <returns>A string containing the product of two 32 bit numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDivRem(System.String)">
            <summary>
             Calculates the quotient of two 64-bit signed integers and also returns the remainder in an output parameter.
            </summary>
            <param name="argList"></param>
            <returns>returns the quotient of two 64-bit signed integers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIEEERemainder(System.String)">
            <summary>
            Returns the remainder resulting from the division of a specified number by another specified number.
            </summary>
            <param name="argList">contains a divisor and dividend</param>
            <returns>Returns the remainder.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConfidenceT(System.String)">
            <summary>
            Return the value of ComputeConfidenceT
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Covariance(System.Double[],System.Double[],System.Double)">
            <summary>
            Returns the sample covariance between two arrays.
            Arrays should be of equal length, and contain more than one element.
            </summary>
            <param name="array1"></param>
            <param name="array2"></param>
            <param name="decayFactor">In most applications, the decay factor is between 0 and 1.  Weigth on the last element in arrays is 1.0, the 2nd to last element d, 3rd to last d^2, ...</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.SumOfGeometricSeries(System.Double,System.Int32)">
            <summary>
            Returns the sum of a geometric series of length n, who's first element is 1.
            For decay factor d, S = 1 + d + d^2 + ... + d^(n-1)
            </summary>
            <param name="decayFactor">Decay factor Typically between -1 adn +1.</param>
            <param name="length">Number of elements in the geometric series, must be positive.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.SumOfInfiniteGeometricSeries(System.Double)">
            <summary>
            Returns the sum of an infinite geometric series who's first element is 1.
            For decay factor d, S = 1 + d + d^2 + ...
            </summary>
            <param name="decayFactor">Decay factor. Typically between -1 adn +1.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.HalfLifeOfGeometricSeries(System.Double,System.Int32)">
            <summary>
            Returns the half-life of a geometric series of length n, who's first element is 1.
            For decay factor d,  1 + d + d^2 + ... + d^(h-1) = 0.5 * [1 + d + d^2 + ... + d^(n-1)]
            </summary>
            <param name="decayFactor">Decay factor Typically between -1 adn +1.</param>
            <param name="length">Number of elements in the geometric series, must be positive.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.MostRecentValues(System.Double[],System.Int32)">
            <summary>
            Returns the most recent points from an array (the points with the highest index values).
            For functions with a decay factor, the weight on the last element in the array is the highest.
            In many applications this corresponds with the assumption that the last element in the array represents the most recent data point.
            </summary>
            <param name="inArray">Array from which the data points will be selected.</param>
            <param name="length">The number of data points to be returned.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Mean(System.Double[],System.Double,System.Int32)">
            <summary>
            Returns the mean of an array.
            </summary>
            <param name="array">Array of data for which we are calculating the mean.  For time series, the last element (index = n-1), is the most recent.</param>
            <param name="decayFactor">In most applications, the decay factor is between 0 and 1.  Weigth on the last element in array is 1.0, the 2nd to last element d, 3rd to last d^2, ...</param>
            <param name="length">Window length. Method uses the most recent n points, n = length.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.WeightedMean(System.Double[],System.Double[])">
            <summary>
            Returns the weighted averages of the values in valueArray using the corresponding weights in weightArray.
            </summary>
            <param name="valueArray">array of values for which we are computing the weighted average</param>
            <param name="weightArray">array of weights used in computing the weighted average</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.NormalCumulativeDistribution(System.Double,System.Double,System.Double)">
            <summary>
            Returns the CDF of the normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="mean">Mean of the distribution.</param>
            <param name="standardDeviation">Standard deviation of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFOinv(System.String)">
            <summary>
            Returns the inverse of F distribution.
            </summary>
            <param name="argList">p, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns x such that F distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.FCumulativeDistributionInverse(System.Double,System.Int32,System.Int32)">
            <summary>
            Returns the inverse of the CDF of the F distribution.
            For k = 3, and 5+ the solution is an approximation. 
            </summary>
            <param name="p">Cumulative probability of the distribution. p is between 0 and 1.</param>
            <param name="k1">Degrees of freedom for numerator chi-sqared distribution.</param>
            <param name="k2">Degrees of freedom for denominator chi-sqared distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.NormalCumulativeDistributionInverse(System.Double,System.Double,System.Double)">
             <summary>
             Returns the inverse of the CDF of the normal distribution.
             </summary>
             <param name="p">Cumulative probability of the distribution. 0 &lt;= p &gt;= 1.</param>
            <param name="mean">Mean of the distribution.</param>
             <param name="standardDeviation">Standard deviation of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.UniformCumulativeDensityFunction(System.Double,System.Double,System.Double)">
            <summary>
            Returns the CDF of the uniform distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="min">Minimum value of the distribution.</param>
            <param name="max">Maximum value of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeModeOsngl(System.String)">
            <summary>
            Returns the most frequent value in the range.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The most frequent value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeModeOMult(System.String)">
            <summary>
            Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data. 
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The most frequent value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTOdist(System.String)">
             <summary>
            Returns the Student's t-distribution. 
             </summary>
             <param name="argList">x, degreesfreedom1.</param>
             <returns>Returns the Student's t-distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.generateSubArray(System.Double[0:,0:],System.Int32,System.Int32)">
            <summary>
            A method to get submatrix for matrix function used internally.
            </summary>
            <param name="a">double Array -  Matrix</param>
            <param name="N">Matix rows</param>
            <param name="j1">Columns</param>
            <returns>Matrix</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSeriessum(System.String)">
            <summary>
            Return the value of ComputeSeriessum
            </summary>
            <param name="arg">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBahtText(System.String)">
            <summary>
            Returns the row index of the passed in cell reference.
            </summary>
            <param name="arg">Contains zero or one argument. If no argument is passed, returns the row index of the
            location of this Row function cell, otherwise returns the row index of the passed in cell reference.</param>
            <returns>The row index.</returns>
            <remarks>
            This method doesn't return an array of row numbers as the array formula entry is not supported in engine. It is another usecase of this library function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.getBetween(System.String,System.String,System.String)">
            <summary>
            Return the value of between strings
            </summary>
            <param name="strSource">source string</param>
            <param name="strStart">start</param>
            <param name="strEnd">end</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.CreateSheetFamilyID">
            <summary>
            CreateSheetFamilyID is a method to create familyID for a sheet.
            </summary>
            <returns>Sheet family ID.</returns>
            <remarks>
            Essential Calculate supports multisheet references within a family of ICalcData objects. To use
            this functionality, you use this method to get a unique identifier for
            the family. Then in the RegisterGridAsSheet method that you call to add ICalcData objects
            to this family, you pass this unique identifier to mark the ICalcData objects as belonging
            to this family. You can only cross reference ICalcData objects within the same family.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.FindNextEndIndex(System.String,System.Int32@)">
            <summary>
            Find the next table formula or table Range end index i.e last index of '[' 
            </summary>
            <param name="formula">formula to find index</param>
            <param name="location">location of start index to search the char '['</param>
            <returns>locatio of end index</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetCalcID">
            <summary>
            Retrieves the current CalcEngine calculation level ID.
            </summary>
            <returns>Current calculation level ID.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetCellsFromArgs(System.String)">
            <summary>
            A method that retrieves a string array of cells from the range passed in.
            </summary>
            <remarks>
            Converts arguments in these forms to a string array of individual cells:<para/>
            	A1,A2,B4,C1,...,D8<para/>
            	A1:A5<para/>
            	A1:C5<para/>
            </remarks>
            <param name="args">String containing a cell range.</param>
            <returns>String array of cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.CanGetRowIndex(System.String)">
            <summary>
            To check whether the row index can be obtained from the arguments
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetFormulaRowCol(Syncfusion.Calculate.ICalcData,System.Int32,System.Int32)">
            <summary>
            Gets the text of any formula at the given row and column of the ICalcData object.
            </summary>
            <param name="grd">The ICalcData object.</param>
            <param name="row">The one-based row in the grd object.</param>
            <param name="col">The one-based col in the grd object.</param>
            <returns>String containing the text of the formula.</returns>
            <remarks>If the data item at row and column is not a formula, the
            return value is an empty string.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetFormulaText(System.String@)">
            <summary>
            Given a string, it returns a string that is passed through the FormulaParsing event
            to allow any listener to modify it.
            </summary>
            <param name="s">A string that is to be potentially parsed.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetSheetFamilyItem(Syncfusion.Calculate.ICalcData)">
            <summary>
            Returns the GridSheetFamilyItem for the specified model. If there was no item registered for
            the model, a new item is created and cached.
            </summary>
            <param name="model">The grid model.</param>
            <returns>The GridSheetFamilyItem for the specified model.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetFormulaArrayBounds(System.String,System.Int32,System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Return the value of arraybounds as boolean
            </summary>
            <param name="currentCell">current cell</param>
            <param name="arrayHeight">height</param>
            <param name="arrayWidth">width</param>
            <param name="firstRowIndex">firstrowindex</param>
            <param name="firstColIndex">firstcolumnindex</param>
            <param name="lastRowIndex">lastrowindex</param>
            <param name="lastColIndex">lastcolumnindex</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromArg(System.String)">
            <summary>
            A Virtual method to compute the value based on the argument passed in.
            </summary>
            <remarks>
            This method takes the argument and checks whether it is a
            parsed formula, a raw number, or a cell reference like A21.
            The return value is a string that holds the computed value of
            the passed in argument.
            </remarks>
            <param name="arg">A parsed formula, raw number, or cell reference.</param>
            <returns>A string with the computed number in it.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromParentObject(System.String)">
            <summary>
            Conditionally gets either the formula value or the cell
            value depending upon whether the requested cell is a FormulaCell.
            </summary>
            <param name="cell1">The alphanumeric cell label, like A1, or EE14.</param>
            <returns>String holding either the cell value or the computed formula value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromParentObject(System.String,System.Boolean)">
            <summary>
            Returns the value of specified cell in a Grid.
            </summary>
            <param name="cell1">Cell address</param>
            <param name="calculateFormula">If true, compute the formula and returns calculated result. 
            Else, simply returns the value of the cell.</param>
            <returns>value of the cell</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromParentObject(Syncfusion.Calculate.ICalcData,System.Int32,System.Int32)">
            <summary>
            Conditionally gets either the formula value or the cell
            value depending upon whether the requested cell is a FormulaCell.
            </summary>
            <param name="grd">The ICalcData object holding the requested cell.</param>
            <param name="row">Row index of the requested cell.</param>
            <param name="col">Column index of the requested cell.</param>
            <returns>String holding either the cell value or the computed formula value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromParentObject(System.Int32,System.Int32)">
            <summary>
            Conditionally gets either the formula value or the cell
            value depending upon whether the requested cell is a FormulaCell.
            </summary>
            <param name="row">Row index of the requested cell.</param>
            <param name="col">Column index of the requested cell.</param>
            <returns>String holding either the cell value or the computed formula value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.HandleIteration(System.String,Syncfusion.Calculate.FormulaInfo)">
            <summary>
            Return the value of HandleIteration
            </summary>
            <param name="s">value</param>
            <param name="formula">formula</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.InitLibraryFunctions">
            <summary>
            Creates and initially loads the function library with the supported functions.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.IsCellReference(System.String)">
            <summary>
            Determines whether the arg is a valid cell name.
            </summary>
            <param name="args">Cell name.</param>
            <returns>True is the arg is a valid cell name, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.MarkLibraryFormulas(System.String@)">
            <summary>
            Tokenizes all library references.
            </summary>
            <remarks>
            Accepts a string such as Sin(A1+A2) and tokenizes it into
            bqSIN[A1A2a]b which serves as input to ComputedValue.
            </remarks>
            <param name="formula">Formula to be tokenized.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.MarkNamedRanges(System.String@)">
            <summary>
            Replaces NamedRanges with their values.
            </summary>
            <remarks>
            Accepts a string such as Sin(SumRange) and tokenizes it into
            bqSIN[A1A4a]b which serves as input to ComputedValue.
            </remarks>
            <param name="argList">argList containing named ranges.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetTopRowIndexFromRange(System.String)">
            <summary>
            Get the first row Index of Cell Range
            </summary>
            <param name="range">Cell Range to find index</param>
            <returns>get the top row index</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetTableRange(System.String)">
            <summary>
            Get the cell Range for table NameRange
            </summary>
            <param name="text">Formula or NamedRange</param>
            <returns>cell range string</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ParseAndComputeFormula(System.String)">
            <summary>
            A method that parses and computes the string formula passed in.
            </summary>
            <param name="formula">The text formula to be parsed and computed.</param>
            <returns>A string holding the computed value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ParseFormula(System.String)">
            <summary>
            A method that parses the text in a formula passed in.
            </summary>
            <param name="formula">The text formula to be parsed.</param>
            <returns>A string holding a parsed representation of the formula.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.PlaceVariablenameTokensIntoFormula(System.String)">
            <summary>
            Swaps variable names for tokens.
            </summary>
            <param name="formula">The formula holding variable names.</param>
            <returns>The formula with tokens.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.PullUpdatedValue(System.String)">
            <summary>
            This method retrieves the value in the requested cell reference using fresh computations 
            for any cells that affect the value of the requested cell.
            </summary>
            <param name="cellRef"> A cell reference like:   Sheet5!B14</param>
            <returns>A freshly computed value for the cell.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.PullUpdatedValue(System.Int32,System.Int32,System.Int32)">
            <summary>
            PullUpdatedValue is a method used to recompute the cells that are referred to compute the requested value.
            </summary>
            <param name="targetSheetID">Integer identifying the ICalcData object.</param>
            <param name="row">The row in the ICalcData object.</param>
            <param name="col">The column in the ICalcData object.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.PutTokensForSheets(System.String@)">
            <summary>
            Accepts an unparsed formula string and replaces any sheet references with corresponding tokens.
            </summary>
            <param name="text">The unparsed formula string.</param>
            <remarks>
            This is an advanced method that lets you replace sheet names with corresponding tokens. You may have need of
            this method if you are adding your own functions to the function library.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RecalculateRange(Syncfusion.Calculate.RangeInfo,Syncfusion.Calculate.ICalcData)">
            <summary>
            This method recalculates any formula cells in the specified range.
            </summary>
            <remarks>The calculations for non-visible formula cells are performed the next time
             cell are actually displayed. If you want the calculation performed immediately
             on cells (visible or not), call the two argument overload of RecalculateRange,
             passing the forceCalculations argument as True.</remarks>
            <param name="range">GridRangInfo object that specifies the cells to be recalculated.</param>
            <param name="data">ICalcData object that holds the data to be recalculated.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Refresh(System.String)">
            <summary>
            Refresh is a method that recalculates any cell that depends upon the passed in cell.
            </summary>
            <param name="s">A cell such as A21 or EE31.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RefreshRange(Syncfusion.Calculate.RangeInfo)">
            <summary>
            Recalculates every cell that depends upon any cell in the passed-in range.
            </summary>
            <remarks>For example, if range is RangeInfo(1,1,2,2), and cells (5,6) and
            (12,17) hold formulas that reference the cells in the range, then cells (5,6)
            and (12,17) will be re-computed as the result of this call.</remarks>
            <param name="range">RangeInfo object to be refreshed.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RegisterGridAsSheet(System.String,Syncfusion.Calculate.ICalcData,System.Int32)">
            <summary>
            RegisterGridAsSheet is a method that registers an ICalcData object so it can be referenced in a formula from another ICalcData object.
            </summary>
            <param name="refName">The reference name used to refer to this ICalcData object from formulas in other ICalcData objects.
            </param>
            <param name="model">The ICalcData from the ICalcData object being registered.
            </param>
            /// <param name="sheetFamilyID">An integer previously created with a call
            to CalcEngine.CreateSheetFamilyID. This number is used to identify
            the ICalcData objects as belonging to a particular family of ICalcData objects. You can only reference
            ICalcData objects from within the same family.
            </param>
            <remarks>
            Essential Calculate supports multisheet references with its formulas. For example, if you
            have two ICalcData objects, then you can reference cells from the first ICalcData object
            in the second ICalcData object. For this to work, both ICalcData objects need to be registered using this method.
            The syntax for using a sheet reference as part of a formula is to prefix a cell reference
            with the sheet reference name followed by an exclamation point.
            The formula "= sheet1!A1 + sheet2!C3" would add the value is cell A1 for
            the ICalcData object whose reference name is sheet1 to the value from cell C3 in the ICalcData object
            whose reference name is sheet2.
            </remarks>
            <example> Use this code to use cross sheet references:
            <code lang="C#">
            	//Register three ICalcData objects so cell can be referenced across ICalcData objects:
            	int sheetfamilyID = CalcEngine.CreateSheetFamilyID();
            	myCalcEngine.RegisterGridAsSheet("summary", calcData1, sheetfamilyID);
            	myCalcEngine.RegisterGridAsSheet("income", calcData2, sheetfamilyID);
            	myCalcEngine.RegisterGridAsSheet("expenses", calcData3, sheetfamilyID);
            	....
            	//Sample formula usage for cells in calcData1, the 'summary' data source.
            	//This code sums ups some cells from calcData3, the 'expenses' data source
            	//and calcData2, the 'income' data source.
            	//Sum the range B2:B8 from expenses:
            	string sumExpenses = "= Sum(expenses!B2:expenses!B8)";
            	//Sum the range B2:B4 from income:
            	string sumIncome = "= Sum(income!B2:income!B4)";
            </code>
            <code lang="VB">
            	'Register three ICalcData objects so cell can be referenced across ICalcData objects:
            	Dim sheetfamilyID As Integer = CalcEngine.CreateSheetFamilyID();
            	myCalcEngine.RegisterGridAsSheet("summary", calcData1, sheetfamilyID)
            	myCalcEngine.RegisterGridAsSheet("income", calcData2, sheetfamilyID)
            	myCalcEngine.RegisterGridAsSheet("expenses", calcData3, sheetfamilyID)
            	....
            	'Sample formula usage for cells in calcData1, the 'summary' data source.
            	'This code sums ups some cells from calcData3, the 'expenses' data source
            	'and calcData2, the 'income' data source.
            	'Sum the range B2:B8 from expenses:
            	Dim sumExpenses As String = "= Sum(expenses!B2:expenses!B8)"
            	'Sum the range B2:B4 from income:
            	Dim sumIncome As String = "= Sum(income!B2:income!B4)"
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RenameSheet(System.String,Syncfusion.Calculate.ICalcData)">
            <summary>
            Change the sheet name of <see cref="T:Syncfusion.Calculate.ICalcData"/> with the given name.
            </summary>
            <param name="sheetName">Name of the sheet.</param>
            <param name="model">The ICalcData object.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RegisterVariableNames(System.String[])">
            <summary>
            Registers a list of variable names so you can use it within formulas.
            </summary>
            <param name="list">List of names.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RemoveFunction(System.String)">
            <summary>
            A method that removes a function from the function library.
            </summary>
            <param name="name">The name of the function to be removed.</param>
            <returns>True if successfully removed, otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RemoveNamedRange(System.String)">
            <summary>
            Removes a range from the NamedRanges collection.
            </summary>
            <param name="name">The name of the range to be removed.</param>
            <returns>True if successfully removed, otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ResetSheetFamilyID">
            <summary>
            A method to reset the cached ICalcData object IDs.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ResetSheetIDs">
            <summary>
            Resets the internal sheet token marker to 0.
            </summary>
            <remarks>
            When RegisterGridAsSheet is called to add a ICalcData object to a CalcEngine,
            this newly added sheet is associated with an integer used in tokenizing formulas.
            This sheetID integer is required in the PullUpdatedValue method to specify the ICalcData
            object being accessed. The GetSheetID method allows you to retrieve a sheetID given
            an ICalcData object. This internal sheet token marker is a static member of CalcEngine,
            and is incremented each time a new ICalcData object is registered with the CalcEngine
            using RegisterGridAsSheet.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ResetVariableNames">
            <summary>
            Clears any variable names registered with the CalcEngine.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RowIndex(System.String)">
            <summary>
            A method to retrieve the row index from a cell reference.
            </summary>
            <param name="s">String holding a cell reference such as C21 or AB11.</param>
            <returns>An integer with the corresponding row number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLogest(System.String)">
            <summary>
            Returns the m parameter of the exponential curve y = b * m^x that best fits the given points. Only the first two Excel parameters are used.
            </summary>
            <param name="range">Y_range, x_range.</param>
            <returns>returns m parameter.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLogestb(System.String)">
            <summary>
            Returns the b value from the exponential curve y = b * m^x.
            </summary>
            <param name="range">Y_range, x_range.</param>
            <returns>returns calculated b value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StripTics(System.String)">
            <summary>
            Removes outer quote marks from a string with no inner quote marks.
            </summary>
            <param name="s">The string with possible outer quote marks.</param>
            <returns>The string with any outer quote marks removed.</returns>
            <remarks>This is a utility method that removes outer quotes on a string.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.TextIsEmpty(System.String)">
            <summary>
            Tests whether a string is NULL or empty.
            </summary>
            <param name="s">String to be tested.</param>
            <returns>True is passed in string is null or empty, otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ToString">
            <summary>
            An overridden method to display information on the cell currently being calculated.
            </summary>
            <returns>String with information on the cell currently being calculated.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.UnregisterGridAsSheet(System.String,Syncfusion.Calculate.ICalcData)">
            <summary>
            Unregisters a grid so it can no longer be referenced in a formula from another grid.
            </summary>
            <param name="refName">The reference name used to refer to this grid from formulas in other grids.
            </param>
            <param name="model">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.UpdateCalcID">
            <summary>
            A method that increases the calculation level of the CalcEngine.
            </summary>
            <remarks>Every formula has a calculation ID level associated with it. Every time
            a formula is retrieved, its calculation ID level is compared with the CalcEngine
            ID level. If they do not agree, the formula is recomputed. Calling UpdateCalcID
            will force any formula to be recomputed the next time it is retrieved.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.UpdateDependenciesAndCell(System.String)">
            <summary>
            Triggers a calculation for any value depending upon the given cell.
            </summary>
            <param name="cell1">The cell.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDate(System.String)">
            <summary>
            Returns the number of days since 01 Jan 1900.
            </summary>
            <param name="argList">Year, month, and day.</param>
            <returns>Number of days.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDatevalue(System.String)">
            <summary>
            Returns the number of days since 01 Jan 1900.
            </summary>
            <param name="argList">Text containing a date.</param>
            <returns>Number of days.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDay(System.String)">
            <summary>
            Returns the day of the serial number date.
            </summary>
            <param name="argList">Serial number date.</param>
            <returns>Day of the given date.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDays360(System.String)">
            <summary>
            Number of days between 2 dates using 360 day year.
            </summary>
            <param name="argList">Serial number date1, serial number date1 and method.</param>
            <returns>Days between the dates.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeYearFrac(System.String)">
            <summary>
            returns the fraction of the year represented by the number of whole days between two given dates
            </summary>
            <param name="argList">startDate, endDate, basis (optional)</param>
            <returns>returns the fraction of the year</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDays(System.String)">
            <summary>
            Returns the number of days between two dates.
            </summary>
            <param name="argList">startDate, endDate</param>
            <returns>Returns the number of days</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeEDate(System.String)">
            <summary>
            returns the date of given date after the specific month
            </summary>
            <param name="argList">startDate, months</param>
            <returns>returns the date</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeEOMonth(System.String)">
            <summary>
            Returns the last date of the date after the specific month of given date.
            </summary>
            <param name="argList">startDate, month</param>
            <returns>return the date.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWeeknum(System.String)">
            <summary>
            Returns the week number of a specific date
            </summary>
            <param name="argList">serial_number,start_day of week (optional)</param>
            1 or omitted - Sunday 
            2 Monday 
            11 Monday 
            12 Tuesday 
            13 Wednesday 
            14 Thursday 
            15 Friday  
            16 Saturday 
            17 Sunday 
            21 Monday 
            <returns>returns the week number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeISOWeeknum(System.String)">
            <summary>
            Returns ISO week number of the year for a given date
            </summary>
            <param name="argList">date</param>
            <returns>returns ISO week number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWorkDay(System.String)">
            <summary>
            returns the date of the given date after the number of working days 
            </summary>
            <param name="argList">startDate, days,  holidays (optional)</param>
            <returns>returns the date</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNetworkDaysintl(System.String)">
            <summary>
            Returns the number of whole workdays between two dates, week end and holidays are not consider as working days
            </summary>
            <param name="argList">start_date, end_date,weekend (optional), holidays (optional)</param>
            <returns>return the work days</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWorkDayintl(System.String)">
            <summary>
            Returns the serial number of the given date before or after a specified number of workdays
            </summary>
            <param name="argList">startDate, days, weekend (optional) , holidays (optional)</param>
            <returns>return the serial number of specific date.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHour(System.String)">
            <summary>
            Returns the hour of the given time.
            </summary>
            <param name="argList">Given time.</param>
            <returns>Hour of given time.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMinute(System.String)">
            <summary>
            Returns the minute of the given time.
            </summary>
            <param name="argList">Given time.</param>
            <returns>Minute of given time.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSecond(System.String)">
            <summary>
            Returns the second of the given time.
            </summary>
            <param name="argList">Given time.</param>
            <returns>Second of given time.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMonth(System.String)">
            <summary>
            Returns the month of the given date.
            </summary>
            <param name="argList">given time</param>
            <returns>Month of given date.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNow(System.String)">
            <summary>
            Returns the current date and time as a date serial number.
            </summary>
            <param name="argList">Parameter Ignored.</param>
            <returns>Current date and time as serial number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeToday(System.String)">
            <summary>
            Returns the current date as a date serial number.
            </summary>
            <param name="argList">Parameter Ignored.</param>
            <returns>Current date as date serial number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTime(System.String)">
            <summary>
            Returns a fraction of a day.
            </summary>
            <param name="argList">Hour, minute, and second.</param>
            <returns>Fraction of a day.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTimevalue(System.String)">
            <summary>
            Returns a fraction of a day.
            </summary>
            <param name="argList">Time as a text string.</param>
            <returns>Fraction of a day.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWeekday(System.String)">
            <summary>
            Day of the week.
            </summary>
            <param name="argList">Serial number date1 and return_type.</param>
            <returns>Days between the dates.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeYear(System.String)">
            <summary>
            Returns the year of the given date.
            </summary>
            <param name="argList">Given date.</param>
            <returns>Month of given date.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.BaseToBase(System.String,System.Int32,System.Int32)">
            <summary>
            Calculates the Output to the concerned base.
            </summary>
            <param name="argList">Data to be converted.</param>
            <param name="from">Base of the Given Data</param>
            <param name="to">Base to be obtained.</param>
            <returns>The data concerning to the base in 'to' parameter</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDec2Bin(System.String)">
            <summary>
            Computes the Binary value for the given Decimal Number.
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>Returns the calculated Binary value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDec2Oct(System.String)">
            <summary>
            Computes the Octal value for the given Decimal Number.
            </summary>
            <param name="argList">data to be converted.</param>
            <returns>Returns the calculated Octal value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDec2Hex(System.String)">
            <summary>
            Computes the Hexadecimal value for the given Decimal Number.
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>Returns the calculated Hexadecimal value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBin2Oct(System.String)">
            <summary>
            Computes the Octal Number for the given binary NUmber.
            </summary>
            <param name="argList">Input BinaryNumber</param>
            <returns>The resultant Octal Number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBin2Dec(System.String)">
            <summary>
            Computes the Decimal Number for the given binary NUmber.
            </summary>
            <param name="argList">Input BinaryNumber</param>
            <returns>The resultant Decimal Number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBin2Hex(System.String)">
            <summary>
            
            </summary>
            <param name="argList"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHex2Bin(System.String)">
            <summary>
            Computes the Binary value for the given Hexadecimal Data.
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>Returns the calculated Binary value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHex2Oct(System.String)">
            <summary>
            Computes the Octal Equivalent for the given Hexadecimal value
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>The calculated Octal value for the given. </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHex2Dec(System.String)">
            <summary>
            Computes the Decimal Equivalent for the given Hexadecimal value
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>The calculated Decimal value for the given.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOct2Bin(System.String)">
            <summary>
            Computes the Binary value for the given Octal Number.
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>Returns the calculated Binary value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOct2Hex(System.String)">
            <summary>
            Calculates the Hexadecimal equivalent value for the given Octal value
            </summary>
            <param name="argList">Data to be converted.</param>
            <returns>The Converted Hexadecimal value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOct2Dec(System.String)">
            <summary>
            Computes the Decimal Equivalent for the given Octal value
            </summary>
            <param name="argList">The Value to be converted to Decimal</param>
            <returns>The calculated value for the given  </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeReal(System.String)">
            <summary>
            Gets the Real part of the given Complex number.
            </summary>
            <param name="argList">Given complex number.</param>
            <returns>Real part of the given complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImaginary(System.String)">
            <summary>
            Gets the Imaginary part of the given Complex number.
            </summary>
            <param name="argList">Given complex number.</param>
            <returns>Imaginary part of the given complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImABS(System.String)">
            <summary>
            Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The absolute value (modulus) of given complex number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImProduct(System.String)">
            <summary>
            Computes the Product of the given Complex Numbers
            </summary>
            <param name="argList">Input Complex Numbers</param>
            <returns>The multiplied result of the two complex numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeComplex(System.String)">
            <summary>
            Obtains the complex number for the given real and imaginary part.
            </summary>
            <param name="argList">Given real and Imaginary part.</param>
            <returns>The complex number derived from the real and imaginary part.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImSum(System.String)">
            <summary>
            Computes the sum of two complex number.
            </summary>
            <param name="argList">Parameter that is used for performing sum</param>
            <returns>The calculated sum of the numbers</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImSub(System.String)">
            <summary>
            Computes the Difference of two complex number.
            </summary>
            <param name="argList">Parameter that is used for performing Subtraction</param>
            <returns>The calculated difference of the numbers</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImConjugate(System.String)">
            <summary>
            Returns the complex conjugate of a complex number in x + yi or x + yj text format.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The complex conjugate of a complex number in x + yi or x + yj text format.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImDiv(System.String)">
            <summary>
            Computes the Division of the given Complex Numbers
            </summary>
            <param name="argList">Input Complex Numbers</param>
            <returns>The Divided result of the two complex numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImSqrt(System.String)">
            <summary>
            Returns the Square Root of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Square Root of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImArgument(System.String)">
            <summary>
            Returns the argument  (theta), an angle expressed in radians
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The argument  (theta), an angle expressed in radians</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMSin(System.String)">
            <summary>
             Returns the IMSin of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMSin of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImSinH(System.String)">
            <summary>
            Returns the Hyperbolic Sine value of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Hyperbolic Sine Value of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMCSC(System.String)">
            <summary>
             Returns the IMCSC of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMCSC of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMCos(System.String)">
            <summary>
             Returns the IMCos of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMCos of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMSEC(System.String)">
            <summary>
             Returns the IMSEC of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMSEC of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMTan(System.String)">
            <summary>
             Returns the IMTan of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMTan of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImCot(System.String)">
            <summary>
             Returns the IMCot of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMCot of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMCSCH(System.String)">
            <summary>
             Returns the IMCSCH of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMCSCH of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImCosH(System.String)">
            <summary>
            Returns the Hyperbolic Cos value of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Hyperbolic Cos Value of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMTanH(System.String)">
            <summary>
             Returns the IMTanH of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMTanH of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMCotH(System.String)">
            <summary>
             Returns the IMCotH of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMCotH of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMSecH(System.String)">
            <summary>
             Returns the IMSecH of the given Complex Number.
             </summary>
             <param name="argList">Input Complex Number</param>
             <returns>The IMSecH of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMLOG10(System.String)">
            <summary>
            Returns the LOG10 value of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Log10 of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMLOG2(System.String)">
            <summary>
            Returns the Log2 of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Log2 of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIMLN(System.String)">
            <summary>
            Returns the LOG value of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Log of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImEXP(System.String)">
            <summary>
            Returns the Exponent of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The Exponent of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeImPower(System.String)">
            <summary>
            Returns the power of the given Complex Number.
            </summary>
            <param name="argList">Input Complex Number</param>
            <returns>The power of the given Complex Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBitOr(System.String)">
            <summary>
            Computes the Bit OR of the given two numbers.
            </summary>
            <param name="argList">Input Numbersfor which the OR operations has to be performed.</param>
            <returns>Bit OR value of the given two numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBitXor(System.String)">
            <summary>
            Computes the Bit XoR of the given two numbers.
            </summary>
            <param name="argList">Input Numbersfor which the OR operations has to be performed.</param>
            <returns>Bit OR value of the given two numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBitAnd(System.String)">
            <summary>
            Computes the Bit AND of the given two numbers.
            </summary>
            <param name="argList">Input Numbersfor which the AND operations has to be performed.</param>
            <returns>Bit AND value of the given two numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBitLShift(System.String)">
            <summary>
            Computes the Bit Left Shift of the given number.
            </summary>
            <param name="argList">Input Numbersfor which the OR operations has to be performed.</param>
            <returns>Bit Left Shift value of the given number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBitRShift(System.String)">
            <summary>
            Computes the Bit Right Shift of the given number.
            </summary>
            <param name="argList">Input Numbersfor which the Bit Right Shift operations has to be performed.</param>
            <returns>Bit Right Shift value of the given number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeErf(System.String)">
            <summary>
             Returns the error function .
             </summary>
             <param name="argList">Input Number</param>
             <returns>The error function.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeErfCPrecise(System.String)">
            <summary>
             Returns the Complement of error function .
             </summary>
             <param name="argList">Input Number</param>
             <returns>The Complement of error function.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeErfPrecise(System.String)">
            <summary>
             Returns the error function .
             </summary>
             <param name="argList">Input Number</param>
             <returns>The error function.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBesselI(System.String)">
            <summary>
            Return the value of the ComputeBesselI 
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.besseli0(System.Double)">
            <summary>
            Return the value of besseli0
            </summary>
            <param name="x">value</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBesselJ(System.String)">
            <summary>
             Returns the BesselJ function of order n of the specified number.
             </summary>
             <param name="argList">Input Number</param>
             <returns>The BesselJ of the Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.j1(System.String)">
            <summary>
            Returns the Bessel function of order 1 of the specified number.
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.j0(System.String)">
            <summary>
            Returns the Bessel function of order 0 of the specified number.
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBesselY(System.String)">
            <summary>
             Returns the BesselY function of order n of the specified number.
             </summary>
             <param name="argList">Input Number</param>
             <returns>The BesselY of the Number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.y0(System.Double)">
            <summary>
            Returns the Bessel function of the second kind, of order 0 of the specified number.
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.y1(System.Double)">
            <summary>
            Returns the Bessel function of the second kind, of order 1 of the specified number.
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputebesselK(System.String)">
            <summary>
            Returns the value of ComputebesselK
            </summary>
            <param name="argList">arguments list</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConversion(System.String)">
            <summary>
            Returns the value of ComputeConversion
            </summary>
            <param name="argList">arguments list</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.LookupCachingClearAll">
            <summary>
            Clears all look up caches used in HLookUp and VLookUp calculations so they will be recreated the
            next time one of these functions is used.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.LookupCachingClearSheet(Syncfusion.Calculate.ICalcData)">
            <summary>
            Returns the value of Clearsheet
            </summary>
            <param name="grd">Icalcdata</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ReloadErrorStrings">
            <summary>
            Use this method to reset internal error strings if you make changes to <see cref="F:Syncfusion.Calculate.CalcEngine.FormulaErrorStrings"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Determinant(System.Double[0:,0:],System.Int32)">
            <summary>
            Used to find the determinant internally for matrix function
            </summary>
            <param name="a">double array</param>
            <param name="k">array length</param>
            <returns>double value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.NormalProbabilityDensity(System.Double,System.Double,System.Double)">
            <summary>
            Returns the Probabilitydistribution of the normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="mean">Mean of the distribution.</param>
            <param name="standardDeviation">Standard deviation of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Cofactor(System.Double[0:,0:],System.Int32,System.Double[0:,0:]@)">
            <summary>
            find the cofactor of matrix
            </summary>
            <param name="num"></param>
            <param name="f">array length</param>
            <param name="inverse">return the inverse matrix</param>
            <returns>return success state</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Inverse(System.Double[0:,0:],System.Double[0:,0:],System.Int32,System.Double[0:,0:]@)">
            <summary>
            To find the inverse of matrix
            </summary>
            <param name="num">matrix</param>
            <param name="fac">cofactor matrix</param>
            <param name="r">matrix length</param>
            <param name="inverse">Inveser matrix</param>
            <returns>Inverse Matrix</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ChiSquaredProbabilityDensityFunction(System.Double,System.Int32)">
            <summary>
            Chi-squared probability density function.
            </summary>
            <param name="x">The value at which the PDF is evaluated.</param>
            <param name="k">Degress of freedom, or number independent standard normal distributions.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.NormalCumulativeDistributionFunctionInverse(System.Double,System.Double,System.Double)">
             <summary>
             Returns the inverse of the CDF of the normal distribution.
             </summary>
             <param name="p">Cumulative probability of the distribution. 0 &lt;= p &gt;= 1.</param>
            <param name="mean">Mean of the distribution.</param>
             <param name="standardDeviation">Standard deviation of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalCumulativeDistributionInverse(System.Double)">
            <summary>
            Returns the inverse of the CDF of the standard normal distribution.
            </summary>
            <param name="p">Cumulative probability of the distribution. p is between 0 and 1.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNpv(System.String)">
            <summary>
            Computes the net present value an investment.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period
            and a list of invested values.</param>
            <returns>Net present value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePmt(System.String)">
            <summary>
            Computes the payment for a loan.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period,
            number of periods, present value, future value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Payment amount.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePpmt(System.String)">
            <summary>
            Computes the principal payment for a period.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period, the period,
            number of periods, present value, future value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Principal payment.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePv(System.String)">
            <summary>
            Computes the present value of an investment.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period,
            number of periods, payment per period, future value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Present value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRate(System.String)">
            <summary>
            Computes the internal rate of return of a series of cash flows.
            </summary>
            <param name="argList">Delimited string containing a range of cells and an initial guess.</param>
            <returns>Internal rate of return.</returns>
            <remarks>
            This IRR calculation uses Newton's method to approximate a root of
                      f(r) = Sum( values[i]/(1+r)^i) = 0
            where the Sum index is i = 1 to the number of values. The algorithm returns a value if
            the relative difference between root approximations is less than 1e-7. It fails if this
            accuracy is not attained in 20 iterations.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSln(System.String)">
            <summary>
            Computes the straight-line depreciation of an asset per period.
            </summary>
            <param name="argList">Delimited string containing the cost,
            salvage value, and life.</param>
            <returns>Depreciation of the asset.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSyd(System.String)">
            <summary>
            Computes the sum of years digits depreciation of an asset per period.
            </summary>
            <param name="argList">Delimited string containing the cost,
            salvage value, life, and period.</param>
            <returns>Depreciation for the requested period.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVdb(System.String)">
            <summary>
            Computes the variable declining balance of an asset.
            </summary>
            <param name="argList">Delimited string containing the initial cost,
            salvage value, life of asset, period of calculation, and factor.</param>
            <returns>Variable declining balance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDollarDe(System.String)">
            <summary>
            Converts a number to text using currency format.
            </summary>
            <param name="args">Number and the number of digits.</param>
            <returns>Currency format string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDollarFr(System.String)">
            <summary>
            Converts a number to text using currency format.
            </summary>
            <param name="args">Number and the number of digits.</param>
            <returns>Currency format string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDuration(System.String)">
            <summary>
             Returns the weighted average of the present value of the cash flows
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Number of years</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeACCRINTM(System.String)">
            <summary>
            Calculates the accrued interest of a security that pays interest at maturity.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Accrued interest</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRRI(System.String)">
            <summary>
            Calculates the equivalent interest rate for the growth of an investment.
            </summary>
            <param name="args">Investment periods, present and future value of the investments.</param>
            <returns>Returns the equivalent interest.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFvschedule(System.String)">
            <summary>
            Returns the future value of an initial principal after applying a series of compound interest rates.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Number of future value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIntrate(System.String)">
            <summary>
             Returns the interest rate for a fully invested security.
            </summary>
            <param name="argList">Number and the number of digits</param>
            <returns>Rate of interest</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDisc(System.String)">
            <summary>
             Returns the discount rate for a security.
            </summary>
            <param name="args">Number and the number of digits</param>
            <returns>Rate of Discount</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFv(System.String)">
            <summary>
            Computes the future value of an investment.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period,
            number of periods, payment per period, present value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Future value of the investment.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIpmt(System.String)">
            <summary>
            Computes the interest payment for a period.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period, the period,
            number of periods, present value, future value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Interest payment.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIrr(System.String)">
            <summary>
            Computes the internal rate of return of a series of cash flows.
            </summary>
            <param name="argList">Delimited string containing a range of cells and an initial guess.</param>
            <returns>Internal rate of return.</returns>
            <remarks>
            This IRR calculation uses Newton's method to approximate a root of
                      f(r) = Sum( values[i]/(1+r)^i) = 0
            where the Sum index is i = 1 to the number of values. The algorithm returns a value if
            the relative difference between root approximations is less than 1e-5. It fails if this
            accuracy is not attained in 20 iterations.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeXirr(System.String)">
            <summary>
             Computes the internal rate of return for a schedule of possibly non-periodic cash flows.
            </summary>
            <param name="argList">A list of two or three arguments. The first argument contains a range of cash flows, the second argument
            contains a list of corresponding date serial number values, and the third argument contains an initial guess at the return value.</param>
            <returns>The internal rate of return.</returns>
            <remarks>The computation uses a root finding algorithm. If the algorithm does not converge to a result within 100 iterations,
            an error is returned. The convergence requirement is an absolute error of 0.000001. The first date must be the earliest date,
            and the dates must be date serial numbers. Also, there must be at least one positive cash flow and at least one negative cash
            flow in the cash flow values.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIspmt(System.String)">
            <summary>
            Computes the simple interest payment.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period, the period,
            number of periods, and present value.</param>
            <returns>Simple interest payment.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMirr(System.String)">
            <summary>
            Computes the modified internal rate of return of a series of cash flows.
            </summary>
            <param name="argList">Delimited string containing a range of cells,
            finance interest rate, and a reinvested interest rate.</param>
            <returns>Modified internal rate of return.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNper(System.String)">
            <summary>
            Computes the number of periods an investment.
            </summary>
            <param name="argList">Delimited string containing the rate as percentage per period,
            payment per period, present value, future value, and payment type (0 = end of period, 1 = start of period).</param>
            <returns>Number of periods.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAddress(System.String)">
            <summary>
            this function used to obtain the address of a cell in a worksheet, given specified row and column numbers
            </summary>
            <param name="argList">The argList contain the row and column postion and type of reference</param>
            <returns>Address of the given row and column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCell(System.String)">
            <summary>
            Return the information about cell
            </summary>
            <param name="arg">content, reference</param>
            <returns>Cell information</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeInfo(System.String)">
            <summary>
            Returns the current operation environment information
            </summary>
            <param name="argList">Type</param>
            <returns>environment information</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeType(System.String)">
            <summary>
            Returns the interger value for the datatype of given text
            </summary>
            <param name="argList">text</param>
            <returns>integer value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsFormula(System.String)">
            <summary>
            Return the value of ComputeIsFormula
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHLookUp(System.String)">
            <summary>
            Returns a horizontal table look up value.
            </summary>
            <param name="range">Contains search value, table, return index and match properties.</param>
            <returns>Matching value found in the table.</returns>
            <remarks> For example, =HLOOKUP("Axles",A1:C4,2,TRUE) looks for the exact
            match for Axles in A1:C1 and returns the corresponding value in A2:C2.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMatch(System.String)">
            <summary>
            Finds the index a specified value in a lookup_range.
            </summary>
            <param name="arg">look_value, lookup_range, match_type</param>
            <returns>The relative index of the lookup_value in the lookup_range.</returns>
            <remarks>
            Lookup_range should be a either a single row range or a single column range.
            If match_type is 0, the relative index of the first exact match (ignoring case)
            in the specified range is returned. If match_type is 1, the values in the range
            should be in ascending order, and the index of the largest value less than or
            equal to the lookup_value is returned. If match_type is -1, the values in the range
            should be in descending order, and the index of the smallest value greater than or
            equal to the lookup_value is returned.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVLookUp(System.String)">
            <summary>
            Returns a vertical table look up value.
            </summary>
            <param name="range">Contains search value, table, return index and match properties.</param>
            <returns>Matching value found in the table.</returns>
            <remarks> For example, =VLOOKUP("Axles",A1:C4,2,TRUE) looks for the exact
            match for Axles in A1:A4 and returns the corresponding value in B1:B4.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLeft(System.String)">
            <summary>
            Returns the left so many characters in the given string.
            </summary>
            <param name="range">Contains the string and the number of characters.</param>
            <returns>A left sub string..</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLen(System.String)">
            <summary>
            Returns the length of the given string.
            </summary>
            <param name="range">Contains the string.</param>
            <returns>An integer length.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMid(System.String)">
            <summary>
            Returns a substring of the given string.
            </summary>
            <param name="range">Contains the original string, start position of the substring,
            and the number of characters in the substring.</param>
            <returns>A substring.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRight(System.String)">
            <summary>
            Returns the right so many characters in the given string.
            </summary>
            <param name="range">Contains the string and the number of characters.</param>
            <returns>A right substring.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.IsSeparatorInTIC(System.String)">
            <summary>
            Returns True if the ParseArgumentSeparator character is included in a string.
            </summary>
            <param name="s">The string to be searched.</param>
            <returns>True or False.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GetStringArray(System.String)">
            <summary>
            Returns an array of strings from an argument list.
            </summary>
            <param name="s">A delimited argument list.</param>
            <returns>Array of strings from an argument list.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConcatenate(System.String)">
            <summary>
            Returns a single character string.
            </summary>
            <param name="range">List of strings to be concatenated.</param>
            <returns>A single string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIndirect(System.String)">
            <summary>
            Returns the reference specified by a text string. References are immediately evaluated to display their contents.
            <para>Syntax: INDIRECT(CellRefString, [IsA1Style])</para>
            </summary>
            <param name="args">Cell reference string.</param>
            <returns>Cell reference.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSubstitute(System.String)">
            <summary>
            In a given string, this method substitutes an occurrence of one string with another string.
            </summary>
            <param name="range">A list of 3 or 4 arguments: the original string, the search string, the
            replacement string, and optionally, an integer representing the occurrence to be replaced.
               </param>
            <returns>The modified string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeText(System.String)">
            <summary>
            Returns a quoted string from a date or number.
            </summary>
            <param name="range">Value to be converted to a string.</param>
            <returns>Quoted string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTextJoin(System.String)">
            <summary>
            The TEXTJOIN function combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges.
            </summary>
            <param name="range">A text string, or array of strings, such as a range of cells.</param>
            <returns>A single string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConcat(System.String)">
            <summary>
            The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.
            </summary>
            <param name="range">Text item to be joined. A string, or array of strings, such as a range of cells.</param>
            <returns>A single string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeValue(System.String)">
            <summary>
            Returns a number.
            </summary>
            <param name="range">A date or number string.</param>
            <returns>A number in the given string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMod(System.String)">
            <summary>
            Returns the remainder after dividing one number by another.
            </summary>
            <param name="range">Two numbers in a list.</param>
            <returns>The remainder.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTrunc(System.String)">
            <summary>
            Truncates a number to an integer.
            </summary>
            <param name="range">Value and number of digits.</param>
            <returns>Truncated value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumProduct(System.String)">
            <summary>
            Returns the sum of the products of corresponding values.
            </summary>
            <param name="range">Two cell ranges.</param>
            <returns>Sum of the products.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDollar(System.String)">
            <summary>
            Converts a number to text using currency format.
            </summary>
            <param name="args">Number and the number of digits.</param>
            <returns>Currency format string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFixed(System.String)">
            <summary>
            Rounds a number to the specified number of decimals, formats the number
            in decimal format using a period and commas, and return the result as text.
            </summary>
            <param name="args">
            Number, number of digits, a flag that prevents from include
            commas in the returned text.
            </param>
            <returns>Formatted number as string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChoose(System.String)">
            <summary>
            Returns the value at the specified index from a list of values.
            </summary>
            <param name="arg">A string of the form "Index, Value1, Value2,..." in which the term 'Index' denotes the index of the value to be retrieved.</param>
            <returns>The selected value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLower(System.String)">
            <summary>
            Converts text to lowercase.
            </summary>
            <param name="args">Value to convert.</param>
            <returns>Converted string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeUpper(System.String)">
            <summary>
            Converts text to uppercase.
            </summary>
            <param name="args">Value to convert.</param>
            <returns>Converted string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeT(System.String)">
            <summary>
            Returns the string or text referred by the given value.
            </summary>
            <param name="args">value to find the referred text - Required </param>
            <returns>Returns the referred text</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeColumn(System.String)">
            <summary>
            Returns the column index of the passed in cell reference.
            </summary>
            <param name="arg">Contains zero or one argument. If no argument is passed, returns the column index of the
            location of this Column function call, otherwise returns the column index of the passed in cell reference.</param>
            <returns>The column index.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRow(System.String)">
            <summary>
            Returns the row index of the passed in cell reference.
            </summary>
            <param name="arg">Contains zero or one argument. If no argument is passed, returns the row index of the
            location of this Row function cell, otherwise returns the row index of the passed in cell reference.</param>
            <returns>The row index.</returns>
            <remarks>
            This method doesn't return an array of row numbers as the array formula entry is not supported in engine. It is another usecase of this library function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeN(System.String)">
            <summary>
            Returns a number converted from the provided value.
            </summary>
            <param name="args">Value to be converted.</param>
            <returns>A number in string format or an error string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNA(System.String)">
            <summary>
            Returns the error value(#N/A). Used internally.
            </summary>
            <param name="args">empty string.</param>
            <returns>error value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNA">
            <summary>
            Returns the error value (#N/A - value not available).
            </summary>
            <returns>error value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeErrorType(System.String)">
            <summary>
             Returns a number corresponding to the predefined error values(#NULL!, #VALUE!, #REF!, #NAME?, #NUM!, #N/A, "#GETTING_DATA). Returns #N/A if not or any value enclosed within double quotes.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTrim(System.String)">
            <summary>
            Removes all leading and trailing white-space characters.
            </summary>
            <param name="args">Value to trim.</param>
            <returns>
            The string that remains after all leading and trailing white-space characters
            were removed.
            </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsLogical(System.String)">
            <summary>
            Determines whether the value is a logical value.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True if the value is a logical value, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsNA(System.String)">
            <summary>
            Determines whether the value is the #NA error value.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True if the value is the #NA error value, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsErr(System.String)">
            <summary>
            Returns True is the string denotes an error except #N/A.
            </summary>
            <param name="range">Value to be tested.</param>
            <returns>True if the value is an error except #N/A, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsBlank(System.String)">
            <summary>
            Determines whether the value is empty string.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True if the value is empty, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsText(System.String)">
            <summary>
            Determines whether the value is string or not.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True if the value is a string, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsNonText(System.String)">
            <summary>
            Determines whether the value is not a string.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True if the value is not a string, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAnd(System.String)">
            <summary>
            Returns the And of all values treated as logical values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers. Each item in the list is considered True if it is nonzero
            and False if it is zero.</param>
            <returns>A string holding the And of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIFS(System.String)">
            <summary>
            The IFS function checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition. IFS can take the place of multiple nested IF statements, and is much easier to read with multiple conditions.
            </summary>
            <param name="args">A string holding [Something is True1, Value if True1, [Something is True2, Value if True2],…[Something is True127, Value if True127]</param>
            <returns>Returns a value that corresponds to the first TRUE condition</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSwitch(System.String)">
            <summary>
            The SWITCH function evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.
            </summary>
            <param name="args">A string holding expression, value1, result1, [default or value2, result2],…[default or value3, result3]</param>
            <returns>Returns the result corresponding to the first matching value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOr(System.String)">
            <summary>
            Returns the inclusive Or of all values treated as logical values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers. Each item in the list is considered True if it is nonzero
            and False if it is zero.</param>
            <returns>A string holding the Or of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNot(System.String)">
            <summary>
             Flips the logical value represented by the argument.
            </summary>
            <remarks>
            The argument is
            treated as a logical expression with a non-zero value considered True and a zero value considered False.
            </remarks>
            <param name="args">A string holding either a single argument consisting of a
            cell reference, formula, or number.
            </param>
            <returns>Returns 0 if the argument evaluates to a non-zero value. Otherwise, it returns 1.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOffSet(System.String)">
            <summary>
            Returns a range that is the offset of the reference range by rows and cols.
            </summary>
            <param name="arg">reference, rows, cols, [height], [width]</param>
            <returns>A range offset.</returns>
            <remarks>The returned range is the range passed in through the reference variable offset
            by the number of rows in the rows variable and number of columns in the cols variable. If height and
            width are present in the argument list, they determine the number of rows and columns
            in the returned range. Otherwise, the dimensions of the returned range match the input range.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTrue(System.String)">
            <summary>
            Returns the logical value True.
            </summary>
            <param name="empty">Empty string.</param>
            <returns>Logical True value string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFalse(System.String)">
            <summary>
            Returns the logical value False.
            </summary>
            <param name="empty">Empty string.</param>
            <returns>Logical False value string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAcos(System.String)">
            <summary>
            Computes angle whose cosine is the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding an angle whose cosine is the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeArabic(System.String)">
            <summary>
            Returns the Arabic value of Raman numeric
            </summary>
            <param name="arg"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAreas(System.String)">
            <summary>
            Returns the area of the passed in cell reference range
            </summary>
            <param name="arg">Contains one argument - reference</param>
            <returns>area of the passed in cell reference.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAsin(System.String)">
            <summary>
            Computes angle whose sine is the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding an angle whose sine is the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAsinh(System.String)">
            <summary>
            The inverse of Sinh.
            </summary>
            <param name="args">The given value.</param>
            <returns>Result of ASinh(value).</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAtan(System.String)">
            <summary>
            Computes angle whose tangent is the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the tangent of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAtan2(System.String)">
            <summary>
            The ArcTangent of the x and y values.
            </summary>
            <param name="argList">x_value and y_value.</param>
            <returns>Angle whose tangent is y_value/x_value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAtanh(System.String)">
            <summary>
            The inverse of Tanh.
            </summary>
            <param name="args">|Value| &lt; 1.</param>
            <returns>Result of ATanh(value).</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCeiling(System.String)">
            <summary>
            Computes the smallest whole number greater than or equal to the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the smallest whole number greater than or equal to the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCeilingMath(System.String)">
            <summary>
            Returns the RoundUp of the given number to the given significance
            </summary>
            <param name="args">Number, significance, mode</param>
            <returns>RoundUp number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeColumns(System.String)">
            <summary>
            Returns the number of columns of the passed in cell reference.
            </summary>
            <param name="arg">Contains one argument - reference</param>
            <returns>number of columns.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCombin(System.String)">
            <summary>
            The number of combinations of a given number of items.
            </summary>
            <param name="argList">Number, number_items.</param>
            <returns>The number of combinations.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCombinA(System.String)">
            <summary>
            Returns the value of ComputeCombinA
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLog(System.String)">
            <summary>
            Computes the natural logarithm of the value in the argument.
            </summary>
            <param name="argList">A cell reference, formula, or number.</param>
            <returns>A string holding the natural logarithm of the value in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLog10(System.String)">
            <summary>
            Computes the base 10 logarithm of the value in the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the base 10 logarithm of the value in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeExp(System.String)">
            <summary>
            Computes e raised to the value of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the e raised to the value of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSqrtpi(System.String)">
            <summary>
            Returns the square root of product of given number with PI.
            </summary>
            <param name="args">Number</param>
            <returns>Sqrtpi value of given number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSqrt(System.String)">
            <summary>
            Computes the square root of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the square root of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAbs(System.String)">
            <summary>
            Computes the absolute value of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the absolute value of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCos(System.String)">
            <summary>
            Computes the cosine of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the cosine of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAcosh(System.String)">
            <summary>
            The inverse of Cosh.
            </summary>
            <param name="args">Value >= 1.</param>
            <returns>Result of ACosh(value).</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRand(System.String)">
            <summary>
            Returns an evenly distributed random number &gt;= 0 and &lt; 1.
            </summary>
            <param name="args">Ignored. Can be empty.</param>
            <returns>
            A string holding the random number.
            </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTan(System.String)">
            <summary>
            Computes the tangent the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the tangent of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTanh(System.String)">
            <summary>
            Computes the hyperbolic tangent of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the hyperbolic tangent of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.CheckCriteria(System.Char,System.String,System.String)">
            <summary>
            Checks if value of S mets the Criteria or Not.
            </summary>
            <param name="op">Operator</param>
            <param name="s">Cell</param>
            <param name="criteria">The String value to be compared</param>
            <returns> True if Value of S equals Criteria Otherwise False</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.CheckCriteria(System.Char,System.String,System.Double)">
            <summary>
            Checks if value of S mets the Criteria or Not.
            </summary>
            <param name="op">Operator</param>
            <param name="s">Cell</param>
            <param name="compare">The double value to be compare</param>
            <returns> True if Value of S mets Criteria Otherwise returns False</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumif(System.String)">
            <summary>
            Sums the cells specified by some criteria.
            </summary>
            <param name="argList">The criteria range, the criteria, and the sum range.</param>
            <returns>A string holding the sum.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAsc(System.String)">
            <summary>
            Used to compute the value
            </summary>
            <param name="arg">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAcot(System.String)">
            <summary>
            Returns the arccotangent of a number.
            </summary>
            <param name="argList">A cell reference or number</param>
            <returns>A string containing the arccotangent of a number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAcoth(System.String)">
            <summary>
            Returns the hyperbolic arccotangent of a number.
            </summary>
            <param name="argList">A cell reference or number</param>
            <returns>A string containing the hyperbolic arccotangent of a number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAsech(System.String)">
            <summary>
             Returns the archyperbolic secant of an angle.
            </summary>
            <param name="argList">A cell reference or a number</param>
            <returns>A string containing the archyperbolic secant of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBase(System.String)">
            <summary>
            Retuns the number into text for the given radix base
            </summary>
            <param name="argList"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCosh(System.String)">
            <summary>
            Computes the hyperbolic cosine of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the hyperbolic cosine of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCot(System.String)">
            <summary>
            Returns the hyperbolic cosine of a number.
            </summary>
            <param name="argList">A cell reference or a number</param>
            <returns>A string containing the hyperbolic cosine of a number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCoth(System.String)">
            <summary>
            Returns the cotangent of an angle.
            </summary>
            <param name="argList">A cell reference or a number</param>
            <returns>A string containing the cotangent of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCsc(System.String)">
            <summary>
             Returns the cosecant of an angle
            </summary>
            <param name="argList">a cell reference or number</param>
            <returns>A string containing the cosecant of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCsch(System.String)">
            <summary>
            Returns the hyperbolic cosecant of an angle.
            </summary>
            <param name="argList"></param>
            <returns>A string containing the hyperbolic cosecant of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDecimal(System.String)">
            <summary>
            Returns the decimal number of the given text to the given base.
            </summary>
            <param name="argList">text,base</param>
            <returns>Decimal number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDegrees(System.String)">
            <summary>
            Converts radians into degrees.
            </summary>
            <param name="args">Value in radians.</param>
            <returns>Degrees for the given radians.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeEven(System.String)">
            <summary>
            Rounds up to larger in magnitude even number.
            </summary>
            <param name="args">Number to be rounded.</param>
            <returns>Rounded even value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFact(System.String)">
            <summary>
            Factorial of a given number.
            </summary>
            <param name="args">The given value, x.</param>
            <returns>Factorial of x.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFactdouble(System.String)">
            <summary>
            Returns the Double factorial value for given number.
            </summary>
            <param name="args">number to find FactDouble</param>
            <returns>FactDouble of given number. </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFloor(System.String)">
            <summary>
            Computes the largest whole number less than or equal to the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the largest whole number less than or equal to the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFormulaText(System.String)">
            <summary>
            Return the value of ComputeFormulaText
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGcd(System.String)">
            <summary>
            Returns the largest integer that divide the given numbers without any reminders.
            </summary>
            <param name="range">number1,number2,...</param>
            <returns>Returns the GCD value of given arguments</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHyperlink(System.String)">
            <summary>
            Create a shortcut for the link / path
            </summary>
            <param name="argList">link,name</param>
            <returns>shortcut name</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeInt(System.String)">
            <summary>
            Returns the integer value.
            </summary>
            <param name="range">Number to be truncated.</param>
            <returns>An integer.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsEven(System.String)">
            <summary>
            Determines whether the value is even or not.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True, if the value is even, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsNumber(System.String)">
            <summary>
            Determines whether the string contains a number or not.
            </summary>
            <param name="range">String to be tested.</param>
            <returns>True if the string is a number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIsOdd(System.String)">
            <summary>
            Determines whether the value is odd or not.
            </summary>
            <param name="args">Value to be tested.</param>
            <returns>True, if the value is odd, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLcm(System.String)">
            <summary>
            returns the smallest positive integer that is a multiple of all given values.
            </summary>
            <param name="range">Number1,Number2,...</param>
            <returns>The LCM value of given aruments</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLn(System.String)">
            <summary>
            Computes the natural logarithm of the value in the argument.
            </summary>
            <param name="argList">A cell reference, formula, or number.</param>
            <returns>A string holding the natural logarithm of the value in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMdeterm(System.String)">
            <summary>
            Returns the number of columns of the passed in cell reference.
            </summary>
            <param name="arg">Contains one argument - reference</param>
            <returns>number of columns.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMInverse(System.String)">
            <summary>
            Returns the number of columns of the passed in cell reference.
            </summary>
            <param name="arg">Contains one argument - reference</param>
            <returns>number of columns.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMmult(System.String)">
            <summary>
            Returns the number of columns of the passed in cell reference.
            </summary>
            <param name="arg">Contains one argument - reference</param>
            <returns>number of columns.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMround(System.String)">
            <summary>
            Determines the number rounded to the given multiple.
            </summary>
            <param name="argList">Number, Multible both are required</param>
            <returns>Mround value of given number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMultinomial(System.String)">
            <summary>
            Determines the Multinominal value of given range of numbers.
            </summary>
            <param name="range">Given numbers</param>
            <returns>Multinominal value of given range of numbers.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMUnit(System.String)">
            <summary>
             Returns the number of columns of the passed in cell reference.
             </summary>
             <param name="arg">Contains one argument - reference</param>
             <returns>number of columns.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeOdd(System.String)">
            <summary>
            Rounds up to larger in magnitude odd number.
            </summary>
            <param name="args">Number to be rounded.</param>
            <returns>Rounded odd value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePI(System.String)">
            <summary>
            Returns the number pi.
            </summary>
            <param name="args">Ignored. Can be empty.</param>
            <returns>A string holding the number pi.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePow(System.String)">
            <summary>
            Returns a specified number raised to the specified power.
            </summary>
            <param name="args">String containing two parameters separated by commas:
            the first being base number,
            the second being the exponent.</param>
            <returns>A string holding the value of the base number raised to the exponent.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeProduct(System.String)">
            <summary>
            Returns the product of the arguments in the list.
            </summary>
            <param name="range">List of arguments.</param>
            <returns>Product of the arguments.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeQuotient(System.String)">
            <summary>
            Returns the integer portion of division function.
            </summary>
            <param name="range">numerator, denominator to find the quotient</param>
            <returns>returns integer value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRadians(System.String)">
            <summary>
            Converts degrees into radians.
            </summary>
            <param name="args">Value in degrees.</param>
            <returns>Radians for the given degrees.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRoman(System.String)">
            <summary>
            Returns the arabic numeral to roman in TEXT format
            </summary>
            <param name="argList">Number, Form for style of roman text. 
            0 or omitted Classic. 
            1 More concise.  
            2 More concise.
            3 More concise.
            4 Simplified. 
            TRUE Classic. 
            FALSE Simplified. 
            </param>
            <returns>Retuns the Roman string of given numeric value based on the style form</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRound(System.String)">
            <summary>
            Rounds a number to a specified number of digits.
            </summary>
            <param name="argList">Number and number of digits.</param>
            <returns>Rounded number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRounddown(System.String)">
            <summary>
            Rounds a number to a specified number of digits.
            </summary>
            <param name="argList">Number and number of digits.</param>
            <returns>Rounded number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRoundup(System.String)">
            <summary>
            Rounds a number to a specified number of digits.
            </summary>
            <param name="argList">Number and number of digits.</param>
            <returns>Rounded number.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRows(System.String)">
            <summary>
            Returns the number of rows of the passed in cell reference.
            </summary>
            <param name="arg">Contains one argument.</param>
            <returns>number of rows.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSecant(System.String)">
            <summary>
            Returns the secant of an angle.
            </summary>
            <param name="argList"> A cell reference, or number.</param>
            <returns>A string conaining the secant of an angle</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSecanth(System.String)">
            <summary>
            Returns the hyperbolic secant of an angle.
            </summary>
            <param name="argList">A cell reference, or number</param>
            <returns>A string containing the hyperbolic secant of an angle.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSheet(System.String)">
            <summary>
            return the sheet number of the given value 
            </summary>
            <param name="argList">SheetName or cell or named range </param>
            <returns>sheet number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSheets(System.String)">
            <summary>
            return the sheet number of the given values 
            </summary>
            <param name="argList">SheetName or cell or named range </param>
            <returns>sheet number</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSign(System.String)">
            <summary>
            Returns a number indicating the sign of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding a number representing the sign of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSin(System.String)">
            <summary>
            Computes the sine of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the sine of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSinh(System.String)">
            <summary>
            Computes the hyperbolic sine of the argument.
            </summary>
            <param name="args">A cell reference, formula, or number.</param>
            <returns>A string holding the hyperbolic sine of the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSum(System.String)">
            <summary>
            Returns the sum of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the sum of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumIFS(System.String)">
            <summary>
            Returns the sum of all the cells in a range which is statisfy the given multible criteria
            </summary>
            <param name="argList">range of cells, criteria1, average_range1,...</param>
            <returns>returns the sum value of the cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumsq(System.String)">
            <summary>
            Returns the sum of the square of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the sum of the squares of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumx2my2(System.String)">
            <summary>
            Returns the sum of the differences of squares of the two ranges.
            </summary>
            <param name="range">x_range and y_range.</param>
            <returns>A string holding sum of the differences of squares.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumx2py2(System.String)">
            <summary>
            Returns the sum of the sums of squares of the two ranges.
            </summary>
            <param name="range">x_range and y_range.</param>
            <returns>A string holding sum of the sums of squares.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumxmy2(System.String)">
            <summary>
            Returns the sum of the squares of the differences between two ranges.
            </summary>
            <param name="range">x_range and y_range.</param>
            <returns>A string holding sum of the squares of the differences.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTranspose(System.String)">
            <summary>
            Returns the vertical range of cells as a horizontal range, or vice versa
            </summary>
            <param name="arg">Cell refrences</param>
            <returns>value</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTruncate(System.String)">
            <summary>
            Returns the value of computeTruncate
            </summary>
            <param name="argList">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
            <summary>
            Returns the sample covariance between two arrays.
            Arrays should be of equal length, and contain more than one element.
            </summary>
            <param name="array1"></param>
            <param name="array2"></param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Mean(System.Double[])">
            <summary>
            Returns the mean of an array.
            </summary>
            <param name="array">Array of data for which we are calculating the mean.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Mean(System.Double[],System.Double)">
            <summary>
            Returns the mean of an array.
            </summary>
            <param name="array">Array of data for which we are calculating the mean.  For time series, the last element (index = n-1), is the most recent.</param>
            <param name="decayFactor">In most applications, the decay factor is between 0 and 1.  Weigth on the last element in array is 1.0, the 2nd to last element d, 3rd to last d^2, ...</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.InverseSumOfGeometricSeries(System.Double,System.Int32)">
            <summary>
            Returns the inverse of the sum of a geometric series of length n, who's first element is 1.
            For decay factor d, S = 1 + d + d^2 + ... + d^(n-1). Return 1/S.
            </summary>
            <param name="decayFactor">Decay factor Typically between -1 adn +1.</param>
            <param name="length">Number of elements in the geometric series, must be positive.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAvedev(System.String)">
            <summary>
            Returns the average deviation of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the average deviation of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAveragea(System.String)">
            <summary>
            Returns the simple average of all values (including text) listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the simple average of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAverageIFS(System.String)">
            <summary>
            Returns the average of all the cells in a range which is statisfy the given multible criteria
            </summary>
            <param name="argList">range of cells, criteria1, average_range1,...</param>
            <returns>returns the average value of the cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChidist(System.String)">
            <summary>
            Returns the chi-squared distribution.
            </summary>
            <param name="argList">x, degrees of freedom.</param>
            <returns>The chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGrowth(System.String)">
            <summary>
            Returns the growth estimate using the exponential curve y = b * m^x that best fits the given points. Only the first two Excel parameters are used.
            </summary>
            <param name="range">Y_range, x_range.</param>
            <returns>returns estimated value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLogestMB(System.Double[],System.Double[],System.Double@,System.Double@)">
            <summary>
            Returns the m and b value used in exponential curve y = b * m^x.
            </summary>
            <param name="y">The set of y-values required in y = b*m^x</param>
            <param name="x">The set of x-values in y = b*m^x</param>
            <param name="b">output of b</param>
            <param name="m">output of m</param>
            <returns>returns calculated b value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammaln(System.String)">
            <summary>
            Returns the natural logarithm of the gamma function.
            </summary>
            <param name="argList">The value to be evaluated.</param>
            <returns>The natural logarithm of the gamma function.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChiinv(System.String)">
            <summary>
            Returns the inverse of the chi-squared distribution.
            </summary>
            <param name="argList">x, degrees of freedom.</param>
            <returns>The inverse of the chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChitest(System.String)">
            <summary>
            Returns the Chi Test for independence.
            </summary>
            <param name="range">Actual_range, expected_range.</param>
            <returns>Result of Chi Test: y-intercept.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormdist(System.String)">
            <summary>
            Returns the normal distribution.
            </summary>
            <param name="argList">x, mean, standarddev, cumulative.</param>
            <returns>The normal distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function. The distribution value
            is computed interactively using Trapezoidal Rule to six to seven significant digits
            or 20 iteration maximum.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormsDist(System.String)">
            <summary>
            Returns the standard normal cumulative distribution function. The distribution has a mean of 0 (zero) and a standard deviation of one.
            <para>Syntax: NORMSDIST(z)</para>
            </summary>
            <param name="argList">Z is the value for which you want the distribution.</param>
            <returns>Standard normal cumulative distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNorminv(System.String)">
            <summary>
            Returns the inverse of normal distribution.
            </summary>
            <param name="argList">P, mean, standard deviation.</param>
            <returns>Returns x such that normal distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.newnormalinv(System.Double)">
            <remarks>
             Enabled only when ExcelLikeComputations property is set to true.
             </remarks>
             <summary>
             Computes the inverse normal cumulative distribution for the given probability.
             </summary>
             <param name="p">probability</param>
             <returns>a double value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormsInv(System.String)">
            <summary>
            Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.
            <para>Syntax: NORMSINV(p)</para>
            </summary>
            <param name="argList">p is a probability corresponding to the normal distribution.</param>
            <returns>Inverse of standard normal cumulative distribution.</returns>
            <remarks>
            p should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConfidence(System.String)">
            <summary>
            Returns a confidence interval radius.
            </summary>
            <param name="argList">Alpha, standard deviation, size.</param>
            <returns>Returns x such that normal distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCorrel(System.String)">
            <summary>
            Returns the correlation coefficient of the two sets of points.
            </summary>
            <param name="range">range1, range2.</param>
            <returns>Correlation coefficient.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCount(System.String)">
            <summary>
            Returns the count of all values (including text) listed in the argument to
            evaluate to a number.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the count of all numerical values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCounta(System.String)">
            <summary>
            Returns the count of all values (including text) listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the count of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCountblank(System.String)">
            <summary>
            Returns the count of blank cells listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the count of blank cells listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCountif(System.String)">
            <summary>
            Counts the cells specified by some criteria.
            </summary>
            <param name="argList">The criteria range, the criteria.</param>
            <returns>Number of cells meeting the criteria.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCountIFFunctions(System.String,System.Boolean)">
            <summary>
            Calculates the CountIF and CountIFS formula
            </summary>
            <param name="argList"> The criteria range, the criteria</param>
            <param name="isCountif"> If true, calculate CountIF formula. Else calculate CountIFS formula.</param>
            <returns>Number of cells meeting the criteria.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCOUNTIFS(System.String)">
            <summary>
            The COUNTIFS function applies criteria to cells across multiple ranges and counts the number of times all criteria are met.
            </summary>
            <param name="argList">The criteria range, the criteria.</param>
            <returns>Number of cells meeting the criteria</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCovar(System.String)">
            <summary>
            Returns the covariance between the two sets of points.
            </summary>
            <param name="range">range1, range2.</param>
            <returns>The covariance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCritbinom(System.String)">
            <summary>
            Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
            </summary>
            <param name="argList">Number of trials, probability, alpha.</param>
            <returns>Returns the critical value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeExpondist(System.String)">
            <summary>
            Returns the exponential distribution.
            </summary>
            <param name="argList">x, lambda, cumulative.</param>
            <returns>The exponential distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFdist(System.String)">
            <summary>
            Returns the F (Fisher) probability distribution.
            </summary>
            <param name="argList">x, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns the F probability distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFinv(System.String)">
            <summary>
            Returns the inverse of F distribution.
            </summary>
            <param name="argList">p, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns x such that F distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFisher(System.String)">
            <summary>
            Returns the Fisher transformation of the input variable.
            </summary>
            <param name="argList">Input variable x.</param>
            <returns>Fisher transformation of x.</returns>
            <remarks>
            X should be between -1 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFisherinv(System.String)">
            <summary>
            Returns the inverse of Fisher transformation.
            </summary>
            <param name="argList">Input variable y.</param>
            <returns>The value x such that the Fisher transformation y is x.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeForecast(System.String)">
            <summary>
            Returns a forecasted value based on two sets of points using least square fit regression.
            </summary>
            <param name="range">x, rangex, rangey.</param>
            <returns>Forecasted value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeKurt(System.String)">
            <summary>
            Returns the kurtosis of the passed in values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The kurtosis of the data.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLarge(System.String)">
            <summary>
            Returns the Kth largest value in the range.
            </summary>
            <param name="range">range, k.</param>
            <returns>Kth largest value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLognormdist(System.String)">
            <summary>
            Returns the lognormal distribution.
            </summary>
            <param name="argList">x, mean, standarddev.</param>
            <returns>The lognormal distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLoginv(System.String)">
            <summary>
            Returns the inverse of the lognormal distribution.
            </summary>
            <param name="argList">p, mean, standarddev.</param>
            <returns>Returns the value x where the lognormal distribution of x is p.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMaxa(System.String)">
            <summary>
            Returns the maximum value of all values listed in the argument including logical values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the maximum value of all values listed in the argument.</returns>
            <remarks> True is treated as 1; False is treated as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMedian(System.String)">
            <summary>
            Returns the median value in the range.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>Median value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMina(System.String)">
            <summary>
            Returns the minimum value of all values listed in the argument including logical values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of:
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the minimum value of all values listed in the argument.</returns>
            <remarks> True is treated as 1; False is treated as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMode(System.String)">
            <summary>
            Returns the most frequent value in the range.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The most frequent value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNegbinomdist(System.String)">
            <summary>
            Returns the negative binomial distribution.
            </summary>
            <param name="argList">Number of failures, success threshold, probability, cumulative.</param>
            <returns>The negative binomial distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePearson(System.String)">
            <summary>
            Returns the Pearson product moment correlation coefficient.
            </summary>
            <param name="range">Range1, range2.</param>
            <returns>Pearson product.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentile(System.String)">
            <summary>
            Returns the percentile position in the range.
            </summary>
            <param name="range">Range, k.</param>
            <returns>Percentile position.</returns>
            <remarks>K is a value between 0 and 1.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentrank(System.String)">
            <summary>
            Returns the percentage rank in the range.
            </summary>
            <param name="range">Range, x, significant digits.</param>
            <returns>Percentile position.</returns>
            <remarks>Significant digits are optional, defaulting to 3.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePermut(System.String)">
            <summary>
            The number of permutations of n items taken k at the time.
            </summary>
            <param name="argList">n, k</param>
            <returns>The number of combinations.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePoisson(System.String)">
            <summary>
            Returns the Poisson distribution.
            </summary>
            <param name="argList">x, mean, cumulative</param>
            <returns>Returns the exponential distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeProb(System.String)">
            <summary>
            Returns the probability that a value in the given range occurs.
            </summary>
            <param name="range">xrange1, prange2, lowerbound, upperbound.</param>
            <returns>The probability.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeQuartile(System.String)">
            <summary>
            Returns the quartile position in the range.
            </summary>
            <param name="range">Range, q.</param>
            <returns>Percentile position.</returns>
            <remarks>Q is 0, 1, 2, 3, 4.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRank(System.String)">
            <summary>
            Returns the rank of x in the range.
            </summary>
            <param name="range">X, range, order.</param>
            <returns>Rank of x.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRsq(System.String)">
            <summary>
            Returns the square of the Pearson product moment correlation coefficient.
            </summary>
            <param name="range">Range1, range2.</param>
            <returns>Square of the Pearson product.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSkew(System.String)">
            <summary>
            Returns the skewness of a distribution.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>Skewness of a distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSlope(System.String)">
            <summary>
            Returns the slope of the least square fit line through the given points.
            </summary>
            <param name="range">Y_range, x_range.</param>
            <returns>Y-intercept for the given points.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSmall(System.String)">
            <summary>
            Returns the kth smallest value in the range.
            </summary>
            <param name="range">Range, k.</param>
            <returns>Kth smallest value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStandardize(System.String)">
            <summary>
            Returns a normalized value.
            </summary>
            <param name="argList">X, mean, stddev.</param>
            <returns>Normalized value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdev(System.String)">
            <summary>
            Returns the sample standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The sample standard deviation.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdeva(System.String)">
            <summary>
            Returns the sample standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The sample standard deviation.</returns>
            <remarks>Treats True as 1; False as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdevaP(System.String)">
            <summary>
            Returns the sample standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The sample standard deviation.</returns>
            <remarks>Treats True as 1; False as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdevp(System.String)">
            <summary>
            Returns the population standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The population standard deviation.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdevpa(System.String)">
            <summary>
            Returns the population standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The population standard deviation.</returns>
            <remarks>Treats True as 1; False as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSteyx(System.String)">
            <summary>
            Returns the standard error of the least square fit line through the given points.
            </summary>
            <param name="range">Y_range, x_range.</param>
            <returns>Standard error.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTrimmean(System.String)">
            <summary>
            Returns the mean of the range after removing points on either extreme.
            </summary>
            <param name="range">Range, percent.</param>
            <returns>Kth smallest value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVar(System.String)">
            <summary>
            Returns sample variance of the listed values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The sample variance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVara(System.String)">
            <summary>
            Returns sample variance of the listed values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The sample variance.</returns>
            <remarks> True is treated as 1; False is treated as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVarp(System.String)">
            <summary>
            Returns population variance of the listed values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The population variance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVarpa(System.String)">
            <summary>
            Returns population variance of the listed values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The population variance.</returns>
            <remarks> True is treated as 1; False is treated as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWeibull(System.String)">
            <summary>
            Returns the Weibull distribution.
            </summary>
            <param name="argList">X, alpha, beta, cumulative.</param>
            <returns>The Weibull distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeZtest(System.String)">
            <summary>
            Returns the one-tailed probability value of a Z test.
            </summary>
            <param name="range">Range, mu, sigma.</param>
            <returns>Kth smallest value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMax(System.String)">
            <summary>
            Returns the maximum value of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the maximum value of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMINIFS(System.String)">
            <summary>
            The MINIFS function returns the minimum value among cells specified by a given set of conditions or criteria.
            </summary>
            <param name="argList">range of cells, criteria1, average_range1,...</param>
            <returns>returns the Minimum value of the cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMAXIFS(System.String)">
            <summary>
            The MAXIFS function returns the maximum value among cells specified by a given set of conditions or criteria.
            </summary>
            <param name="argList">range of cells, criteria1, average_range1,...</param>
            <returns>returns the Maximum value of the cells.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSubTotal(System.String)">
            <summary>
            Returns the subtotal of input range(s).
            </summary>
            <param name="args">A list of cell references(seperated by commas)</param>
            <returns>Subtotal of range(s)</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMin(System.String)">
            <summary>
            Returns the minimum value of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the minimum value of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeAvg(System.String)">
            <summary>
            Returns the simple average of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>A string holding the simple average of all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHarmean(System.String)">
            <summary>
            Returns the harmonic mean of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The harmonic mean all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHypgeomdist(System.String)">
            <summary>
            Returns the hypergeometric distribution.
            </summary>
            <param name="argList">Number of sample successes, number of sample, number of population successes, number of population.</param>
            <returns>Returns the gamma distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeHypgeomOdist(System.String)">
            <summary>
            Returns the hypergeometric distribution.
            </summary>
            <param name="argList">Number of sample successes, number of sample, number of population successes, number of population.</param>
            <returns>Returns the gamma distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIf(System.String)">
            <summary>
            Conditionally computes one of two alternatives depending upon a logical expression.
            </summary>
            <remarks>
            The first argument is
            treated as a logical expression with a non-zero value considered True and a zero value considered False.
            The value of only one of the alternatives is computed depending upon the logical expression.
            </remarks>
            <param name="args">A string holding a list of three arguments.
            </param>
            <returns>Returns a string holding the second argument if the first argument is True (non-zero). Otherwise, it returns a string holding the third argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIfError(System.String)">
            <summary>
            Returns a value you specify if a formula evaluates to an error
            otherwise, returns the result of the formula.
            </summary>
            <param name="args">String to be tested.</param>
            <returns>Retuns the error string</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIntercept(System.String)">
            <summary>
            Returns the y-intercept of the least square fit line through the given points.
            </summary>
            <param name="range">y_range, x_range.</param>
            <returns>y-intercept for the given points.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBinomdist(System.String)">
            <summary>
            Returns the binomial distribution.
            </summary>
            <param name="argList">Number of successes, number of trials, probability, cumulative.</param>
            <returns>The binomial distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSkewP(System.String)">
            <summary>
            Returns the skewness of a distribution based on a population a characterization of the degree of asymmetry of a distribution around its mean.
            </summary>
            <param name="range"> numbers or names, arrays, or reference that contain numbers</param>
            <returns>Skewness of a distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCovarianceP(System.String)">
            <summary>
            Returns population covariance, the average of the products of deviations for each data point pair in two data sets. 
            </summary>
            <param name="range">range1, range2.</param>
            <returns>The covarianceP</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCovarianceS(System.String)">
            <summary>
            Returns the sample covariance, the average of the products of deviations for each data point pair in two data sets.
            </summary>
            <param name="range">range1, range2.</param>
            <returns>The covariances</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentileInc(System.String)">
            <summary>
            Returns the percentile position in the range.
            </summary>
            <param name="range">Range, k.</param>
            <returns>Percentile position.</returns>
            <remarks>K is a value between 0 and 1.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentrankExc(System.String)">
            <summary>
            Returns the percentage rank Exc in the range.
            </summary>
            <param name="range">Range, x, significant digits.</param>
            <returns>Percentile position.</returns>
            <remarks>Significant digits are optional, defaulting to 3.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentileExc(System.String)">
            <summary>
            Returns the percentile position in the range.
            </summary>
            <param name="range">Range, k.</param>
            <returns>Percentile position.</returns>
            <remarks>K is a value between 0 and 1.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePercentrankInc(System.String)">
            <summary>
            Returns the percentage rank Inc in the range.
            </summary>
            <param name="range">Range, x, significant digits.</param>
            <returns>Percentile position.</returns>
            <remarks>Significant digits are optional, defaulting to 3.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeStdevaS(System.String)">
            <summary>
            Returns the sample standard deviation.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.
            </param>
            <returns>The sample standard deviation.</returns>
            <remarks>Treats True as 1; False as 0.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVarPAdv(System.String)">
            <summary>
            Returns sample variance of the listed values.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The sample variance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeVarSAdv(System.String)">
            <summary>
            Calculates variance based on the entire population (ignores logical values and text in the population).
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The sample variance.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePermutationA(System.String)">
            <summary>
            Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.
            </summary>
            <param name="argList">n, k</param>
            <returns>The number of combinations.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormOdist(System.String)">
            <summary>
            Returns the normal distribution for the specified mean and standard deviation. 
            </summary>
            <param name="argList">x, mean, standarddev, cumulative.</param>
            <returns>The normal distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function. 
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormOinv(System.String)">
            <summary>
            Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.
            </summary>
            <param name="argList">P, mean, standard deviation.</param>
            <returns>Returns x such that normal distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormOsODist(System.String)">
            <summary>
            Returns the standard normal cumulative distribution function. The distribution has a mean of 0 (zero) and a standard deviation of one.
            <para>Syntax: NORMSDIST(z)</para>
            </summary>
            <param name="argList">Z is the value for which you want the distribution.</param>
            <returns>Standard normal cumulative distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalProbabilityDensity(System.Double)">
            <summary>
            Returns the PDF of the standard normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalCumulativeDistributionFunction(System.Double)">
            <summary>
            Returns the CDF of the standard normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalProbabilityDensityFunction(System.Double)">
            <summary>
            Returns the PDF of the standard normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalCumulativeDistribution(System.Double)">
            <summary>
            Returns the CDF of the standard normal distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.StandardNormalCumulativeDistributionFunctionInverse(System.Double)">
            <summary>
            Returns the inverse of the CDF of the standard normal distribution.
            </summary>
            <param name="p">Cumulative probability of the distribution. p is between 0 and 1.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNormOsOInv(System.String)">
            <summary>
            Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.
            <para>Syntax: NORMSINV(p)</para>
            </summary>
            <param name="argList">p is a probability corresponding to the normal distribution.</param>
            <returns>Inverse of standard normal cumulative distribution.</returns>
            <remarks>
            p should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWeiBullODist(System.String)">
            <summary>
            Calculates the Weibull Probability Density Function or the Weibull Cumulative Distribution Function for a supplied set of parameters.
            </summary>
            <param name="argList">x, alpha, beta, cumulative.</param>
            <returns>Returns the calculated weibull distribution.</returns>
            <remarks>
            cumulative =  A logical argument which denotes the type of distribution to be used
            TRUE	   =  Weibull Cumulative Distribution Function
            FALSE	   =  Weibull Probability Density Function
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeExponODist(System.String)">
            <summary>
            Returns the exponential distribution.
            </summary>
            <param name="argList">x, lambda, cumulative.</param>
            <returns>The exponential distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammadist(System.String)">
            <summary>
            Returns the gamma distribution.
            </summary>
            <param name="argList">X, alpha, beta, cumulative.</param>
            <returns>The gamma distribution.</returns>
            <remarks>
            X, alpha, and beta should be positive real numbers. Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function. The distribution value
            is computed interactively using Trapezoidal Rule to six to seven significant digits
            or 20 iteration maximum.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammainv(System.String)">
            <summary>
            Returns the inverse of gamma distribution.
            </summary>
            <param name="argList">p, alpha, beta</param>
            <returns>Returns x such that gamma distribution at x is p.</returns>
            <remarks>
            P, alpha, and beta should be positive real numbers, with p between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGeomean(System.String)">
            <summary>
            Returns the geometric mean of all values listed in the argument.
            </summary>
            <param name="range">A string holding a list (separated by commas) of
            cell references,
            formulas, or numbers.</param>
            <returns>The geometric mean all values listed in the argument.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammaOdist(System.String)">
            <summary>
            Returns the gamma distribution.
            </summary>
            <param name="argList">X, alpha, beta, cumulative.</param>
            <returns>The gamma distribution.</returns>
            <remarks>
            X, alpha, and beta should be positive real numbers. Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function. The distribution value
            is computed interactively using Trapezoidal Rule to six to seven significant digits
            or 20 iteration maximum.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammaOinv(System.String)">
            <summary>
            Returns the inverse of gamma distribution.
            </summary>
            <param name="argList">p, alpha, beta</param>
            <returns>Returns x such that gamma distribution at x is p.</returns>
            <remarks>
            P, alpha, and beta should be positive real numbers, with p between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGammaln0Precise(System.String)">
            <summary>
            Returns the natural logarithm of the gamma function.
            </summary>
            <param name="argList">The value to be evaluated.</param>
            <returns>The natural logarithm of the gamma function.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeTOInv(System.String)">
             <summary>
            Returns the Student's t-distribution. 
             </summary>
             <param name="argList">x, degreesfreedom1.</param>
             <returns>Returns the Student's t-distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.TCumulativeDistributionInverse(System.Double,System.Int32)">
            <summary>
            Returns the inverse of the CDF of the Student's t distribution.
            For k = 3, and 5+ the solution is an approximation. 
            </summary>
            <param name="p">Cumulative probability of the distribution. p is between 0 and 1.</param>
            <param name="k">Degrees of freedom.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.TProbabilityDensity(System.Double,System.Int32)">
            <summary>
            Returns the PDF of Student's t distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="k">Degrees of freedom.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.TCumulativeDensity(System.Double,System.Int32)">
            <summary>
            Returns the CDF of Student's t distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="k">Degrees of freedom.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFOinvORt(System.String)">
            <summary>
            Returns the inverse of F distribution.
            </summary>
            <param name="argList">p, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns x such that F distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBinomOInv(System.String)">
            <summary>
            Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
            </summary>
            <param name="argList">Number of trials, probability, alpha.</param>
            <returns>Returns the critical value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLognormOinv(System.String)">
            <summary>
            Returns the inverse of the lognormal distribution.
            </summary>
            <param name="argList">p, mean, standarddev.</param>
            <returns>Returns the value x where the lognormal distribution of x is p.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLognormOdist(System.String)">
            <summary>
            Returns the lognormal distribution.
            </summary>
            <param name="argList">x, mean, standarddev.</param>
            <returns>The lognormal distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeConfidenceOnorm(System.String)">
            <summary>
            Returns a confidence interval radius.
            </summary>
            <param name="argList">Alpha, standard deviation, size.</param>
            <returns>Returns x such that normal distribution at x is p.</returns>
            <remarks>
            P should be between 0 and 1.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChisqOdistORt(System.String)">
            <summary>
             Returns the chi-squared distribution.
             </summary>
             <param name="argList">x, degrees of freedom.</param>
             <returns>The chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFOdist(System.String)">
            <summary>
            Returns the F probability distribution.
            </summary>
            <param name="argList">x, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns the F probability distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.FProbabilityDensity(System.Double,System.Int32,System.Int32)">
            <summary>
            Returns the PDF of the F distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="k1">Degrees of freedom for numerator chi-sqared distribution. k1 > 0.</param>
            <param name="k2">Degrees of freedom for denominator chi-sqared distribution. k2 > 0.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.FCumulativeDensity(System.Double,System.Int32,System.Int32)">
            <summary>
            Returns the CDF of the F distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="k1">Degrees of freedom for numerator chi-sqared distribution.</param>
            <param name="k2">Degrees of freedom for denominator chi-sqared distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.BetaFunction(System.Double,System.Double)">
            <summary>
            Euler integral. 
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.GammaFunction(System.Double)">
            <summary>
            Integral from 0 to infinity of e^(-t) * t^(z-1) dt
            </summary>
            <param name="z">If z > 143 the return value will exceed the double.MaxValue. The function will throw an exception.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.RIBetaFunction(System.Double,System.Double,System.Double)">
            <summary>
            To get the CDF of the beta distribution.
            </summary>
            <param name="x"></param>
            <param name="a"></param>
            <param name="b"></param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.IBetaFunction(System.Double,System.Double,System.Double)">
            <summary>
            Euler integral. 
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFOdistORt(System.String)">
            <summary>
            Returns the F (Fisher) probability distribution.
            </summary>
            <param name="argList">x, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns the F probability distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChisqOdist(System.String)">
            <summary>
            Returns the chi-squared distribution.
            </summary>
            <param name="argList">x, degrees of freedom.</param>
            <returns>The chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChisqOinv(System.String)">
            <summary>
            Returns the inverse of the chi-squared distribution.
            </summary>
            <param name="argList">x, degrees of freedom.</param>
            <returns>The inverse of the chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChisqOTest(System.String)">
            <summary>
            Returns the Chi Test for independence.
            </summary>
            <param name="range">Actual_range, expected_range.</param>
            <returns>Result of Chi Test: y-intercept.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeChisqOinvORt(System.String)">
            <summary>
            Returns the inverse of the chi-squared distribution.
            </summary>
            <param name="argList">x, degrees of freedom.</param>
            <returns>The inverse of the chi-squared distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBinomOdist(System.String)">
            <summary>
            Returns the binomial distribution.
            </summary>
            <param name="argList">Number of successes, number of trials, probability, cumulative.</param>
            <returns>The binomial distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeZOtest(System.String)">
            <summary>
            Returns the one-tailed probability value of a Z test.
            </summary>
            <param name="range">Range, mu, sigma.</param>
            <returns>Kth smallest value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRankOAvg(System.String)">
            <summary>
            Returns the rank of x in the range.
            </summary>
            <param name="range">X, range, order.</param>
            <returns>Rank of x.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRankOEq(System.String)">
            <summary>
            Returns the rank of x in the range.
            </summary>
            <param name="range">X, range, order.</param>
            <returns>Rank of x.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeIHDIST(System.String)">
            <summary>
            The Irwin-Hall distribution results from the sum on n independent standard uniform variables
            </summary>
            <param name="range">The value at which to evaluate the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.IHProbDens(System.Double,System.Int32)">
            <summary>
            The Irwin-Hall distribution results from the sum on n independent standard uniform variables
            </summary>
            <param name="x">The value at which to evaluate the distribution.</param>
            <param name="n">The number of standard uniform variables.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Combinations(System.Int32,System.Int32)">
            <summary>
            Returns the number of possible combinations of k objects from a set of n object. The order of the chosen objects does not matter.
            </summary>
            <param name="n">Number of objects</param>
            <param name="k">Number of objects chosen</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.Factorial(System.Int32)">
            <summary>
            Returns n! 
            0! = 1,otherwise n! = n * (n-1) * (n-2) * ... * 2 * 1,
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeUnidist(System.String)">
            <summary>
            Returns the PDF of the uniform distribution.
            </summary>
            <param name="argList">Number of successes, number of trials, probability, cumulative.</param>
            <returns>The binomial distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.UniProbDens(System.Double,System.Double,System.Double)">
            <summary>
            Returns the PDF of the uniform distribution.
            </summary>
            <param name="x">Value at which the distribution is evaluated.</param>
            <param name="min">Minimum value of the distribution.</param>
            <param name="max">Maximum value of the distribution.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeQuartileOExc(System.String)">
            <summary>
            Returns the quartile position in the range.
            </summary>
            <param name="range">Range, q.</param>
            <returns>Percentile position.</returns>
            <remarks>Q is 0, 1, 2, 3, 4.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeQuartileOInc(System.String)">
            <summary>
            Returns the quartile position in the range.
            </summary>
            <param name="range">Range, q.</param>
            <returns>Percentile position.</returns>
            <remarks>Q is 0, 1, 2, 3, 4.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNegbinomODist(System.String)">
            <summary>
            Returns the negative binomial distribution.
            </summary>
            <param name="argList">Number of failures, success threshold, probability, cumulative.</param>
            <returns>The negative binomial distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputePoissonODist(System.String)">
            <summary>
            Returns the Poisson distribution.
            </summary>
            <param name="argList">x, mean, cumulative</param>
            <returns>Returns the exponential distribution.</returns>
            <remarks>
            Cumulative should be either
            True if you want to return the value of the distribution function or False
            if you want to return the value of the density function.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeDelta(System.String)">
            <summary>
            Compares the given two values
            </summary>
            <param name="argList">Two Numbers to be compared.</param>
            <returns>Returns the result of the comparision in the form of 0 or 1</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeGestep(System.String)">
            <summary>
            Compares the given two values
            </summary>
            <param name="argList">Two Numbers to be compared.</param>
            <returns>Returns the result of the comparision in the form of 0 or 1</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeBetaDist(System.String)">
            <summary>
            Returns the beta distribution.
            </summary>
            <param name="argList">x, degreesfreedom1, degreesfreedom2.</param>
            <returns>Returns the beta distribution.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.BetaCumulativeDist(System.Double,System.Double,System.Double)">
            <summary>
            Returns the Beta cumulative density function.
            </summary>
            <param name="x">Value of the random variable for which the CDF is beign evaluated. x is between 0 and 1.</param>
            <param name="a">First shape parameter.</param>
            <param name="b">Second shape parameter.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.BetaProbabilityDens(System.Double,System.Double,System.Double)">
            <summary>
            Returns the Beta probability density function.
            </summary>
            <param name="x">Value of the random variable for which the PDF is beign evaluated. x is between 0 and 1.</param>
            <param name="a">Number of trials.</param>
            <param name="b">Number of times the event occurs in n trials.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.TranslateText(System.String,System.String)">
            <summary>
            Return the value of TranslateText
            </summary>
            <param name="input">value</param>
            <param name="languagePair">language</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeCode(System.String)">
            <summary>
            Return the numeric code for first char of text
            </summary>
            <param name="argList">text</param>
            <returns>numeric code</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFindB(System.String)">
            <summary>
            Finds the first occurrence of one string in another string.
            </summary>
            <param name="arg">Conatins two or three arguments. The first argument is the string
            to find. The second string is the string that is being searched. The third argument
            is the start location in the second string for the search.</param>
            <returns>The location of the found string.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLeftB(System.String)">
            <summary>
            Returns the left so many characters in the given string.
            </summary>
            <param name="range">Contains the string and the number of characters.</param>
            <returns>A left sub string..</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeJis(System.String)">
            <summary>
            Used to compute the JIS function
            </summary>
            <param name="arg">arguments</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeLenB(System.String)">
            <summary>
            Returns the length of the given string.
            </summary>
            <param name="range">Contains the string.</param>
            <returns>An integer length.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeMidB(System.String)">
            <summary>
            Returns a substring of the given string.
            </summary>
            <param name="range">Contains the original string, start position of the substring,
            and the number of characters in the substring.</param>
            <returns>A substring.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRightB(System.String)">
            <summary>
            Returns the right so many characters in the given string.
            </summary>
            <param name="range">Contains the string and the number of characters.</param>
            <returns>A right substring.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeNumberValue(System.String)">
            <summary>
            Convert the text to number
            </summary>
            <param name="argList">text, </param>
            <returns>decimal separator,group separator </returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeProper(System.String)">
            <summary>
            Returns the text like first letter with upper letter  in each word
            </summary>
            <param name="argList">Text</param>
            <returns>proper text</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeReplace(System.String)">
            <summary>
            Replace the part of the text with a new text from orginal text
            </summary>
            <param name="argList">Text,Start index, Number of char to replace, new text </param>
            <returns>replaced string</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeRept(System.String)">
            <summary>
            Returns the number of repeated text
            </summary>
            <param name="argList">text, repeated count</param>
            <returns>text</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeSearchB(System.String)">
            <summary>
            Returns the number of the starting position of the first string from the second string.
            </summary>
            <param name="argList">first strring, second string and starting position</param>
            <returns>index of the string</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeUniChar(System.String)">
            <summary>
            Returns the Unicode char for the respective numeric value
            </summary>
            <param name="argList">Number</param>
            <returns>unicode char</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeUniCode(System.String)">
            <summary>
            Returns the corresponding number code for the first char of string.
            </summary>
            <param name="argList">text</param>
            <returns>numeric code</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeWebService(System.String)">
            <summary>
            Return the XML content of the given document
            </summary>
            <param name="argList">web link</param>
            <returns>XML data</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeEncodeURL(System.String)">
            <summary>
            Returns the encode url of the given text
            </summary>
            <param name="argList">text</param>
            <returns>returns the EncodeURL</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.ComputeFilterXml(System.String)">
            <summary>
            Filter the value from XML document
            </summary>
            <param name="argList">XML content</param>
            <returns>value</returns>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ExcelLikeComputations">
            <summary>
            A property that gets or sets the calculations of the <see cref="T:Syncfusion.Calculate.CalcEngine"/> computations to mimic the computations of Excel.
            </summary>
        </member>
        <member name="E:Syncfusion.Calculate.CalcEngine.FormulaParsing">
            <summary>
            Occurs whenever a string needs to be tested to determine whether it should be treated as a formula string and parsed,
            or be treated as a non-formula string. This event allows for preprocessing the unparsed formula.
            </summary>
            <remarks>This event may be raised more than once in the processing of a string into a formula.
            </remarks>
        </member>
        <member name="E:Syncfusion.Calculate.CalcEngine.UnknownFunction">
            <summary>
            Occurs whenever an unknown function is encountered during the parsing of a formula.
            </summary>
            <remarks>This event may be raised more than once in the parsing of a formula.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ActiveCell">
            <summary>
            Gets the cell that is being calculated by the Engine.
            </summary>
            <remarks> You can use this properly within your custom functions to
            identify the item in the ICalcData object being computed.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.AllowShortCircuitIFs">
            <summary>
            Gets or sets whether IF function calculations should specifically avoid
            computing the non-used alternative.
            </summary>
            <remarks>
            The default value is false for code legacy consistency. When AllowShortCircuitIFs
            is set true, only the necessary alternative of an IF function is computed. To support
            this behavior, a change in how nested IF function calculations are done is necessary.
            The default way of calculating nested functions is inside-out, with the inner most
            functions being computed to a value before the next outer function is evaluated. To
            support short circuiting IF functions, nested IF functions need to be computed from
            the outside-in to know what alternative needs to be evaluated. This outside-in calculation
            pattern only applies to IF functions, and only when AllowShortCircuitIFs is true.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.AlwaysComputeDuringRefresh">
            <summary>
            Gets or sets whether <see cref="F:Syncfusion.Calculate.FormulaInfo.calcID"/> is tested before
            computing a formula during a call to <see cref="M:Syncfusion.Calculate.CalcEngine.Refresh(System.String)"/>
            </summary>
            <remarks>When a value changes, then the Refresh method is called on any other
            formula that had a dependency on the changed value. During the Refresh call,
            the default behavior is to recompute all formulas (AlwaysComputeDuringRefresh = true).
            If you are using <see cref="M:Syncfusion.Calculate.CalcEngine.UpdateCalcID"/> to strictly control when new values
            should be used, then you should set this property to false. For example, if you are
            only using <see cref="M:Syncfusion.Calculate.CalcEngine.PullUpdatedValue(System.Int32,System.Int32,System.Int32)"/> exclusively to retrieve computed values,
            then setting AlwaysComputeDuringRefresh = false
            may be more efficient as it will only recompute the value once during the calculations.</remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.CalculatingSuspended">
            <summary>
            A property that gets/sets whether formulas are immediately calculated as dependent cells are changed.
            </summary>
            <remarks>Use this property to suspend calculations while a series of changes
            are made to dependent cells either by the user or programmatically. When the changes are
            complete, set this property to False and then call Engine.RecalcRange to recalculate
            the affected range. See the sample in GridFormulaCellModel.CalculatingSuspended.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.UseFormulaValues">
            <summary>
            A property that gets/sets whether Formula returns its FormulaValue instead of repeated calculation
            </summary>
            <remarks>Use this property to return the FormulaValue when a cell contain more depency cells.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.CheckDanglingStack">
            <summary>
            Gets or sets whether Invalid Formula is returned when the calculation stack is not fully exhausted during a calculation.
            </summary>
            <remarks>
            If you enter a formula like "=(1+2)(9+8)", Essential Calculate will compute this formula as 17, ignoring the dangling
            3 value on its calculation stack. If you want this situation flagged as a Invalid Formula, set this CheckDanglingStack property
            to true. The default value is false for backward compatibility purposes.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ColumnMaxCount">
            <summary>
            Used with row ranges to possibly provide the upperlimit on the number of columns in the ICalcData object.
            </summary>
            <remarks>
            Essential Calculate supports column ranges of the form 2:4 as in =SUM(2:4) to represent all cells in rows
            2, 3 and 4 from a ICalcData object. To get a value for the number of columns, the CalcEngine first checks to
            see if the ICalcData object supports the ISheetData interface. If this interface is supported, the column
            count used to determine the range is obtained through this interface. If the ICalcData object does not support
            ISupportColumnCount, then the value of ColumnMaxCount is used provided ColumnMaxCount > 0. If not, the fixed value 50
            is used.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.DependentCells">
            <summary>
            A read-only property that gets a mapping between a cell and a list of formula cells that depend on it.
            </summary>
            <remarks>
            The key is the given cell, and the value is a ArrayList of cells containing
            formulas that reference this cell.
            </remarks>
            <example> Here is code that will list formula cells affected by changing the given cell.
            <code lang="C#">
            public void DisplayAllAffectedCells()
            {
            	CalcEngine engine = ((GridFormulaCellModel)this.gridControl1.CellModels["FormulaCell"]).Engine;
            	foreach(object o in engine.DependentCells.Keys)
            	{
            		string s1 = o as string;
            		Console.Write(s1 + " affects ");
            		ArrayList ht = (ArrayList) engine.DependentCells[s1];
            		foreach(object o1 in ht)
            		{
            			string s2 = o1 as string;
            			Console.Write(s2 + " ");
            		}
            		Console.WriteLine("");
            	}
            }
            </code>
            <code lang="VB">
            	Public Sub DisplayAllAffectedCells()
            		Dim engine As GridCalcEngine = CType(Me.gridControl1.CellModels("FormulaCell"), GridFormulaCellModel).Engine
            		Dim o As Object
            		For Each o In  engine.DependentCells.Keys
            			Dim s1 As String = CStr(o)
            			Console.Write((s1 + " affects "))
            			Dim ht As ArrayList = CType(engine.DependentCells(s1), ArrayList)
            			Dim o1 As Object
            			For Each o1 In  ht
            				Dim s2 As String = CStr(o1)
            				Console.Write((s2 + " "))
            			Next o1
            			Console.WriteLine("")
            		Next o
            	End Sub 'DisplayAllAffectedCells
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.DependentFormulaCells">
             <summary>
             A read-only property that gets a mapping between a formula cell and a list of cells upon which it depends.
             </summary>
             <remarks>
             The key is the given formula cell and the value is a Hashtable of cells that this
             formula cell references.
             </remarks>
             <example> Here is code that will lists formula cells affected by changing a given cell:
             <code lang="C#">
            		public void DisplayAllFormulaDependencies()
            		{
            			GridCalcEngine engine = ((GridFormulaCellModel)this.gridControl1.CellModels["FormulaCell"]).Engine;
            			foreach(object o in engine.DependentFormulaCells.Keys)
            			{
            				string s1 = o as string;
            				Console.Write(s1 + " depends upon ");
            				Hashtable ht = (Hashtable) engine.DependentFormulaCells[s1];
            				foreach(object o1 in ht.Keys)
            				{
            					string s2 = o1 as string;
            					Console.Write(s2 + " ");
            				}
            				Console.WriteLine("");
            			}
            		}
             </code>
             <code lang="VB">
            		Public Sub DisplayAllFormulaDependencies()
            			Dim engine As GridCalcEngine = CType(Me.gridControl1.CellModels("FormulaCell"), GridFormulaCellModel).Engine
            
            			Dim o As Object
            			For Each o In  engine.DependentFormulaCells.Keys
            				Dim s1 As String = CStr(o)
            				Console.Write((s1 + " depends upon "))
            				Dim ht As Hashtable = CType(engine.DependentFormulaCells(s1), Hashtable)
            				Dim o1 As Object
            				For Each o1 In  ht.Keys
            					Dim s2 As String = CStr(o1)
            					Console.Write((s2 + " "))
            				Next o1
            				Console.WriteLine("")
            			Next o
            		End Sub 'DisplayAllFormulaDependencies
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ErrorStrings">
            <summary>
            A property that gets/sets list of # error strings recognized by Excel.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.EnsureIFCallDuringShortCircuit">
            <summary>
            Gets or sets whether the IF function implementation is called when <see cref="P:Syncfusion.Calculate.CalcEngine.AllowShortCircuitIFs"/> is true.
            The default behavior is to not call the IF Function code in the library, but instead, work directly with the
            IF clauses.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ForceRefreshCall">
            <summary>
            Gets or sets whether <see cref="M:Syncfusion.Calculate.CalcEngine.Refresh(System.String)"/> must be called on every cells whenever
            the <see cref="E:Syncfusion.Calculate.ICalcData.ValueChanged"/> is triggered.
            The default value is false.
            </summary>
            <remarks>
            When a value changes, then the Refresh method is called recursively every time
            the grid_ValuChanged is called. Setting this ForceRefreshCall to false will call
            Refresh for only those cells where the calculated value is actually modified.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.FormulaCharacter">
            <summary>
            A static property that gets/sets character by which string starts with, can be treated as formula.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.FormulaInfoTable">
            <summary>
            A read-only property that gets the collection of FormulaInfo objects being used by the CalcEngine.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.GetValueFromArgPreserveLeadingZeros">
            <summary>
            Gets or sets whether leading zeros are preserved in a call to <see cref="M:Syncfusion.Calculate.CalcEngine.GetValueFromArg(System.String)"/>.
            </summary>
            <remarks>
            If the value of arg is "0123" or a cell reference like A1 where A1 holds 0123, then the default behavior
            is for GetValueFromArg(arg) to return 123, stripping away any leading zeros. If you want calls to
            GetValueFromArg to preserve the leading zeros, then set GetValueFromArgPreserveLeadingZeros to true.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.IterationMaxCount">
            <summary>
            Gets or sets the maximum number of iterative calls that can be made on a cell. <see cref="P:Syncfusion.Calculate.CalcEngine.ThrowCircularException"/>
            will be set to true when you set IterationMaxCount to any value other than zero.
            </summary>
            <remarks>
            Essential Calculate supports an iterative process to solve equations of the
            form x=f(x). Here you should think of x as being a cell reference like B2 for example. Setting
            IterationMaxCount to some value other than zero allows the engine to iteratively compute
            f(x) using the previous iteration's calculated value for x. The initial value is either 0
            or the last saved value for a formula in that cell (if the calculation has been performed previously).
            The iterations continue until either the iteration count exceeds IterationMaxCount, or two
            successive iteration return values have a relative difference less than IterationMaxTolerance.
            For example, to have an initial value of 1, you can enter a formula   =1   into the cell, and then
            enter the self referencing formula into the same cell. This will make the iterative calculations start
            at 1 instead of 0.
            <see cref="P:Syncfusion.Calculate.CalcEngine.ThrowCircularException"/> must be set to true in order for the Iterative Calculation
            support to function For this reason, ThrowCircularException will be automatically set to true
            when you set a non-zero value to IterationMaxCount.
            The default value is 0 indicating that iterative calculation support is turned off.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.IterationMaxTolerance">
            <summary>
            Gets or sets the success tolerance used by the CalcEngine's iterative calculation support.
            </summary>
            <remarks>
            Essential Calculate supports an iterative process to solve equations of the
            form x=f(x). Here you should think of x as being a cell reference like B2 for example. Setting
            IterationMaxCount to some value other than zero allows the engine to iteratively compute
            f(x) using the previous iteration's calculated value for x. The initial value is either 0
            or the last saved value for a formula in that cell (if the calculation has been performed previously).
            The iterations continue until either the iteration count exceeds IterationMaxCount, or two
            successive iteration return values have a relative difference less than IterationMaxTolerance.
            The default value is 0.001.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.LibraryComputationException">
            <summary>
            Gets any Exception raised during the computation of a library function
            provided RethrowLibraryComputationExceptions is set true.
            </summary>
            <remarks>
            Use the <see cref="M:Syncfusion.Calculate.CalcEngine.ClearLibraryComputationException"/> method to set this property
            to null to indicate that there is no pending library exception within the engine.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.LibraryFunctions">
            <summary>
            A read-only property that gets a collection holding the current library functions.
            </summary>
            <remarks>
            This property gives you direct access to all library functions.
            The function name serves as the hash key and the function delegate
            serves as the hash value.
            The function name should contain only letters, digits or an underscore.
            You should use the <see cref="M:Syncfusion.Calculate.CalcEngine.AddFunction(System.String,Syncfusion.Calculate.CalcEngine.LibraryFunction)"/> method to add functions
            to this collection. Do not use the Add method inherited from Hashtable.
            The reason is that the hash key needs to be strictly upper case even though
            formula syntax is case insensitive with respect to functions names.
            Using the AddFunction method makes sure the hash key is properly set.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.LockDependencies">
            <summary>
            A property that gets / sets whether a changed value should trigger dependent changes.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.MaximumRecursiveCalls">
            <summary>
            Specifies the maximum number of recursive calls that can be used to compute a cellvalue.
            </summary>
            <remarks>This property comes into play when you have a calculated formula cell that depends on
            another calculated formula that depends on another calculated formula and so on. If the number of
            'depends on another formula' exceeds MaximumRecursiveCalls, you will see a Too Complex message
            displayed in the cell. The default value is 100, but you can set it higher or lower depending upon
            your expected needs. The purpose of the limit is to avoid a circular reference locking up your
            application.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.MaxStackDepth">
            <summary>
            Gets or sets the maximum calculation stack depth.
            </summary>
            <remarks>
            The default is 50. This is the number of recursive calls that can be made during calculations.</remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.NamedRanges">
            <summary>
            A property that gets/sets the current named ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ParseArgumentSeparator">
            <summary>
            A static property that gets/sets character to be recognized by the parsing code as the delimiter for arguments in a named formula's argument list
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ParseDecimalSeparator">
            <summary>
            A static property that gets/sets the character to be recognized by the parsing engine as decimal separator for numbers.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ParseDateTimeSeparator">
            <summary>
            A static property that gets/sets the character to be recognized by the parsing engine as decimal separator for date.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ReservedWordOperators">
            <summary>
            Gets or sets a string array of six strings that hold the reserved strings
            that will be used for the OR, AND, XOR and IF THEN ELSE logical operators.
            </summary>
            <example>Here is the code that you can use to define this string array. This code
            shows the default strings that are used. Note that the string must include a leading
            and trailing blank, and must be lower case. In formulas that use these operators,
            the formulas themselves are case agnostic.
            <code lang="C#">
            	engine.ReservedWordOperators = new string[]
            	{
            		" or ",     //0
                    " and ",    //1
                    " xor ",    //2
                    "if ",     //3
                    " then ",   //4
                    " else ",    //6
                    "not "    //6
            	};
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.RethrowLibraryComputationExceptions">
            <summary>
            Gets / sets whether the engine Rethrows any exception
            raised during the computation of a library function.
            </summary>
            <remarks>The default value is false.</remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.RowMaxCount">
            <summary>
            Used with column ranges to possibly provide the upperlimit on the number of rows in the ICalcData object.
            </summary>
            <remarks>
            Essential Calculate supports column ranges of the form A:D as in =SUM(A:D) to represent all cells in columns
            A, B, C and D from a ICalcData object. To get a value for the number of rows, the CalcEngine first checks to
            see if the ICalcData object supports the ISheetData interface. If this interface is supported, the row
            count used to determine the range is obtained through this interface. If the ICalcData object does not support
            ISupportRowCount, then the value of RowMaxCount is used provided RowMaxCount > 0. If not, the fixed value 50
            is used.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.SupportLogicalOperators">
            <summary>
            Gets or sets whether OR, AND, XOR and IF THEN ELSE logical
            operators are supported.
            </summary>
            <remarks>
            The default value is false for backward compatibility.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.SupportRangeOperands">
             <summary>
             Gets or sets whether ranges can be used as binary operands.
             </summary>
             <remarks>
             If this property is true, Essential Calculate recognizes ranges such
             as B1:B5 and A4:E4 as operands of binary operators. So, if you
             set the formula  = A1:A5 + B1:B5  into cell C4, the calculation
             will retrieve the values in A4 and B4 to be used in place of the
             corresponding ranges A1:A5 and B1:B5. Note that such ranges must
             either have one column wide or one row tall. This fact is used to
             make the corresponding lookup determined by where the host cell that holds
             the formula is located. This host cell
             must either be in the same row or column as some cell in range.
            
             The default value is false.
             </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.SupportsSheetRanges">
             <summary>
             Gets or sets whether sheet range notation is supported.
             </summary>
             <remarks>
             Excel supports sheet range notation such as
             = SUM( sheet1:sheet3!A1 ) + Sum( sheet1:sheet3!B1:B4 ).
             For backward compatibility with earlier versions that did
             not support this sheet range notation, you can set
             this SupportsSheetRanges false.
            
             This implementation replaces a sheet range (sheet1:sheet3!B1:B4) with
             list of ranges (sheet1!B1:B4,sheet2!B1:B4,sheet3!B1:B4).
             </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ThrowCircularException">
            <summary>
            Gets / sets whether the CalcQuick should throw an exception when a circular calculation is encountered.
            </summary>
            <remarks>If this property is True, the CalcQuick will throw an exception
            when it detects a circular calculation. If ThrowCircularException is False, then
            no exception is thrown and the calculation will loop recursively until Engine.MaximumRecursiveCalls
            is exceeded.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.UseDependencies">
            <summary>
            A property that gets / sets whether the CalcEngine should track dependencies.
            </summary>
            <remarks>If you are using the CalEngine in a manner where you always
            call PullUpdatedValue to access the computations, then setting UseDependencies
            to False will make things more efficient as any requested computed value will
            be fully computed every time it is retrieved. In this situation, the CalcEngine
            does not need to track dependencies.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.UseNoAmpersandQuotes">
            <summary>
            A property that gets/sets whether strings concatenated using the '&amp;' operator should be
            returned inside double quote marks.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.ValidPrecedingChars">
            <summary>
            For internal use.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.PreserveFormula">
            <summary>
            Gets or sets a value indicating whether [preserve formula].
            </summary>
            <value><c>true</c> if [preserve formula]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.TreatStringsAsZero">
            <summary>
            Gets of sets whether the CalcEngine treats nonempty strings as zeros when they are
            encountered during calculations.
            </summary>
            <remarks>
            The default value is true meaning that if a nonempty string is encountered during an arithmetic operation, it will be treated as zero.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.WeekEndType">
            <summary>
            Gets the weekend type
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.UseDatesInCalculations">
            <summary>
            Gets or sets whether dates can be used as operands in calculations. The default value is false.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.RethrowParseExceptions">
            <summary>
            Gets / sets whether the engine throws an exception when
            parsing fails with an unknown function error.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.NativeFormats">
            <summary>
            The List holds the formats of a Chinese Language.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcEngine.EnableLookupTableCaching">
            <summary>
            Gets or sets whether lookup tables used in the VLookUp and HLookUp functions are cached.
            </summary>
            <remarks>
            Depending upon your use case, caching look up tables can greatly speed up calculations involving HLookUp
            and VLookUp. If you make multiple calls to these functions passing in the same look up tables, and if these
            look up tables are relatively static (don't dynamically change as the look ups are taking place), then caching
            these tables will likely improve performance.
            </remarks>
        </member>
        <member name="T:Syncfusion.Calculate.CalcEngine.LibraryFunction">
            <summary>
            Delegate used to define functions that you add to the function library.
            </summary>
            <returns>Resultant value.</returns>
        </member>
        <member name="T:Syncfusion.Calculate.CalcEngine.FormulaArgumentType">
            <summary>
            Specifies the options for checking the formula error strings.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.None">
            <summary>
            Formula contains null arguments. For Example:PI,RANDOM...etc
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.Range">
            <summary>
            Formula contains range argument. For example:MEDIAN,...etc 
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.TwoTextWithNumber">
            <summary>
            Formula contains two text arguments with Number argument. For example:FIND,SEARCH...etc
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.TextWithNumber">
            <summary>
            Formula contains number and text arguments. For example:LEFT,RIGHT...etc
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.Numbers">
            <summary>
            Formula contains number arguments only. For example:ABS,ROUND,ROUNDDOWN,LOG...etc
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.Text">
            <summary>
            Formula contains text arguments only. For example:ARABIC,CLEAN...etc
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcEngine.FormulaArgumentType.Date">
            <summary>
            Formula contains Date argument. For example:DISC,...etc
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngine.LenComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares 2 strings based on their length.
            </summary>
            <returns>0, if both strings are equal; positive value if second string is greater; neagative value if first string is greater.</returns>
        </member>
        <member name="T:Syncfusion.Calculate.GridSheetFamilyItem">
            <summary>
            Encapsulates the properties that are needed to support multiple families of crossed-referenced grids.
            This class is for internal use only.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.GridSheetFamilyItem.ParentObjectToToken">
            <summary>
            Holds mapping from parent object to sheet token.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.GridSheetFamilyItem.SheetNameToParentObject">
            <summary>
            Holds mapping from sheet name to parent object.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.GridSheetFamilyItem.SheetNameToToken">
            <summary>
            Holds mapping from parent object to sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.GridSheetFamilyItem.TokenToParentObject">
            <summary>
            Holds mapping from sheet token to parent object.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.FormulaParsingEventHandler">
            <summary>
            Event delegate for the FormulaParsing event
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.FormulaParsingEventArgs">
             <summary>
             Used by the <see cref="E:Syncfusion.Calculate.CalcEngine.FormulaParsing"/> event, FormulaParsingEventArgs holds a reference
             to the string that is to be parsed. The FormulaParsing event allows the listener to preprocess
             the string that is being parsed.
             </summary>
             <remarks>
             Please note that this event may be raised more than once as a string is parsed.
             </remarks>
             <example> Here is code snippets that show how to tell a engine to also treat any text in a formula cell
             that begins with a minus(-) or a plus(+) as formulas. The default behavior is to treat only text beginning
             with equal(=) as formulas.
             <code lang="C#">
            		//subscribe to the event before any formulas are loaded into the grid...
                 Engine.FormulaParsing += new FormulaParsingEventHandler(Engine_FormulaParsing);
            
            		//Here is the handler code that adds an = if necessary so any string beginning with +, - or =
                 //is treated as a formula.
                   void Engine_FormulaParsing(object sender, FormulaParsingEventArgs e)
                   {
                       //allow cells starting with + and - to be treated as formula cells.
                       if (e.Text.StartsWith("-"))
                            e.Text = "=" + e.Text;
                       else if (e.Text.StartsWith("+"))
                            e.Text = "=" + e.Text.Substring(1);
                   }
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.Calculate.FormulaParsingEventArgs.#ctor(System.String)">
            <summary>
            Holds a reference to the string that is to be parsed..
            </summary>
            <param name="text">The formula that is to be parsed.</param>
        </member>
        <member name="M:Syncfusion.Calculate.FormulaParsingEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.FormulaParsingEventArgs.Text">
            <summary>
            A property that gets/sets the formula about to be parsed.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.UnknownFunctionEventHandler">
            <summary>
            Event delegate for UnknownFunction event.
            </summary>
            <param name="sender">The CalcEngine.</param>
            <param name="e">The <see cref="T:Syncfusion.Calculate.UnknownFunctionEventArgs"/> for this event.</param>
        </member>
        <member name="T:Syncfusion.Calculate.UnknownFunctionEventArgs">
            <summary>
            The event args for the UnknownFunction event which is raised whenever the CalcEngine encounters a function
            that is does not know.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.UnknownFunctionEventArgs.MissingFunctionName">
            <summary>
            Gets the name of the unknown function.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.UnknownFunctionEventArgs.CellLocation">
            <summary>
            Gets the location of the missing function.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.NamespaceDoc">
            <summary>
            Contains the classes required to perform calculation.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.CalcQuickBase">
            <summary>
            A class that allows you to quickly add calculation support for controls on a form, or usercontrol.
            </summary>
            <remarks>
            To use CalcQuick, you instantiate an instance of the class. Then just by indexing the
            class object with string names to identify a formula object, you can have calculation support
            in your form. Alternatively, you can add a collection of Control-derived objects and the
            CalcQuick object will bind the Control.Text property allowing you to use the Control/Name property
            to reference other controls in a formula.
            </remarks>
            <example>
            Here is code that uses three TextBoxes, the first showing a value for an angle in degrees,
            and the other two displaying the sine and cosine of this angle. In this code, the calculations
            are done on the click of a button:
            <code lang="C#">
                CalcQuick calculator = null;
                   private void AngleForm_Load(object sender, System.EventArgs e)
                   {
                       //TextBox Angle = new TextBox();
                       this.Angle.Name = "Angle";
                       this.Angle.Text = "30";
                       //cosTB = new TextBox();
                       this.cosTB.Name = "cosTB";
                       this.cosTB.Text = "= cos([Angle] * pi() / 180) ";
                       //sinTB = new TextBox();
                       this.sinTB.Name = "sinTB";
                       this.sinTB.Text = "= sin([Angle] * pi() / 180) ";
                       // Instantiate the CalcQuick object:
                       this.calculator = new CalcQuick();
                   }
                   // Perform a manual calculation:
                   private void ComputeButton_Click(object sender, System.EventArgs e)
                   {
                       // Let the calculator know the values/formulas
                       // by using an indexer on the calculator object.
                       // Here we are using the TextBox.Name as the indexer key
                       // provided to the calculator object. This is not required.
                       // The only restriction for the indexer key values is that they
                       // be unique nonempty strings:
                       this.calculator["Angle"] = this.Angle.Text;
                       this.calculator["cosTB"] = this.cosTB.Text;
                       this.calculator["sinTB"] = this.sinTB.Text;
                       // Mark the calculator dirty:
                       this.calculator.SetDirty();
                       // Now as the values are retrieved from the calculator, they
                       // will be the newly calculated values:
                       this.cosTB.Text = this.calculator["cosTB"];
                       this.sinTB.Text = this.calculator["sinTB"];
                   }
            </code>
            <code lang="VB">
            Dim calculator As CalcQuick = Nothing
               Private Sub AngleForm_Load(sender As Object, e As System.EventArgs)
                   'TextBox Angle = new TextBox();
                   Me.Angle.Name = "Angle"
                   Me.Angle.Text = "30"
                   'cosTB = new TextBox();
                   Me.cosTB.Name = "cosTB"
                   Me.cosTB.Text = "= cos([Angle] * pi() / 180) "
            <para/>
                   'sinTB = new TextBox();
                   Me.sinTB.Name = "sinTB"
                   Me.sinTB.Text = "= sin([Angle] * pi() / 180) "
            <para/>
                   'Instantiate the CalcQuick object:
                   Me.calculator = New CalcQuick()
                   End Sub 'AngleForm_Load
            <para/>
               'Perform a manual calculation:
               Private Sub ComputeButton_Click(sender As Object, e As System.EventArgs)
                   'Let the calculator know the values/formulas
                   'by using an indexer on the calculator object.
                   'Here we are using the TextBox.Name as the indexer key
                   'provided to the calculator object. This is not required.
                   'The only restriction for the indexer key values is that they
                   'be unique nonempty strings:
                   Me.calculator("Angle") = Me.Angle.Text
                   Me.calculator("cosTB") = Me.cosTB.Text
                   Me.calculator("sinTB") = Me.sinTB.Text
            <para/>
                   'Mark the calculator dirty:
                   Me.calculator.SetDirty()
            <para/>
                   'Now as the values are retrieved from the calculator, they
                   'will be the newly calculated values:
                   Me.cosTB.Text = Me.calculator("cosTB")
                   Me.sinTB.Text = Me.calculator("sinTB")
               End Sub 'ComputeButton_Click
            </code>
            Here is code that uses the same three TextBoxes as above, but this time
            the code is set up to automatically compute things as you change the
            value in the Angle TextBox. There is no longer a need for a button handler
            to trigger setting / getting values.
            <code lang="C#">
                CalcQuick calculator = null;
            <para/>
                   private void AngleForm_Load(object sender, System.EventArgs e)
                   {
                       //TextBox Angle = new TextBox();
                       this.Angle.Name = "Angle";
                       this.Angle.Text = "30";
            <para/>
                       //cosTB = new TextBox();
                       this.cosTB.Name = "cosTB";
                       this.cosTB.Text = "= cos([Angle] * pi() / 180) ";
            <para/>
                       //sinTB = new TextBox();
                       this.sinTB.Name = "sinTB";
                       this.sinTB.Text = "= sin([Angle] * pi() / 180) ";
            <para/>
                       // Instantiate the CalcQuick object:
                       this.calculator = new CalcQuick();
                   }
            <para/>
                   // Perform a manual calculation:
                   private void ComputeButton_Click(object sender, System.EventArgs e)
                   {
                       // Let the calculator know the values/formulas
                       // by using an indexer on the calculator object.
                       // Here we are using the TextBox.Name as the indexer key
                       // provided to the calculator object. This is not required.
                       // The only restriction for the indexer key values is that they
                       // be unique nonempty strings:
                       this.calculator["Angle"] = this.Angle.Text;
                       this.calculator["cosTB"] = this.cosTB.Text;
                       this.calculator["sinTB"] = this.sinTB.Text;
            <para/>
                       // Mark the calculator dirty:
                       this.calculator.SetDirty();
            <para/>
                       // Now as the values are retrieved from the calculator, they
                       // will be the newly calculated values:
                       this.cosTB.Text = this.calculator["cosTB"];
                       this.sinTB.Text = this.calculator["sinTB"];
                   }
            </code>
            <code lang="VB">
            Dim calculator As CalcQuick = Nothing
            <para/>
               Private Sub AngleForm_Load(sender As Object, e As System.EventArgs)
                   'TextBox Angle = new TextBox();
                   Me.Angle.Name = "Angle"
                   Me.Angle.Text = "30"
            <para/>
                   'cosTB = new TextBox();
                   Me.cosTB.Name = "cosTB"
                   Me.cosTB.Text = "= cos([Angle] * pi() / 180) "
            <para/>
                   'sinTB = new TextBox();
                   Me.sinTB.Name = "sinTB"
                   Me.sinTB.Text = "= sin([Angle] * pi() / 180) "
            <para/>
                   'Instantiate the CalcQuick object:
                   Me.calculator = New CalcQuick()
                   End Sub 'AngleForm_Load
            <para/>
               'Perform a manual calculation:
               Private Sub ComputeButton_Click(sender As Object, e As System.EventArgs)
                   'Let the calculator know the values/formulas
                   'by using an indexer on the calculator object.
                   'Here we are using the TextBox.Name as the indexer key
                   'provided to the calculator object. This is not required.
                   'The only restriction for the indexer key values is that they
                   'be unique nonempty strings:
                   Me.calculator("Angle") = Me.Angle.Text
                   Me.calculator("cosTB") = Me.cosTB.Text
                   Me.calculator("sinTB") = Me.sinTB.Text
            <para/>
                   'Mark the calculator dirty:
                   Me.calculator.SetDirty()
            <para/>
                   'Now as the values are retrieved from the calculator, they
                   'will be the newly calculated values:
                   Me.cosTB.Text = Me.calculator("cosTB")
                   Me.sinTB.Text = Me.calculator("sinTB")
               End Sub 'ComputeButton_Click
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.Calculate.ISheetData">
            <summary>
            Used in conjunction with <see cref="P:Syncfusion.Calculate.CalcEngine.RowMaxCount"/>.
            </summary>
            <remarks>
            Essential Calculate supports column ranges of the form A:D as in =SUM(A:D) to represent all cells in columns
            A, B, C and D from a ICalcData object. To get a value for the number of rows, the CalcEngine first checks to
            see if the ICalcData object supports the ISheetData interface. If this interface is supported, the row
            count used to determine the range is obtained through this interface. If the ICalcData object does not support
            ISheetData, then the value of <see cref="P:Syncfusion.Calculate.CalcEngine.RowMaxCount"/> is used provided RowMaxCount &gt; 0.
            and the index of  first and last rows and columns
            is used.
            </remarks>
        </member>
        <member name="T:Syncfusion.Calculate.ICalcData">
            <summary>
            ICalcData defines the minimal interface that a data object must support in order to use
            this formula engine.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.ICalcData.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            A method that gets the data value from the specified row and column.
            </summary>
            <param name="row">1-based index specifying the row index of the requested value.
            </param>
            <param name="col">1-based index specifying the column index of the requested data.</param>
            <returns>The data value at the given row and column index.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ICalcData.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            A method that sets the data value to the specified row and column.
            </summary>
            <param name="value">The value.</param>
            <param name="row">One-based index specifying the row index of the value.</param>
            <param name="col">One-based index specifying the column index of the value.</param>
        </member>
        <member name="M:Syncfusion.Calculate.ICalcData.WireParentObject">
            <summary>
            A method that wires the ParentObject after the CalcEngine object is created or when a
            RegisterGridAsSheet call is made.
            </summary>
            <remarks>This method is a callback to the ParentObject so it can have a chance
            to subscribe to any change events it may need to implement ValueChanged properly.
            </remarks>
        </member>
        <member name="E:Syncfusion.Calculate.ICalcData.ValueChanged">
            <summary>
            Event for value changed
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetFirstRow">
            <summary>
            Get the idex of the first row in UsedRange
            </summary>
            <returns> index of first row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetLastRow">
            <summary>
            get the index of the last row in UsedRange
            </summary>
            <returns>index of last row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetRowCount">
            <summary>
            Gets the row count.
            </summary>
            <returns>Number of rows</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetFirstColumn">
            <summary>
            Gets the first column index.
            </summary>
            <returns>Index of first column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetLastColumn">
            <summary>
            Gets the last column index / column count.
            </summary>
            <returns>Index of last column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.ISheetData.GetColumnCount">
            <summary>
            Gets the column count.
            </summary>
            <returns>Number of columns</returns>
        </member>
        <member name="F:Syncfusion.Calculate.CalcQuickBase.ignoreChanges">
            <summary>
            Returns the value as false
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.#ctor">
            <summary>
            Default constructor:
            </summary>
            <remarks>Use this constructor when you want to have
            several CalcQuick objects that access the same
            static members of the CalcEngine.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.#ctor(System.Boolean)">
            <summary>
            Constructor that resets the CalcEngine object.
            </summary>
            <param name="resetStaticMembers">
            Indicates whether the static members of the CalcEngine class will be cleared.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.ResetKeys">
            <summary>
            A method to reset all the keys registered with CalcQuickBase object.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.CreateEngine">
            <summary>
            Creates the <see cref="T:Syncfusion.Calculate.CalcEngine"/> object used by this CalQuick object.
            </summary>
            <returns>Returns an instance of a CalcEngine object.</returns>
            <remarks>You can override this method and return a derived CalcEngine object use
            by the derived CalcQuick object.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.TryParseAndCompute(System.String)">
            <summary>
            A method that parses and computes a well-formed algebraic expression passed in.
            </summary>
            <param name="formulaText">The text of the formula.</param>
            <returns>The computed value.</returns>
            <remarks>You would use this method if you have a formula string which
            contains only constants or library function references. Such formulas
            do not depend upon other values. If you have registered a variable through
            an indexer, then that variable can be used in a formula expression passed into this
            method. This method will return the Exception text if an exception is thrown 
            during the computation.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetFormula(System.String)">
            <summary>
            A method that returns the formula string associated with the key passed in from a FormulaInfo object.
            </summary>
            <param name="key">The Hashtable key associated with the FormulaInfo object.</param>
            <returns>The formula string may be the empty string if no formula is stored with this key.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            A method to get the value of the cell referred. For internal CalcQuick use only.
            </summary>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
            <returns>(row, col) data.</returns>
            <remarks>
            CalcQuick does not expose a (row, col) data access model.
            But since CalcEngine requires such a model, CalcQuick uses
            a row, col access model internally, but only exposes the
            formula Key model to access values.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.InitCalcQuick(System.Boolean)">
            <summary>
            Initializes any structures needed by this instance.
            </summary>
            <param name="resetStaticMembers">
            Indicates whether the static members of the CalcEngine class will be cleared.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.ParseAndCompute(System.String)">
            <summary>
            A method that parses and computes a well-formed algebraic expression passed in.
            </summary>
            <param name="formulaText">The text of the formula.</param>
            <returns>The computed value.</returns>
            <remarks>You would use this method if you have a formula string which
            contains only constants or library function references. Such formulas
            do not depend upon other values. If you have registered a variable through
            an indexer, then that variable can be used in a formula expression passed into this
            method.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.RefreshAllCalculations">
            <summary>
            A method that recompute any formulas stored in the CalcQuick instance.
            </summary>
            <remarks>
            This method only has is used when AutoCalc is False. It loops through
            all FormulaInfo objects stored in the CalcQuick object and recomputes
            any formulas.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.SetDirty">
            <summary>
            A method to force all calculations to be performed the next time the CalcQuick object is
            accessed with an indexer requesting the value.
            </summary>
            <remarks>
            Each FormulaInfo object contained in the CalcQuick instance
            has a calculation index that is checked any time the computed value is needed. If this index
            is current, no calculation is done, and the last computed value is returned. If this index
            is not current, the calculation is redone before the value is returned. Calling this method
            guarantees that no FormulaInfo object's calculation indexes will be current.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            A method to set value to the specified cell. For internal CalcQuick use only.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.UpdateDependencies(System.String)">
            <summary>
            Loops through and updates all formula items that depend
            on the FormulaInfo object pointed to by the key.
            </summary>
            <param name="key">Identifies FormulaInfo object that triggered the update.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.WireParentObject">
            <summary>
            A method that wires the ParentObject after the CalcQuick object is created. For internal CalcQuick use only.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetFirstRow">
            <summary>
            Get the idex of the first row in UsedRange
            </summary>
            <returns>index of first row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetLastRow">
            <summary>
            get the index of the last row in UsedRange
            </summary>
            <returns>index of last row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetRowCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetFirstColumn">
            <summary>
            Gets the first column index.
            </summary>
            <returns>Index of first column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetLastColumn">
            <summary>
            Gets the last column index / column count.
            </summary>
            <returns>Index of last column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcQuickBase.GetColumnCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="E:Syncfusion.Calculate.CalcQuickBase.ValueChanged">
            <summary>
            For internal CalcQuick use only.
            </summary>
        </member>
        <member name="E:Syncfusion.Calculate.CalcQuickBase.ValueSet">
            <summary>
            Occurs when one of the FormulaInfo objects being
            maintained by the CalcQuick instance has changed.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.AutoCalc">
            <summary>
            A property that gets/sets the auto calculation mode of the CalcQuick.
            </summary>
            <remarks>
            By default, the CalcQuick will not update other values when you change
            a FormulaInfo object. By default, you explicitly call SetDirty()
            of the CalcQuick instance to force calculations to be done the next time
            they are required. Setting AutoCalc to True tells the CalcQuick to maintain
            the dependency information necessary to automatically update
            dependent formulas when values that affect these formulas change.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.CheckKeys">
            <summary>
            Gets or sets whether formulas should be checked for syntax during key substitutions. Default is true.
            </summary>
            <remarks>
            Prior to version 4.4, no syntax checking was performed during the initial parsing process of substituting
            for keys (variable names enclosed in square brackets). This early syntax checking support has been added to
            catch cases where a keys was not preceded (or followed) properly in the formula. This CheckKeys property
            is available for backward compatibility. To maintain the exact parsing algorithm found in versions
            prior to 4.4, set this property to false.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.ControlModifiedFlags">
            <summary>
            Maintains a set of modified flags indicating whether
            any control has had a value changed.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.DataStore">
            <summary>
            Maintains a collection of FormulaInfo objects.
            </summary>
            <remarks>
             This Hashtable serves as the data store for the
             CalcQuick instance. The keys are the strings used
             to identify formulas and the values are FormulaInfo
             objects that hold the information on each formula or value.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.DisposeEngineResource">
            <summary>
            Determines whether the CalcEngine object of this CalcQuick should be disposed on disposing this object.
            <para/>Default value is true.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.Engine">
            <summary>
            A read-only property that gets the reference to the CalcEngine object being used by this CalcQuick instance.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.FormulaCharacter">
            <summary>
            A property that gets/sets character by which string starts with, are treated as
            formulas when indexing a CalcQuick object.
            </summary>
            <remarks>If you use the technique of indexing the CalcQuick object
            to set a varaible value, then you indicate that the value should be a
            formula by starting the string with this character. If you do not want
            to require your formulas to start with this character, then you will not
            be able to use the indexing technique. Instead, you will have to call
            ParseAndCompute directly to handle formulas not starting with this
            character.</remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.KeyToRowsMap">
            <summary>
            Maintains a mapping between the string key and the row
            used in a CalcSheet to identify a FormulaInfo object.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.KeyToVectors">
            <summary>
            Maintains a mapping between the string key and a
            vector of numbers entered using a brace expression.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.NameToControlMap">
            <summary>
            Maintains a mapping between the string key and the control
            which is being used to identify a FormulaInfo object.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.RowsToKeyMap">
            <summary>
            Maintains a mapping between the row used in a CalcSheet
            and the string key used to identify a FormulaInfo object.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.Item(System.String)">
            <summary>
            Gets / sets formula values for CalcQuick.
            </summary>
            <param name="key">The indexer used to identify the formula.</param>
            <remarks>
            Using an indexer on the CalcQuick instance is the primary method
            of setting a value to be used in a CalcQuick object. The string
            used as the indexer is the key that you use to reference this formula
            value in other formulas used in this CalcQuick instance.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcQuickBase.ThrowCircularException">
            <summary>
            Gets / sets whether the CalcQuick should throw an exception when a circular calculation is encountered.
            </summary>
            <remarks>If this property is True, the CalcQuick will throw an exception
            when it detects a circular calculation. If ThrowCircularException is False, then
            no exception is thrown and the calculation will loop recursively until Engine.MaximumRecursiveCalls
            is exceeded.
            </remarks>
        </member>
        <member name="T:Syncfusion.Calculate.QuickValueSetEventHandler">
            <summary>
            An event handler that represents the method to handle the <see cref="T:Syncfusion.Calculate.QuickValueSetEventHandler"/> event.
            </summary>
            <remarks>
            This event is raised whenever an indexer is used on the CalcQuick object to assign
            it a value or when a value is assigned as the result of a calculation being done.
            </remarks>
        </member>
        <member name="T:Syncfusion.Calculate.QuickValueSetEventArgs">
            <summary>
            Event argument class for the <see cref="T:Syncfusion.Calculate.QuickValueSetEventArgs"/> event.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.QuickValueSetEventArgs.#ctor(System.String,System.String,Syncfusion.Calculate.FormulaInfoSetAction)">
            <summary>
            The only constructor for QuickValueSetEventArgs.
            </summary>
            <param name="key">This is the object that is used as the key value in the Hashtable to
            identify the formula information. It is also the string you use in formulas (enclosed in brackets)
            to reference a formula from another formula.</param>
            <param name="value">New value being assigned.</param>
            <param name="action">Indicates the reason the event is being raised. See FormulaInfoSetAction.</param>
        </member>
        <member name="P:Syncfusion.Calculate.QuickValueSetEventArgs.Action">
            <summary>
            The reason the event was raised.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.QuickValueSetEventArgs.Key">
            <summary>
            A property that gets/sets the Hashtable lookup object for the FormulaInfo object being changed.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.QuickValueSetEventArgs.Value">
            <summary>
            A property that gets/sets the new value being set.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.FormulaInfoSetAction">
            <summary>
            Flags the reason that quickValueSet was raised.
            </summary>
            <remarks>When QuickValueSet event is raised, it passes an
            argument of FormulaInfoSetAction to indicate what was being assigned
            to the CalcQuick object using an indexer. </remarks>
        </member>
        <member name="F:Syncfusion.Calculate.FormulaInfoSetAction.FormulaSet">
            <summary>
            A formula (string starting with FormulaCharacter) was assigned.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.FormulaInfoSetAction.NonFormulaSet">
            <summary>
            Something other than a formula was assigned.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.FormulaInfoSetAction.CalculatedValueSet">
            <summary>
            A calculated value was assigned.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.FormulaInfoHashtable">
            <summary>
            Typed Hashtable returning FormulaInfo objects.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.FormulaInfoHashtable.Item(System.Object)">
            <summary>
            Gets or sets the FormulaInfo with the specified obj.
            </summary>
            <param name="obj">The key to identify the given FormulaInfo.</param>
            <value>FormulaInfo</value>
        </member>
        <member name="T:Syncfusion.Calculate.CalcSheet">
            <summary>
            CalcSheet represents a single worksheet in a workbook.
            </summary>
            <remarks>
            A CalcSheet plays the role of an Excel Worksheet. It maintains its own internal data object
            to hold FormulaInfo objects used by the CalcEngine in its calculation work. The CalcSheet accesses
            the raw data / formulas that you want to use in the calculations via the ICalcData interface.
            </remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructor that initializes an internal object array to
            hold data.
            </summary>
            <param name="rows">Number of rows in the data object.</param>
            <param name="cols">Number of columns in the data object.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Constructor used during serialization.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.CreateSheetFromFile(System.String)">
            <summary>
            Creates a CalcSheet from a delimited text file
            created by WriteSheetToFile.
            </summary>
            <param name="fileName">The file name.</param>
            <returns>A CalcSheet instantiated with the file content.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Supports serialization.
            </summary>
            <param name="info">Serialization information.</param>
            <param name="context">Describes source and destination of the given stream..</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            Returns the value at the row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="col">One based column index.</param>
            <returns>The cell value.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.OnCalculatedValueChanged(Syncfusion.Calculate.ValueChangedEventArgs)">
            <summary>
            Raises the CalculatedValueChanged event.
            </summary>
            <param name="e">Includes the row, col, and value of the change.</param>
            <remarks>This event should be raised any time a value changes.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.OnValueChanged(Syncfusion.Calculate.ValueChangedEventArgs)">
            <summary>
            Raises the ValueChanged event.
            </summary>
            <param name="e">Includes the row, col, and value of the change.</param>
            <remarks>This event should be raised any time a value changes.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.ReadSSS(System.IO.StreamReader)">
            <summary>
            Creates a CalcSheet object from the content of a StreamReader.
            </summary>
            <param name="sr">The StreamReader.</param>
            <returns>The newly created CalcSheet object.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.SetValue(System.Int32,System.Int32,System.String)">
            <summary>
            A Virtual method to save the value through the ICalcData.SetValueRowCol implementation method
            and raise the ValueChanged event.
            </summary>
            <param name="row">The row index, one-based.</param>
            <param name="col">The column index, one-based.</param>
            <param name="val">The value.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            A Virtual method to set a value at a given row and column.
            </summary>
            <param name="value">Value to be set.</param>
            <param name="row">One-based row index.</param>
            <param name="col">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.WireParentObject">
            <summary>
            A Virtual method that can be used to handle subscribing to any base object events necessary for implementing the
            ValueChanged event.
            </summary>
            <remarks>For example, when implementing ICalcData on a DataGrid-derived object,
            you need to know when something in the DataGrid changes so you can raise the
            required ICalcData.ValueChanged event. In WireParentObject, the DataGrid can
            subscribe to its DataSource's change event to handle this requirement. If the
            DataSource is a DataTable, then the DataTable.ColumnChanged event can fulfill
            the requirement.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetFirstRow">
            <summary>
            Get the idex of the first row in UsedRange
            </summary>
            <returns>index of first row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetLastRow">
            <summary>
            get the index of the last row in UsedRange
            </summary>
            <returns>index of last row</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetRowCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetFirstColumn">
            <summary>
            Gets the first column index.
            </summary>
            <returns>Index of first column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetLastColumn">
            <summary>
            Gets the last column index / column count.
            </summary>
            <returns>Index of last column</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.GetColumnCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.WriteSheetToFile(System.String)">
            <summary>
            Writes a delimited file.
            </summary>
            <param name="fileName">The output file name.</param>
            <remarks>The static Delimiter member specifies the field delimiter.
            Rows are delimited by Environment.NewLine characters.
            This method serializes formulas instead of computed values. To
            write a file containing computed values, use the WriteValuesToFile method.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.WriteSSS(System.IO.StreamWriter,System.Boolean)">
            <summary>
            Writes this CalcSheet object to the given StreamWriter.
            </summary>
            <param name="sw">The StreamWriter.</param>
            <param name="valuesOnly">Indicates whether to serialize formulas (False)
            or computed values (True).</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.WriteSSS(System.IO.StreamWriter)">
            <summary>
            Writes this CalcSheet object with formulas serialized to the given StreamWriter.
            </summary>
            <param name="sw">The StreamWriter.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheet.WriteValuesToFile(System.String)">
            <summary>
            Serializes the data with computed values to a delimited
            text file.
            </summary>
            <param name="fileName">The file name.</param>
            <remarks>The static Delimiter member specifies the field delimiter.
            Rows are delimited by Environment.NewLine characters.
            This method serializes computed values instead of formulas. To
            write a file containing formulas, use the WriteSheetToFile method.</remarks>
        </member>
        <member name="E:Syncfusion.Calculate.CalcSheet.CalculatedValueChanged">
            <summary>
            This event is raised in SetValueRowCol.
            </summary>
        </member>
        <member name="E:Syncfusion.Calculate.CalcSheet.ValueChanged">
            <summary>
            This event should be raised by the implementer of ICalcData whenever a value changes.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.CalculationsSuspended">
            <summary>
            Gets / sets a flag that indicates whether to compute dependent values
            as cells change.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.ColCount">
            <summary>
            A read-only property that gets the column count.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.Delimter">
            <summary>
            Gets / sets the field delimiter for the
            WriteSheetToFile method.
            </summary>
            <remarks>The default value is tab.</remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.Engine">
            <summary>
            A read-only property that gets the CalcEngine object used by this CalcSheet.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.LockSheetChanges">
            <summary>
            Enables or disables saving changes within the CalcSheet.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.Name">
            <summary>
            A property that gets / sets the name used to refer to this sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.RowCount">
            <summary>
            A read-only property that gets the row count.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheet.Item(System.Int32,System.Int32)">
            <summary>
            Gets / sets a value through the ICalcData.GetValueRowCol
            and ICalcData.SetValueRowCol implementation methods.
            </summary>
            <param name="row">The row index.</param>
            <param name="col">The column index.</param>
        </member>
        <member name="M:Syncfusion.Calculate.Utilities.IsSecurityPermissionAvailable">
            <summary>
             Calls SecurityPermission.Demand to find out if SecurityPermission is available.
            </summary>
            <returns>True if SecurityPermission is available.</returns>
        </member>
        <member name="T:Syncfusion.Calculate.CalcWorkbook">
            <summary>
            CalcWorkbook holds a collection of <see cref="T:Syncfusion.Calculate.CalcSheet"/> objects.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.CalcWorkbook.sheetNames">
            <summary>
            ArrayList of strings holding the CalcSheets names.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.#ctor(Syncfusion.Calculate.CalcSheet[],System.Collections.Hashtable)">
            <summary>
            Initializes a new instance of the CalcWorkbook class.
            </summary>
            <param name="calcSheets">The calc sheets.</param>
            <param name="namedRanges">Hashtable of key, value pairs for Namedrange values.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new <see cref="T:Syncfusion.Calculate.CalcWorkbook"/> from a serialization stream.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.CalculateAll">
            <summary>
            A Virtual method to calculate all formulas in this workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.ClearFormulas(Syncfusion.Calculate.CalcSheet)">
            <summary>
            Removes all formulas in the given CalcSheet.
            </summary>
            <param name="sheet">The CalcSheet.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Implements the ISerializable interface and returns the data needed to serialize the workbook.
            </summary>
            <param name="info">A SerializationInfo object containing the information required to serialize the cell model.</param>
            <param name="context">A StreamingContext object containing the source and destination of the serialized stream.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.GetSheetID(System.String)">
            <summary>
            A method that gets the integer ID of a CalcSheet.
            </summary>
            <param name="sheetName">The CalcSheet name.</param>
            <returns>The integer ID.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.ReadSSS(System.String)">
            <summary>
            Creates a CalcWorkbook from a file written using WriteSSS.
            </summary>
            <param name="fileName">Pathname of the file.</param>
            <returns>A CalcWorkbook object.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcWorkbook.WriteSSS(System.String)">
            <summary>
            Writes a tab-delimited file holding the Workbook information.
            </summary>
            <param name="fileName">The pathname of the file to be written.</param>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.CalcSheetList">
            <summary>
            Gets or sets an Arraylist of CalcSheet objects used in this workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.calcSheets">
            <summary>
            Array of CalcSheets objects used in this workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.Engine">
            <summary>
            Gets/Sets the CalcEngine object.
            </summary>
            <remarks>
            The setter only sets once, and only if InitCalcWorkbook has been called
            with a zero CalcSheet count.
            </remarks>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.SheetCount">
            <summary>
            Number of CalcSheets in this workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.Item(System.String)">
            <summary>
            Gets / sets a CalcSheet object with the given name.
            </summary>
            <param name="sheetName">The sheet name.</param>
        </member>
        <member name="P:Syncfusion.Calculate.CalcWorkbook.Item(System.Int32)">
            <summary>
            Gets / sets a CalcSheet object with the given index.
            </summary>
            <param name="sheetIndex">The sheet index.</param>
        </member>
        <member name="T:Syncfusion.Calculate.CalcSheetList">
            <summary>
            Wrapper ArrayList that holds a collection of CalcSheets.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.#ctor(Syncfusion.Calculate.CalcSheet[],Syncfusion.Calculate.CalcWorkbook)">
            <summary>
            Creates an CalcSheetList instance owned by the given workbook with the given CalcSheet list.
            </summary>
            <param name="list">list of CalcSheets</param>
            <param name="parentWorkBook">The Workbook</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.Add(System.Object)">
            <summary>
            A method that adds a new CalcSheet.
            </summary>
            <param name="o">The CalcSheet to be added.</param>
            <returns>The index of the added CalcSheet.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.Insert(System.Int32,System.Object)">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.InsertRange(System.Int32,System.Collections.ICollection)">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.NameToIndex(System.String)">
            <summary>
            Returns the index for a CalcSheet.
            </summary>
            <param name="sheetName">The name of the CalcSheet.</param>
            <returns>The index of the CalcSheet.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.Remove(System.Object)">
            <summary>
            A method that removes a CalcSheet.
            </summary>
            <param name="o">The CalcSheet to be removed.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.RemoveAt(System.Int32)">
            <summary>
            Removes a CalcSheet.
            </summary>
            <param name="index">The index of the CalcSheet to be removed.</param>
        </member>
        <member name="M:Syncfusion.Calculate.CalcSheetList.ToArray">
            <summary>
             The CalcSheets in this collection.
            </summary>
            <returns>Returns a CalcSheet[].</returns>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheetList.Item(System.Int32)">
            <summary>
            Gets or sets the CalcSheet at the given index.
            </summary>
            <param name="i">The sheet index.</param>
        </member>
        <member name="P:Syncfusion.Calculate.CalcSheetList.Item(System.String)">
            <summary>
            Gets or sets the CalcSheet with a given name.
            </summary>
            <param name="sheetName">The sheet name.</param>
        </member>
        <member name="T:Syncfusion.Calculate.ValueChangedEventHandler">
            <summary>
            An event handler that represents the method to handle the <see cref="E:Syncfusion.Calculate.CalcSheet.ValueChanged"/>
            event.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">A <see cref="T:Syncfusion.Calculate.ValueChangedEventArgs"/> that contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Calculate.ValueChangedEventArgs">
            <summary>
            A class containing data for the ICalcData.ValueChanged event.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.ValueChangedEventArgs.#ctor(System.Int32,System.Int32,System.String)">
            <summary>
            The constructor.
            </summary>
            <param name="row">One-based row index for the value.</param>
            <param name="col">One-based col index for the value.</param>
            <param name="value">the value at the specified row,col.</param>
        </member>
        <member name="P:Syncfusion.Calculate.ValueChangedEventArgs.ColIndex">
            <summary>
            A property that gets/sets One-base column index.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.ValueChangedEventArgs.RowIndex">
            <summary>
            A property that gets/sets One-based row index.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.ValueChangedEventArgs.Value">
            <summary>
            A property that gets/sets the value.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.CalcEngineHelper">
            <summary>
            Used for CalcEngineHelper
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngineHelper.FromOADate(System.Double)">
            <summary>
            Returns a DateTime equivalent to the specified OLE Automation Date.
            </summary>
            <param name="doubleOLEValue">An OLE Automation Date value.</param>
            <returns>An object that represents the same date and time as d.</returns>
        </member>
        <member name="M:Syncfusion.Calculate.CalcEngineHelper.ToOADate(System.DateTime)">
            <summary>
            Converts the value of this instance to the equivalent OLE Automation date.
            </summary>
            <param name="inDateTime"></param>
            <returns>A double-precision floating-point number that contains an OLE Automation date equivalent to the value of this instance.</returns>
        </member>
        <member name="T:Syncfusion.Calculate.LookupCachingMode">
            <summary>
            Specifies options for caching look up tables in HLookUp and VLookUp functions.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.LookupCachingMode.None">
            <summary>
            No caching is done.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.LookupCachingMode.VLOOKUP">
            <summary>
            Tables will be cached only for VLookUp.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.LookupCachingMode.HLOOKUP">
            <summary>
            Tables will be cached only for HLookUp.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.LookupCachingMode.Both">
            <summary>
            Tables will be cached for both VLookUp and HLookUp.
            </summary>
        </member>
        <member name="F:Syncfusion.Calculate.LookupCachingMode.OptimizeForMatches">
            <summary>
            Tables will be optimized for searching for exact matches. Set this flag if you expect your searches to find exact matches.
            </summary>
        </member>
        <member name="T:Syncfusion.Calculate.RangeInfo">
            <summary>
            RangeInfo represents a rectangle array of cells that may contain formulas, strings, or numbers
            that may be referenced by other formulas.
            </summary>
        </member>
        <member name="M:Syncfusion.Calculate.RangeInfo.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Constructs a RangeInfo instance with the given top, left, bottom and right values.
            </summary>
            <param name="top">Top row index of this range.</param>
            <param name="left">Left column index of this range.</param>
            <param name="bottom">Bottom row index of this range.</param>
            <param name="right">Right column index  of this range.</param>
            <remarks>The range values must be one-based indexes.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.RangeInfo.Cells(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            A method to retrieve a range based on the numeric arguments passed in.
            </summary>
            <param name="top">Top row index of this range.</param>
            <param name="left">Left column index of this range.</param>
            <param name="bottom">Bottom row index of this range.</param>
            <param name="right">Right column index  of this range.</param>
            <returns>A RangeInfo object.</returns>
            <remarks>The range values must be one-based indexes.</remarks>
        </member>
        <member name="M:Syncfusion.Calculate.RangeInfo.GetAlphaLabel(System.Int32)">
            <summary>
            GetAlphaLabel is a method that retrieves a string value for the column whose numerical index is passed in.
            </summary>
            <param name="col"> Number index such as 1, 5, 27.</param>
            <returns>Corresponding alphabets label like A, E, AA.</returns>
        </member>
        <member name="P:Syncfusion.Calculate.RangeInfo.Bottom">
            <summary>
            A property that gets/sets the bottom row index of this range.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.RangeInfo.Left">
            <summary>
            A property that gets/sets the left column index of this range.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.RangeInfo.Right">
            <summary>
            A property that gets/sets the right row index of this range.
            </summary>
        </member>
        <member name="P:Syncfusion.Calculate.RangeInfo.Top">
            <summary>
            A property that gets/sets the top row index of this range.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.CloneUtils">
            <exclude/>
             <summary>
             Contains utility methods for object cloning.
             </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneIntArray(System.Int32[])">
            <summary>
            Clones int array.
            </summary>
            <param name="array">Array to clone</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneUshortArray(System.UInt16[])">
            <summary>
            Clones ushort array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneStringArray(System.String[])">
            <summary>
            Clones string array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneArray(System.Object[])">
            <summary>
            Clones object array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneCloneable(System.ICloneable)">
            <summary>
            Clones object that implements ICloneable interface.
            </summary>
            <param name="toClone">Object to clone.</param>
            <returns>A clone of the object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneByteArray(System.Byte[])">
            <summary>
            Clones byte array.
            </summary>
            <param name="arr">Array to clone.</param>
            <returns>Return cloned array.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneHash``2(System.Collections.Generic.Dictionary{``0,``1})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneHash(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CloneUtils.CloneStream(System.IO.Stream)">
            <summary>
            Creates copy of the stream.
            </summary>
            <param name="stream">Stream to copy.</param>
            <returns>Created stream.</returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl">
            <summary>
            Summary description for DocumentPropertyImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.IDocumentProperty">
            <summary>
            Represents single document property.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.IsBuiltIn">
            <summary>
            Indicates whether property is built-in. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.PropertyId">
            <summary>
            Returns property id for built-in properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Name">
            <summary>
            Returns property name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Value">
            <summary>
            Gets / sets property value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Boolean">
            <summary>
            Gets / sets boolean value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Integer">
            <summary>
            Gets / sets integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Int32">
            <summary>
            Gets / sets 4-bytes signed integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Double">
            <summary>
            Gets / sets double value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.Text">
            <summary>
            Gets / sets string value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.DateTime">
            <summary>
            Gets / sets DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.TimeSpan">
            <summary>
            Gets / sets TimeSpan value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.LinkSource">
            <summary>
            Returns or sets the source of a linked custom document property. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.IDocumentProperty.LinkToContent">
            <summary>
            True if the value of the custom document property is linked to the content
            of the container document. False if the value is static. Read/write Boolean.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.DEF_START_ID2">
            <summary>
            Start index for Id2 PropVariant property.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.DEF_FILE_TIME_START_YEAR">
            <summary>
            Start year for FILETIME structure.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_propertyId">
            <summary>
            Property id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_strName">
            <summary>
            Property name.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_value">
            <summary>
            Property value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_type">
            <summary>
            Property type.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_strLinkSource">
            <summary>
            The source of a linked custom document property. Read/write String.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.m_bLinkToContent">
            <summary>
            True if the value of the custom document property is linked to the content
            of the container document. False if the value is static. Read/write Boolean.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.#ctor(System.String,System.Object)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="strName">Property name.</param>
            <param name="value">Property value.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.#ctor(Syncfusion.CompoundFile.XlsIO.BuiltInProperty,System.Object)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="propertyId">Property id.</param>
            <param name="value">Property value.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.#ctor(Syncfusion.CompoundFile.XlsIO.Net.IPropertyData,System.Boolean)">
            <summary>
            Initializes new instance of the document property.
            </summary>
            <param name="variant">Variant that contains property data.</param>
            <param name="bSummary">
            Indicates whether property is from document summary or not (only for
            built-int properties).</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.DetectStringType(System.String)">
            <summary>
            Detects type of the string.
            </summary>
            <param name="value">String value to check.</param>
            <returns>Detected string type.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.FillPropVariant(Syncfusion.CompoundFile.XlsIO.Net.IPropertyData,System.Int32)">
            <summary>
            Copies document property data into PropVariant.
            </summary>
            <param name="variant">Destination object.</param>
            <param name="iPropertyId">PropertyId for custom properties.</param>
            <returns>True if was able to fill variant; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.CorrectIndex(Syncfusion.CompoundFile.XlsIO.BuiltInProperty,System.Boolean@)">
            <summary>
            Converts propertyId into correct index.
            </summary>
            <param name="propertyId">PropertyId to convert.</param>
            <param name="bSummary">[out] Indicates whether this is document summary property of simply document property.</param>
            <returns>Correct property index.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.DetectPropertyType">
            <summary>
            Tries to detect and set property type.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.SetLinkSource(Syncfusion.CompoundFile.XlsIO.Net.IPropertyData)">
            <summary>
            Sets value of LinkSource property.
            </summary>
            <param name="variant">Variant that contains value to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Write(Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage,Syncfusion.CompoundFile.XlsIO.Native.PropVariant,System.Int32)">
            <summary>
            Saves property into IPropertyStorage.
            </summary>
            <param name="storProp">Storage to save into.</param>
            <param name="variant">Property variant used as buffer.</param>
            <param name="iPropertyId">Property id for custom properties.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.CloneValue">
            <summary>
            Creates copy of the internal value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.IsBuiltIn">
            <summary>
            Indicates whether property is built-in. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.PropertyId">
            <summary>
            Returns / sets property id for built-in properties.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Name">
            <summary>
            Returns property name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Value">
            <summary>
            Gets / sets property value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Boolean">
            <summary>
            Gets / sets boolean value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Integer">
            <summary>
            Gets / sets integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Int32">
            <summary>
            Gets / sets 4-bytes signed integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Double">
            <summary>
            Gets / sets double value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Text">
            <summary>
            Gets / sets string value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.DateTime">
            <summary>
            Gets / sets DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.TimeSpan">
            <summary>
            Gets / sets TimeSpan value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.Blob">
            <summary>
            Gets / sets Blob value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.ClipboardData">
            <summary>
            Gets or sets clipboard data value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.StringArray">
            <summary>
            Gets / sets array of strings.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.ObjectArray">
            <summary>
            Gets / sets array of objects. Supported object types are string and Int32.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.PropertyType">
            <summary>
            Gets / sets document property type.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.LinkSource">
            <summary>
            Returns or sets the source of a linked custom document property. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.LinkToContent">
            <summary>
            True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl.InternalName">
            <summary>
            Internal name of the document property.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.BuiltInProperty">
            <summary>
            Property IDs for the SummaryInformation Property Set.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Title">
            <summary>
            Title document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Subject">
            <summary>
            Subject document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Author">
            <summary>
            Author document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Keywords">
            <summary>
            Keywords document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Comments">
            <summary>
            Comments document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Template">
            <summary>
            Template document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.LastAuthor">
            <summary>
            LastAuthor document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.RevisionNumber">
            <summary>
            Revnumber document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.EditTime">
            <summary>
            EditTime document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.LastPrinted">
            <summary>
            LastPrinted document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.CreationDate">
            <summary>
            CreationDate document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.LastSaveDate">
            <summary>
            LastSaveDate document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.PageCount">
            <summary>
            PageCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.WordCount">
            <summary>
            WordCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.CharCount">
            <summary>
            CharCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Thumbnail">
            <summary>
            Thumbnail document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.ApplicationName">
            <summary>
            ApplicationName document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Security">
            <summary>
            Ssecurity document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Category">
            <summary>
            Category Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.PresentationTarget">
            <summary>
            Target format for presentation (35mm, printer, video, and so on) id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.ByteCount">
            <summary>
            ByteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.LineCount">
            <summary>
            LineCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.ParagraphCount">
            <summary>
            ParCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.SlideCount">
            <summary>
            SlideCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.NoteCount">
            <summary>
            NoteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.HiddenCount">
            <summary>
            HiddenCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.MultimediaClipCount">
            <summary>
            MmclipCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.ScaleCrop">
            <summary>
            ScaleCrop property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.HeadingPair">
            <summary>
            HeadingPair Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.DocParts">
            <summary>
            DocParts Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Manager">
            <summary>
            Manager Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.Company">
            <summary>
            Company Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.LinksDirty">
            <summary>
            LinksDirty Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.BuiltInProperty.CharactersWithSpaces">
            <summary>
            The character count with space
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.PropertyType">
            <summary>
            Enumeration with all supported property types.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Bool">
            <summary>
            Indicates a Boolean value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Int">
            <summary>
            Indicates an integer value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Int32">
            <summary>
            Indicates a 4-bytes signed integer value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Int16">
            <summary>
            Indicates a 2-bytes signed interger value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.UInt32">
            <summary>
            Indicates a 4-bytes unsigned interger value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.String">
            <summary>
            Indicates a wide string terminated by a null.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.AsciiString">
            <summary>
            Indicates a string terminated by a null.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.DateTime">
            <summary>
            Indicates a FILETIME value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Blob">
            <summary>
            Indicates length prefixed bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Vector">
            <summary>
            Indicates a simple, counted array.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Object">
            <summary>
            Indicates an object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Double">
            <summary>
            Indicates a double value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Empty">
            <summary>
            Indicates an empty value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.Null">
            <summary>
            Indicates null value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.ClipboardData">
            <summary>
            Indicates clipboard data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.AsciiStringArray">
            <summary>
            Indicates an array of strings.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.StringArray">
            <summary>
            Indicates an array of strings.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.PropertyType.ObjectArray">
            <summary>
            Indicates an array of objects. Supported types are string and integer values.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.CompoundStream">
            <summary>
            This interface represents stream in the compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.CompoundStream.m_strStreamName">
            <summary>
            Name of the stream.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CompoundStream.#ctor(System.String)">
            <summary>
            Initializes new instance of the compound stream object.
            </summary>
            <param name="streamName">Name of the stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.CompoundStream.CopyTo(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Copies stream content into another stream object.
            </summary>
            <param name="stream">Stream to copy data into.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.CompoundStream.Name">
            <summary>
            Returns name of the stream.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.ICompoundFile">
            <summary>
            This interface gives access to compound file functionality.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundFile.Flush">
            <summary>
            Flushes content into internal buffer.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundFile.Save(System.IO.Stream)">
            <summary>
            Saves compound file into stream
            </summary>
            <param name="stream">Stream to save data into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundFile.Save(System.String)">
            <summary>
            Saves compound file into file.
            </summary>
            <param name="fileName">Name of the file to save into.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.ICompoundFile.RootStorage">
            <summary>
            Returns root storage object for this file.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.ICompoundStorage">
            <summary>
            This interface represents storage object in the compound file.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.CreateStream(System.String)">
            <summary>
            Creates new stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to create.</param>
            <returns>Created stream object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.OpenStream(System.String)">
            <summary>
            Opens existing stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to open.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.DeleteStream(System.String)">
            <summary>
            Removes existing stream from this storage.
            </summary>
            <param name="streamName">Name of the stream to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.ContainsStream(System.String)">
            <summary>
            Determines whether storage contains specified stream.
            </summary>
            <param name="streamName">Name of the stream to check.</param>
            <returns>true if storage contains specified stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.CreateStorage(System.String)">
            <summary>
            Creates new substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to create.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.OpenStorage(System.String)">
            <summary>
            Opens existing substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to open.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.DeleteStorage(System.String)">
            <summary>
            Removes exisiting substorage from this one.
            </summary>
            <param name="storageName">Name of the storage to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.ContainsStorage(System.String)">
            <summary>
            Determines whether this storage contains substorage with specified name.
            </summary>
            <param name="storageName">Name of the storage to check.</param>
            <returns>true if storage contains substorage with specified name.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.Flush">
            <summary>
            Commits changes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.InsertCopy(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Inserts copy of the storage and all subitems inside current storage.
            </summary>
            <param name="storageToCopy">Storage to copy.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.InsertCopy(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Inserts copy of the stream inside current storage.
            </summary>
            <param name="streamToCopy">Stream to copy.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.Streams">
            <summary>
            Returns all stream names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.Storages">
            <summary>
            Returns all storage names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.ICompoundStorage.Name">
            <summary>
            Returns name of the storage.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.LockShareViolationException">
            <summary>
            This exception should be thrown when lock or share violation has occured.
            Usually this happens when user tries to create storage on file opened by somebody else.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.LockShareViolationException.DEF_MESSAGE">
            <summary>
            Default message.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.LockShareViolationException.DEF_MESSAGE_CODE">
            <summary>
            Message for exception message with record code.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.LockShareViolationException.#ctor">
            <summary>
            Initializes a new instance of the class with default error message.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.LockShareViolationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.LockShareViolationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx">
            <summary>
            Special wrapper class that allows users to control access to stream 
            and cache data. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._DefaultBufferSize">
            <summary>
            Default buffer allocation size.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._s">
            <summary>
            Underlying stream. Close sets _s to NULL.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._buffer">
            <summary>
            Shared read / write buffer. Allocated on first use.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._readPos">
            <summary>
            Read pointer within shared buffer.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._readLen">
            <summary>
            Number of bytes read in buffer from _s.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._writePos">
            <summary>
            Write pointer within shared buffer.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._bufferSize">
            <summary>
            Length of internal buffer if it is allocated.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx._streamPos">
            <summary>
            Stream position when the buffer is read.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.#ctor">
            <summary>
            Default constructor. Hidden to class users.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.#ctor(System.IO.Stream)">
            <summary>
            Initialize class by stream and DefaultBufferSize == 4096.
            </summary>
            <param name="stream">Stream which our class must wrap.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.#ctor(System.IO.Stream,System.Int32)">
            <summary>
            Initialize class by instance of stream and user defined cache size.
            </summary>
            <param name="stream">Stream which our class must wrap.</param>
            <param name="bufferSize">User defined cache size.</param>
            <exception cref="T:System.ArgumentException">Stream does not support Read and Write operations.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">BufferSize is equal or less than zero.</exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads data from the stream. If data is cached, the class will not call wrapped
            stream and will simply return a copy of cached data.
            </summary>
            <param name="array">Output buffer.</param>
            <param name="offset">Offset in output buffer where data from stream must be placed.</param>
            <param name="count">Count of bytes which class must return.</param>
            <returns>Quantity of read bytes.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.ReadByte">
            <summary>
            Reads a byte from the underlying stream. Returns an int (byte cast to an int)
            or -1 if it is the end of the stream.
            </summary>
            <returns>Read byte.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Writes portion of data into a wrapped stream. Data will be cached if it is possible.
            It will then be saved to the wrapped stream on Flush.
            </summary>
            <param name="array">Array containing data.</param>
            <param name="offset">Offset to the beginning of the portion of data.</param>
            <param name="count">Number of bytes in the portion of data.</param>
            <exception cref="T:System.ArgumentNullException">
            If array or stream is NULL.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If offset or count is less than zero.
            </exception>
            <exception cref="T:System.ArgumentException">
            If array does not contain the required element count.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.WriteByte(System.Byte)">
            <summary>
            Write one byte of information into stream.
            </summary>
            <param name="value">Value which must be written.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            If can't write into stream.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            On any Seek operation, data not written from cache will be
            flushed to the wrapped stream. Using the Position property is better as
            it is optimized for cache use.
            </summary>
            <param name="offset">New offset of stream.</param>
            <param name="origin">Start point of seek operation.</param>
            <returns>Current position.</returns>
            <exception cref="T:System.ArgumentNullException">
            If stream is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            If can't seek in the stream.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Close">
            <summary>
            Saves all the data from cache and closes the stream.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Flush">
            <summary>
            Flushes data and resets the cache.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When stream is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.FlushRead">
            <summary>
            The file is read in blocks, but a user could read 1 byte
            from the buffer and write it. At that point, the Operating System's file
            pointer is out of sync with the stream's position. Hence, all write
            functions should call this function to preserve the position in the file.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.FlushWrite">
            <summary>
            Since Write is buffered, any time the buffer fills up
            or the buffer switches to reading and there is dirty data 
            (_writePos > 0), this function must be called.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.SetLength(System.Int64)">
            <summary>
            Sets length of wrapped stream.
            </summary>
            <param name="value">New length of stream.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When value is less than zero.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When stream is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            Cannot seek or cannot write into stream.
            </exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.CanRead">
            <summary>
            Indicates whether data can be read from the wrapped stream.
            True if data can be read.
            </summary>
            <exception cref="T:System.ArgumentNullException">Class instance was disposed.</exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.CanWrite">
            <summary>
            Indicates whether data can be written to wrapped stream.
            </summary>
            <exception cref="T:System.ArgumentNullException">Class instance was disposed.</exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.CanSeek">
            <summary>
            Indicates whether the wrapped stream supports Seek operations.
            </summary>
            <exception cref="T:System.ArgumentNullException">Class instance was disposed.</exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Length">
            <summary>
            Gets length of the wrapped stream. When this property is accessed, the data 
            that is not written to the stream is first flushed.
            </summary>
            <exception cref="T:System.ArgumentNullException">Class instance was disposed.</exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.Position">
            <summary>
            Gets the current position of stream. Position can be different from the value in wrapped
            stream, because wrapped stream will point to the last byte of the
            cached data. When this property is set, the data that is not written is flushed to the stream.
            </summary>
            <exception cref="T:System.ArgumentNullException">Class instance was disposed.</exception>
            <exception cref="T:System.ArgumentException">Wrapped stream does not support seek operation.</exception>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.BufferedStreamEx.BaseStream">
            <summary>
            Get reference of stream wrapped by BufferStreamEx.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile">
            <summary>
            This is compound file implementation based on standard COM-objects.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.m_rootStorage">
            <summary>
            Root storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.m_lockBytes">
            <summary>
            Represents the locking bytes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.#ctor">
            <summary>
            Default constructor. Creates native compound file in memory.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.#ctor(System.IO.Stream)">
            <summary>
            Creates new instance of the compound file based on the specified stream.
            </summary>
            <param name="stream">Stream to extract data from.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.#ctor(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Creates new instance of the compound file based on the file name and open flags.
            </summary>
            <param name="fileName">Name of the file to parse.</param>
            <param name="options">Storage options.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.Flush">
            <summary>
            Flushes all internal buffers.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.CreateStorageOnILockBytes">
            <summary>
            Cretes storage on ILockBytes.
            </summary>
            <returns>Created storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.SaveILockBytesIntoStream(System.IO.Stream)">
            <summary>
            Saves internal ILockBytes into stream.
            </summary>
            <param name="stream">Stream to save into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.Open(System.IO.Stream)">
            <summary>
            Opens specified stream.
            </summary>
            <param name="stream">Stream to open.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.Save(System.IO.Stream)">
            <summary>
            Saves compound file into stream
            </summary>
            <param name="stream">Stream to save data into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.Save(System.String)">
            <summary>
            Saves compound file into file.
            </summary>
            <param name="fileName">Name of the file to save into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.Dispose">
            <summary>
            Frees all allocated resources.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.CompoundFile.RootStorage">
            <summary>
            Returns root storage object for this file.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes">
            <summary>
            Summary description for ILockBytes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.ReadAt(System.UInt64,System.Byte[],System.UInt32,System.UInt32@)">
            <summary>
            The ReadAt method reads a specified number of bytes 
            starting at a specified offset from the beginning of the byte array object.
            </summary>
            <param name="ulOffset">Specifies the starting point from the beginning 
            of the byte array for reading data.</param>
            <param name="pv">Pointer to the buffer into which the byte array is read. 
            The size of this buffer is contained in cb.</param>
            <param name="cb">Specifies the number of bytes of data to attempt to read
             from the byte array. </param>
            <param name="pcbRead">Pointer to a ULONG where this method writes the actual
             number of bytes read from the byte array. You can set this pointer to NULL
             to indicate that you are not interested in this value. In this case, this
             method does not provide the actual number of bytes that were read.</param>
            <returns>S_OK - Indicates that the specified number of bytes were read, or the
             maximum number of bytes were read to the end of the byte array.
             E_FAIL - Data could not be read from the byte array. 
             E_PENDING - Asynchronous Storage only: Part or all of the data to be
             read is currently unavailable.
             STG_E_ACCESSDENIED - The caller does not have permission to access the byte array.
             STG_E_READFAULT - The number of bytes to be read does not equal the number of bytes
              that were actually read</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.WriteAt(System.UInt64,System.Byte[],System.UInt32,System.UInt32@)">
            <summary>
            The WriteAt method writes the specified number of bytes starting at a specified offset
             from the beginning of the byte array.
            </summary>
            <param name="ulOffset">Specifies the starting point from 
            the beginning of the byte array for the data to be written.</param>
            <param name="pv">Pointer to the buffer containing the data to be written.</param>
            <param name="cb">Specifies the number of bytes of data to attempt to write into 
            the byte array. </param>
            <param name="pcbWritten">Pointer to a location where this method specifies the 
            actual number of bytes written to the byte array. You can set this pointer to 
            NULL to indicate that you are not interested in this value. In this case, this
             method does not provide the actual number of bytes written.</param>
            <returns>S_OK - Indicates that the specified number of bytes were written.
            E_FAIL - A general failure occurred during the write operation.
            E_PENDING - Asynchronous Storage only: Part or all of the data to be 
            written is currently unavailable.
            STG_E_ACCESSDENIED - The caller does not have enough permissions for writing 
            this byte array.
            STG_E_WRITEFAULT - The number of bytes to be written does not equal the number
             of bytes that were actually written.
             STG_E_MEDIUMFULL - The write operation was not completed because there is no 
             space left on the storage device. The actual number of bytes written is still
              returned in pcbWritten. </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.Flush">
            <summary>
            The Flush method ensures that any internal buffers maintained by the ILockBytes
             implementation are written out to the underlying physical storage.
            </summary>
            <returns>S_OK - The flush operation was successful.
            STG_E_ACCESSDENIED - The caller does not have permission to access the byte array. 
            STG_E_MEDIUMFULL - The flush operation is not completed because there is no space
            left on the storage device.
            E_FAIL - General failure writing data.
            STG_E_TOOMANYFILESOPEN - Under certain circumstances, the Flush method executes 
            a download-and-closeto flush, which can lead to a return value of 
            STG_E_TOOMANYFILESOPEN if no file handles are available. 
            STG_E_INVALIDHANDLE - An underlying file has been prematurely closed, or the 
            correct floppy disk has been replaced by an invalid one.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.SetSize(System.UInt64)">
            <summary>
            The SetSize method changes the size of the byte array.
            </summary>
            <param name="cb">Specifies the new size of the byte array as a number of bytes.</param>
            <returns>S_OK - The size of the byte array was successfully changed.
            STG_E_ACCESSDENIED - The caller does not have permission to access the byte array.
            STG_E_MEDIUMFULL - The byte array size is not changed because there is no
             space left on the storage device.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.LockRegion(System.UInt64,System.UInt64,System.UInt32)">
            <summary>
            The LockRegion method restricts access to a specified range of bytes in the byte array.
            </summary>
            <param name="libOffset">Specifies the byte offset for the beginning of the range.</param>
            <param name="cb">Specifies, in bytes, the length of the range to be restricted.</param>
            <param name="dwLockType">Specifies the type of restrictions being requested on 
            accessing the range. This parameter uses one of the values from the LOCKTYPE enumeration.</param>
            <returns>S_OK - The specified range of bytes was locked
            STG_E_INVALIDFUNCTION - Locking is not supported at all or the specific type of lock 
            requested is not supported.
            STG_E_ACCESSDENIED - Access denied because the caller has insufficient permission, 
            or another caller has the file open and locked.
            STG_E_LOCKVIOLATION - Access denied because another caller has the file open and locked.
            STG_E_INVALIDHANDLE - An underlying file has been prematurely closed, or the
            correct floppy disk has been replaced by an invalid one</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.UnlockRegion(System.UInt64,System.UInt64,System.UInt32)">
            <summary>
            The UnlockRegion method removes the access restriction on a previously 
            locked range of bytes.
            </summary>
            <param name="libOffset">Specifies the byte offset for the beginning of the range. </param>
            <param name="cb">Specifies, in bytes, the length of the range that is restricted.</param>
            <param name="dwLockType">Specifies the type of access restrictions previously 
            placed on the range. This parameter uses a value from the LOCKTYPE enumeration. </param>
            <returns>S_OK - The byte range was unlocked.
            STG_E_INVALIDFUNCTION  - Locking is not supported at all or the specific type
            of lock requested is not supported.
            STG_E_LOCKVIOLATION The requested unlock cannot be granted.
             </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.ILockBytes.Stat(Syncfusion.CompoundFile.XlsIO.Native.STATSTG@,System.UInt32)">
            <summary>
            The Stat method retrieves a STATSTG structure containing information for
             this byte array object.
            </summary>
            <param name="pstatstg">Pointer to a STATSTG structure in which this method
             places information about this byte array object. The pointer is NULL if 
             an error occurs.</param>
            <param name="grfStatFlag">Specifies whether this method should supply the
             pwcsName member of the STATSTG structure through values taken from the
             STATFLAG enumeration. If the STATFLAG_NONAME is specified, the pwcsName 
             member of STATSTG is not supplied, thus saving a memory-allocation operation. 
             The other possible value, STATFLAG_DEFAULT, indicates that all members of the 
             STATSTG structure be supplied.</param>
            <returns>S_OK - The STATSTG structure was successfully returned at 
            the specified location.
            E_OUTOFMEMORY - The STATSTG structure was not returned due to a lack of memory 
            for the name member in the structure. 
            STG_E_ACCESSDENIED - The STATSTG structure was not returned because the caller
            did not have access to the byte array.
            STG_E_INSUFFICIENTMEMORY - The STATSTG structure was not returned, due to 
            insufficient memory. 
            STG_E_INVALIDFLAG - The value for the grfStateFlag parameter is not valid.
            STG_E_INVALIDPOINTER - The value for the pStatStg parameter is not valid. 
            </returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.NativeStream">
            <summary>
            Implementation of compound stream based on standard COM object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.m_stream">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.m_lPosition">
            <summary>
            Stream position.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.#ctor(Syncfusion.CompoundFile.XlsIO.Native.IStream,System.String)">
            <summary>
            Initializes new instance of the stream object.
            </summary>
            <param name="stream">COM stream to use.</param>
            <param name="name">Name of the stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a sequence of bytes from the current stream and advances the position
            within the stream by the number of bytes read.
            </summary>
            <param name="buffer">An array of bytes. When this method returns, the buffer contains
            the specified byte array with the values between offset and (offset + count - 1)
            replaced by the bytes read from the current source.</param>
            <param name="offset">The zero-based byte offset in buffer at which to begin storing
            the data read from the current stream.</param>
            <param name="length">The maximum number of bytes to be read from the current stream.</param>
            <returns>The total number of bytes read into the buffer. This can be less
            than the number of bytes requested if that many bytes are not currently
            available, or zero (0) if the end of the stream has been reached.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Writes a sequence of bytes to the current stream and advances the current position
            within this stream by the number of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies length bytes from buffer to the current stream.</param>
            <param name="offset">The zero-based byte offset in buffer at which to begin copying bytes to the current stream.</param>
            <param name="length">The number of bytes to be written to the current stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Sets the position within the current stream. 
            </summary>
            <param name="position">A byte offset relative to the origin parameter.</param>
            <param name="origin">A value of type SeekOrigin indicating the reference point used to obtain the new position.</param>
            <returns>The new position within the current stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.SetLength(System.Int64)">
            <summary>
            Sets the length of the current stream.
            </summary>
            <param name="length">The desired length of the current stream in bytes.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Flush">
            <summary>
            Clears all buffers for this stream and causes any buffered data to be
            written to the underlying device.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Dispose(System.Boolean)">
            <summary>
            Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
            </summary>
            <param name="disposing">true to release both managed and unmanaged resources;
            false to release only unmanaged resources.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.CheckBufferOffsetLength(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Checks whether offset and length can be fit inside specified buffer.
            </summary>
            <param name="buffer">Buffer to check.</param>
            <param name="offset">Offset to check.</param>
            <param name="length">Length to check.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Length">
            <summary>
            Gets the length in bytes of the stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.Position">
            <summary>
            Gets or sets the position within the current stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.CanRead">
            <summary>
            Gets a value indicating whether the current stream supports reading.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.CanWrite">
            <summary>
            Gets a value indicating whether the current stream supports writing.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.NativeStream.CanSeek">
            <summary>
            Gets a value indicating whether the current stream supports seeking.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STGTY">
            <summary>
            The STGTY enumeration values are used in the type member of the STATSTG
            structure to indicate the type of the storage element.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGTY.STGTY_STORAGE">
            <summary>
            Indicates that the storage element is a storage object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGTY.STGTY_STREAM">
            <summary>
            Indicates that the storage element is a stream object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGTY.STGTY_LOCKBYTES">
            <summary>
            Indicates that the storage element is a byte-array object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGTY.STGTY_PROPERTY">
            <summary>
            Indicates that the storage element is a property storage object.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STREAM_SEEK">
            <summary>
            The STREAM_SEEK enumeration values specify the origin from which to
            calculate the new seek-pointer location.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STREAM_SEEK.STREAM_SEEK_SET">
            <summary>
            The new seek pointer is an offset relative to the beginning of
            the stream. In this case, the dlibMove parameter is the new seek
            position relative to the beginning of the stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STREAM_SEEK.STREAM_SEEK_CUR">
            <summary>
            The new seek pointer is an offset relative to the current seek
            pointer location. In this case, the dlibMove parameter is the
            signed displacement from the current seek position.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STREAM_SEEK.STREAM_SEEK_END">
            <summary>
            The new seek pointer is an offset relative to the end of the stream.
            In this case, the dlibMove parameter is the new seek position
            relative to the end of the stream.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.LOCKTYPE">
            <summary>
            The LOCKTYPE enumeration values indicate the type of locking requested
            for the specified range of bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.LOCKTYPE.LOCK_WRITE">
            <summary>
            If this lock is granted, the specified range of bytes can be opened
            and read any number of times, but writing to the locked range is
            prohibited except for the owner who granted this lock.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.LOCKTYPE.LOCK_EXCLUSIVE">
            <summary>
            If this lock is granted, writing to the specified range of bytes is
            prohibited except by the owner granted this lock.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.LOCKTYPE.LOCK_ONLYONCE">
            <summary>
            If this lock is granted, no other LOCK_ONLYONCE lock can be obtained
            on the range. Usually this lock type is an alias for some other lock
            type. Thus, specific implementations can have additional behavior
            associated with this lock type.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STGM">
            <summary>
            The STGM enumeration values are used in the IStorage, IStream, and
            IPropertySetStorage interfaces. These elements are often combined
            using an OR operator.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_READ">
            <summary>
            Indicates that the object is read-only, meaning that modifications
            cannot be made.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_WRITE">
            <summary>
            STGM_WRITE lets you save changes to the object, but does not permit
            access to its data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_READWRITE">
            <summary>
            STGM_READWRITE allows you to both access and modify an object's data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_SHARE_DENY_NONE">
            <summary>
            Specifies that subsequent openings of the object are not denied read
            or write access. If no flag from the sharing group is specified,
            this flag is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_SHARE_DENY_READ">
            <summary>
            Prevents others from subsequently opening the object in STGM_READ mode.
            It is typically used on a root storage object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_SHARE_DENY_WRITE">
            <summary>
            Prevents others from subsequently opening the object for STGM_WRITE
            or STGM_READWRITE access.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_SHARE_EXCLUSIVE">
            <summary>
            Prevents others from subsequently opening the object in any mode. In
            transacted mode, sharing of STGM_SHARE_DENY_WRITE or STGM_SHARE_EXCLUSIVE
            can significantly improve performance since they don't require snapshotting.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_PRIORITY">
            <summary>
            Opens the storage object with exclusive access to the most recently
            committed version.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_CREATE">
            <summary>
            Indicates that an existing storage object or stream should be removed
            before the new one replaces it.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_CONVERT">
            <summary>
            Creates the new object while preserving existing data in a stream
            named "Contents".
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_FAILIFTHERE">
            <summary>
            Causes the create operation to fail if an existing object with the
            specified name exists.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_DIRECT">
            <summary>
            In direct mode, each change to a storage or stream element is
            written as it occurs.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_TRANSACTED">
            <summary>
            In transacted mode, changes are buffered and written only if an
            explicit commit operation is called.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_NOSCRATCH">
            <summary>
            In transacted mode, a temporary scratch file is usually used to
            save modifications until the Commit method is called.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_NOSNAPSHOT">
            <summary>
            This flag is used when opening a storage object with STGM_TRANSACTED
            and without STGM_SHARE_EXCLUSIVE or STGM_SHARE_DENY_WRITE.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_SIMPLE">
            <summary>
            STGM_SIMPLE is a mode that provides a much faster implementation of
            a compound file in a limited, but frequently used case.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_DIRECT_SWMR">
            <summary>
            The STGM_DIRECT_SWMR supports direct mode for single-writer,
            multireader file operations.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGM.STGM_DELETEONRELEASE">
            <summary>
            Indicates that the underlying file is to be automatically destroyed
            when the root storage object is released.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STGFMT">
            <summary>
            The STGFMT enumeration values specify the format of a storage object
            and are used in the StgCreateStorageEx and StgOpenStorageEx functions
            in the STGFMT parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGFMT.STGFMT_STORAGE">
            <summary>
            Indicates that the file must be a compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGFMT.STGFMT_FILE">
            <summary>
            Indicates that the file must not be a compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGFMT.STGFMT_ANY">
            <summary>
            Indicates that the system will determine the file type and use the
            appropriate structured storage or property set implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGFMT.STGFMT_DOCFILE">
            <summary>
            Indicates that the file must be a compound file and is similar to
            the STGFMT_STORAGE flag, but indicates that the compound-file form
            of the compound-file implementation must be used.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS">
            <summary>
            Error code which StgOpenStorage method can return after execution.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.S_OK">
            <summary>
            Success code.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.S_FAIL">
            <summary>
            Filed.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_ACCESSDENIED">
            <summary>
            Access Denied.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_FILEALREADYEXISTS">
            <summary>
            File already exists.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_FILENOTFOUND">
            <summary>
            File could not be found.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INSUFFICIENTMEMORY">
            <summary>
            There is insufficient memory available to complete operation.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INVALIDFLAG">
            <summary>
             Invalid flag error.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INVALIDFUNCTION">
            <summary>
            Unable to perform requested operation.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INVALIDHANDLE">
            <summary>
            Attempted an operation on an invalid object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INVALIDNAME">
            <summary>
            The name is not valid.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_INVALIDPOINTER">
            <summary>
            Invalid pointer error.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_LOCKVIOLATION">
            <summary>
            A lock violation has occurred.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_NOTSIMPLEFORMAT">
            <summary>
            The compound file was not created with the STGM_SIMPLE flag.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_OLDDLL">
            <summary>
            The compound file was produced with a newer version of storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_OLDFORMAT">
            <summary>
             The compound file was produced with an incompatible version of storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_PATHNOTFOUND">
            <summary>
            The path could not be found.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_SHAREVIOLATION">
            <summary>
            A share violation has occurred.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STG_ERRORS.STG_E_TOOMANYOPENFILES">
            <summary>
            There are insufficient resources to open another file.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STGC">
            <summary>
            The STGC enumeration constants specify the conditions for performing
            the commit operation in the IStorage::Commit and IStream::Commit methods.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGC.STGC_DEFAULT">
            <summary>
            You can specify this condition with STGC_CONSOLIDATE or some
            combination of the other three flags in this list of elements.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGC.STGC_OVERWRITE">
            <summary>
            The commit operation can overwrite existing data to reduce overall
            space requirements.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGC.STGC_ONLYIFCURRENT">
            <summary>
            Prevents multiple users of a storage object from overwriting each
            other's changes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGC.STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE">
            <summary>
            Commits the changes to a write-behind disk cache, but does not save
            the cache to the disk.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STGC.STGC_CONSOLIDATE">
            <summary>
            Microsoft Windows 2000/XP: Indicates that a storage should be
            consolidated after it is committed, resulting in a smaller file on disk.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PIDSI">
            <summary>
            Property IDs for the SummaryInformation Property Set.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Title">
            <summary>
            Title Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Subject">
            <summary>
            Subject Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Author">
            <summary>
            Author Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Keywords">
            <summary>
            Keywords Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Comments">
            <summary>
            Comments Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Template">
            <summary>
            Template Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.LastAuthor">
            <summary>
            LastAuthor Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Revnumber">
            <summary>
            Revnumber Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.EditTime">
            <summary>
            EditTime Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.LastPrinted">
            <summary>
            LastPrinted Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Create_dtm">
            <summary>
            Create_dtm Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.LastSave_dtm">
            <summary>
            LastSave_dtm Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Pagecount">
            <summary>
            Pagecount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Wordcount">
            <summary>
            Wordcount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Charcount">
            <summary>
            Charcount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Thumbnail">
            <summary>
            Thumbnail Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Appname">
            <summary>
            Appname Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDSI.Doc_security">
            <summary>
            Doc_security Id.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI">
            <summary>
            Property IDs for the DocSummaryInformation Property Set.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.Category">
            <summary>
            Category Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.PresFormat">
            <summary>
            PresFormat Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.ByteCount">
            <summary>
            ByteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.LineCount">
            <summary>
            LineCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.ParCount">
            <summary>
            ParCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.SlideCount">
            <summary>
            SlideCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.NoteCount">
            <summary>
            NoteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.HiddenCount">
            <summary>
            HiddenCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.MmclipCount">
            <summary>
            MmclipCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.Scale">
            <summary>
            Scale Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.HeadingPair">
            <summary>
            HeadingPair Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.DocParts">
            <summary>
            DocParts Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.Manager">
            <summary>
            Manager Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.Company">
            <summary>
            Company Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PIDDSI.LinksDirty">
            <summary>
            LinksDirty Id.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PID">
            <summary>
            Reserved global Property IDs.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_DICTIONARY">
            <summary>
            PID_DICTIONARY Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_CODEPAGE">
            <summary>
            PID_CODEPAGE Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_FIRST_USABLE">
            <summary>
            PID_FIRST_USABLE Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_FIRST_NAME_DEFAULT">
            <summary>
            PID_FIRST_NAME_DEFAULT Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_LOCALE">
            <summary>
            PID_LOCALE Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_MODIFY_TIME">
            <summary>
            PID_MODIFY_TIME Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_SECURITY">
            <summary>
            PID_SECURITY Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_BEHAVIOR">
            <summary>
            PID_BEHAVIOR Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_ILLEGAL">
            <summary>
            PID_ILLEGAL Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_MIN_READONLY">
            <summary>
            PID_MIN_READONLY Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PID.PID_MAX_READONLY">
            <summary>
            PID_MAX_READONLY Id.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PRSPEC">
            <summary>
            PRSPEC property ids.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PRSPEC.PRSPEC_INVALID">
            <summary>
            INVALID Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PRSPEC.PRSPEC_LPWSTR">
            <summary>
            LPWSTR Id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PRSPEC.PRSPEC_PROPID">
            <summary>
            PROPID Id.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STATSTG">
            <summary>
            The STATSTG structure contains statistical information about an open storage,
             stream, or byte-array object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.pwcsName">
            <summary>
            Pointer to a NULL-terminated Unicode string containing the name. 
            Space for this string is allocated by the method called and freed by the caller
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.type">
            <summary>
            Indicates the type of storage object. This is one of the 
            values from the STGTY enumeration.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.cbSize">
            <summary>
            Specifies the size in bytes of the stream or byte array.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.mtime">
            <summary>
            Indicates the last modification time for this storage, stream, or byte array.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.ctime">
            <summary>
            Indicates the creation time for this storage, stream, or byte array. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.atime">
            <summary>
            Indicates the last access time for this storage, stream or byte array. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.grfMode">
            <summary>
            Indicates the access mode specified when the object was opened. 
            This member is only valid in calls to Stat methods.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.grfLocksSupported">
            <summary>
            Indicates the types of region locking supported by the stream or byte array. 
            See the LOCKTYPE enumeration for the values available. 
            This member is not used for storage objects.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.clsid">
            <summary>
            Indicates the class identifier for the storage object; set to CLSID_NULL for new storage objects. 
            This member is not used for streams or byte arrays.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.grfStateBits">
            <summary>
            Indicates the current state bits of the storage object; that is, the value most 
            recently set by the IStorage::SetStateBits method. 
            This member is not valid for streams or byte arrays. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.STATSTG.reserved">
            <summary>
            Reserved for future use.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.STGOPTIONS">
            <summary>
            Structure that is used by STG API.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.tagRemSNB">
            <summary>
            Structure that is used by STG API.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagRemSNB.ulCntStr">
            <summary>
            uint parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagRemSNB.ulCntChar">
            <summary>
            uint parameter.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagRemSNB.rgString">
            <summary>
            OLECHAR parameter.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG">
            <summary>
            Macros for parsing the OS Version of the Property Set Header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.atime">
            <summary>
            Time in UTC when this property set was last accessed.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.clsid">
            <summary>
            CLSID associated with this property set, specified when the property set was initially created 
            and possibly modified thereafter with IPropertyStorage::SetClass. If not set, the value will be CLSID_NULL.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.ctime">
            <summary>
            Time in UTC when this property set was created.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.dwOSVersion">
            <summary>
            Os vorsion.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.fmtid">
            <summary>
            FMTID of the current property set, specified when the property set was initially created.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.grfFlags">
            <summary>
            Flag values of the property set, as specified in IPropertySetStorage::Create. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG.mtime">
            <summary>
            Time in Universal Coordinated Time (UTC) when the property set was last modified.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG">
            <exclude/>
             <summary>
             The STATPROPSTG structure contains data about a single property in a property set. 
             This data is the property ID and type tag, and the optional string name that may be associated with the property.
             </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG.lpwstrName">
            <summary>
            A wide-character null-terminated Unicode string that contains the optional string name 
            associated with the property. May be NULL.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG.propid">
            <summary>
            A 32-bit identifier that uniquely identifies the property within the property set. 
            All properties within property sets must have unique property identifiers.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG.vt">
            <summary>
            The property type.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC">
            <summary>
            The PROPSPEC structure is used by many of the methods of IPropertyStorage to specify a 
            property either by its property identifier (ID) or the associated string name.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC.ulKind">
            <summary>
            Indicates the union member used. This member can be one of the following values.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC.propid">
            <summary>
            Specifies the value of the property ID. Use either this value or the following lpwstr, not both.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE">
            <summary>
            This enumeration is used in VARIANT, TYPEDESC, OLE property sets, and safe arrays.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_EMPTY">
            <summary>
            Variable type is not specified.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_I4">
            <summary>
            Variable type is 4-byte signed INT.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_DATE">
            <summary>
            Variable type is date.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_BSTR">
            <summary>
            Variable type is binary string.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_BOOL">
            <summary>
            Variable type is Boolean; True=-1, False=0.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_VARIANT">
            <summary>
            Variable type is VARIANT FAR*. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_INT">
            <summary>
            Variable type is int.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_LPSTR">
            <summary>
            Variable type is LPSTR.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_LPWSTR">
            <summary>
            Variable type is LPWSTR
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_FILETIME">
            <summary>
            Variable type is FILENAME string.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.VARTYPE.VT_VECTOR">
            <summary>
            Variable type is binary VECTOR.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG">
            <summary>
            The IEnumSTATSTG interface enumerates an array of STATSTG structures. 
            These structures contain statistical data about open storage, stream, or byte array objects. 
            IEnumSTATSTG has the same methods as all enumerator interfaces: Next, Skip, Reset, and Clone. 
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG.Next(System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.STATSTG@,System.UInt32@)">
            <summary>
            The Next method retrieves a specified number of STATSTG structures, 
            that follow subsequently in the enumeration sequence. 
            If there are fewer than the requested number of STATSTG structures left 
            in the enumeration sequence, it retrieves the remaining STATSTG structures.
            </summary>
            <param name="celt">The number of STATSTG structures requested.</param>
            <param name="rgelt">An array of STATSTG structures returned.</param>
            <param name="pceltFetched"> The number of STATSTG structures retrieved in the rgelt parameter.</param>
            <returns>S_OK - The number of STATSTG structures returned equals the number 
            specified in the celt parameter.
            S_FALSE - The number of STATSTG structures returned is less than the number 
            specified in the celt parameter.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG.Skip(System.UInt32)">
            <summary>
            The Skip method skips a specified number of STATSTG structures in the enumeration sequence.
            </summary>
            <param name="celt">The number of STATSTG structures to skip. </param>
            <returns>S_OK - The specified number of STATSTG structures were successfully skipped.
            S_FALSE - The number of STATSTG structures skipped is less than the celt parameter.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG.Reset">
            <summary>
            The Reset method resets the enumeration sequence to the beginning of the STATSTG structure array.
            </summary>
            <returns>S_OK - The enumeration sequence was successfully reset to the 
            beginning of the enumeration.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG.Clone(Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG@)">
            <summary>
            The Clone method creates a new enumerator that contains the same enumeration state as 
            the current STATSTG structure enumerator. Using this method, a client can record a 
            particular point in the enumeration sequence and then return to that point at a later time. 
            The new enumerator supports the same IEnumSTATSTG interface.
            </summary>
            <param name="ppenum">A pointer to the variable that receives the IEnumSTATSTG interface pointer. 
            If the method is unsuccessful, the value of the ppenum parameter is undefined.</param>
            <returns>E_INVALIDARG - The ppenum parameter is NULL.
            E_OUTOFMEMORY - Insufficient memory.
            E_UNEXPECTED - An unexpected exception occurred.</returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IStream">
            <summary>
            For more information, refer to documentation on MSDN for interface with the same name.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Read(System.Byte[],System.UInt32,System.UInt32@)">
            <summary>
            Reads a specified number of bytes from the stream object into memory starting
            at the current seek pointer.
            </summary>
            <param name="pv">[out] Pointer to the buffer into which the stream data is read.</param>
            <param name="cb">[in] Specifies the number of bytes of data to attempt to read
            from the stream object.</param>
            <param name="pcbRead">[out] Pointer to a ULONG variable that receives the actual
            number of bytes read from the stream object. You can set this pointer to NULL to
            indicate that you are not interested in this value. In this case, this method
            does not provide the actual number of bytes read.</param>
            <returns>
            S_OK
            Data was successfully read from the stream object.
            S_FALSE
            The data could not be read from the stream object.
            E_PENDING
            Asynchronous storage only: Part or all of the data to be read is currently unavailable. For more information, see IFillLockBytes and Asynchronous Storage.
            STG_E_ACCESSDENIED
            The caller does not have enough permissions for reading this stream object.
            STG_E_INVALIDPOINTER
            One of the pointer values is not valid.
            STG_E_REVERTED
            The object has been invalidated by a revert operation above it in the transaction tree.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Write(System.Byte[],System.UInt32,System.UInt32@)">
            <summary>
            Writes a specified number of bytes into the stream object starting at the
            current seek pointer.
            </summary>
            <param name="pv">[in] Pointer to the buffer containing the data that is to be
            written to the stream. A valid pointer must be provided for this parameter even
            when cb is zero.</param>
            <param name="cb">[in] The number of bytes of data to attempt to write into the
            stream. Can be zero.</param>
            <param name="pcbWritten">[out] Pointer to a ULONG variable where this method
            writes the actual number of bytes written to the stream object. The caller can
            set this pointer to NULL, in which case this method does not provide the actual
            number of bytes written.</param>
            <returns>
            S_OK
            The data was successfully written to the stream object.
            E_PENDING
            Asynchronous Storage only: Part or all of the data to be written is currently
            unavailable. For more information, see IFillLockBytes and Asynchronous Storage.
            STG_E_MEDIUMFULL
            The write operation was not completed because there is no space left on the storage
            device.
            STG_E_ACCESSDENIED
            The caller does not have enough permissions for writing to this stream object.
            STG_E_CANTSAVE
            Data cannot be written for reasons other than improper access or insufficient space.
            STG_E_INVALIDPOINTER
            One of the pointer values is not valid. The pv parameter must contain a valid pointer
            even if cb is zero.
            STG_E_REVERTED
            The object has been invalidated by a revert operation above it in the transaction tree.
            STG_E_WRITEFAULT
            The write operation was not completed due to a disk error. This value is also returned
            when this method attempts to write to a stream that was opened in simple mode (using
            the STGM_SIMPLE flag).
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Seek(System.Int64,System.IO.SeekOrigin,System.Int64@)">
            <summary>
            Changes the seek pointer to a new location relative to the beginning of
            the stream, the end of the stream, or the current seek pointer.
            </summary>
            <param name="dlibMove">[in] Displacement to be added to the location indicated by
            the dwOrigin parameter. If dwOrigin is STREAM_SEEK_SET, this is interpreted as an
            unsigned value rather than a signed value.</param>
            <param name="dwOrigin">[in] Specifies the origin for the displacement specified in
            dlibMove. The origin can be the beginning of the file, the current seek pointer,
            or the end of the file. See the STREAM_SEEK enumeration for the values.</param>
            <param name="plibNewPosition">[out] Pointer to the location where this method writes
            the value of the new seek pointer from the beginning of the stream. You can set this
            pointer to NULL to indicate that you are not interested in this value. In this case,
            this method does not provide the new seek pointer.</param>
            <returns>
            S_OK
            The seek pointer has been successfully adjusted.
            E_PENDING
            Asynchronous Storage only: Part or all of the stream's data is currently unavailable.
            For more information, see IFillLockBytes and Asynchronous Storage.
            STG_E_INVALIDPOINTER
            Indicates that the [out] parameter plibNewPosition points to invalid memory, because
            plibNewPosition is not read.
            STG_E_INVALIDFUNCTION
            The dwOrigin parameter contains an invalid value or the dlibMove parameter contains
            a bad offset value. For example, the result of the seek pointer is a negative offset
            value.
            STG_E_REVERTED
            The object has been invalidated by a revert operation above it in the transaction tree.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.SetSize(System.UInt64)">
            <summary>
            Changes the size of the stream object.
            </summary>
            <param name="libNewSize">[in] Specifies the new size of the stream as a number
            of bytes.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.CopyTo(Syncfusion.CompoundFile.XlsIO.Native.IStream,System.UInt64,System.UInt64@,System.UInt64@)">
            <summary>
            Copies a specified number of bytes from the current seek pointer in the stream to
            the current seek pointer in another stream.
            </summary>
            <param name="pstm">[in] Pointer to the destination stream. The stream pointed to
            by pstm can be a new stream or a clone of the source stream.</param>
            <param name="cb">[in] Specifies the number of bytes to copy from the source
            stream.</param>
            <param name="pcbRead">[out] Pointer to the location where this method writes the
             actual number of bytes read from the source. You can set this pointer to NULL to
             indicate that you are not interested in this value. In this case, this method
             does not provide the actual number of bytes read.</param>
            <param name="pcbWritten">[out] Pointer to the location where this method writes
            the actual number of bytes written to the destination. You can set this pointer
            to NULL to indicate that you are not interested in this value. In this case,
            this method does not provide the actual number of bytes written.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Commit(System.UInt32)">
            <summary>
            Ensures that any changes made to a stream object open in transacted mode
            are reflected in the parent storage. If the stream object is open in direct
            mode, IStream::Commit has no effect other than flushing all memory buffers
            to the next-level storage object. The COM compound file implementation of
            streams does not support opening streams in transacted mode.
            </summary>
            <param name="grfCommitFlags">[in] Controls how the changes for the stream
            object are committed. See the STGC enumeration for a definition of these
            values.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Revert">
            <summary>
            Discards all changes that have been made to a transacted stream since the
            last call to IStream::Commit.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.LockRegion(System.UInt64,System.UInt64,System.UInt32)">
            <summary>
            Restricts access to a specified range of bytes in the stream. Supporting
            this functionality is optional since some file systems do not provide it.
            </summary>
            <param name="libOffset"></param>
            <param name="cb"></param>
            <param name="dwLockType"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.UnlockRegion(System.UInt64,System.UInt64,System.UInt32)">
            <summary>
            Removes the access restriction on a range of bytes previously restricted
            with IStream::LockRegion.
            </summary>
            <param name="libOffset"></param>
            <param name="cb"></param>
            <param name="dwLockType"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Stat(Syncfusion.CompoundFile.XlsIO.Native.STATSTG@,System.UInt32)">
            <summary>
            Retrieves the STATSTG structure for this stream.
            </summary>
            <param name="pstatstg"></param>
            <param name="grfStatFlag"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStream.Clone(Syncfusion.CompoundFile.XlsIO.Native.IStream@)">
            <summary>
            Creates a new stream object that references the same bytes as the original
            stream but provides a separate seek pointer to those bytes.
            </summary>
            <param name="ppstm"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IStorage">
            <summary>
            Call the methods of IStorage to manage substorages or streams within the current storage. 
            This management includes creating, opening, or destroying substorages or streams, 
            as well as managing aspects such as time stamps, names, and so forth.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.CreateStream(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.UInt32,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStream@)">
            <summary>
            The CreateStream method creates and opens a stream object with the specified 
            name contained in this storage object. All elements within a storage objects, 
            both streams and other storage objects, are kept in the same name space.
            </summary>
            <param name="pwcsName">A pointer to a wide character null-terminated Unicode 
            string that contains the name of the newly created stream. The name can be used 
            later to open or reopen the stream. The name must not exceed 31 characters in 
            length, not including the string terminator. The 000 through 01f characters, 
            serving as the first character of the stream/storage name, are reserved for use by OLE. 
            This is a compound file restriction, not a structured storage restriction.</param>
            <param name="grfMode">Specifies the access mode to use when opening the newly 
            created stream. For more information and descriptions of the possible values, 
            see STGM Constants.</param>
            <param name="reserved1">Reserved for future use; must be zero.</param>
            <param name="reserved2">Reserved for future use; must be zero. </param>
            <param name="ppstm">On return, pointer to the location of the new IStream interface pointer. 
            This is only valid if the operation is successful. 
            When an error occurs, this parameter is set to NULL.</param>
            <returns>
            S_OK - The new stream was successfully created. 
            E_PENDING - Asynchronous Storage only: Part or all of the 
            necessary data is currently unavailable. For more information, 
            see IFillLockBytes and Asynchronous Storage.
            STG_E_ACCESSDENIED - Not enough permissions to create stream. 
            STG_E_FILEALREADYEXISTS - The name specified for the stream already exists in the storage 
            object and the grfMode parameter includes the value STGM_FAILIFTHERE.
            STG_E_INSUFFICIENTMEMORY - The stream was not created due to a lack of memory.
            STG_E_INVALIDFLAG - The value specified for the grfMode parameter is not a valid STGM Constants value.
            STG_E_INVALIDFUNCTION - The specified combination of flags in the grfMode parameter is not supported;
            for example, when this method is called without the STGM_SHARE_EXCLUSIVE flag.
            STG_E_INVALIDNAME - Invalid value for pwcsName.
            STG_E_INVALIDPOINTER - The pointer specified for the stream object was invalid. 
            STG_E_INVALIDPARAMETER - One of the parameters was invalid.
            STG_E_REVERTED - The storage object has been invalidated by a revert operation 
            above it in the transaction tree.
            STG_E_TOOMANYOPENFILES - The stream was not created because there are too many open files.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.OpenStream(System.String,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStream@)">
            <summary>
            The OpenStream method opens an existing stream object within this storage 
            object in the specified access mode.
            </summary>
            <param name="pwcsName">A pointer to a wide character null-terminated Unicode 
            string that contains the name of the stream to open. The 000 through 01f 
            characters, serving as the first character of the stream/storage name, are 
            reserved for use by OLE. This is a compound file restriction, not a structured 
            storage restriction.</param>
            <param name="cbReserved1">Reserved for future use; must be NULL.</param>
            <param name="grfMode"> Specifies the access mode to be assigned to the open stream. 
            For more information and descriptions of possible values, see STGM Constants. 
            Other modes you choose must at least specify STGM_SHARE_EXCLUSIVE when calling this 
            method in the compound file implementation.</param>
            <param name="reserved2">Reserved for future use; must be zero.</param>
            <param name="ppstm">A pointer to IStream pointer variable that receives the 
            interface pointer to the newly opened stream object. If an error occurs, *ppstm must be set to NULL.</param>
            <returns>
            S_OK - The stream was successfully opened.
            E_PENDING - Asynchronous Storage only: Part or all of the stream data is currently unavailable.
            STG_E_ACCESSDENIED - Not enough permissions to open stream. 
            STG_E_FILENOTFOUND - The stream with specified name does not exist.
            STG_E_INSUFFICIENTMEMORY - The stream was not opened due to a lack of memory. 
            STG_E_INVALIDFLAG - The value specified for the grfMode parameter is not a valid STGM Constants value.
            STG_E_INVALIDFUNCTION - The specified combination of flags in the grfMode parameter is not supported;
            for example, when this method is called without the STGM_SHARE_EXCLUSIVE flag.
            STG_E_INVALIDNAME - Invalid value for pwcsName.
            STG_E_INVALIDPOINTER - The pointer specified for the stream object was not valid.
            STG_E_INVALIDPARAMETER - One of the parameters was not valid. 
            STG_E_REVERTED - The storage object has been invalidated by a revert operation above it in the transaction tree.
            STG_E_TOOMANYOPENFILES - The stream was not opened because there are too many open files.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.CreateStorage(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.UInt32,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            The CreateStorage method creates and opens a new storage object nested within this storage 
            object with the specified name in the specified access mode.
            </summary>
            <param name="pwcsName">A pointer to a wide character null-terminated Unicode string that 
            contains the name of the newly created storage object. The name can be used later to 
            reopen the storage object. The name must not exceed 31 characters in length, not 
            including the string terminator. The 000 through 01f characters, serving as the 
            first character of the stream/storage name, are reserved for use by OLE. This is a 
            compound file restriction, not a structured storage restriction.</param>
            <param name="grfMode">A value that specifies the access mode to use when opening 
            the newly created storage object. For more information and a description of possible values</param>
            <param name="reserved1">Reserved for future use; must be zero.</param>
            <param name="reserved2">Reserved for future use; must be zero.</param>
            <param name="ppstg">A pointer, when successful, to the location of the IStorage pointer to 
            the newly created storage object. This parameter is set to NULL if an error occurs.</param>
            <returns>
            S_OK - The storage object was created successfully.
            E_PENDING - Asynchronous Storage only: Part or all of the necessary data is currently unavailable.
            STG_E_ACCESSDENIED - Not enough permissions to create storage object.
            STG_E_FILEALREADYEXISTS - The name specified for the storage object already exists in the 
            storage object and the grfMode parameter includes the flag STGM_FAILIFTHERE.
            STG_E_INSUFFICIENTMEMORY - The storage object was not created due to a lack of memory. 
            STG_E_INVALIDFLAG - The value specified for the grfMode parameter is not a valid STGM Constants value.
            STG_E_INVALIDFUNCTION - The specified combination of flags in the grfMode parameter is not supported. 
            STG_E_INVALIDNAME - Not a valid value for pwcsName.
            STG_E_INVALIDPOINTER - The pointer specified for the storage object was not valid. 
            STG_E_INVALIDPARAMETER - One of the parameters was not valid. 
            STG_E_REVERTED - The storage object has been invalidated by a revert operation above it in the transaction tree.
            STG_E_TOOMANYOPENFILES - The storage object was not created because there are too many open files. 
            STG_S_CONVERTED - The existing stream with the specified name was replaced with a new storage object 
            containing a single stream called CONTENTS. The new storage object will be added.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.OpenStorage(System.String,System.IntPtr,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.IntPtr,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            The OpenStorage method opens an existing storage object with the specified name in the specified access mode.
            </summary>
            <param name="pwcsName">A pointer to a wide character null-terminated Unicode string that 
            contains the name of the storage object to open. The 000 through 01f characters, 
            serving as the first character of the stream/storage name, are reserved for use by 
            OLE. This is a compound file restriction, not a structured storage restriction. 
            It is ignored if pstgPriority is non-NULL. </param>
            <param name="pstgPriority">Must be NULL. A non-NULL value will return STG_E_INVALIDPARAMETER.</param>
            <param name="grfMode">Specifies the access mode to use when opening the storage object. 
            For descriptions of the possible values, see STGM Constants. 
            Other modes you choose must at least specify STGM_SHARE_EXCLUSIVE when calling this method.</param>
            <param name="snbExclude">Must be NULL. A non-NULL value will return STG_E_INVALIDPARAMETER.</param>
            <param name="reserved"> Reserved for future use; must be zero. </param>
            <param name="ppstg">When successful, pointer to the location of an IStorage pointer to 
            the opened storage object. This parameter is set to NULL if an error occurs.</param>
            <returns>
            S_OK - The storage object was opened successfully. 
            E_PENDING - Asynchronous Storage only: Part or all of the storage's data is currently unavailable.
            STG_E_ACCESSDENIED - Not enough permissions to open storage object.
            STG_E_FILENOTFOUND - The storage object with the specified name does not exist.
            STG_E_INSUFFICIENTMEMORY - The storage object was not opened due to a lack of memory. 
            STG_E_INVALIDFLAG - The value specified for the grfMode parameter is not a valid STGM Constants value.
            STG_E_INVALIDFUNCTION - The specified combination of flags in the grfMode parameter is not supported.
            STG_E_INVALIDNAME - Not a valid value for pwcsName. 
            STG_E_INVALIDPOINTER - The pointer specified for the storage object was not valid.
            STG_E_INVALIDPARAMETER - One of the parameters was not valid.
            STG_E_REVERTED - The storage object has been invalidated by a revert operation above it in the transaction tree.
            STG_E_TOOMANYOPENFILES - The storage object was not created because there are too many open files.
            STG_S_CONVERTED - The existing stream with the specified name was replaced with a new storage 
            object containing a single stream called CONTENTS. In direct mode, the new storage is 
            immediately written to disk. In transacted mode, the new storage is written to a 
            temporary storage in memory and later written to disk when it is committed.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.CopyTo(System.UInt32,System.IntPtr,System.IntPtr,Syncfusion.CompoundFile.XlsIO.Native.IStorage)">
            <summary>
            The CopyTo method copies the entire contents of an open storage object to another storage object.
            </summary>
            <param name="ciidExclude">The number of elements in the array pointed to by rgiidExclude. 
            If rgiidExclude is NULL, then ciidExclude is ignored.</param>
            <param name="rgiidExclude">An array of interface identifiers (IIDs) that either the caller 
            knows about and does not want copied or that the storage object does not support but whose 
            state the caller will later explicitly copy. </param>
            <param name="snbExclude">A string name block (refer to SNB) that specifies a block of storage
            or stream objects that are not to be copied to the destination. These elements are not created 
            at the destination. If IID_IStorage is in the rgiidExclude array, this parameter is ignored. 
            This parameter may be NULL. </param>
            <param name="pstgDest">Pointer to the open storage object into which this storage object is to be copied.</param>
            <returns>
            S_OK - The storage object was successfully copied.
            E_PENDING - Asynchronous Storage only: Part or all of the data to be copied is currently unavailable.
            STG_E_ACCESSDENIED - The destination storage object is a child of the source storage object.
            STG_E_INSUFFICIENTMEMORY - The copy was not completed due to a lack of memory.
            Otherwise - Error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.MoveElementTo(System.String,Syncfusion.CompoundFile.XlsIO.Native.IStorage,System.String,System.UInt32)">
            <summary>
            The MoveElementTo method copies or moves a substorage or stream from this storage 
            object to another storage object.
            </summary>
            <param name="pwcsName">Pointer to a wide character null-terminated Unicode string 
            that contains the name of the element in this storage object to be moved or copied.</param>
            <param name="pstgDest"> IStorage pointer to the destination storage object.</param>
            <param name="pwcsNewName">Pointer to a wide character null-terminated unicode string 
            that contains the new name for the element in its new storage object.</param>
            <param name="grfFlags">Specifies whether the operation should be a move (STGMOVE_MOVE)
            or a copy (STGMOVE_COPY). See the STGMOVE enumeration.</param>
            <returns>S_OK - The storage object was successfully copied or moved.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.Commit(System.UInt32)">
            <summary>
            The Commit method ensures that any changes made to a storage object open in transacted 
            mode are reflected in the parent storage.
            </summary>
            <param name="grfCommitFlags">Controls how the changes are committed to the storage object.</param>
            <returns>
            S_OK - Changes to the storage object were successfully committed to the parent level. 
            If STGC_CONSOLIDATE was specified, the storage was successfully consolidated, 
            or the storage was already too compact to consolidate further
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.Revert">
            <summary>
            The Revert method discards all changes that have been made to the storage object since the last commit operation.
            </summary>
            <returns>
            S_OK - The revert operation was successful. 
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.EnumElements(System.UInt32,System.IntPtr,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATSTG@)">
            <summary>
            The EnumElements method retrieves a pointer to an enumerator object that can be used 
            to enumerate the storage and stream objects contained within this storage object.
            </summary>
            <param name="reserved1">Reserved for future use; must be zero.</param>
            <param name="reserved2">Reserved for future use; must be zero.</param>
            <param name="reserved3">Reserved for future use; must be zero.</param>
            <param name="ppenum">Pointer to IEnumSTATSTG* pointer variable that receives the 
            interface pointer to the new enumerator object.</param>
            <returns>
            S_OK - The enumerator object was successfully returned.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.DestroyElement(System.String)">
            <summary>
            The DestroyElement method removes the specified storage or stream from this storage object.
            </summary>
            <param name="pwcsName">Pointer to a wide character null-terminated Unicode string that 
            contains the name of the storage or stream to be removed.</param>
            <returns>
            S_OK - The element was successfully removed.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.RenameElement(System.String,System.String)">
            <summary>
            The RenameElement method renames the specified substorage or stream in this storage object.
            </summary>
            <param name="pwcsOldName">Pointer to a wide character null-terminated Unicode string that 
            contains the name of the substorage or stream to be changed.</param>
            <param name="pwcsNewName">Pointer to a wide character null-terminated unicode string that 
            contains the new name for the specified substorage or stream.</param>
            <returns>S_OK - The element was successfully renamed.
            Otherwise error code.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.SetElementTimes(System.String,System.Runtime.InteropServices.ComTypes.FILETIME@,System.Runtime.InteropServices.ComTypes.FILETIME@,System.Runtime.InteropServices.ComTypes.FILETIME@)">
            <summary>
            The SetElementTimes method sets the modification, access, and creation times of the 
            specified storage element, if the underlying file system supports this method.
            </summary>
            <param name="pwcsName">The name of the storage object element whose times are to be modified. 
            If NULL, the time is set on the root storage rather than one of its elements. </param>
            <param name="pctime">Either the new creation time for the element or NULL 
            if the creation time is not to be modified.</param>
            <param name="patime">Either the new access time for the element or NULL if the 
            access time is not to be modified.</param>
            <param name="pmtime">Either the new modification time for the element or NULL 
            if the modification time is not to be modified.</param>
            <returns>
            S_OK - The time values were successfully set.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.SetClass(System.Guid@)">
            <summary>
            The SetClass method assigns the specified class identifier (CLSID) to this storage object.
            </summary>
            <param name="clsid">The CLSID that is to be associated with the storage object.</param>
            <returns>S_OK - The CLSID was successfully assigned.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.SetStateBits(System.UInt32,System.UInt32)">
            <summary>
            The SetStateBits method stores up to 32 bits of state information in this storage object. 
            This method is reserved for future use.
            </summary>
            <param name="grfStateBits">Specifies the new values of the bits to set. No legal values are 
            defined for these bits; they are all reserved for future use and must not be used by applications.</param>
            <param name="grfMask">A binary mask indicating which bits in grfStateBits are significant in this call.</param>
            <returns>S_OK - The state information was successfully set.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IStorage.Stat(Syncfusion.CompoundFile.XlsIO.Native.STATSTG@,System.UInt32)">
            <summary>
            The Stat method retrieves the STATSTG structure for this open storage object.
            </summary>
            <param name="pstatstg">On return, pointer to a STATSTG structure where this 
            method places information about the open storage object. This parameter is NULL if an error occurs.</param>
            <param name="grfStatFlag">Specifies that some of the members in the STATSTG structure 
            are not returned, thus saving a memory allocation operation. 
            Values are taken from the STATFLAG enumeration.</param>
            <returns>
            S_OK - The STATSTG structure was successfully returned at the specified location.
            Otherwise error code.
            </returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG">
            <summary>
            The IEnumSTATPROPSETSTG interface iterates through an array of STATPROPSETSTG structures.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG.Next(System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG@,System.UInt32@)">
            <summary>
            The Next method retrieves a specified number of STATPROPSETSTG structures that follow 
            subsequently in the enumeration sequence.
            </summary>
            <param name="celt">The number of STATPROPSETSTG structures requested.</param>
            <param name="rgelt">An array of STATPROPSETSTG structures returned.</param>
            <param name="pceltFetched">The number of STATPROPSETSTG structures retrieved in the rgelt parameter.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG.Skip(System.UInt32)">
            <summary>
            The Skip method skips a specified number of STATPROPSETSTG structures in the enumeration sequence.
            </summary>
            <param name="celt">The number of STATPROPSETSTG structures to skip.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG.Reset">
            <summary>
            The Reset method resets the enumeration sequence to the beginning of the STATPROPSETSTG structure array.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG.Clone(Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG@)">
            <summary>
            The Clone method creates an enumerator that contains the same enumeration state as the current 
            STATPROPSETSTG structure enumerator. Using this method, a client can record a particular point 
            in the enumeration sequence and then return to that point later.
            </summary>
            <param name="ppenum">A pointer to the variable that receives the IEnumSTATPROPSETSTG interface pointer.</param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG">
            <summary>
            The IEnumSTATPROPSTG interface iterates through an array of STATPROPSTG structures
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG.Next(System.Int32,Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG@,System.Int32@)">
            <summary>
            The Next method retrieves a specified number of STATPROPSTG structures, that follow subsequently 
            in the enumeration sequence. 
            </summary>
            <param name="celt">The number of STATPROPSTG structures requested.</param>
            <param name="rgelt">An array of STATPROPSTG structures returned.</param>
            <param name="pceltFetched">The number of STATPROPSTG structures retrieved in the rgelt parameter.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG.Skip(System.UInt32)">
            <summary>
            The Skip method skips the specified number of STATPROPSTG structures in the enumeration sequence.
            </summary>
            <param name="celt">The number of STATPROPSTG structures to skip.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG.Reset">
            <summary>
            The Reset method resets the enumeration sequence to the beginning of the STATPROPSTG structure array.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG.Clone(Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG@)">
            <summary>
            The Clone method creates an enumerator that contains the same enumeration state as the current 
            STATPROPSTG structure enumerator
            </summary>
            <param name="ppenum">A pointer to the variable that receives the IEnumSTATPROPSTG interface pointer.</param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PROPVARIANT">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage">
            <summary>
            The IPropertyStorage interface manages the persistent properties of a single property set. 
            Persistent properties consist of information that can be stored persistently in a 
            property set, such as the summary information associated with a file.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.ReadMultiple(System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC@,System.IntPtr)">
            <summary>
            The ReadMultiple method reads specified properties from the current property set.
            </summary>
            <param name="cpspec">The numeric count of properties to be specified in the rgpspec array.</param>
            <param name="rgpspec">An array of PROPSPEC structures specifies which properties are read. 
            Properties can be specified either by a property ID or by an optional string name.</param>
            <param name="rgpropvar">Caller-allocated array of a PROPVARIANT structure that, on return, 
            contains the values of the properties specified by the corresponding elements in the rgpspec array.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.WriteMultiple(System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC@,System.IntPtr,Syncfusion.CompoundFile.XlsIO.Native.PID)">
            <summary>
            The WriteMultiple method writes a specified group of properties to the current property set. 
            If a property with a specified name or property identifier already exists, it is replaced, 
            even when the old and new types for the property value are different.
            </summary>
            <param name="cpspec">The number of properties set. The value of this parameter can be set to zero;</param>
            <param name="rgpspec"> An array of the property IDs (PROPSPEC) to which properties are set.</param>
            <param name="rgpropvar">An array (of size cpspec) of PROPVARIANT structures that contain the property values to be written.</param>
            <param name="propidNameFirst">The minimum value for the property IDs that the method must assign if the 
            rgpspec parameter specifies string-named properties for which no property IDs currently exist.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.DeleteMultiple(System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.PROPSPEC@)">
            <summary>
            The DeleteMultiple method deletes as many of the indicated properties as exist in this property set.
            </summary>
            <param name="cpspec">The numerical count of properties to be deleted. The value of this parameter can
            legally be set to zero, however that defeats the purpose of the method as no properties are thereby 
            deleted, regardless of the value set in rgpspec. </param>
            <param name="rgpspec">Properties to be deleted. A mixture of property identifiers and string-named
            properties is permitted. There may be duplicates, and there is no requirement that properties be 
            specified in any order. </param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.ReadPropertyNames(System.UInt32,System.UInt32@,System.String@)">
            <summary>
            The ReadPropertyNames method retrieves any existing string names for the specified property IDs.
            </summary>
            <param name="cpropid">The number of elements on input of the array rgpropid. 
            The value of this parameter can be set to zero.</param>
            <param name="rgpropid">An array of property IDs for which names are to be retrieved.</param>
            <param name="rglpwstrName">A caller-allocated array of size cpropid of LPWSTR members. 
            On return, the implementation fills in this array.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.WritePropertyNames(System.UInt32,System.UInt32@,System.String@)">
            <summary>
            The WritePropertyNames method assigns string names to a specified array of property IDs in the current property set.
            </summary>
            <param name="cpropid">The size on input of the array rgpropid. Can be zero. 
            However, making it zero causes this method to become non-operational.</param>
            <param name="rgpropid">An array of the property IDs for which names are to be set.</param>
            <param name="rglpwstrName">Array of new names to be assigned to the corresponding property 
            IDs in the rgpropid array. These names may not exceed 255 characters (not including the NULL terminator).</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.DeletePropertyNames(System.UInt32,System.UInt32@)">
            <summary>
            The DeletePropertyNames method deletes specified string names from the current property set.
            </summary>
            <param name="cpropid">The size on input of the array rgpropid. If 0, no property names are deleted.</param>
            <param name="rgpropid">Property identifiers for which string names are to be deleted.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.Commit(Syncfusion.CompoundFile.XlsIO.Native.STGC)">
            <summary>
            The IPropertyStorage::Commit method saves changes made to a property storage 
            object to the parent storage object.
            </summary>
            <param name="grfCommitFlags">The flags that specify the conditions under which the commit is to be performed.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.Revert">
            <summary>
            The Revert method discards all changes to the named property set since it was last opened or 
            discards changes that were last committed to the property set.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.Enum(Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSTG@)">
            <summary>
            The Enum method creates an enumerator object designed to enumerate data of type STATPROPSTG, 
            which contains information on the current property set.
            </summary>
            <param name="ppenum">Pointer to IEnumSTATPROPSTG pointer variable that receives the interface 
            pointer to the new enumerator object.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.SetTimes(System.Runtime.InteropServices.ComTypes.FILETIME@,System.Runtime.InteropServices.ComTypes.FILETIME@,System.Runtime.InteropServices.ComTypes.FILETIME@)">
            <summary>
            The SetTimes method sets the modification, access, and creation times of this property set, 
            if supported by the implementation. Not all implementations support all these time values.
            </summary>
            <param name="pctime">Pointer to the new creation time for the property set. May be NULL, 
            indicating that this time is not to be modified by this call.</param>
            <param name="patime">Pointer to the new access time for the property set. May be NULL, 
            indicating that this time is not to be modified by this call.</param>
            <param name="pmtime">Pointer to the new modification time for the property set. May be 
            NULL, indicating that this time is not to be modified by this call.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.SetClass(System.Guid@)">
            <summary>
            The SetClass method assigns a new CLSID to the current property storage object, and 
            persistently stores the CLSID with the object.
            </summary>
            <param name="clsid">New CLSID to be associated with the property set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage.Stat(Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSETSTG@)">
            <summary>
            The Stat method retrieves information about the current open property set.
            </summary>
            <param name="pstatpsstg">Pointer to a STATPROPSETSTG structure, which contains 
            statistics about the current open property set.</param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage">
            <summary>
            The IPropertySetStorage interface creates, opens, deletes, and enumerates property set 
            storages that support instances of the IPropertyStorage interface.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage.Create(System.Guid@,System.Guid@,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.STGM,Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage@)">
            <summary>
            The Create method creates and opens a new property set in the property set storage object.
            </summary>
            <param name="rfmtid">The FMTID of the property set to be created. For information about 
            FMTIDs that are well-known and predefined in the Platform SDK, see Predefined Property Set 
            Format Identifiers. </param>
            <param name="pclsid"> A pointer to the initial class identifier CLSID for this property set. 
            May be NULL, in which case it is set to all zeroes.</param>
            <param name="grfFlags">The values from PROPSETFLAG Constants.</param>
            <param name="grfMode">An access mode in which the newly created property set is to be opened, 
            taken from certain values of STGM_Constants, as described in the following Remarks section.</param>
            <param name="ppprstg">A pointer to the output variable that receives the IPropertyStorage interface pointer.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage.Open(System.Guid@,Syncfusion.CompoundFile.XlsIO.Native.STGM,Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage@)">
            <summary>
            The Open method opens a property set contained in the property set storage object.
            </summary>
            <param name="rfmtid">The format identifier (FMTID) of the property set to be opened. 
            For more information about well-known and predefined FMTIDs in the Platform SDK</param>
            <param name="grfMode">The access mode in which the newly created property set is to be 
            opened. These flags are taken from STGM Constants.</param>
            <param name="ppprstg">A pointer to the IPropertyStorage pointer variable that receives 
            the interface pointer to the requested property storage subobject.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage.Delete(System.Guid@)">
            <summary>
            The Delete method deletes one of the property sets contained in the property set storage object.
            </summary>
            <param name="rfmtid">FMTID of the property set to be deleted.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage.Enum(Syncfusion.CompoundFile.XlsIO.Native.IEnumSTATPROPSETSTG@)">
            <summary>
            The Enum method creates an enumerator object which contains information on the 
            property sets stored in this property set storage.
            </summary>
            <param name="ppenum">Pointer to IEnumSTATPROPSETSTG pointer variable that 
            receives the interface pointer to the newly created enumerator object.</param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.API">
            <summary>
            Class provide access to STG API functions.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.#ctor">
            <summary>
            To prevent user from creation of this class instances.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgOpenStorage(System.String,System.IntPtr,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.IntPtr,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            StgOpenStorage opens an existing root storage object in the file system. You
            can use this function to open compound files but you cannot use it to open
            directories, files, or summary catalogs. Nested storage objects can only be
            opened using their parents' IStorage::OpenStorage method.
            </summary>
            <param name="wcsName">[in] Pointer to the path of the NULL-terminated
            Unicode string file containing the storage object to open. This parameter
            is ignored if the pstgPriority parameter is not NULL.</param>
            <param name="stgPriority">Most often NULL. If not NULL, this parameter is
            used instead of the pwcsName parameter to specify the pointer to the
            IStorage interface on the storage object to open. It points to a previous
            opening of a root storage object, most often one that was opened in priority
            mode. After the StgOpenStorage function returns, the storage object specified
            in the pstgPriority parameter on function entry is not valid and can no
            longer be used. Instead, use the storage object specified in the ppStgOpen
            parameter.</param>
            <param name="grfMode">Specifies the access mode to use to open the
            storage object.</param>
            <param name="snbExclude">If not NULL, pointer to a block of elements in
            the storage that are to be excluded as the storage object is opened. The
            exclusion occurs regardless of whether a snapshot copy happens on the open.
            May be NULL.</param>
            <param name="reserved">Indicates reserved for future use; must be zero.</param>
            <param name="storage">[out] Pointer IStorage* pointer variable that receives
            the interface pointer to the opened storage.</param>
            <returns>
            S_OK
            Indicates that the storage object was successfully opened.
            STG_E_FILENOTFOUND
            Indicates that the specified file does not exist.
            STG_E_ACCESSDENIED
            Access denied because the caller does not have enough permissions, or another caller
            has the file open and locked.
            STG_E_LOCKVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_SHAREVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_FILEALREADYEXISTS
            Indicates that the file exists but is not a storage object.
            STG_E_TOOMANYOPENFILES
            Indicates that the storage object was not opened because there are too many open files.
            STG_E_INSUFFICIENTMEMORY
            Indicates that the storage object was not opened due to inadequate memory.
            STG_E_INVALIDNAME
            Indicates a non-valid name in the pwcsName parameter.
            STG_E_INVALIDPOINTER
            Indicates a non-valid pointer in one of the parameters: snbExclude, pwcsName,
            pstgPriority, or ppStgOpen.
            STG_E_INVALIDFLAG
            Indicates a non-valid flag combination in the grfMode parameter.
            STG_E_INVALIDFUNCTION
            Indicates STGM_DELETEONRELEASE specified in the grfMode parameter.
            STG_E_OLDFORMAT
            Indicates that the storage object being opened was created by the Beta 1 storage
            provider. This format is no longer supported.
            STG_E_NOTSIMPLEFORMAT
            Indicates that the STGM_SIMPLE flag was specified in the grfMode parameter and the
            storage object being opened was not written in simple mode.
            STG_E_OLDDLL
            The DLL being used to open this storage object is a version of the DLL that is older
            than the one used to create it.
            STG_E_PATHNOTFOUND
            Specified path does not exist.
            STG_E_SHAREVIOLATION
            Access denied because another caller has the file open and locked.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgOpenStorageEx(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,Syncfusion.CompoundFile.XlsIO.Native.STGFMT,System.UInt32,System.IntPtr,System.IntPtr,System.Guid@,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            Opens an existing root storage object in the file system. You can use this function
            to open compound files and regular files. To create a new file, use the
            StgCreateStorageEx function.
            </summary>
            <param name="pwcsName">[in] Pointer to the path of the NULL-terminated Unicode
            string file containing the storage object. This string size must not exceed
            MAX_PATH characters.</param>
            <param name="grfMode">[in] Specifies the access mode to open the new storage object.
            For more information, see the STGM enumeration. If the caller specifies transacted
            mode together with STGM_CREATE or STGM_CONVERT, the overwrite or conversion takes
            place when the commit operation is called for the root storage. If IStorage::Commit
            is not called for the root storage object, previous contents of the file will be
            restored. STGM_CREATE and STGM_CONVERT cannot be combined with the STGM_NOSNAPSHOT
            flag, because a snapshot copy is required when a file is overwritten or converted
            in the transacted mode. </param>
            <param name="stgfmt">[in] Specifies the storage file format. For more information,
            see the STGFMT enumeration.</param>
            <param name="grfAttrs">[in] Depends on the value of the stgfmt parameter.
            STGFMT_DOCFILE should be zero (0) or FILE_FLAG_NO_BUFFERING.</param>
            <param name="stgOptions">[in, out] Pointer to a STGOPTIONS structure that contains
            information about the storage object being opened. The pStgOptions parameter is
            valid only if the stgfmt parameter is set to STGFMT_DOCFILE.</param>
            <param name="reserved2">[in] Reserved for future use; must be zero.</param>
            <param name="riid">[in] Specifies the Guid of the interface pointer to return.</param>
            <param name="ppObjectOpen">[out] Address of an interface pointer variable that
            receives a pointer for an interface on the storage object being opened; contains
            NULL if operation failed.</param>
            <returns>
            S_OK
            Indicates that the storage object was successfully opened.
            STG_E_INVALIDPOINTER
            Indicates a non-valid pointer in the ppObjectOpen parameter.
            STG_E_INVALIDPARAMETER
            Indicates a non-valid value for the grfAttrs, reserved1, reserved2, grfMode, or
            stgfmt parameters. Can occur if the FILE_FLAG_NO_BUFFERING flag is specified for
            grfAttrs but the sector size of the file is not an integer multiple of the
            underlying disk's sector size.
            E_NOINTERFACE
            Indicates that the specified interface is not supported.
            STG_E_INVALIDFLAG
            Indicates a non-valid flag combination in the grfMode pointer (includes both
            STGM_DELETEONRELEASE and STGM_CONVERT flags).
            STG_E_INVALIDNAME
            Indicates a non-valid name in the pwcsName parameter.
            STG_E_INVALIDFUNCTION
            Indicates that the grfMode is set to STGM_DELETEONRELEASE.
            STG_E_LOCKVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_SHAREVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_UNIMPLEMENTEDFUNCTION
            Indicates that the StgOpenStorageEx function is not implemented by the operating
            system. In this case, use the StgOpenStorage function instead.
            STG_E_INCOMPLETE
            Indicates that the file could not be opened because it is on a high-latency device.
            This can only occur if the parameter is IID_IPropertySetStorage, and the
            stgfmt parameter is STGFMT_FILE.
            STG_E_ACCESSDENIED
            Indicates that the file could not be opened because the underlying storage device
            does not allow such access to the current user. When opening the storage object
            in transacted mode (STGM_TRANSACTED), this error may also indicate that a temporary
            file could not be created in the temporary directory as specified by the
            GetTempPath function. The GetTempPath function retrieves the path of the directory
            designated for temporary files.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgCreateDocfile(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            StgCreateDocfile creates a new compound file storage object using the COM-provided
            compound file implementation for the IStorage interface.
            </summary>
            <param name="pwcsName">[in] Pointer to a NULL-terminated Unicode string name for the
            compound file being created. It is passed uninterpreted to the file system. This can
            be a relative name or NULL. If NULL, a temporary compound file is allocated with a
            unique name.</param>
            <param name="grfMode">[in] Specifies the access mode to use when opening the new
            storage object. For more information, see the STGM enumeration. If the caller
            specifies transacted mode together with STGM_CREATE or STGM_CONVERT, the overwrite
            or conversion takes place when the commit operation is called for the root storage.
            If IStorage::Commit is not called for the root storage object, previous contents of
            the file will be restored. STGM_CREATE and STGM_CONVERT cannot be combined with
            the STGM_NOSNAPSHOT flag, because a snapshot copy is required when a file is
            overwritten or converted in the transacted mode.</param>
            <param name="reserved">[in] Reserved for future use; must be zero.</param>
            <param name="ppstgOpen">[out] Pointer to the location of the IStorage pointer to
            the new storage object.</param>
            <returns>
            S_OK - Indicates that the compound file was successfully created.
            STG_E_ACCESSDENIED - Access denied because the caller does not have enough permissions
            or another caller has the file open and locked.
            STG_E_FILEALREADYEXISTS
            Indicates that the compound file already exists and grfMode is set to STGM_FAILIFTHERE.
            STG_E_INSUFFICIENTMEMORY
            Indicates that the compound file was not created due to inadequate memory.
            STG_E_INVALIDFLAG
            Indicates a non-valid flag combination in the grfMode parameter.
            STG_E_INVALIDNAME
            Indicates a non-valid name in the pwcsName parameter.
            STG_E_INVALIDPOINTER
            Indicates a non-valid pointer in the pwcsName parameter or the ppStgOpen parameter.
            STG_E_LOCKVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_SHAREVIOLATION
            Access denied because another caller has the file open and locked.
            STG_E_TOOMANYOPENFILES
            Indicates that the compound file was not created due to a lack of file handles.
            STG_S_CONVERTED
            Indicates that the specified file was successfully converted to storage format.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgCreatePropSetStg(Syncfusion.CompoundFile.XlsIO.Native.IStorage,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage@)">
            <summary>
            The StgCreatePropSetStg function creates a property set storage object from a specified storage object.
            </summary>
            <param name="pStorage">Pointer to the storage object that contains or is to 
            contain one or more property sets.</param>
            <param name="dwReserved">Reserved for future use; must be zero.</param>
            <param name="ppPropSetStg">Pointer to IPropertySetStorage* pointer variable that receives the 
            interface pointer to the property-set storage object. </param>
            <returns>S_OK - The property set storage object was successfully created.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgCreatePropSetStgOle(Syncfusion.CompoundFile.XlsIO.Native.IStorage,System.UInt32,Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage@)">
            <summary>
            The StgCreatePropSetStg function creates a property set storage object from a specified storage object.
            </summary>
            <param name="pStorage">Pointer to the storage object that contains or is to 
            contain one or more property sets.</param>
            <param name="dwReserved">Reserved for future use; must be zero.</param>
            <param name="ppPropSetStg">Pointer to IPropertySetStorage* pointer variable that receives the 
            interface pointer to the property-set storage object. </param>
            <returns>S_OK - The property set storage object was successfully created.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.CreateILockBytesOnHGlobal(System.IntPtr,System.Boolean,Syncfusion.CompoundFile.XlsIO.Native.ILockBytes@)">
            <summary>
            The CreateILockBytesOnHGlobal function creates a byte array object, using global memory 
            as the physical device, which is intended to be the compound file foundation.
            </summary>
            <param name="hGlobal">The memory handle allocated by the GlobalAlloc function.</param>
            <param name="fDeleteOnRelease">A flag that specifies whether the underlying handle for 
            this byte array object should be automatically freed when the object is released.</param>
            <param name="ppLkbyt">The address of ILockBytes pointer variable that receives the interface 
            pointer to the new byte array object.</param>
            <returns>S_OK - The byte array object was created successfully.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgCreateDocfileOnILockBytes(Syncfusion.CompoundFile.XlsIO.Native.ILockBytes,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.Int32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            The StgCreateDocfileOnILockBytes function creates and opens a new compound file 
            storage object on top of a byte-array object provided by the caller.
            </summary>
            <param name="plkbyt">A pointer to the ILockBytes interface on the underlying 
            byte-array object on which to create a compound file.</param>
            <param name="grfMode">Specifies the access mode to use when opening the new compound file. 
            For more information, see STGM Constants.</param>
            <param name="reserved">Reserved for future use; must be zero.</param>
            <param name="ppstgOpen">A pointer to the location of the IStorage pointer on the new storage object.</param>
            <returns>
            S_OK - Indicates that the compound file was successfully created.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.StgOpenStorageOnILockBytes(Syncfusion.CompoundFile.XlsIO.Native.ILockBytes,Syncfusion.CompoundFile.XlsIO.Native.IStorage,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.Int32,System.Int32,Syncfusion.CompoundFile.XlsIO.Native.IStorage@)">
            <summary>
            The StgOpenStorageOnILockBytes function opens an existing storage object that does not reside in a 
            disk file, but instead has an underlying byte array provided by the caller.
            </summary>
            <param name="plkbyt"> ILockBytes pointer to the underlying byte array object that contains the 
            storage object to be opened.</param>
            <param name="pStgPriority"> Most often NULL. If not NULL, this parameter is used instead of the 
            plkbyt parameter to specify the storage object to open. In this case, it points to the IStorage 
            interface on a previously opened root storage object, most often one that was opened in priority mode.</param>
            <param name="grfMode">Specifies the access mode to use to open the storage object.</param>
            <param name="snbExclude">Can be NULL. If not NULL, this parameter points to a block of elements in this 
            storage that are to be excluded as the storage object is opened. This exclusion occurs independently of 
            whether a snapshot copy happens on the open.</param>
            <param name="reserved">Indicates reserved for future use; must be zero.</param>
            <param name="ppstgOpen">Points to the location of an IStorage pointer to the opened storage on successful return.</param>
            <returns>S_OK - The storage object was successfully opened.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAlloc(Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags,System.Int32)">
            <summary>
            The GlobalAlloc function allocates the specified number of bytes from the heap.
            Windows memory management does not provide a separate local heap and global heap.
            </summary>
            <param name="flags">Memory allocation attributes.</param>
            <param name="size">Number of bytes to allocate.</param>
            <returns>
            If the function succeeds, the return value is a handle to the newly
            allocated memory object. If the function fails, the return value is NULL.
            To get extended error information, call GetLastError.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalReAlloc(System.IntPtr,System.Int32,Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags)">
            <summary>
            
            </summary>
            <param name="hMem"></param>
            <param name="bytes"></param>
            <param name="flags"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalFree(System.IntPtr)">
            <summary>
            
            </summary>
            <param name="hMem"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags">
            <summary>
            Flags for GlobalAlloc function.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags.GMEM_FIXED">
            <summary>
            Allocates fixed memory. The return value is a pointer.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags.GMEM_MOVEABLE">
            <summary>
            Allocates movable memory. Memory blocks are never moved in physical memory, 
            but they can be moved within the default heap.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags.GMEM_ZEROINIT">
            <summary>
            Initializes memory contents to zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.API.GlobalAllocFlags.GMEM_NODISCARD">
            <summary>
            NO Discard memory.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.StgStream">
            <summary>
            Storage API wrapper classes provide access to storage data from .NET code.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_STORE_READONLY">
            <summary>
            Open storage in read-only mode.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_STREAM_READONLY">
            <summary>
            Open storage stream in read-only mode.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_STREAM_CREATE">
            <summary>
            Create a new stream in storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_READWRITE">
            <summary>
            Open storage or stream in ReadWrite mode.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_BUFFER_SIZE">
            <summary>
            Default buffer size for stream copying.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.DEF_STORAGE_READONLY">
            <summary>
            Options to open storage in read-only mode. Used to open already opened file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_stream">
            <summary>
            Reference in COM interface which provides access to stream in storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_storage">
            <summary>
            Reference in COM interface which provide access to storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_bIsDisposed">
            <summary>
            True if class was disposed; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_bCanRead">
            <summary>
            True if stream supports read operation; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_bCanWrite">
            <summary>
            True stream supports write operation; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_bCanSeek">
            <summary>
            True if stream supports seek operation; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_bIsTransacted">
            <summary>
            True if stream opened in Transaction mode and on Flush method call
            class must commit transaction; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_lLength">
            <summary>
            Length of stream data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_arrStreams">
            <summary>
            List of streams names provided by storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_arrStorages">
            <summary>
            List of storage names found in current storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_strFileName">
            <summary>
            File name of storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_strStreamName">
            <summary>
            Stream name.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_strStorageName">
            <summary>
            Sub-storage name opened by class.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_modeStorage">
            <summary>
            Storage Mode: Open or Create.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_modeStream">
            <summary>
            Stream Mode: Open or Create.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_lPosition">
            <summary>
            Current stream position, used for optimization. Allows users
            to skip Seek operations if required.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.StgStream.m_lockBytes">
            <summary>
            Represents the locking bytes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Close">
            <summary>
            Closes the stream.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Flush">
            <summary>
            Commit changes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Commit(Syncfusion.CompoundFile.XlsIO.Native.STGC)">
            <summary>
            Commit changes.
            </summary>
            <param name="code">Commit code.</param>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When commit operation fails.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Revert">
            <summary>
            Discards all changes that have been made to the storage object
            since the last commit operation.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Seek in stream.
            </summary>
            <param name="offset">New offset.</param>
            <param name="origin">Start point for Seek operation.</param>
            <returns>Current position.</returns>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When seek operation fails.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.SetLength(System.Int64)">
            <summary>
            Set stream length.
            </summary>
            <param name="value">New stream length</param>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When SetLength operation fails.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Read data from stream.
            </summary>
            <param name="buffer">Output stream.</param>
            <param name="offset">Offset in output buffer.</param>
            <param name="count">Quantity of bytes to read.</param>
            <returns>Quantity of read bytes.</returns>
            <exception cref="T:System.ArgumentNullException">
            When buffer is NULL.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When offset or count is less than zero.
            </exception>
            <exception cref="T:System.ArgumentException">
            When there are not enough items in the buffer.
            </exception>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When Read operation fails.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Write data to stream.
            </summary>
            <param name="buffer">Buffer with data.</param>
            <param name="offset">Offset in input buffer from which data started.</param>
            <param name="count">Quantity of bytes which must be written.</param>
            <exception cref="T:System.ArgumentNullException">
            When buffer is NULL.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When offset or count is less than zero.
            </exception>
            <exception cref="T:System.ArgumentException">
            When there are not enough items in the buffer 
            or stream is in Read-only mode.
            </exception>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When Write operation fails.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor">
            <summary>
            To prevent class creation by default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Open storage/compound file.
            </summary>
            <param name="fileName">File name of storage.</param>
            <param name="flags">Mode which must be used for open operation.</param>
            <exception cref="T:System.ArgumentNullException">
            When fileName is NULL.
            </exception>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            Couldn't open the storage
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Open storage and one stream of it.
            </summary>
            <param name="fileName">File name of storage.</param>
            <param name="storeFlags">Flags that are used for storage open.</param>
            <param name="streamName">Stream name.</param>
            <param name="streamFlags">Flags which used for stream in storage open.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.String,System.String)">
            <summary>
            Open storage and its stream in Read-only mode.
            </summary>
            <param name="fileName">File name.</param>
            <param name="streamName">Stream name.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.String)">
            <summary>
            Open storage in Read-only mode but do not open stream. To open
            special stream, use OpenStream methods.
            </summary>
            <param name="fileName">Storage file name.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String)">
            <summary>
            Inherit stream storage and opens its stream in Read-only mode.
            </summary>
            <param name="storage">Storage of stream.</param>
            <param name="streamName">Stream name to open.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Inherit stream storage and opensits streams with the user specified flags.
            </summary>
            <param name="storage">Storage to inherit.</param>
            <param name="streamName">Stream name.</param>
            <param name="streamFlags">Stream open flags.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String,System.Boolean)">
            <summary>
            Open or create stream specified by user name. 
            </summary>
            <param name="storage">Inherited storage.</param>
            <param name="streamName">Stream name.</param>
            <param name="bCreate">True to create stream; otherwise open.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM,System.Boolean)">
            <summary>
            Inherit storage and open or create in it stream with spcified user name
            </summary>
            <param name="storage">Inherited storage.</param>
            <param name="streamName">Stream name.</param>
            <param name="streamFlags">Stream open / create flags.</param>
            <param name="bCreate">True to create stream; otherwise open.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Create a new instance of StgStream.
            </summary>
            <param name="stream">Base stream.</param>
            <param name="flags">Flags for create stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.#ctor(System.IO.Stream)">
            <summary>
            Create a new instance of StgStream by defoult flag.
            </summary>
            <param name="stream">Base stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Dispose">
            <summary>
            Dispose stream. Close stream, release references on COM interfaces, and
            free resources.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.OpenStream(System.String)">
            <summary>
            Open stream in Read-only mode.
            </summary>
            <param name="streamName">Stream name.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.OpenStream(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Open stream from storage with specified flags.
            </summary>
            <param name="streamName">Stream name.</param>
            <param name="streamFlags">Stream open flags.</param>
            <exception cref="T:System.ArgumentNullException">
            When streamName is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When the specified stream could not be found in the storage.
            </exception>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When it was not possible to open the stream.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.OpenSubStorage(System.String)">
            <summary>
            Opens sub storage.
            </summary>
            <param name="storageName">Storage name to open.</param>
            <returns>Returns stream of opened storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.OpenSubStorage(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Opens sub storage.
            </summary>
            <param name="storageName">Storage name to open.</param>
            <param name="flags">Open flags.</param>
            <returns>Returns stream of opened storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateSubStorage(System.String)">
            <summary>
            Creates sub storage.
            </summary>
            <param name="storageName">Storage name to Create.</param>
            <returns>Returns stream of opened storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateSubStorage(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Creates sub storage.
            </summary>
            <param name="storageName">Storage name for create.</param>
            <param name="flags">Create flags.</param>
            <returns>Returns stream for created storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateStream(System.String)">
            <summary>
            Create stream in opened storage with specified name.
            </summary>
            <param name="streamName">Stream name.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateStream(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Create stream in storage with specified name and flags.
            </summary>
            <param name="streamName">Stream name.</param>
            <param name="streamFlags">Stream flags.</param>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When its not possible to create stream.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.SaveILockBytesIntoStream(System.IO.Stream)">
            <summary>
            Saves internal ILockBytes into stream.
            </summary>
            <param name="stream">Stream to save into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.FindStream(System.String)">
            <summary>
            Searches for stream name in the streams array ignoring case.
            </summary>
            <param name="strStreamName">Stream name to locate.</param>
            <returns>Name of the stream in the storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.ContainsStream(System.String)">
            <summary>
            Indicates whether storage contains required stream.
            </summary>
            <param name="strStreamName">Stream to search.</param>
            <returns>True if stream was found.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.ContainsStorage(System.String)">
            <summary>
            Indicates whether storage contains required substorage.
            </summary>
            <param name="strStorageName">Storage to search.</param>
            <returns>True if stream was found.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.RemoveElement(System.String)">
            <summary>
            Removes the specified storage or stream from this storage object.
            </summary>
            <param name="elementName">Name of the storage or stream to be removed.</param>
            <returns>
            0 - The element was successfully removed.
            Otherwise error code.
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CopySourceStorages(Syncfusion.CompoundFile.XlsIO.Native.StgStream,Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Copies one storage into another.
            </summary>
            <param name="source">Source stream.</param>
            <param name="destination">Destination stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateStorage(System.String)">
            <summary>
            Method to create new storage and return StgStream class for it.
            </summary>
            <param name="fileName">Storage file name.</param>
            <returns>Reference on instance which knows how to work with it.</returns>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When compound file couldn't be created.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CreateStorageOnILockBytes">
            <summary>
            Cretes storage on ILockBytes.
            </summary>
            <returns>Created storage.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CheckStorage">
            <summary>
            Check storage availability.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If storage is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CheckStream">
            <summary>
            Check stream availability.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When stream is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CalculateStreamLength">
            <summary>
            Calculate stream length.
            </summary>
            <returns>Returns length of currently open stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CalculateStorageStreams">
            <summary>
            Returns list of streams stored in storage.
            </summary>
            <returns>List of stream names.</returns>
            <exception cref="T:System.Runtime.InteropServices.ExternalException">
            When elements of the storage couldn't be enumerated .
            </exception>
            <exception cref="T:System.SystemException">
            When it is possible to get IEnumSTATSTG interface reference from storage.
            </exception>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CalculateStorageSubStorages">
            <summary>
            Return list of sub-storages found in current storage.
            </summary>
            <returns>List of found storages.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CalculateSubItemsNames">
            <summary>
            Calculates subItems names.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.ByTypeAccumulate_Streams(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection to add.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.ByTypeAccumulate_Storages(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data as stream type.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection where adding is.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.ByTypeAccumulate_All(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data as all type.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection where adding is.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CalculateSubItems(Syncfusion.CompoundFile.XlsIO.Native.StgStream.SubItemNameEventHandler,System.Object)">
            <summary>
            Calculates subItems.
            </summary>
            <param name="caller">SubItem event handler.</param>
            <param name="userData">User data.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CanRead">
            <summary>
            Indicates if stream supports Read operation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CanSeek">
            <summary>
            Indicates if stream supports Seek operation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.CanWrite">
            <summary>
            Indicates if stream supports Write operation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.IsTransacted">
            <summary>
            Indicates if stream is opened in Transaction mode. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Length">
            <summary>
            Length of stream. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Position">
            <summary>
            Gets / sets current position of stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Streams">
            <summary>
            Gets list of stream names found in storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.Storages">
            <summary>
            Gets the array of string thet is a storages.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.COMStorage">
            <summary>
            Reference in COM interface which provide access to storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.COMStream">
            <summary>
            Reference in COM interface which provide access to stream in storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.StreamName">
            <summary>
            Get name of stream opened by the class.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.StorageName">
            <summary>
            Get name of sub storage opened by the class.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.LockBytes">
            <summary>
            Gets the IlockBytes interface that represen the locked bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.StgStream.FileName">
            <summary>
            Gets the file name.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.StgStream.SubItemNameEventHandler">
            <summary>
            Delegate that represents subItem name event.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.Storage">
            <summary>
            Compound storage implementation based on standard COM-object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.Storage.DefaultStorageName">
            <summary>
            Default storage name. Used for root storage, others should assign some other value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.Storage.m_storage">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.Storage.m_arrStorages">
            <summary>
            Collection with storage names.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.Storage.m_arrStreams">
            <summary>
            Collection with stream names.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.Storage.m_strName">
            <summary>
            Name of the storage.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.CalculateSubItemsNames">
            <summary>
            Calculates subItems names.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.ByTypeAccumulate_Streams(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection to add.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.ByTypeAccumulate_Storages(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data as stream type.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection where adding is.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.ByTypeAccumulate_All(Syncfusion.CompoundFile.XlsIO.Native.STATSTG,System.Object)">
            <summary>
            Adds data as all type.
            </summary>
            <param name="item">Item to add.</param>
            <param name="userData">Collection where adding is.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.CalculateSubItems(Syncfusion.CompoundFile.XlsIO.Native.Storage.SubItemNameEventHandler,System.Object)">
            <summary>
            Calculates subItems.
            </summary>
            <param name="caller">SubItem event handler.</param>
            <param name="userData">User data.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.#ctor(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="fileName">Name of the file to open.</param>
            <param name="storageOptions">Storage options.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.#ctor(Syncfusion.CompoundFile.XlsIO.Native.IStorage)">
            <summary>
            Initializes new instance of the storage.
            </summary>
            <param name="root">Root substorage.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.#ctor(Syncfusion.CompoundFile.XlsIO.Native.IStorage,System.String)">
            <summary>
            Initializes new instance of te storage.
            </summary>
            <param name="root">Root substorage.</param>
            <param name="storageName">Name of the storage.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.Finalize">
            <summary>
            Destructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.CreateStream(System.String)">
            <summary>
            Creates new stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to create.</param>
            <returns>Created stream object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.OpenStream(System.String)">
            <summary>
            Opens existing stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to open.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.DeleteStream(System.String)">
            <summary>
            Removes existing stream from this storage.
            </summary>
            <param name="streamName">Name of the stream to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.ContainsStream(System.String)">
            <summary>
            Determines whether storage contains specified stream.
            </summary>
            <param name="streamName">Name of the stream to check.</param>
            <returns>true if storage contains specified stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.CreateStorage(System.String)">
            <summary>
            Creates new substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to create.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.OpenStorage(System.String)">
            <summary>
            Opens existing substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to open.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.DeleteStorage(System.String)">
            <summary>
            Removes exisiting substorage from this one.
            </summary>
            <param name="storageName">Name of the storage to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.ContainsStorage(System.String)">
            <summary>
            Determines whether this storage contains substorage with specified name.
            </summary>
            <param name="storageName">Name of the storage to check.</param>
            <returns>true if storage contains substorage with specified name.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.Flush">
            <summary>
            Commits changes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.InsertCopy(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Inserts copy of the storage and all subitems inside current storage.
            </summary>
            <param name="storageToCopy">Storage to copy.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.InsertCopy(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Inserts copy of the stream inside current storage.
            </summary>
            <param name="streamToCopy">Stream to copy.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.Storage.Dispose">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.Storage.COMStorage">
            <summary>
            Returns internal COM storage. This property will be removed after implementing
            some document properties reading.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.Storage.Streams">
            <summary>
            Returns all stream names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.Storage.Storages">
            <summary>
            Returns all storage names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.Storage.Name">
            <summary>
            Returns name of the storage.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.Storage.SubItemNameEventHandler">
            <summary>
            Delegate that represents subItem name event.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Native.PropVariant">
            <summary>
            The PropVariant is used for defining the type tag and 
            the value of a property in a property set.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.IPropertyData.SetValue(System.Object,Syncfusion.CompoundFile.XlsIO.PropertyType)">
            <summary>
            Sets property value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="type">Type of the property to set.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.IPropertyData.Value">
            <summary>
            Gets property value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.IPropertyData.Type">
            <summary>
            Sets type of the variant. Write-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.IPropertyData.Name">
            <summary>
            Name of the property.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.IPropertyData.Id">
            <summary>
            Gets property id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.TYPE_OFFSET">
            <summary>
            Offset to the type of the PropVariant.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.FirstIntOffset">
            <summary>
            Offset to the first int of the data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.IntSize">
            <summary>
            Size of the integer.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_SHORT_PROPERTY_TYPE_MASK">
            <summary>
            Mask to get type of property or each element of the arrya (if property contains an array).
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_LOW_INT_MASK">
            <summary>
            Bit mask for lower int value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_HIGH_INT_MASK">
            <summary>
            Bit mask for higher int value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_INT_BITS">
            <summary>
            Number of bits in every integer value.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_FILETIME_TICKS_DIFFERENCE">
            <summary>
            Difference in ticks of FILETIME and DateTime.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DEF_LINK_BIT">
            <summary>
            Bit mask for LinkToContent property of the DocumentProperty class. 
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.PropVariantSize">
            <summary>
            Size of the native windows PROPVARIANT structure.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SecondIntOffset">
            <summary>
            Offset to the second int of the data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_arrFree">
            <summary>
            Array of IntPtr that should be freed on dispose using Marshal.FreeCoTaskMem.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_arrGlobalFree">
            <summary>
            Array of IntPtr that should be freed on dispose using Marshal.FreeHGlobal.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_propVariant">
            <summary>
            Pointer to the PropVariant.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_prop">
            <summary>
            Specifies a property by its property identifier (ID).
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_arrDispose">
            <summary>
            Array of PropVariants that will be disposed in Dispose method.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.m_bFreeVariant">
            <summary>
            If True, then memory for the structure was allocated by 
            this class and should be freed on Dispose;
            otherwise, memory was not allocated by this class and should not be freed.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.#ctor(System.IntPtr)">
            <summary>
            Creates PropVariant with data pointed by ptr.
            </summary>
            <param name="ptr"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.#ctor(Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG,Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage,System.Boolean)">
            <summary>
            Reads data from IPropertyStorage.
            </summary>
            <param name="propInfo">Property description.</param>
            <param name="propStorage">IPropertyStorage to read data from.</param>
            <param name="bBuiltIn">Indicates whether property is built-in or not.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.GetStringArray">
            <summary>
            Returns array of strings.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.GetString(System.IntPtr)">
            <summary>
            Converts IntPtr to the string.
            </summary>
            <param name="ptrString">Value to convert.</param>
            <returns>Converted string.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.GetShortString(System.IntPtr)">
            <summary>
            Parses not unicode string.
            </summary>
            <param name="ptrString">Pointer to the sring to parse.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.GetObjectArray">
            <summary>
            Returns an array of objects.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SetStringArray(System.String[])">
            <summary>
            Fills PropVariant with array of strings.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SetObjectArray(System.Object[])">
            <summary>
            Fills PropVariant with array of objects.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SetBlob(System.Byte[])">
            <summary>
            Sets Blob property value.
            </summary>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SetName(System.String)">
            <summary>
            Sets property name.
            </summary>
            <param name="strName">Name to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SetValue(System.Object,Syncfusion.CompoundFile.XlsIO.PropertyType)">
            <summary>
            Sets property value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="type">Type of the property to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.FreeResources">
            <summary>
            Frees all allocated resources.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.FreeName">
            <summary>
            Frees resuources allocated for property name storage.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.GetValue">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Write(Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage)">
            <summary>
            Writes variant to the property storage.
            </summary>
            <param name="storProp">
            Property storage that will receive PropVariant value.
            </param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Read(Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG,Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage,System.Boolean)">
            <summary>
            Reads information from the storage.
            </summary>
            <param name="propInfo">Property information.</param>
            <param name="storProp">Storage to read from.</param>
            <param name="bBuiltIn">Indicates whether property is built-in.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Read(Syncfusion.CompoundFile.XlsIO.Native.IPropertyStorage,System.Boolean)">
            <summary>
            Reads information from the storage.
            </summary>
            <param name="storProp">Storage to read from.</param>
            <param name="bBuiltIn">Indicates whether property is built-in.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Dispose">
            <summary>
            Performs tasks associated with freeing, releasing, 
            or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Finalize">
            <summary>
            Finilizer.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Int">
            <summary>
            Fills PropVariant with integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Int32">
            <summary>
            Fills PropVariant with integer value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.IntPtr">
            <summary>
            Gets / sets PropVariant memory.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.PropId">
            <summary>
            ID of the property that will be written into property storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.PropId2">
            <summary>
            Same as PropId.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.FileTime">
            <summary>
            Fills PropVariant with FILETIME value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Bool">
            <summary>
            Fills PropVariant with bool value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.String">
            <summary>
            Fills PropVariant with string value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.AsciiString">
            <summary>
            Fills PropVariant with string value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.DateTime">
            <summary>
            Fills PropVariant with FILETIME value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Double">
            <summary>
            Fills PropVariant with double value.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Name">
            <summary>
            Gets / sets property name.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Value">
            <summary>
            Returns value of the property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.IsLinkToSource">
            <summary>
            Indicates whether it is property or just link to source of some property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.ParentId">
            <summary>
            Returns id of the parent property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Id">
            <summary>
            Gets property id.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.FirstInt">
            <summary>
            Sets first integer value of the variant. Write-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.SecondInt">
            <summary>
            Sets second integer value of the variant. Write-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Native.PropVariant.Type">
            <summary>
            Sets type of the variant. Write-only.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.ClipboardData.Format">
            <summary>
            Clipboard format.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.ClipboardData.Data">
            <summary>
            Clipboard data.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ClipboardData.Clone">
            <summary>
            Createas copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ClipboardData.Serialize(System.IO.Stream)">
            <summary>
            Saves clipboard data into stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.ClipboardData.Parse(System.IO.Stream)">
            <summary>
            Extracts data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile">
            <summary>
            .Net compound file implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.RootEntryName">
            <summary>
            Name of the root entry.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_stream">
            <summary>
            Source stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_header">
            <summary>
            File header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_fat">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_dif">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_directory">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_root">
            <summary>
            Root storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_shortStream">
            <summary>
            Short stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_miniFatStream">
            <summary>
            Stream containing items described by minifat.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_miniFat">
            <summary>
            MiniFAT.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.m_bDirectMode">
            <summary>
            Indicates whether substreams should maintain their own stream or should write
            directly into the file's stream.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Main">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteDirectory(System.String,Syncfusion.CompoundFile.XlsIO.Net.Directory)">
            <summary>
            Writes directory structure into file.
            </summary>
            <param name="path">Destination path.</param>
            <param name="directory">Directory to write.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteStorage(System.String,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Writes storage to specified path
            </summary>
            <param name="path">Destination path.</param>
            <param name="storage">Storage to write.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteStream(System.String,System.String,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Writes stream into file
            </summary>
            <param name="path">Destination path.</param>
            <param name="streamName">Stream name.</param>
            <param name="storage">Parent storage object.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.#ctor(System.IO.Stream)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.#ctor(System.String,System.Boolean)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Open(System.IO.Stream)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.InitializeVariables">
            <summary>
            Initializes internal variables.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.ReadSector(System.Byte[],System.Int32,System.Int32,Syncfusion.CompoundFile.XlsIO.Net.FileHeader)">
            <summary>
            
            </summary>
            <param name="buffer"></param>
            <param name="offset"></param>
            <param name="sectorIndex"></param>
            <param name="header"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.GetEntryStream(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            
            </summary>
            <param name="entry"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.SetEntryStream(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.IO.Stream)">
            <summary>
            Sets stream data for directory entry.
            </summary>
            <param name="entry">Directory entry to update stream data for.</param>
            <param name="stream">Stream to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.SetEntryLongStream(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.IO.Stream)">
            <summary>
            Sets entrie's long stream.
            </summary>
            <param name="entry">Entry to update data for.</param>
            <param name="stream">Data to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.SetEntryShortStream(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.IO.Stream)">
            <summary>
            Sets entrie's short stream.
            </summary>
            <param name="entry">Entry to update data for.</param>
            <param name="stream">Data to set.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteData(System.IO.Stream,System.Int32,System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Net.FAT)">
            <summary>
            Writes stream data into compound file main stream
            </summary>
            <param name="destination">Main stream to write into.</param>
            <param name="startSector">Start sector to write.</param>
            <param name="stream">Stream to write.</param>
            <param name="fat">Fat object.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.AllocateSectors(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.Int32,System.Int32,Syncfusion.CompoundFile.XlsIO.Net.FAT)">
            <summary>
            Here we have to allocate required sectors number.
            </summary>
            <param name="entry">Entry to allocate sectors for.</param>
            <param name="iAllocatedSectors">Number of already allocated sectors.</param>
            <param name="iRequiredSectors">Number of required sectors.</param>
            <param name="fat">FAT object.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.AllocateSectors(System.Int32,System.Int32,System.Int32,Syncfusion.CompoundFile.XlsIO.Net.FAT)">
            <summary>
            Allocates sectors.
            </summary>
            <param name="iSector">Start sector in the chain.</param>
            <param name="iAllocatedSectors">Number of already allocated sectors.</param>
            <param name="iRequiredSectors">Number of required sectors.</param>
            <param name="fat">Fat object.</param>
            <returns>Start sector of the added chain.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.GetSectorOffset(System.Int32,System.UInt16)">
            <summary>
            Gets offset to the sector.
            </summary>
            <param name="sectorIndex">Zero-based sector index.</param>
            <param name="sectorShift">Sector shift (2^sectorShift = sector size).</param>
            <returns>Offset to the required sector.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.GetSectorOffset(System.Int32,System.UInt16,System.Int32)">
            <summary>
            Gets offset to the sector.
            </summary>
            <param name="sectorIndex">Zero-based sector index.</param>
            <param name="sectorShift">Sector shift (2^sectorShift = sector size).</param>
            <param name="headerSize">Size of the header.</param>
            <returns>Offset to the required sector.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.CheckHeader(System.IO.Stream)">
            <summary>
            Checks whether stream header belongs to compound file.
            </summary>
            <param name="stream">Stream to check.</param>
            <returns>True if stream probably contains compound file data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.AllocateDirectoryEntry(System.String,Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType)">
            <summary>
            Allocates new directory entry.
            </summary>
            <param name="streamName">Name of the stream.</param>
            <param name="entryType">Entry type.</param>
            <returns>Created directory entry.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.RemoveItem(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            Marks item as free.
            </summary>
            <param name="directoryEntry">Directory entry to be removed/freed.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.ReadData(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.Int64,System.Byte[],System.Int32)">
            <summary>
            Reads data from internal stream.
            </summary>
            <param name="entry">Entry to read data from.</param>
            <param name="position">Position inside entry stream.</param>
            <param name="buffer">Buffer that will cotain read data.</param>
            <param name="length">Size of the data to read.</param>
            <returns>Number of actually read bytes.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteData(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry,System.Int64,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Writes data into internal stream.
            </summary>
            <param name="entry">Entry to write data into.</param>
            <param name="position">Position inside entry stream.</param>
            <param name="buffer">Buffer containing data to write.</param>
            <param name="offset">Offset inside buffer to the data to write.</param>
            <param name="length">Size of the data to write.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Save(System.IO.Stream)">
            <summary>
            Saves compound file into stream.
            </summary>
            <param name="stream">Stream to save data into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.WriteStreamTo(System.IO.Stream)">
            <summary>
            Writes internal stream into specified one.
            </summary>
            <param name="destination">Destination stream to write into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.SaveMiniStream">
            <summary>
            Saves mini stream data.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.SerializeDirectory">
            <summary>
            Serializes directory entries.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Save(System.String)">
            <summary>
            Saves compound file into file.
            </summary>
            <param name="fileName">Name of the file to save into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing,
            releasing, or resetting unmanaged resources. 
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Header">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Directory">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Root">
            <summary>
            Returns root storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.DIF">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.Fat">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.BaseStream">
            <summary>
            Returns base stream. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.DirectMode">
            <summary>
            Gets or sets value indicating whether substreams should maintain their own stream
            or should write directly into the file's stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundFile.RootStorage">
            <summary>
            Returns root storage object for this file.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundFileException">
            <summary>
            This is exception thrown when experiencing problems with compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundFileException.DefaultExceptionMessage">
            <summary>
            Default exception message.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFileException.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundFileException.#ctor(System.String)">
            <summary>
            Initializes new instance of the exception.
            </summary>
            <param name="message">Exception message.</param>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.m_parentFile">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.m_nodes">
            <summary>
            RBTree with child elements.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.m_entry">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundFile,System.String,System.Int32)">
            <summary>
            Initializes new instance of the storage.
            </summary>
            <param name="parent">Parent file.</param>
            <param name="name">Name of the new storage.</param>
            <param name="entryIndex">Index to the directory entry that stores storage information.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundFile,Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            Initializes new instance of the storage.
            </summary>
            <param name="parentFile">Parent compound file object.</param>
            <param name="entry">Entry that describes current storage.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.AddItem(System.Int32)">
            <summary>
            
            </summary>
            <param name="entryIndex"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.CreateStream(System.String)">
            <summary>
            Creates new stream.
            </summary>
            <param name="streamName">Name of the stream to create.</param>
            <returns>Created stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.OpenStream(System.String)">
            <summary>
            Opens stream.
            </summary>
            <param name="streamName">Name of the stream to open.</param>
            <returns>Opened stream or null if there is no such stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.DeleteStream(System.String)">
            <summary>
            Removes stream from the storage, if it contains stream with such name.
            </summary>
            <param name="streamName">Stream name to delete.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.ContainsStream(System.String)">
            <summary>
            Checks whether storage contains stream with specified name.
            </summary>
            <param name="streamName">Name of the stream to check.</param>
            <returns>True if storage has stream with such name; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.OpenStorage(System.String)">
            <summary>
            Opens existing storage.
            </summary>
            <param name="storageName">Name of the storage to open.</param>
            <returns>Opened storage item or null if it was impossible to open it.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.DeleteStorage(System.String)">
            <summary>
            Removes substorage from existing storage.
            </summary>
            <param name="storageName">Name of the storage to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.Dispose">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.ContainsStorage(System.String)">
            <summary>
            Checks whether this storage contains substorage with specified name.
            </summary>
            <param name="storageName">Name to check.</param>
            <returns>True if there is such storage; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.Flush">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.GetNodeId(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Returns directory entry id that corresponds to the specified node.
            </summary>
            <param name="node"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.Name">
            <summary>
            Returns name of the storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage.Entry">
            <summary>
            Returns directory entry for this stream.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet">
            <summary>
            .Net implementation of the compound stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.m_parentFile">
            <summary>
            Parent file item.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.m_entry">
            <summary>
            Directory entry of this stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.m_stream">
            <summary>
            Stream with data. If it is null, then data hasn't been read yet or stream is closed.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundFile,Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            Initializes new instance of the stream.
            </summary>
            <param name="file">Parent file object.</param>
            <param name="entry">Entry that describes this stream item.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Open">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a sequence of bytes from the current stream and advances the position
            within the stream by the number of bytes read. 
            </summary>
            <param name="buffer">An array of bytes. When this method returns, the buffer
            contains the specified byte array with the values between offset and
            (offset + count - 1) replaced by the bytes read from the current source.</param>
            <param name="offset">The zero-based byte offset in buffer at which to begin
            storing the data read from the current stream.</param>
            <param name="length">The maximum number of bytes to be read from the current stream.</param>
            <returns>The total number of bytes read into the buffer. This can be less than
            the number of bytes requested if that many bytes are not currently available,
            or zero (0) if the end of the stream has been reached.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            writes a sequence of bytes to the current stream and advances the current
            position within this stream by the number of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies count bytes
            from buffer to the current stream.</param>
            <param name="offset">The zero-based byte offset in buffer at which to
            begin copying bytes to the current stream.</param>
            <param name="length">The number of bytes to be written to the current stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Sets the position within the current stream. 
            </summary>
            <param name="offset">A byte offset relative to the origin parameter.</param>
            <param name="origin">A value of type SeekOrigin indicating the reference
            point used to obtain the new position.</param>
            <returns>The new position within the current stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.SetLength(System.Int64)">
            <summary>
            Sets the length of the current stream.
            </summary>
            <param name="value">The desired length of the current stream in bytes.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Flush">
            <summary>
            Causes any buffered data to be written to the underlying compound file.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Dispose(System.Boolean)">
            <summary>
            Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
            </summary>
            <param name="disposing">true to release both managed and unmanaged resources;
            false to release only unmanaged resources.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Entry">
            <summary>
            Returns directory entry for this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Length">
            <summary>
            Gets the length in bytes of the stream. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.Position">
            <summary>
            Gets or sets the position within the current stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.CanRead">
            <summary>
            Gets a value indicating whether the current stream supports reading.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.CanSeek">
            <summary>
            Gets a value indicating whether the current stream supports seeking.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamNet.CanWrite">
            <summary>
            Gets a value indicating whether the current stream supports writing.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper">
            <summary>
            This is wrapper over compound stream object. Simply redirects all calls to it
            with one exception - it doesn't dispose underlying stream object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.m_stream">
            <summary>
            Wrapped stream object.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.#ctor(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="wrapped">Object to wrap.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Flush">
            <summary>
            Causes any buffered data to be written to the underlying compound file.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a sequence of bytes from the current stream and advances the position
            within the stream by the number of bytes read. 
            </summary>
            <param name="buffer">An array of bytes. When this method returns, the buffer
            contains the specified byte array with the values between offset and
            (offset + count - 1) replaced by the bytes read from the current source.</param>
            <param name="offset">The zero-based byte offset in buffer at which to begin
            storing the data read from the current stream.</param>
            <param name="count">The maximum number of bytes to be read from the current stream.</param>
            <returns>The total number of bytes read into the buffer. This can be less than
            the number of bytes requested if that many bytes are not currently available,
            or zero (0) if the end of the stream has been reached.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Sets the position within the current stream. 
            </summary>
            <param name="offset">A byte offset relative to the origin parameter.</param>
            <param name="origin">A value of type SeekOrigin indicating the reference
            point used to obtain the new position.</param>
            <returns>The new position within the current stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.SetLength(System.Int64)">
            <summary>
            Sets the length of the current stream.
            </summary>
            <param name="value">The desired length of the current stream in bytes.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            writes a sequence of bytes to the current stream and advances the current
            position within this stream by the number of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies count bytes
            from buffer to the current stream.</param>
            <param name="offset">The zero-based byte offset in buffer at which to
            begin copying bytes to the current stream.</param>
            <param name="count">The number of bytes to be written to the current stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Dispose(System.Boolean)">
            <summary>
            
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.CanRead">
            <summary>
            Gets a value indicating whether the current stream supports reading.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.CanSeek">
            <summary>
            Gets a value indicating whether the current stream supports seeking.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.CanWrite">
            <summary>
            Gets a value indicating whether the current stream supports writing.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Length">
            <summary>
            Gets the length in bytes of the stream. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamWrapper.Position">
            <summary>
            Gets or sets the position within the current stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DIF.SectorsInHeader">
            <summary>
            Number of items in the file header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DIF.m_arrSectorID">
            <summary>
            List of all fat sector ids.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DIF.m_arrDifSectors">
            <summary>
            List with used Dif sectors.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DIF.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DIF.#ctor(System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Net.FileHeader)">
            <summary>
            
            </summary>
            <param name="stream"></param>
            <param name="header"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DIF.AddDifSectors(System.Int32,Syncfusion.CompoundFile.XlsIO.Net.FAT)">
            <summary>
            Adds required number of DIF sectors.
            </summary>
            <param name="sectorCount">Number of sectors to add.</param>
            <param name="fat">FAT object.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DIF.SectorIds">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.Directory">
            <summary>
            This class represents directory structure in the compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.Directory.m_lstEntries">
            <summary>
            List of directory entries.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.Directory.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.Directory.#ctor(System.Byte[])">
            <summary>
            Initializes new instance of the directory.
            </summary>
            <param name="data">Data to parse.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.Directory.FindEmpty">
            <summary>
            Searches for empty entry index.
            </summary>
            <returns>Index of the first empty directory entry.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.Directory.Add(Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            Adds new entry to the collection or replaces existing empty entry with this one.
            </summary>
            <param name="entry">Entry to add.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.Directory.Write(System.IO.Stream)">
            <summary>
            Saves directory entries into specified stream.
            </summary>
            <param name="stream">Stream to save directory into.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.Directory.Entries">
            <summary>
            Returns list of directory entries.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry">
            <summary>
            Represents single directory entry in the compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.SizeInFile">
            <summary>
            Size of a single directory entry.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.StreamNameSize">
            <summary>
            Size of the stream name field.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_strName">
            <summary>
            Entry name.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_entryType">
            <summary>
            Entry type.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_color">
            <summary>
            Entry "color" in red-black tree.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_leftId">
            <summary>
            Id of the left-sibling.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_rightId">
            <summary>
            Id of the right-sibling.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_childId">
            <summary>
            Id of the child acting as the root of all the children of thes element (if entry type if Storage).
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_storageGuid">
            <summary>
            Storage CLSID.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_iStorageFlags">
            <summary>
            User flags of this storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_dateCreate">
            <summary>
            Create time-stamp for a storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_dateModify">
            <summary>
            Modify time-stamp for a storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_iStartSector">
            <summary>
            Starting stream sector.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_uiSize">
            <summary>
            Stream size.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_iReserved">
            <summary>
            Reserved. Must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.m_iEntryId">
            <summary>
            Entry id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.LastSector">
            <summary>
            Last sector id.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.#ctor(System.String,Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType,System.Int32)">
            <summary>
            Initializes new instance of the entry.
            </summary>
            <param name="name">Name of the new entry.</param>
            <param name="type">Type of the new entry.</param>
            <param name="entryId">Id of the new entry.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.#ctor(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Initializes new instance of the entry.
            </summary>
            <param name="data">Data of the new entry.</param>
            <param name="offset">Offset to the entry data.</param>
            <param name="entryId">Entry id.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Write(System.IO.Stream)">
            <summary>
            Writes directory entry data inside specified stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Name">
            <summary>
            Entry name.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Type">
            <summary>
            Entry type.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Color">
            <summary>
            Entry "color" in red-black tree.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.LeftId">
            <summary>
            Id of the left-sibling.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.RightId">
            <summary>
            Id of the right-sibling.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.ChildId">
            <summary>
            Id of the child acting as the root of all the children of thes element (if entry type if Storage).
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.StorageGuid">
            <summary>
            Storage CLSID.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.StorageFlags">
            <summary>
            User flags of this storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.DateCreate">
            <summary>
            Create time-stamp for a storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.DateModify">
            <summary>
            Modify time-stamp for a storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.StartSector">
            <summary>
            Starting stream sector.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Size">
            <summary>
            Stream size.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.Reserved">
            <summary>
            Reserved. Must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryId">
            <summary>
            Returns entry id. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType">
            <summary>
            Possible entry types.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType.Invalid">
            <summary>
            Invalid entry.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType.Storage">
            <summary>
            Entry is storage.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType.Stream">
            <summary>
            Entry is stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry.EntryType.Root">
            <summary>
            Root entry.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection">
            <summary>
            Document properties enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.m_iFirstSectionOffset">
            <summary>
            Offset to the first section.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.m_lstSections">
            <summary>
            List of all sections.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the enumerator.
            </summary>
            <param name="stream">Stream to parse.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.ParseSections(System.IO.Stream)">
            <summary>
            Extracts sections data from the stream.
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.ReadHeader(System.IO.Stream)">
            <summary>
            Extracts header information from the stream.
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.WriteSections(System.IO.Stream)">
            <summary>
            Saves all sections into stream.
            </summary>
            <param name="stream">Stream to save sections into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.WriteHeader(System.IO.Stream)">
            <summary>
            Extracts header information from the stream.
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.Serialize(System.IO.Stream)">
            <summary>
            Saves collection into stream.
            </summary>
            <param name="stream"></param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection.Sections">
            <summary>
            Returns list lf all sections.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.FAT">
            <summary>
            This class represents FAT object in the compound file.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FAT.m_lstFatChains">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FAT.m_freeSectors">
            <summary>
            List with free sectors.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FAT.m_usSectorShift">
            <summary>
            Sector size.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FAT.m_stream">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.#ctor(System.IO.Stream,System.UInt16,System.Int32)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.#ctor(System.IO.Stream,System.UInt16,System.IO.Stream,System.Int32)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundFile,System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Net.DIF,Syncfusion.CompoundFile.XlsIO.Net.FileHeader)">
            <summary>
            Initializes new instance of the fat.
            </summary>
            <param name="file">Parent compound file object.</param>
            <param name="stream">Stream to extract fat from.</param>
            <param name="dif">DIF object to help in parsing</param>
            <param name="header">File header object.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.GetStream(System.IO.Stream,System.Int32,Syncfusion.CompoundFile.XlsIO.Net.CompoundFile)">
            <summary>
            Gets data of the compound file substream.
            </summary>
            <param name="stream">Stream with compound file data.</param>
            <param name="firstSector">First sector of the stream to get.</param>
            <param name="file">Parent compound file object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.NextSector(System.Int32)">
            <summary>
            Gets index of the next sector in the chain.
            </summary>
            <param name="sectorIndex">Index of the current sector in the chain.</param>
            <returns>Next sector in the chain.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.CloseChain(System.Int32)">
            <summary>
            Closes sectors chain by marking all those sectors as free starting from specified one.
            </summary>
            <param name="iSector"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.EnlargeChain(System.Int32,System.Int32)">
            <summary>
            Enlarges existing sectors chain.
            </summary>
            <param name="sector">Last sector in the chain that requires enlargment.</param>
            <param name="sectorCount">Number of sectors to add.</param>
            <returns>Index of the chain start (used when chain wasn't created before).</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.FreeSector(System.Int32)">
            <summary>
            Frees specified sector.
            </summary>
            <param name="sector">Sector to free.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.AllocateNewSectors(System.Int32@,System.Int32)">
            <summary>
            Allocates required number of new sectors.
            </summary>
            <param name="sector">Start sector index.</param>
            <param name="count">Number of sectors to allocate.</param>
            <returns>First sector in the new part of the chain.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.AllocateFreeSectors(System.Int32@,System.Int32)">
            <summary>
            Allocates required number of free sectors.
            </summary>
            <param name="sector">Start sector index (this value points to the last used sector after this operation).</param>
            <param name="count">Number of sectors to allocate.</param>
            <returns>First sector in the new part of the chain</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.Write(System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Net.DIF,Syncfusion.CompoundFile.XlsIO.Net.FileHeader)">
            <summary>
            Saves fat data into stream.
            </summary>
            <param name="stream">Stream to write fat data into.</param>
            <param name="dif">DIF object to update after writing.</param>
            <param name="header">File header.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.AllocateFatSectors(System.Int32,Syncfusion.CompoundFile.XlsIO.Net.DIF)">
            <summary>
            Allocates required number of fat sectors.
            </summary>
            <param name="fatSectorsCount">Number of sectors that must be allocated.</param>
            <param name="dif">DIF structure that contains info about fat sectors sequence.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.FillNextSector(System.Int32,System.Byte[])">
            <summary>
            Fills single fat sector.
            </summary>
            <param name="fatItemToStart">Index in the fat to start writing from.</param>
            <param name="arrSector">Sector to fill.</param>
            <returns>First item that wasn't saved inside sector.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.AllocateSector(System.Int32)">
            <summary>
            Allocates new sector of the specified sector type.
            </summary>
            <param name="sectorType">Sector type to allocate.</param>
            <returns>Allocated sector index.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.AddSector">
            <summary>
            Adds single sector to the stream.
            </summary>
            <returns>Index of the added sector.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.WriteSimple(System.IO.MemoryStream,System.Int32)">
            <summary>
            Writes fat data directly into a stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <param name="sectorSize">Size of the sector to use for writing.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.GetSectorOffset(System.Int32)">
            <summary>
            Evaluates sector offset.
            </summary>
            <param name="sectorIndex">Zero-based sector index to evaluate offset for.</param>
            <returns>Offset to the sector start.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FAT.GetChainLength(System.Int32)">
            <summary>
            Evaluates number of sectors in the sector chain starting from the specified sector.
            </summary>
            <param name="firstSector">Starting sector of the entry to enumerate.</param>
            <returns>Number of sectros in the sector chain.</returns>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FAT.SectorSize">
            <summary>
            Sector size.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.FileHeader">
            <summary>
            This class represents compound file header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.HeaderSize">
            <summary>
            Size of the header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.SignatureSize">
            <summary>
            Signature size.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.DefaultSignature">
            <summary>
            Default (and the only supported) signature.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_arrSignature">
            <summary>
            File signature.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_classId">
            <summary>
            Class id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usMinorVersion">
            <summary>
            Minor version of the format.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usDllVersion">
            <summary>
            Major version of the dll/format.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usByteOrder">
            <summary>
            Byte order, 0xFFFE for Intel byte-ordering.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usSectorShift">
            <summary>
            Size of sectors in power-of-two (typically 9).
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usMiniSectorShift">
            <summary>
            Size of mini-sectors in power-of-two (typically 6).
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_usReserved">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_uiReserved1">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_uiReserved2">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iFatSectorsNumber">
            <summary>
            Number of sectors in the FAT chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iDirectorySectorStart">
            <summary>
            First sector in the directory chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iSignature">
            <summary>
            Signature used for transactioning, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_uiMiniSectorCutoff">
            <summary>
            Maximum size for mini-streams. Typically 4096 bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iMiniFastStart">
            <summary>
            First sector in the mini-FAT chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iMiniFatNumber">
            <summary>
            Number of sectors in the mini-FAT chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iDifStart">
            <summary>
            First sector in the DIF chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_iDifNumber">
            <summary>
            Number of sectors in the DIF chain.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.m_arrFatStart">
            <summary>
            First 109 fat sectors.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the file header and extracts data from the stream.
            </summary>
            <param name="stream">Stream to extract header data from.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.Serialize(System.IO.Stream)">
            <summary>
            Saves header into specified stream.
            </summary>
            <param name="stream">Stream to write header into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.CheckSignature(System.IO.Stream)">
            <summary>
            Checks whether starting bytes of the stream are the same as signature of the compound file.
            </summary>
            <param name="stream">Stream to check.</param>
            <returns>True if stream contains required signature.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.CheckSignature">
            <summary>
            Checks whether signature is supported.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.CheckSignature(System.Byte[])">
            <summary>
            Checks whether signature is supported.
            </summary>
            <param name="arrSignature">Data to compare with default signature.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.WriteUInt16(System.Byte[],System.Int32,System.UInt16)">
            <summary>
            
            </summary>
            <param name="buffer"></param>
            <param name="offset"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.WriteUInt32(System.Byte[],System.Int32,System.UInt32)">
            <summary>
            
            </summary>
            <param name="buffer"></param>
            <param name="offset"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.WriteInt32(System.Byte[],System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="buffer"></param>
            <param name="offset"></param>
            <param name="value"></param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.SectorSize">
            <summary>
            Size of the sector. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.MinorVersion">
            <summary>
            Minor version of the format.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.DllVersion">
            <summary>
            Major version of the dll/format.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.ByteOrder">
            <summary>
            Byte order, 0xFFFE for Intel byte-ordering.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.SectorShift">
            <summary>
            Size of sectors in power-of-two (typically 9).
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.MiniSectorShift">
            <summary>
            Size of mini-sectors in power-of-two (typically 6).
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.Reserved">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.Reserved1">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.Reserved2">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.FatSectorsNumber">
            <summary>
            Number of sectors in the FAT chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.DirectorySectorStart">
            <summary>
            First sector in the directory chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.Signature">
            <summary>
            Signature used for transactioning, must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.MiniSectorCutoff">
            <summary>
            Maximum size for mini-streams. Typically 4096 bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.MiniFastStart">
            <summary>
            First sector in the mini-FAT chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.MiniFatNumber">
            <summary>
            Number of sectors in the mini-FAT chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.DifStart">
            <summary>
            First sector in the DIF chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.DifNumber">
            <summary>
            Number of sectors in the DIF chain.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.FileHeader.FatStart">
            <summary>
            First 109 fat sectors.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.ItemNamesComparer">
            <summary>
            This comparer is used to compare item names inside storage.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.ItemNamesComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less
            than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Less than zero if x is less than y. 
            Zero if x equals y. 
            Greater than zero if x is greater than y. 
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.ItemNamesComparer.Compare(System.String,System.String)">
            <summary>
            Compares two objects and returns a value indicating whether one is less
            than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Less than zero if x is less than y. 
            Zero if x equals y. 
            Greater than zero if x is greater than y. 
            </returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.NodeColor">
            <summary>
            Suitable Node colors used for 2-3-4 nodes detection.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.NodeColor.Red">
            <summary>
            Red color of node.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.NodeColor.Black">
            <summary>
            Black color of node.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode">
            <summary>
            Node class used for proper storing of data in the Map Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_left">
            <summary>
            Reference on left branch.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_right">
            <summary>
            Reference on right branch.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_parent">
            <summary>
            Reference on parent branch.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_color">
            <summary>
            Color of node branch.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_bIsNil">
            <summary>
            Is current node Nil element or not?
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_key">
            <summary>
            Key part of stored in node data.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.m_value">
            <summary>
            Value part of stored in node data.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.#ctor(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,System.Object,System.Object)">
            <summary>
            Create red colored Tree node.
            </summary>
            <param name="left">Reference on left branch.</param>
            <param name="parent">Reference on parent branch.</param>
            <param name="right">Refernce on right branch.</param>
            <param name="key">Key value of node.</param>
            <param name="value">Value part of node.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.#ctor(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,System.Object,System.Object,Syncfusion.CompoundFile.XlsIO.Net.NodeColor)">
            <summary>
            Main constructor of class.
            </summary>
            <param name="left">Reference on left branch.</param>
            <param name="parent">Reference on parent branch.</param>
            <param name="right">Refernce on right branch.</param>
            <param name="key">Key value of node.</param>
            <param name="value">Value part of node.</param>
            <param name="color">Color of node.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Left">
            <summary>
            Reference on left branch.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Right">
            <summary>
            Reference on right branch.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Parent">
            <summary>
            Reference on parent branch.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Color">
            <summary>
            Color of node branch.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.IsNil">
            <summary>
            Is current node Nil element or not?
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Key">
            <summary>
            Key part of stored in node data.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.Value">
            <summary>
            Value part of stored in node data.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.IsRed">
            <summary>
            Is current node set to red color?
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode.IsBlack">
            <summary>
            Is current node set to black color?
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.MapCollection">
            <summary></summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.m_MyHead">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.m_size">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.m_comparer">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.#ctor">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.#ctor(System.Collections.IComparer)">
            <summary>
            Create collection with specified comparer for Key values.
            </summary>
            <param name="comparer">Comparer for key values.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Initialize">
            <summary>
            Create Empty node for collection.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Clear">
            <summary>
            Clear collection.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Add(System.Object,System.Object)">
            <summary>
            Add item into collection.
            </summary>
            <param name="key">Key part.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Contains(System.Object)">
            <summary>
            Check whether collection contains specified key.
            </summary>
            <returns>True if node with specified key is found; otherwise False.</returns>
            <param name="key">Key for check.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Remove(System.Object)">
            <summary>
            Remove from collection item with specified key.
            </summary>
            <param name="key">Key to identify item.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.begin">
            <summary>
            TODO: place correct comment here
            </summary>
            <returns>
            TODO: place correct comment here
            </returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Min(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Get minimum value for specified branch.
            </summary>
            <param name="node">Branch start node.</param>
            <returns>Reference on minimum value node.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Max(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Get maximum value for specified branch.
            </summary>
            <param name="node">Branch start node.</param>
            <returns>Reference on maximum value node.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Inc(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Go to to next item in collection.
            </summary>
            <param name="node">Start node.</param>
            <returns>Reference on next item in collection or this.Empty if nothing found.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Dec(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Get previous item from collection.
            </summary>
            <param name="node">Start node.</param>
            <returns>Rererence on previous item in collection.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.LBound(System.Object)">
            <summary>
            Find node in collection by key value (search in lower side).
            </summary>
            <param name="key">Key of node to find.</param>
            <returns>Reference on found node, otherwise this.Empty value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.UBound(System.Object)">
            <summary>
            Find node in collection by key value (search in upper side).
            </summary>
            <param name="key">Key of node to find.</param>
            <returns>Reference on found node, otherwise this.Empty value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.LRotate(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Rotate branch into left side.
            </summary>
            <param name="_where">Branch start node.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.RRotate(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Rotate branch into right side.
            </summary>
            <param name="_where">Branch start node.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Erase(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            Erase node from collection.
            </summary>
            <param name="_root">Item to erase.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Insert(System.Boolean,Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode,System.Object,System.Object)">
            <summary>
            Insert item into collection.
            </summary>
            <param name="_addLeft">Add into left side of tree or right.</param>
            <param name="_where">Node for placement.</param>
            <param name="key">Key part of node.</param>
            <param name="value">Value part of node.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.GetEnumerator">
            <summary>
            Returns enumerator.
            </summary>
            <returns>Returns enumerator of current interface.</returns>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Empty">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Count">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.MapCollection.Item(System.Object)">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.m_current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.m_parent">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.#ctor(Syncfusion.CompoundFile.XlsIO.Net.RBTreeNode)">
            <summary>
            TODO: place correct comment here
            </summary>
            <param name="parent"/>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.Reset">
            <summary></summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.MoveNext">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.MapEnumerator.Current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.LinkBit">
            <summary>
            Bit mask for LinkToContent property of the DocumentProperty class. 
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.#ctor">
            <summary>
            Initializes new isntance of the PropertyData.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.#ctor(System.Int32)">
            <summary>
            Initializes new instance of the property data.
            </summary>
            <param name="id">Id for the new property..</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.Parse(System.IO.Stream,System.Int32)">
            <summary>
            Extracts property data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.Parse(System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Extracts property data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.IsValidProperty">
            <summary>
            Determines whether [is valid property].
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.ParseVector(System.IO.Stream,System.Int32)">
            <summary>
            Extracts vector data from the stream.
            </summary>
            <param name="stream"></param>
            <param name="roundedSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.ParseVector(System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Extracts vector data from the stream.
            </summary>
            <param name="stream"></param>
            <param name="roundedSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.CreateArray(Syncfusion.CompoundFile.XlsIO.PropertyType,System.Int32)">
            <summary>
            Creates array of the specified type.
            </summary>
            <param name="itemType">Item type.</param>
            <param name="count">Number of elements in the array.</param>
            <returns>Created array object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.ParseSingleValue(Syncfusion.CompoundFile.XlsIO.PropertyType,System.IO.Stream,System.Int32)">
            <summary>
            Extracts single value from the stream.
            </summary>
            <param name="itemType"></param>
            <param name="stream"></param>
            <param name="roundedSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.ParseSingleValue(Syncfusion.CompoundFile.XlsIO.PropertyType,System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Extracts single value from the stream.
            </summary>
            <param name="itemType"></param>
            <param name="stream"></param>
            <param name="roundedSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.GetDateTime(System.IO.Stream,System.Byte[])">
            <summary>
            Gets DateTime object data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Buffer used to extract blob parts.</param>
            <returns>Extracted DateTime data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.GetBlob(System.IO.Stream,System.Byte[])">
            <summary>
            Gets blob data from the stream.
            </summary>
            <param name="stream">Stream to get blob data from.</param>
            <param name="buffer">Buffer used to extract blob parts.</param>
            <returns>Blob data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.GetClipboardData(System.IO.Stream,System.Byte[])">
            <summary>
            Gets clipboard data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Buffer that can be used to extract clipboard data parts.</param>
            <returns>Clipboard data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.GetObject(System.IO.Stream,System.Int32)">
            <summary>
            Gets object value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="roundedSize">Maximum size of the data to extract.</param>
            <returns>Extracted object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.GetObject(System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Gets object value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="roundedSize">Maximum size of the data to extract.</param>
            <returns>Extracted object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.WriteObject(System.IO.Stream,System.Object)">
            <summary>
            Writes object into the stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <param name="value">Object to write.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.Serialize(System.IO.Stream)">
            <summary>
            Writes property data into the stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <returns>Number of written bytes.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.SerializeDictionary(System.IO.Stream,System.Collections.Generic.Dictionary{System.Int32,System.String})">
            <summary>
            Serializes names dictionary.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="dictionary">Dictionary to serialize.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.SerializeVector(System.IO.Stream,System.Collections.IList)">
            <summary>
            Serializes vector data.
            </summary>
            <param name="stream"></param>
            <param name="data"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.SerializeSingleValue(System.IO.Stream,System.Object,Syncfusion.CompoundFile.XlsIO.PropertyType)">
            <summary>
            Serializes single value into the stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="value">Value to serialize.</param>
            <param name="valueType">Value type.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.SerializeBlob(System.IO.Stream,System.Byte[])">
            <summary>
            Serializes blob data.
            </summary>
            <param name="stream">Stream to write blob into.</param>
            <param name="value">Blob value to write.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.SetValue(System.Object,Syncfusion.CompoundFile.XlsIO.PropertyType)">
            <summary>
            Sets property value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="type">Type of the property to set.</param>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.IsLinkToSource">
            <summary>
            Indicates whether it is property or just link to source of some property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.ParentId">
            <summary>
            Returns id of the parent property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertyData.Id">
            <summary>
            GEts or sets property id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.m_iOffset">
            <summary>
            Offset to the section header.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.m_id">
            <summary>
            Section id.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.m_iLength">
            <summary>
            Section size.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.m_lstProperties">
            <summary>
            Contains all section properties.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.m_sCodePage">
            <summary>
            Code page of the section.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.#ctor(System.Guid,System.Int32)">
            <summary>
            Initializes new instance of the section.
            </summary>
            <param name="guid"></param>
            <param name="sectionOffset"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Parse(System.IO.Stream)">
            <summary>
            Extracts properties from the stream.
            </summary>
            <param name="stream">Stream to get section from.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.ParseDictionary(System.IO.Stream,System.Collections.Generic.Dictionary{System.Int32,System.String}@)">
            <summary>
            Parses dictionary based on the internal variables value.
            </summary>
            <param name="stream">Stream to get dictionary from.</param>
            <param name="dictNames">Dictionary to fill if necessary.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.ParsePropertyNames(System.IO.Stream,Syncfusion.CompoundFile.XlsIO.Net.PropertySection.DictionaryInfo)">
            <summary>
            Parses property names.
            </summary>
            <param name="stream">Stream to get property data from.</param>
            <param name="dictionaryInfo">Information about dictionary placement inside stream.</param>
            <returns>Parsed dictionary.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.ParseSpecialProperties(Syncfusion.CompoundFile.XlsIO.Net.PropertyData,System.IO.Stream,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.String}@)">
            <summary>
            Parses special properties (they shouldn't be visible to user and they contain some information).
            </summary>
            <param name="property"></param>
            <param name="stream"></param>
            <param name="reservedSize"></param>
            <param name="dictNames"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.ParsePropertyNames(System.IO.Stream)">
            <summary>
            Parses property names based on previously stored internal information.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <returns>Parsed dictionary.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Serialize(System.IO.Stream)">
            <summary>
            Saves section into stream.
            </summary>
            <param name="stream">Stream to save section into.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.PrepareNames">
            <summary>
            Prepares property name dictionary.
            </summary>
            <returns>Dictionary with property names. Key - property id, value - property name.</returns>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Offset">
            <summary>
            Offset to the section header.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Id">
            <summary>
            Section id.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Length">
            <summary>
            Section size.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Count">
            <summary>
            Properties count.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.PropertySection.Properties">
            <summary>
            Gets list of all properties.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.SectorTypes">
            <summary>
            Contains constants that defines all known sector types.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.IntSize">
            <summary>
            Size of the Int32 in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.ShortSize">
            <summary>
            Size of the Int162 in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.DoubleSize">
            <summary>
            Size of the Double in bytes.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.ReadInt16(System.IO.Stream,System.Byte[])">
            <summary>
            Reads Int16 value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Temporary buffer to put extracted bytes into.</param>
            <returns>Extracted Int32 value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.ReadInt32(System.IO.Stream,System.Byte[])">
            <summary>
            Reads Int32 value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Temporary buffer to put extracted bytes into.</param>
            <returns>Extracted Int32 value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.ReadDouble(System.IO.Stream,System.Byte[])">
            <summary>
            Reads Double value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Temporary buffer to put extracted bytes into.</param>
            <returns>Extracted Double value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteInt16(System.IO.Stream,System.Int16)">
            <summary>
            Writes Int16 value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="value">Value to write.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteInt32(System.IO.Stream,System.Int32)">
            <summary>
            Writes Int32 value from the stream.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <param name="value">Value to write.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteDouble(System.IO.Stream,System.Double)">
            <summary>
            Reads Double value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Temporary buffer to put extracted bytes into.</param>
            <returns>Extracted Double value.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.GetAsciiString(System.IO.Stream,System.Int32)">
            <summary>
            Gets ASCII string from the stream starting from the current position.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="roundedSize">Approximate string size.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.GetAsciiString(System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Gets ASCII string from the stream starting from the current position.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="roundedSize">Approximate string size.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.GetUnicodeString(System.IO.Stream,System.Int32)">
            <summary>
            Extracts unicode string from the stream.
            </summary>
            <param name="stream"></param>
            <param name="roundedSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteAsciiString(System.IO.Stream,System.String,System.Boolean)">
            <summary>
            Gets ASCII string from the stream starting from the current position.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="roundedSize">Approximate string size.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteUnicodeString(System.IO.Stream,System.String)">
            <summary>
            Writes unicode string into steram.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <param name="value">Value to write.</param>
            <returns>Size of the written data in bytes.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.WriteString(System.IO.Stream,System.String,System.Text.Encoding,System.Boolean)">
            <summary>
            Writes string into stream using specified encoding.
            </summary>
            <param name="stream">Stream to write data into.</param>
            <param name="value">Value to write.</param>
            <param name="encoding">Encoding to use.</param>
            <returns>Size of the written data in bytes.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.AddPadding(System.IO.Stream,System.Int32@)">
            <summary>
            Adds padding if necessary.
            </summary>
            <param name="stream"></param>
            <param name="iWrittenSize"></param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.StreamHelper.RemoveLastZero(System.String)">
            <summary>
            Removes last zero character from the string if it is present.
            </summary>
            <param name="value">Value to check.</param>
            <returns>String after removal.</returns>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper">
            <summary>
            This is wrapper over compound stream object. Simply redirects all calls to it
            with one exception - it doesn't dispose underlying stream object.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.m_storage">
            <summary>
            Wrapped storage object.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundStorage)">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="wrapped">Object to wrap.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Dispose">
            <summary>
            Frees all allocated resources.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.CreateStream(System.String)">
            <summary>
            Creates new stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to create.</param>
            <returns>Created stream object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.OpenStream(System.String)">
            <summary>
            Opens existing stream inside this storage.
            </summary>
            <param name="streamName">Name of the stream to open.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.DeleteStream(System.String)">
            <summary>
            Removes existing stream from this storage.
            </summary>
            <param name="streamName">Name of the stream to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.ContainsStream(System.String)">
            <summary>
            Determines whether storage contains specified stream.
            </summary>
            <param name="streamName">Name of the stream to check.</param>
            <returns>true if storage contains specified stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.CreateStorage(System.String)">
            <summary>
            Creates new substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to create.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.OpenStorage(System.String)">
            <summary>
            Opens existing substorage inside this one.
            </summary>
            <param name="storageName">Name of the storage to open.</param>
            <returns>Created storage object.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.DeleteStorage(System.String)">
            <summary>
            Removes exisiting substorage from this one.
            </summary>
            <param name="storageName">Name of the storage to remove.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.ContainsStorage(System.String)">
            <summary>
            Determines whether this storage contains substorage with specified name.
            </summary>
            <param name="storageName">Name of the storage to check.</param>
            <returns>true if storage contains substorage with specified name.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Flush">
            <summary>
            Commits changes.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Streams">
            <summary>
            Returns all stream names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Storages">
            <summary>
            Returns all storage names that are placed inside this stream.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Name">
            <summary>
            Returns name of the storage.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStorageWrapper.Entry">
            <summary>
            Returns directory entry for this stream.
            </summary>
        </member>
        <member name="T:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect">
            <summary>
            .Net implementation of the compound stream.
            </summary>
        </member>
        <member name="F:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.m_lPosition">
            <summary>
            Stream position.
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.#ctor(Syncfusion.CompoundFile.XlsIO.Net.CompoundFile,Syncfusion.CompoundFile.XlsIO.Net.DirectoryEntry)">
            <summary>
            Initializes new instance of the stream.
            </summary>
            <param name="file">Parent file object.</param>
            <param name="entry">Entry that describes this stream item.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Open">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a sequence of bytes from the current stream and advances the position
            within the stream by the number of bytes read. 
            </summary>
            <param name="buffer">An array of bytes. When this method returns, the buffer
            contains the specified byte array with the values between offset and
            (offset + count - 1) replaced by the bytes read from the current source.</param>
            <param name="offset">The zero-based byte offset in buffer at which to begin
            storing the data read from the current stream.</param>
            <param name="length">The maximum number of bytes to be read from the current stream.</param>
            <returns>The total number of bytes read into the buffer. This can be less than
            the number of bytes requested if that many bytes are not currently available,
            or zero (0) if the end of the stream has been reached.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            writes a sequence of bytes to the current stream and advances the current
            position within this stream by the number of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies count bytes
            from buffer to the current stream.</param>
            <param name="offset">The zero-based byte offset in buffer at which to
            begin copying bytes to the current stream.</param>
            <param name="length">The number of bytes to be written to the current stream.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Sets the position within the current stream. 
            </summary>
            <param name="offset">A byte offset relative to the origin parameter.</param>
            <param name="origin">A value of type SeekOrigin indicating the reference
            point used to obtain the new position.</param>
            <returns>The new position within the current stream.</returns>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.SetLength(System.Int64)">
            <summary>
            Sets the length of the current stream.
            </summary>
            <param name="value">The desired length of the current stream in bytes.</param>
        </member>
        <member name="M:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Flush">
            <summary>
            Causes any buffered data to be written to the underlying compound file.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Length">
            <summary>
            Gets the length in bytes of the stream. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.CompoundFile.XlsIO.Net.CompoundStreamDirect.Position">
            <summary>
            Gets or sets the position within the current stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates ODS converter with the workbook.
            </summary>
            <param name="book">The workbook to be converted to ODS format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertFonts">
            <summary>
            Convert XlsIO fonts to ODF fonts.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertToODF(System.String)">
            <summary>
            Converts given XLS/XLSX file to ODS.
            </summary>
            <param name="fileName">Name of the output file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertToODF(System.IO.Stream)">
            <summary>
            Converts given XLS/XLSX file to ODS.
            </summary>
            <param name="fileName">Name of the output file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapDocumentStyles">
            <summary>
            Maps fonts, cell styles, page setup and master styles between XLS/XLSX and ODS formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertDataStyles">
            <summary>
            Converts XlsIO styles to ODF styles and serializes the same.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertContentAutoStyles">
            <summary>
            Converts and serializes inline styles to ODF styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableProperties(Syncfusion.XlsIO.Implementation.WorksheetImpl,ODF.Base.ODFImplementation.OTableProperties)">
            <summary>
            Converts sheet properties.
            </summary>
            <param name="sheet"></param>
            <param name="tblProp"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapContent">
            <summary>
            Maps fonts, inline styles and sheet data between XLS/XLSX and ODS formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertNumberStyles">
            <summary>
            Converts number formats to ODF styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertCellStyles(ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            Converts named styles to ODF styles.
            </summary>
            <param name="cellStyles">The ODF styles collection.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertCellStyle(Syncfusion.XlsIO.IExtendedFormat,ODF.Base.ODFImplementation.ODFStyle)">
            <summary>
            Convert single style to ODF style.
            </summary>
            <param name="curStyle">The format record for a single style.</param>
            <param name="cellStyle">The ODF style to be populated.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertParagraphProperties(Syncfusion.XlsIO.IExtendedFormat,ODF.Base.ODFImplementation.ODFStyle)">
            <summary>
            Populated ODF styles with paragraph properties.
            </summary>
            <param name="format"></param>
            <param name="cellStyle"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapHAlign(Syncfusion.XlsIO.ExcelHAlign)">
            <summary>
            Maps XlsIO text alignment to ODF text alignment.
            </summary>
            <param name="halign"><see cref="T:Syncfusion.XlsIO.ExcelHAlign"/> value.</param>
            <returns>Equivalent <see cref="T:ODF.Base.TextAlign"/> value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapHAlign(Syncfusion.XlsIO.ExcelCommentHAlign)">
            <summary>
            Maps XlsIO text alignment to ODF text alignment.
            </summary>
            <param name="halign"><see cref="T:Syncfusion.XlsIO.ExcelCommentHAlign"/> value.</param>
            <returns>Equivalent <see cref="T:ODF.Base.TextAlign"/> value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ProcessName(System.String)">
            <summary>
            Maps XlsIO style name to default ODF style name.
            </summary>
            <param name="styleName"></param>
            <returns>The modified ODF style name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertColumnStyle(Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord,ODF.Base.ODFImplementation.OTableColumn,ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            Converts XlsIO column style to ODF table column style.
            </summary>
            <param name="XlColumn">The column info record.</param>
            <param name="column">The ODF table column.</param>
            <param name="styles">The ODF style collection.</param>
            <returns>The ODF table column mapped with style name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertRowStyle(Syncfusion.XlsIO.Implementation.Collections.RowStorage,ODF.Base.ODFImplementation.OTableRow,ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            Converts XlsIO row style to ODF table row style.
            </summary>
            <param name="row">The row storage record.</param>
            <param name="tableRow">The ODF table row.</param>
            <param name="tableStyles">The ODF style collection.</param>
            <returns>The ODF table column populated with row style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableStyle(Syncfusion.XlsIO.Implementation.WorksheetImpl,ODF.Base.ODFImplementation.OTable,ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            Converts XlsIO sheet to ODF table style.
            </summary>
            <param name="sheet">The worksheet to be converted.</param>
            <param name="table">The ODF tabe to be populated.</param>
            <param name="styles">The ODF style collection.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableColumnProperties(Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord)">
            <summary>
            Populates ODF table column properties.
            </summary>
            <param name="column">The column record.</param>
            <returns>Populated table column properties of ODF table column style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableRowProperties(Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Populates ODF table row properties.
            </summary>
            <param name="row">The row storage record.</param>
            <returns>Populated table row properties of ODF table row style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableCellProperties(Syncfusion.XlsIO.IExtendedFormat,ODF.Base.ODFImplementation.ODFStyle)">
            <summary>
            Populates table cell properties in ODF table cell style.
            </summary>
            <param name="format">The format record.</param>
            <param name="cellStyle">The ODF table cell style to be populated.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTextPropeties(Syncfusion.XlsIO.IExtendedFormat,ODF.Base.ODFImplementation.ODFStyle)">
            <summary>
            Populates text properties in ODF table cell style.
            </summary>
            <param name="format">The format record.</param>
            <param name="cellStyle">The ODF table cell style to be populated.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapUnderlineStyle(ODF.Base.ODFImplementation.TextProperties,Syncfusion.XlsIO.ExcelUnderline)">
            <summary>
            Maps XlsIO underline style to ODF underline style of type <see cref="T:ODF.Base.LineType"/>.
            </summary>
            <param name="txtProp">The text properties of single ODF table cell.</param>
            <param name="underLine">Undreline style of type <see cref="T:Syncfusion.XlsIO.ExcelUnderline"/>.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertAutomaticAndMasterStyles">
            <summary>
            Maps page layout styles and master page styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertPageLayouts(Syncfusion.XlsIO.IPageSetup,ODF.Base.ODFImplementation.PageLayout)">
            <summary>
            Populates page layout properties in ODF page layout style.
            </summary>
            <param name="setup">The page setup class.</param>
            <param name="layout">The ODF page layout.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.GetColumns(Syncfusion.XlsIO.Implementation.WorksheetImpl,ODF.Base.ODFImplementation.OTable,ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            Gets ODF column styles from XlsIO column collection.
            </summary>
            <param name="sheet">The worksheet in which the columns are present.</param>
            <param name="table">The equivalent ODF table.</param>
            <param name="tableStyles">The ODF style collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertTableData(ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
            COnverts XlsIO sheet data to ODF table content.
            </summary>
            <param name="tableStyles">The ODF style collection to include row and column styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.GetComment(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.IComment,ODF.Base.ODFImplementation.OTableCell,ODF.Base.ODFImplementation.ODFStyleCollection)">
            <summary>
             Gets ODS comment from XlsIO comment object.
            </summary>
            <param name="sheet">The sheet in which the comment is present.</param>
            <param name="comment">The comment to be converted.</param>
            <param name="cell">The table cell in which the comment is to be set.</param>
            <param name="styles">The style collection of the sheet to hold the comment styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.FillCommentShapeStyle(Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl)">
            <summary>
            Gets content style for the comment.
            </summary>
            <param name="commentShape">The comment shape for which style is to be extracted.</param>
            <returns>The style object for the comment shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.AddCommentText(System.String,System.String,ODF.Base.ODFImplementation.OParagraph)">
            <summary>
            Adds a span of specified text and style to the specified paragraph.
            </summary>
            <param name="text">The span text.</param>
            <param name="styleName">The sapn style.</param>
            <param name="para">Paragraph to which the span is to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapGraphicFillType(Syncfusion.XlsIO.ExcelFillType)">
            <summary>
            Maps graphic fill properties between XlsIO and ODS.
            </summary>
            <param name="type">Fill type in XlsIO.</param>
            <returns>Fill type in ODS.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.GetSpanTextProperties(System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Gets style for span elements in the comment text.
            </summary>
            <param name="index">Font index of the span.</param>
            <param name="defaultFont">Default font for the comemnt text.</param>
            <returns></returns>     
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertParagraphProperties(Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl)">
            <summary>
            Populate ODF styles with paragraph properties.
            </summary>
            <param name="format"></param>
            <param name="cellStyle"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.GetCellType(System.Int64,ODF.Base.ODFImplementation.OTableCell,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Gets cell type of ODF cell.
            </summary>
            <param name="cellIndex">The cell index of XlsIO range.</param>
            <param name="cell">The ODF table cell.</param>
            <param name="sheet">The worksheet in which the range is present.</param>
            <param name="cells">The cell collection.</param>
            <param name="row">The row in which the cell is present.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.LoadDefaultRowStyle(ODF.Base.ODFImplementation.ODFStyleCollection,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Loads default ODF row style.
            </summary>
            <param name="tableStyles">The ODF style collection.</param>
            <param name="sheet">The worksheet to populate default ODF row style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.LoadDefaultColumnStyle(ODF.Base.ODFImplementation.ODFStyleCollection,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Loads default ODF column style.
            </summary>
            <param name="tableStyles">The ODF style collection.</param>
            <param name="sheet">The worksheet to populate default ODF column style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.SerializeExcelBody(System.Collections.Generic.List{ODF.Base.ODFImplementation.OTable})">
            <summary>
            Serializes populated ODF tables.
            </summary>
            <param name="tables">Collection of ODF tables.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapCellName(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,ODF.Base.ODFImplementation.ODFStyleCollection,ODF.Base.ODFImplementation.OTableCell,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Gets ODF table cell style name.
            </summary>
            <param name="cellRecord">The cell position.</param>
            <param name="inlineStyles">The ODF style collection.</param>
            <param name="cell">The oDF table cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertPageLayoutProperties(Syncfusion.XlsIO.IPageSetup,ODF.Base.ODFImplementation.PageLayout)">
            <summary>
            Populates page layout properties in ODF page layout style.
            </summary>
            <param name="setup">The page setup class.</param>
            <param name="layout">The ODF page layout.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.ConvertHeaderFooterStyles(Syncfusion.XlsIO.IPageSetup,ODF.Base.ODFImplementation.PageLayout)">
            <summary>
            Populates header footer styles in ODF page layout.
            </summary>
            <param name="setup">The page setup class.</param>
            <param name="layout">The ODF page layout.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.LoadMasterPage(Syncfusion.XlsIO.IPageSetup,ODF.Base.ODFImplementation.MasterPage)">
            <summary>
            Populates ODF master page from page setup.
            </summary>
            <param name="setup">The page setup class.</param>
            <param name="page">The ODF page layout.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.LoadHeaderFooter(Syncfusion.XlsIO.IPageSetup,ODF.Base.ODFImplementation.MasterPage)">
            <summary>
            Populates header footer in master page.
            </summary>
            <param name="setup">The page setup class.</param>
            <param name="page">The ODF page layout.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.MapBorders(ODF.Base.ODFImplementation.ODFBorder,Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Populates ODF border line styles.
            </summary>
            <param name="border">The ODF border.</param>
            <param name="style">Border line style of type <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/>.</param>
            <returns>ODF border line style of type <see cref="T:ODF.Base.BorderLineStyle"/></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ODSConversion.ExcelToODSConverter.Dispose">
            <summary>
            Dispose the ExcelToODSConverter.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFImplementation.CollectionBase`1.GenerateDefaultName(System.String,System.Collections.ICollection[])">
            <summary>
            Generate default name.
            </summary>
            <param name="strStart">Start string.</param>
            <param name="arrCollections">Collection with names.</param>
            <returns>Returns new name.</returns>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNone">
            <summary>
             Field type is not Specifies. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAddin">
            <summary>
            Specifies Addins.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAdvance">
            <summary>
              Offset subsequent text within a line to the left, right, up or down. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAsk">
            <summary>
             Prompt the user for text to assign to a bookmark. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAuthor">
            <summary>
            The name of the document's author from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAutoNum">
            <summary>
            Insert an automatic number. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAutoNumLegal">
            <summary>
               Insert an automatic number in legal format. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAutoNumOutline">
            <summary>
            Insert an automatic number in outline format.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAutoText">
            <summary>
            Insert an AutoText entry. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAutoTextList">
            <summary>
             Insert text based on style. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldBarCode">
            <summary>
            Insert a delivery point barcode. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldComments">
            <summary>
            The comments from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldCompare">
            <summary>
            Compares two values. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldCreateDate">
            <summary>
            The date the document was created.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldData">
            <summary>
            Specifies data. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDatabase">
            <summary>
            Insert data from an external database. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDate">
            <summary>
            Specified Today`s Date.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDDE">
            <summary>
            Specified Type as FieldDDE. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDDEAuto">
            <summary>
            Specified Type as FieldDDEAuto. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDocProperty">
            <summary>
             Insert the value of the property.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldDocVariable">
            <summary>
            Insert the value of the document variable. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldEditTime">
            <summary>
            The total document editing time. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldEmbed">
            <summary>
            Specifies OLE embedded object.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldEmpty">
            <summary>
            Specified Empty Field.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldExpression">
            <summary>
            Specifies Field Expression.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFileName">
            <summary>
             The document's name.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFileSize">
            <summary>
            The size on disk of the active document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFillIn">
            <summary>
             Prompt the user for text to insert in the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFootnoteRef">
            <summary>
            Specifies FieldType as FootnoteRef.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFormCheckBox">
            <summary>
            Specifies Check box control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFormDropDown">
            <summary>
            Specifies Drop Down box control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFormTextInput">
            <summary>
            Specifies Text control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldFormula">
            <summary>
             Calculates the result of an expression.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldGlossary">
            <summary>
            Specifies FieldGlossary.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldGoToButton">
            <summary>
            Specifies GoToButton control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldHTMLActiveX">
            <summary>
            Specifies HTMLActiveX control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldHyperlink">
            <summary>
            Specifies Hyperlink control.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldIf">
            <summary>
            Evaluate arguments conditionally. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldImport">
            <summary>
            Specifies FieldType as Import.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldInclude">
            <summary>
            Specifies FieldType as Export.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldIncludePicture">
            <summary>
            Insert a picture from a file. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldIncludeText">
            <summary>
            Insert text from a file. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldIndex">
            <summary>
            Create an index. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldIndexEntry">
            <summary>
              Mark an index entry. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldInfo">
            <summary>
            Data from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldKeyWord">
            <summary>
            The keywords from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldLastSavedBy">
            <summary>
            Name of user who last saved the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldLink">
            <summary>
            Linked OLE2 object.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldListNum">
            <summary>
            Insert an element in a list. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldMacroButton">
            <summary>
            Run a macro. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldMergeField">
            <summary>
            Insert a mail merge field. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldMergeRec">
            <summary>
            The number of the current merge record.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldMergeSeq">
            <summary>
            Merge record sequence number. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNext">
            <summary>
            Go to the next record in a mail merge. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNextIf">
            <summary>
            Conditionally go to the next record in a mail merge. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNoteRef">
            <summary>
            Insert the number of a footnote or endnote.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNumChars">
            <summary>
            The number of characters in the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNumPages">
            <summary>
             The number of pages in the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldNumWords">
            <summary>
            The number of words in the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldOCX">
            <summary>
            Represents an ActiveX control such as a command button etc.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldPage">
            <summary>
            Insert the number of the current page. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldPageRef">
            <summary>
            Insert the number of the page containing the specified bookmark. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldPrint">
            <summary>
            Download commands to a printer. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldPrintDate">
            <summary>
            The date the document was last printed. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldPrivate">
            <summary>
            Stores data for documents converted from other file formats.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldQuote">
            <summary>
            Insert literal text. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldRef">
            <summary>
            Insert the text marked by a bookmark. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldRefDoc">
            <summary>
            Create an index, table of contents, table of figures, and/or table of authorities by using multiple documents. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldRevisionNum">
            <summary>
            Insert the number of times the document has been saved. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSaveDate">
            <summary>
            The date the document was last saved.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSection">
            <summary>
            Insert the number of the current section. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSectionPages">
            <summary>
            Insert the total number of pages in the section. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSequence">
            <summary>
            Insert an automatic sequence number. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSet">
            <summary>
            Assign new text to a bookmark. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSkipIf">
            <summary>
            Conditionally skip a record in a mail merge. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldStyleRef">
            <summary>
            Insert the text from a like-style paragraph. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSubject">
            <summary>
             The document's subject from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSubscriber">
            <summary>
             The document's Subscriber from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldSymbol">
            <summary>
             Insert a special character
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTemplate">
            <summary>
            The name of the template attached to the document. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTime">
            <summary>
             The current time. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTitle">
            <summary>
            The document's title from Summary Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTOA">
            <summary>
            Create a table of authorities. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTOAEntry">
            <summary>
            Make a table of authorities entry. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTOC">
            <summary>
            Create a table of contents. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldTOCEntry">
            <summary>
             Make a table of contents entry. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldUserAddress">
            <summary>
            Address from Tools Options User Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldUserInitials">
            <summary>
            Initials form Tools Options User Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldUserName">
            <summary>
             Name from Tools Options User Info. 
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldShape">
            <summary>
            Specifies FieldType as Shape.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldBidiOutline">
            <summary>
            Specifies FieldType as BIDIOUTLINE.
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldAddressBlock">
            <summary>
            Specifies AddressBlock
            </summary>
        </member>
        <member name="F:ODF.Base.OFieldType.FieldUnknown">
            <summary>
             Specifies FieldType as Unknown.
            </summary>
        </member>
        <member name="T:ODF.Base.TabStopLeader">
            <summary>
            Tab stop leader
            </summary>
        </member>
        <member name="F:ODF.Base.TabStopLeader.NoLeader">
            <summary>
            No leader.
            </summary>
        </member>
        <member name="F:ODF.Base.TabStopLeader.Dotted">
            <summary>
            Dotted leader.
            </summary>
        </member>
        <member name="F:ODF.Base.TabStopLeader.Hyphenated">
            <summary>
            Hyphenated leader.
            </summary>
        </member>
        <member name="F:ODF.Base.TabStopLeader.Single">
            <summary>
            Single line leader. 
            </summary>
        </member>
        <member name="F:ODF.Base.TabStopLeader.Heavy">
            <summary>
            Heavy line leader.
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.Left">
            <summary>
            Specifies paragraph text is aligned to the left.
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.Center">
            <summary>
            Specifies paragraph text is aligned to the center. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.Right">
            <summary>
            Specifies paragraph text is aligned to the right. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.Justify">
            <summary>
            Specifies paragraph text is aligned to both left and right.
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.Distribute">
            <summary>
            Specifies paragraph characters are distributed to fill the entire width of the paragraph. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.JustifyMedium">
            <summary>
            Specifies paragraph uses medium-length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a medium character compression ratio. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.JustifyHigh">
            <summary>
            Specifies paragraph uses longer length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.JustifyLow">
            <summary>
            Specifies paragraph uses small length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio. 
            </summary>
        </member>
        <member name="F:ODF.Base.HoriAlignment.ThaiJustify">
            <summary>
            Specifies paragraph text is justified with Thai distributed justification, if the language is Thai. In other languages, text is justified with a low character compression ratio.
            </summary>
        </member>
        <member name="T:ODF.Base.TextWrappingStyle">
            <summary>
            Specifies the text wrap style.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.Inline">
            <summary>
            In line with text.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.TopAndBottom">
            <summary>
            Top and bottom.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.Square">
            <summary>
            Wraps text around the shape. Line continuation is on the opposite side of the shape.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.InFrontOfText">
            <summary>
            Places shape in front of text.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.Tight">
            <summary>
            Tight.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.Through">
            <summary>
            Through.
            </summary>
        </member>
        <member name="F:ODF.Base.TextWrappingStyle.Behind">
            <summary>
            Places shape behind text.
            </summary>
        </member>
        <member name="T:ODF.Base.CaptionAngleType">
            <summary>
            Represents the caption angle type.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionAngleType.Fixed">
            <summary>
            Fixed caption angle type.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionAngleType.Free">
            <summary>
            Free caption angle type.
            </summary>
        </member>
        <member name="T:ODF.Base.CaptionEscapeDirection">
            <summary>
            Represents the caption escape direction.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionEscapeDirection.Horizontal">
            <summary>
            Horizontal caption escape direction.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionEscapeDirection.Vertical">
            <summary>
            Vertical caption escape direction.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionEscapeDirection.Auto">
            <summary>
            Auto caption escape direction.
            </summary>
        </member>
        <member name="T:ODF.Base.CaptionType">
            <summary>
            Represents the caption type.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionType.StraightLine">
            <summary>
            Straight line caption type.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionType.AngledLine">
            <summary>
            Angled line caption type.
            </summary>
        </member>
        <member name="F:ODF.Base.CaptionType.AngledConnectorLine">
            <summary>
            Angled connector line caption type.
            </summary>
        </member>
        <member name="T:ODF.Base.ColorMode">
            <summary>
            Represents the color mode.
            </summary>
        </member>
        <member name="F:ODF.Base.ColorMode.Greyscale">
            <summary>
            Greyscale color mode.
            </summary>
        </member>
        <member name="F:ODF.Base.ColorMode.Mono">
            <summary>
            Mono color mode.
            </summary>
        </member>
        <member name="F:ODF.Base.ColorMode.Watermark">
            <summary>
            Watermark color mode.
            </summary>
        </member>
        <member name="T:ODF.Base.DrawAspect">
            <summary>
            Represents the draw aspect.
            </summary>
        </member>
        <member name="F:ODF.Base.DrawAspect.Content">
            <summary>
            Content draw aspect.
            </summary>
        </member>
        <member name="F:ODF.Base.DrawAspect.Thumbnail">
            <summary>
            Thumbnail draw aspect.
            </summary>
        </member>
        <member name="F:ODF.Base.DrawAspect.Icon">
            <summary>
            Icon draw aspect.
            </summary>
        </member>
        <member name="F:ODF.Base.DrawAspect.Printview">
            <summary>
            Print view draw aspect.
            </summary>
        </member>
        <member name="T:ODF.Base.FillType">
            <summary>
            Represents drawing fill type.
            </summary>
        </member>
        <member name="F:ODF.Base.FillType.None">
            <summary>
            No fill.
            </summary>
        </member>
        <member name="F:ODF.Base.FillType.Solid">
            <summary>
            Solid fill.
            </summary>
        </member>
        <member name="F:ODF.Base.FillType.Bitmap">
            <summary>
            Bitmap fill.
            </summary>
        </member>
        <member name="F:ODF.Base.FillType.Gradient">
            <summary>
            Gradient fill.
            </summary>
        </member>
        <member name="F:ODF.Base.FillType.Hatch">
            <summary>
            Hatch fill.
            </summary>
        </member>
        <member name="T:ODF.Base.RefPoint">
            <summary>
            Represents reference point for image.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.TopLeft">
            <summary>
            Top left.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.Top">
            <summary>
            Top.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.TopRight">
            <summary>
            Top right.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.Left">
            <summary>
            Left.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.Center">
            <summary>
            Center.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.Right">
            <summary>
            Right.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.BottomLeft">
            <summary>
            Bottom left.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.Bottom">
            <summary>
            Bottom.
            </summary>
        </member>
        <member name="F:ODF.Base.RefPoint.BottomRight">
            <summary>
            Bottom right.
            </summary>
        </member>
        <member name="T:ODF.Base.MeasureAlign">
            <summary>
            Represents measure align type.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureAlign.Automatic">
            <summary>
            Autmatic measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureAlign.LeftOutside">
            <summary>
            Left outside measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureAlign.Inside">
            <summary>
            Inside measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureAlign.RightOutside">
            <summary>
            Right outside measure align.
            </summary>
        </member>
        <member name="T:ODF.Base.MeasureVerticalAlign">
            <summary>
            Represents vertical measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureVerticalAlign.Automatic">
            <summary>
            Automatic vertical measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureVerticalAlign.Above">
            <summary>
            Above vertical measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureVerticalAlign.Below">
            <summary>
            Below vertical measure align.
            </summary>
        </member>
        <member name="F:ODF.Base.MeasureVerticalAlign.Center">
            <summary>
            Center vertical measure align.
            </summary>
        </member>
        <member name="T:ODF.Base.Shadow">
            <summary>
            Represents shadow.
            </summary>
        </member>
        <member name="F:ODF.Base.Shadow.Visible">
            <summary>
            Visible shadow.
            </summary>
        </member>
        <member name="F:ODF.Base.Shadow.Hidden">
            <summary>
            Hidden shadow.
            </summary>
        </member>
        <member name="T:ODF.Base.Stroke">
            <summary>
            Represents stroke.
            </summary>
        </member>
        <member name="F:ODF.Base.Stroke.None">
            <summary>
            No stroke.
            </summary>
        </member>
        <member name="F:ODF.Base.Stroke.Dash">
            <summary>
            Dash stroke.
            </summary>
        </member>
        <member name="F:ODF.Base.Stroke.Solid">
            <summary>
            Solid stroke.
            </summary>
        </member>
        <member name="T:ODF.Base.StrokeLineJoin">
            <summary>
            Represents stroke line join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.Miter">
            <summary>
            Miter join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.Round">
            <summary>
            Round join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.Bevel">
            <summary>
            Bevel join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.Middle">
            <summary>
            Middle join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.None">
            <summary>
            No join.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineJoin.Inherit">
            <summary>
            Inherited join.
            </summary>
        </member>
        <member name="T:ODF.Base.TextAreaHAlign">
            <summary>
            Represents text area horizontal alignment.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaHAlign.Left">
            <summary>
            Left align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaHAlign.Center">
            <summary>
            Center align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaHAlign.Right">
            <summary>
            Right align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaHAlign.Justify">
            <summary>
            Justify.
            </summary>
        </member>
        <member name="T:ODF.Base.TextAreaVAlign">
            <summary>
            Represents text area vertical alignment.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaVAlign.Top">
            <summary>
            Top align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaVAlign.Middle">
            <summary>
            Middle align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaVAlign.Bottom">
            <summary>
            Bottom align.
            </summary>
        </member>
        <member name="F:ODF.Base.TextAreaVAlign.Justify">
            <summary>
            Justify.
            </summary>
        </member>
        <member name="T:ODF.Base.Unit">
            <summary>
            Represents measure units.
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Automatic">
            <summary>
            Auto.
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.MilliMeter">
            <summary>
            Millimeter (mm).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.CentiMeter">
            <summary>
            Centimeter (cm).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Meter">
            <summary>
            Meter (m).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.KiloMeter">
            <summary>
            Kilometer (km).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Point">
            <summary>
            Point (pt).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Pica">
            <summary>
            Pica (pc).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Inch">
            <summary>
            Inch (inch).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Feet">
            <summary>
            Feet (ft).
            </summary>
        </member>
        <member name="F:ODF.Base.Unit.Mile">
            <summary>
            Mile (mi).
            </summary>
        </member>
        <member name="T:ODF.Base.FillRule">
            <summary>
            Represents how fill property paints the shape.
            </summary>
        </member>
        <member name="F:ODF.Base.FillRule.NonZero">
            <summary>
            if the result is zero then the point is outside the path. Otherwise, it is inside.
            </summary>
        </member>
        <member name="F:ODF.Base.FillRule.EvenOdd">
            <summary>
            If this number is odd, the point is inside; if even, the point is outside.
            </summary>
        </member>
        <member name="T:ODF.Base.StrokeLineCap">
            <summary>
            Represents the shape to be used at the end of open subpaths when they are stroked.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineCap.Butt">
            <summary>
            Butt shape.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineCap.Square">
            <summary>
            Square shape.
            </summary>
        </member>
        <member name="F:ODF.Base.StrokeLineCap.Round">
            <summary>
            Round shape.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFImplementation.OBody.Close">
            <summary>
            Closing the instance
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.OTextBodyItem.IsFirstItemOfSection">
            <summary>
            Gets/Sets the Continuous section Textbody first item
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.OTextBodyItem.IsLastItemOfSection">
            <summary>
            Gets/Sets the Continuous section Textbody last item
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.OTextBodyItem.SectionStyleName">
            <summary>
            Gets/Sets the section style name for the OTextbodyItem
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.OParagraph.ListLevelNumber">
            <summary>
            Gets/Sets the list level number for the Paragraph
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.HeaderFooterContent.ChildItems">
            <summary>
            Gets the HeaderFooterContent child items
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.INamedObject.Name">
            <summary>
            Gets or sets the name of the object.
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.MasterPage.FooterLeft">
            <summary>
            Gets the Even page footer
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.MasterPage.FirstPageHeader">
            <summary>
            Gets the First page header content
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.MasterPage.FirstPageFooter">
            <summary>
            Gets the First page footer content
            </summary>
        </member>
        <member name="F:ODF.Base.ODFImplementation.MasterPageCollection.m_dictMasterPages">
            <summary>
            Collection of all the styles in the workbook.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFImplementation.MasterPageCollection.Add(ODF.Base.ODFImplementation.MasterPage)">
            <summary>
            Adds specified style into this collection.
            </summary>
            <param name="style">Style that must be added.</param>
        </member>
        <member name="F:ODF.Base.ODFImplementation.ODFStyleCollection.m_dictStyles">
            <summary>
            Collection of all the styles in the workbook.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFImplementation.ODFStyleCollection.Add(ODF.Base.ODFImplementation.ODFStyle)">
            <summary>
            Adds specified style into this collection.
            </summary>
            <param name="style">Style that must be added.</param>
        </member>
        <member name="M:ODF.Base.ODFImplementation.ODFStyleCollection.Add(ODF.Base.ODFImplementation.ODFStyle,System.Int32)">
            <summary>
            Adds specified style into this collection.
            </summary>
            <param name="style">Style that must be added.</param>
        </member>
        <member name="P:ODF.Base.ODFImplementation.PageLayout.ColumnsCount">
            <summary>
            Gets/Sets the current page layout columns count
            </summary>
        </member>
        <member name="P:ODF.Base.ODFImplementation.PageLayout.ColumnsGap">
            <summary>
            Gets/Sets the current page layout columns gap
            </summary>
        </member>
        <member name="F:ODF.Base.ODFImplementation.PageLayoutCollection.m_dictStyles">
            <summary>
            Collection of all the styles in the workbook.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFImplementation.PageLayoutCollection.Add(ODF.Base.ODFImplementation.PageLayout)">
            <summary>
            Adds specified style into this collection.
            </summary>
            <param name="style">Style that must be added.</param>
        </member>
        <member name="F:ODF.Base.ODFSerialization.ODFConstants.FirstVisibleChar">
            <summary>
            First visible character.
            </summary>
        </member>
        <member name="F:ODF.Base.ODFSerialization.ODFConstants.allowedChars">
            <summary>
            Chars with codes less than 0x20 which are allowed to be used inside xml strings.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFSerialization.ODFWriter.SaveDocument(System.IO.Stream)">
            <summary>
            Saves the document to ODS format.
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="M:ODF.Base.ODFSerialization.ODFWriter.SerializeDocumentManifest">
            <summary>
            Serializes doument manifest which specifies the files in the arhive.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFSerialization.ODFWriter.SerializeMimeType">
            <summary>
            Serializes the mimetype value.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFSerialization.ODFWriter.SerializeMetaData">
            <summary>
            Serializes meta data file.
            </summary>
        </member>
        <member name="M:ODF.Base.ODFSerialization.ODFWriter.IsHexa(System.String)">
            <summary>
            Checks whether specified string is hexadecimal number.
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIOBaseAssembly">
            <exclude/>
             <summary>
             This class holds the name of the Syncfusion.XlsIO.Base assembly and provides a helper 
             routine that helps with resolving types when loading a serialization stream and when 
             the framework probes for assemblies by reflection. 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIOBaseAssembly.Name">
            <summary>
            The full name of this assembly without version information: "Syncfusion.XlsIO"
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIOBaseAssembly.Assembly">
            <summary>
            A reference to the <see cref="T:System.Reflection.Assembly"/> for the XlsIO assembly.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIOBaseAssembly.RootNamespace">
            <summary>
            The root namespace of this assembly. Used internally for locating resources within the assembly.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIOBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
            <summary>
            This delegate helps with resolving types and can be used as a eventhandler
            for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The event data with information about the type.</param>
            <returns>A reference to the assembly where the type is located.</returns>
            <remarks>
            Use this handler when reading back types from a serialization stread
            saved with an earlier version of this assembly.
            </remarks>
            <example>
            <code lang="C#">
                public static GridModel LoadSoap(Stream s)
                {
                  try
                  {
                    AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridAssembly.AssemblyResolver);
                    SoapFormatter b = new SoapFormatter();
                    b.AssemblyFormat = FormatterAssemblyStyle.Simple;
                    GridModel t = b.Deserialize(s) as GridModel;
                    t.Modified = false;
                    return t;
                  }
                  finally
                  {
                    AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridAssembly.AssemblyResolver);
                  }
                }
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelEngine">
            <summary>
            This class gives access to the XlsIO IApplication interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelEngine.m_appl">
            <summary>
            Storage of XlsIO Application object which provides an IApplication interface
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelEngine.m_bDisposed">
            <summary>
            Indicates if the class was disposed.
            TRUE - If the class was disposed, otherwise FALSE
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelEngine.m_bAskSaveOnDestroy">
            <summary>
            TRUE - Throw exception when object is disposed and it's data was
            not saved, otherwise FALSE
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelEngine.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelEngine.Finalize">
            <summary>
            Destructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelEngine.Dispose">
            <summary>
            Releases all resources used by this XlsIO object.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.ExcelWorkbookNotSavedException">
            Thrown when ThrowNotSavedOnDestoy property is set to TRUE and XlsIO
            object data was not saved.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelEngine.ValidateLicense">
            <summary>
            Checks whether license is valid.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ExcelEngine.Excel">
            <summary>
            Interface to the XlsIO Application which gives
            access to all supported functions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ExcelEngine.ThrowNotSavedOnDestroy">
            <summary>
            Dispose will throw an ExcelWorkbookNotSavedException when the workbook is not saved 
            and this property is set to TRUE. Default value is FALSE.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ExcelEngine.IsSecurityGranted">
            <summary>
            Checks whether security permission can be granted. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelWorkbookNotSavedException">
            <summary>
            Exception that will be thrown when the user tries to dispose XlsIO
            application without saving it.
            <exclude/>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelWorkbookNotSavedException.#ctor(System.String)">
            <summary>
            Creates new ExcelWorkbookNotSavedException.
            </summary>
            <param name="message">Text that showed after rising.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelWorkbookNotSavedException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a null reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.XlsIOConfig">
            <summary>
            Represents config xls class.
            <exclude/>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.XlsIOConfig.#ctor">
            <summary>
            Creates xls config object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.XlsIOConfig.Copyright">
            <summary>
            Gets Copyright string. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatParserImpl">
            <summary>
            Class used for format parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatParserImpl.DEF_EXPONENTIAL">
             <summary>
            Constant Exponential symbol 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatParserImpl.DEF_HASH">
            <summary>
            constant Hash Symbol
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatParserImpl.m_arrFormatTokens">
            <summary>
            List with all known format tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatParserImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the FormatParserImpl class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatParserImpl.Parse(System.String)">
            <summary>
            Parses format string.
            </summary>
            <param name="strFormat">String to parse.</param>
            <returns>Collection with parsed tokens.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatSection">
            <summary>
            Class used for Format Section.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_NOTFOUND_INDEX">
            <summary>
            Return this value when element wasn't found.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_THOUSAND_SEPARATOR">
            <summary>
            Thousand separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_MINUS">
            <summary>
            Minus sign.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_ROUNDOFF_DIGIT">
            <summary>
            Default round off digit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_FRACTION_TOKEN">
            <summary>
            Default fraction token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_MONTHTOKEN_LENGTH">
            <summary>
            Maximum month token length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_POSSIBLE_TOKENS">
            <summary>
            Table for token type detection. Value in TokenType arrays must be sorted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_BREAK_HOUR">
            <summary>
            Break tokens when locating hour token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_BREAK_SECOND">
            <summary>
            Break tokens when locating second token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.DEF_MILLISECONDTOKENS">
            <summary>
            Possible digit tokens in the millisecond token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.NotTimeTokens">
            <summary>
            Date Tokens
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.NotDateTokens">
            <summary>
            Time Tokens
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_arrTokens">
            <summary>
            Array of tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bFormatPrepared">
            <summary>
            Indicates whether format is prepared.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iDecimalPointPos">
            <summary>
            Position of decimal separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iScientificPos">
            <summary>
            Position of E/E+ or E- signs in format string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iLastDigit">
            <summary>
            Last digit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bLastGroups">
            <summary>
            Indicates whether there are groups after last digit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iNumberOfFractionDigits">
            <summary>
            Number of digits in decimal fraction part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iNumberOfIntegerDigits">
            <summary>
            Number of digits in integer part of number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_exponentDigits">
            <summary>
            Number of digits after scientific(E) sign.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iFractionPos">
            <summary>
            Position where fraction sign '/' was met for the first time.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bFraction">
            <summary>
            Indicates whether number format contains fraction sign.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iFractionStart">
            <summary>
            Start of the fraction numerator group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iFractionEnd">
            <summary>
            End of the fraction denumerator group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iDenumaratorLen">
            <summary>
            Length of the denumerator.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iNumneratorLen" -->
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_fractionBase">
            <summary>
            Fixed base value in fraction format.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iIntegerEnd" -->
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_iDecimalEnd">
            <summary>
            End position of the decimal value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_condition">
            <summary>
            Condition token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_culture">
            <summary>
            Culture token. Used to display values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_formatType">
            <summary>
            Section format type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bGroupDigits">
            <summary>
            Indicates whether we digits must be grouped.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bMultiplePoints">
            <summary>
            Indicates whether more than one decimal point was met in the format string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bUseSystemDateFormat">
            <summary>
            Indicates whether we should use system 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSection.m_bUseSystemTimeFormat">
            <summary>
            Indicates whether we should use system Time settings 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the FormatSection class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase})">
            <summary>
            Initializes a new instance of the FormatSection class based on array of tokens.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="arrTokens">Array of section's tokens.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.PrepareFormat">
            <summary>
            Prepares format if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CheckGroupDigits">
            <summary>
            Checks whether digits must be grouped.
            </summary>
            <returns>True if digits must be grouped, otherwise returns false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.PreparePositions">
            <summary>
            Prepares tokens and sets iternal position pointers.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.PrepareInsignificantDigits">
            <summary>
            Prepares insignificant digits that are present in decimal fraction part of this section.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.FindCorrespondingHourSection(System.Int32)">
            <summary>
            Searches for corresponding hour token.
            </summary>
            <param name="index">Start index to search.</param>
            <returns>Corresponding hour token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.Double)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.String)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.UpdateDayofWeek(System.Double)">
            <summary>
            Applies format to the value.
            </summary> 
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.Double,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.GetFractionBase">
            <summary>
            Gets fraction base value from the number format string.
            </summary>
            <returns>The fraction base value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.UpdateFormat(System.String)">
            <summary>
            Updated denominator string format in fraction number format.
            </summary>
            <param name="strResult">The denominator string to be manipulated.</param>
            <returns>The manipulated denominator string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.FillFractionFormat(System.String)">
            <summary>
            The string is formatted based on number of fraction digits.
            </summary>
            <param name="strResult">The string to be formatted to fraction.</param>
            <returns>The formatted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.Round(System.Double,System.Double,System.Double)">
            <summary>
            Round the input value and avoid double imprecision calculation in core
            </summary>
            <param name="value">the fraction part</param>
            <param name="dValue">the decimal part</param>
            <param name="fractionSize">the value indicates the numer of fraction digits</param>
            <returns>the rounded value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.AssignPosition(System.Int32@,System.Int32)">
            <summary>
            Assigns position to the variable and checks if it wasn't assigned
             before (throws ForamtException if it was).
            </summary>
            <param name="iToAssign">Variable to assign.</param>
            <param name="iCurrentPos">Current position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.Double,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Applies part of the format tokens to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <param name="iStartToken">Start format token.</param>
            <param name="iEndToken">End format token.</param>
            <param name="bForward">Indicates whether token index should be increased after each step.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyFormat(System.Double,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Applies part of the format tokens to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <param name="iStartToken">Start format token.</param>
            <param name="iEndToken">End format token.</param>
            <param name="bForward">Indicates whether token index should be increased after each step.</param>
            <param name="bGroupDigits">Indicates whether to group digit tokens.</param>
            <param name="bAddNegativeSign">Indicates whether we should add negative sign before first digit token.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.UpdateThousandSeparator(System.Text.StringBuilder)">
            <summary>
            Applies thousand separator for exponential formats.
            </summary>
            <param name="bulider">Exponential string</param>
            <returns>Exponential string that have thousand separator</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyDigit(Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken,System.Int32,System.Int32,System.Double@,System.Int32,System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Applies digit token to the value.
            </summary>
            <param name="digit">Represents a digit token to apply.</param>
            <param name="iIndex">Digit index.</param>
            <param name="iStart">Represents Start index of the range.</param>
            <param name="value">Represents Value to apply digit token to.</param>
            <param name="iDigitCounter">Represents digit counter.</param>
            <param name="builder">Represents the StringBuilder to add value to.</param>
            <param name="bForward">Boolean value indicating direction of the apply cycle.</param>
            <param name="bShowHiddenSymbols">Boolean value indicating whether we should show hidden symbols.</param>
            <param name="bGroupDigits">Boolean value indicating whether digits are grouped.</param>
            <returns>Value of the digit count.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplySingleDigit(System.Int32,System.Int32,System.Int32,System.String,System.Text.StringBuilder,System.Boolean,System.Boolean)">
            <summary>
            Applies digit token to the value.
            </summary>
            <param name="iIndex">Digit index.</param>
            <param name="iStart">Represents start index.</param>
            <param name="iDigitCounter">Represents digit counter.</param>
            <param name="strTokenResult">Represents result of token string.</param>
            <param name="builder">Represents the StringBuilder to add value to.</param>
            <param name="bForward">Boolean value indicating direction of the apply cycle.</param>
            <param name="bGroupDigits">Boolean value indicating whether digits are grouped.</param>
            <returns>Number of digits.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.AddToBuilder(System.Text.StringBuilder,System.Boolean,System.String)">
            <summary>
            Adds value to a StringBuilder.
            </summary>
            <param name="builder">The StringBuilder to add value to.</param>
            <param name="bForward">Indicates whether we should call append method or insert.</param>
            <param name="strValue">Value to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CheckCondition(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Checks whether iPos is inside range of correct values.
            </summary>
            <param name="iEndToken">End token index.</param>
            <param name="bForward">Indicates whether position is increasing each cycle.</param>
            <param name="iPos">Current position.</param>
            <returns>Value indicating whether iPos in inside of range of valid values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.LocateLastFractionDigit">
            <summary>
            Locates last digit of the decimal fraction.
            </summary>
            <returns>Value of last decimal digit.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.LocateLastGroups(System.Int32)">
            <summary>
            Locates last group symbols.
            </summary>
            <param name="iStartIndex">Start index to search.</param>
            <returns>Value indicating whether groups are present after last decimal digit.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ApplyLastGroups(System.Double@,System.Boolean)">
            <summary>
            Applies last groups tokens.
            </summary>
            <param name="value">Value to apply to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show hidden symbols (reserved place).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.PrepareValue(System.Double@,System.Boolean)">
            <summary>
            Prepares value for format application.
            </summary>
            <param name="value">Value to apply to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show hidden symbols (reserved place).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CalculateFractionDigits">
            <summary>
            Calculates number of fraction digits.
            </summary>
            <returns>Number of fraction digits.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CalculateIntegerDigits">
            <summary>
            Calculates number of digits in the integer part of format string.
            </summary>
            <returns>Number of digits in the integer part of format string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CalculateDigits(System.Int32,System.Int32)">
            <summary>
            Calculates number of digits in the specified range.
            </summary>
            <param name="iStartIndex">Start index of the range.</param>
            <param name="iEndIndex">End index of the range.</param>
            <returns>Number of digits in the specified range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.LocateFractionParts">
            <summary>
            Searches for block of digits that correspond to the fraction.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.GetDigitGroupStart(System.Int32,System.Boolean)">
            <summary>
            Searches for start of the group of digits.
            </summary>
            <param name="iStartPos">Start position to search.</param>
            <param name="bForward">Direction of the search: true - from left to right, false - from right to left.</param>
            <returns>Position of the start of the group.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.IsAnyDigit(System.Int32,System.Int32)">
            <summary>
            Indicates whether range contains any digits.
            </summary>
            <param name="iStartIndex">Start range index.</param>
            <param name="iEndIndex">End range index.</param>
            <returns>Value indicating whether range contains any digits.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.IsSignificantDigit(System.Int32,System.Int32)">
            <summary>
            Indicates whether range contains any significant digits.
            </summary>
            <param name="iStartIndex">Start range index.</param>
            <param name="iEndIndex">End range index.</param>
            <returns>Value indicating whether range contains any digits.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CheckCondition(System.Double)">
            <summary>
            Checks whether value value meets the condition.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if value meets the condition; otherwise returns False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.DetectFormatType">
            <summary>
            Tries to detect format type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CheckTokenTypes(Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType[])">
            <summary>
            Checks whether section contains only specified token types.
            </summary>
            <param name="arrPossibleTokens">Array with possible tokens.</param>
            <returns>Value indicating whether the section contains only specified token types.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.CheckMinuteToken(System.Int32)">
            <summary>
            Check whether this token is really minute token and substitutes it by Month if necessary.
            </summary>
            <param name="iTokenIndex">Token index to check.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.FindTimeToken(System.Int32,Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType[],System.Boolean,Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType[])">
            <summary>
            Searches for required time token.
            </summary>
            <param name="iTokenIndex">Start token index.</param>
            <param name="arrBreakTypes">Types of tokens that could stop search process.</param>
            <param name="bForward">Indicates whether we have to increase token index on each iteration.</param>
            <param name="arrTypes">Types of token to search.</param>
            <returns>Index of the found token or -1 if token was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.SetRoundSeconds">
            <summary>
            Sets to all second tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.ContainsIn(Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType[],Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType)">
            <summary>
            Indicates whether type of specified token is in the array of tokens.
            </summary>
            <param name="arrPossibleTokens">Array of tokens to check.</param>
            <param name="token">Token type to locate.</param>
            <returns>True if token type is in the array of possible tokens.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.SplitValue(System.Double,System.Double@)">
            <summary>
            Splits value into integer and decimal parts.
            </summary>
            <param name="value">Value to split.</param>
            <param name="dFraction">Return fraction value.</param>
            <returns>Integer value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.Round(System.Double)">
            <summary>
            Rounds value.
            </summary>
            <param name="value">Represents value to be rounded.</param>
            <returns>Rounded Value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.IsTimeFormat">
            <summary>
            Indicate whether the format string in time format
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.IsDateFormat">
            <summary>
            Indicate whether the format string in date format
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.Item(System.Int32)">
            <summary>
            Returns single token from the section. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.Count">
            <summary>
            Gets the number of tokens in the section.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.HasCondition">
            <summary>
            Gets a value indicating whether section contains condition. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.FormatType">
            <summary>
            Gets the section type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.Culture">
            <summary>
            Gets the culture used for conversion. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.IsFraction">
            <summary>
            Gets a value indicating whether number format contains fraction sign. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.IsScientific">
            <summary>
            Gets a value indicating whether section contains E/E+ or E- signs in format string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.IsThousandSeparator">
            <summary>
            Gets a value indicating whether thousand separator is present in number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.DecimalNumber">
            <summary>
            Gets the number of digits after "." sign. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatSection.ExponentDigits">
            <summary>
            Gets the number of digits after scientific(E) sign. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatSectionCollection">
            <summary>
            Class used for Section Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_TWO_MANY_SECTIONS_MESSAGE">
            <summary>
            Two many sections error message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_CONDITION_MAX_COUNT">
            <summary>
            Maximum number of sections in "conditional mode".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_NONCONDITION_MAX_COUNT">
            <summary>
            Maximum number of secionts in "non-conditional mode";
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_POSITIVE_SECTION">
            <summary>
            Index of section with positive number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_NEGATIVE_SECTION">
            <summary>
            Index of section with negative number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_ZERO_SECTION">
            <summary>
            Index of section with positive number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.DEF_TEXT_SECTION">
            <summary>
            Index of section with positive number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.m_bConditionalFormat">
            <summary>
            Indicates whether format contains conditions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the FormatSectionCollection class to prevent creation without arguments.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase})">
            <summary>
            Initializes a new instance of the FormatSectionCollection class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="arrTokens">List to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetFormatType(System.Double)">
            <summary>
            Returns format type for a specified value.
            </summary>
            <param name="value">Value to get format type for.</param>
            <returns>Format type for the specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetFormatType(System.String)">
            <summary>
            Returns format type for a specified value.
            </summary>
            <param name="value">Value to get format type for.</param>
            <returns>Format type for the specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.Parse(System.Collections.Generic.List{Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase})">
            <summary>
            Splits array of tokens by SectionSeparator.
            </summary>
            <param name="arrTokens">List to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.ApplyFormat(System.Double,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowReservedSymbols">Indicates whether to show reserved symbols.</param>
            <returns>String representation of the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetSection(System.Int32)">
            <summary>
            Returns section for formatting with specified index.
            </summary>
            <param name="iSectionIndex">Section index.</param>
            <returns>Format section that should be to the value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetSection(System.Double)">
            <summary>
            Returns section that corresponds to the specified value.
            </summary>
            <param name="value">Value to search section for.</param>
            <returns>If section is found then returns it, otherwise returns Null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetZeroSection">
            <summary>
            Searches for section that should be used for zero number formatting.
            </summary>
            <returns>Section that should be used for zero number formatting.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.GetTextSection">
            <summary>
            Returns text section.
            </summary>
            <returns>Text format section.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.IsTimeFormat(System.Double)">
            <summary>
            Indicate whether the format string in time format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.IsDateFormat(System.Double)">
            <summary>
            Indicate whether the format string in date format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatSectionCollection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CFApplier">
            <summary>
            This class is used to apply conditional formatting to the cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CFApplier.m_evaluator">
            <summary>
            This object is used to evaluate formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CFApplier.m_comparer">
            <summary>
            Object that is used to compare two string objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CFApplier.m_range">
            <summary>
            CF applied range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CFApplier.m_calculationEnabled">
            <summary>
            Indicates whether the worksheet calculation is enabled or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.SetRange(Syncfusion.XlsIO.IRange)">
            <summary>
            CF applied range.
            </summary>
            <param name="range">CF range</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.ApplyCF(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Applies cf to the specified cell and format if necessary.
            </summary>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.ApplyCFNumberFormats(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Applies cf number format to the specified cell and format if necessary.
            </summary>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.MergeCF(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.IRange)">
            <summary>
            Applies cf to the specified cell and format if necessary with improved performance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckAndApplyCondition(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Check and applies condition if necessary.
            </summary>
            <param name="format">Format to check and apply.</param>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckAndApplyConditionValue(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Checks and applies condition if condition type is Value.
            </summary>
            <param name="format">Format to check and apply.</param>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckBetween(Syncfusion.XlsIO.IRange,System.Object,System.Object)">
            <summary>
            Checks whether cell value is between value1 and value2.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value1">The first value to compare.</param>
            <param name="value2">The second value to compare.</param>
            <returns>True if cell value is between value1 and value2.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckEqual(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is equal to value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is equal to value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckGreater(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is greater than value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is greater than value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckGreaterOrEqual(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is greater than or equal to value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is greater than or equal to value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckLess(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is less than value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is less than value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckLessOrEqual(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is less than or equal to value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is greater than or equal to value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckNotBetween(Syncfusion.XlsIO.IRange,System.Object,System.Object)">
            <summary>
            Checks whether cell value is not between value1 and value2.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value1">The first value to compare.</param>
            <param name="value2">The second value to compare.</param>
            <returns>True if cell value is not between value1 and value2.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckNotEqual(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks whether cell value is not equal to value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>True if cell value is not equal to value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.Compare(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Compares cell value and specified value.
            </summary>
            <param name="cell">Cell to check.</param>
            <param name="value">Value to check.</param>
            <returns>Int.MinValue if was unable to compare, 0 if equal, 1 if greater, -1 if less.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckAndApplyConditionFormula(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Checks and applies condition if condition type is Formula.
            </summary>
            <param name="format">Format to check and apply.</param>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckAndApplySpecificText(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Checks and applies condition if condition type is SpecificText.
            </summary>
            <param name="format">Format to check and apply.</param>
            <param name="cell">Cell to check condition for.</param>
            <param name="xf">ExtendedFormat to apply to.</param>
            <returns>Modified extended format or null if no modifications required.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckContains(Syncfusion.XlsIO.IRange,System.Object)">
            <summary>
            Checks if the cell contains the specified text
            </summary>
            <param name="cell">The cell to which conditional format is applied</param>
            <param name="value">The text to be compared with the cell's text</param>
            <returns>True if the cell contains the specified text</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckNotContains(Syncfusion.XlsIO.IRange,System.String)">
            <summary>
            Checks if the cell does not contain the specified text
            </summary>
            <param name="cell">The cell in which conditional format is applied</param>
            <param name="value">The text to be compared with the cell's text</param>
            <returns>True if the cell does not contain the specified text</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckBeginsWith(Syncfusion.XlsIO.IRange,System.String)">
            <summary>
            Checks if the cell has text beginning with the specified text
            </summary>
            <param name="cell">The cell in which conditional format is applied</param>
            <param name="value">The text to be compared with the cell's text</param>
            <returns>True if the cell's text begins with the specified text</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.CheckEndsWith(Syncfusion.XlsIO.IRange,System.String)">
            <summary>
            Checks if the cell has text ending with the specified text
            </summary>
            <param name="cell">The cell in which conditional format is applied</param>
            <param name="value">The text to be compared with the cell's text</param>
            <param name="value">True if the cell's text ends with the specified text</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.ApplyCondition(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Applies condition settings to specified Extended format.
            </summary>
            <param name="condition">Condition to apply.</param>
            <param name="xf">ExtendedFormat to apply settings to.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateFont(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates font settings.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateNumberFormat(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates font settings.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateFill(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Update fill settings.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdatePatternColor(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates pattern color if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateBackgroundColor(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates background color if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateFontColor(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates font color if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdatePatternFormat(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates pattern format if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateFontFormat(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates font format if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CFApplier.UpdateBorders(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates border format if necessary.
            </summary>
            <param name="condition">Conditional format to get settings from.</param>
            <param name="xf">Extended format to update.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CFApplier.CalculationEnabled">
            <summary>
            Indicates whether the worksheet calculation is enabled or not.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection">
            <summary>
            Represents worksheet's OptionButton collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IOptionButtons">
            <summary>
            This interface represents OptionButton collection inside single worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IOptionButtons.AddOptionButton(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <param name="height">Height in pixels of the new item.</param>
            <param name="width">Width in pixels of the new item.</param>
            <returns>Newly added item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IOptionButtons.AddOptionButton">
            <summary>
            Adds a option button width default dimension
            </summary>
            <returns>OptionButton Shape</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IOptionButtons.AddOptionButton(System.Int32,System.Int32)">
            <summary>
            Adds a option button with default size.
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <returns>Returns options button.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtons.Count">
            <summary>
            Returns number of items in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtons.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Item's index to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtons.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.AddOptionButton(Syncfusion.XlsIO.IOptionButtonShape)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="optionButton">OptionButton to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.AddDefaultEvents(Syncfusion.XlsIO.IOptionButtonShape)">
            <summary>
            Adds default event.
            </summary>
            <param name="optionButton">OptionButton to add event.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.OptionButtonCheckStateChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Raise when the check state changed 
            </summary>
            <param name="obj">OptionButton </param>
            <param name="valueChangedEventArgs">event object </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.OptionButtonLinkedCellChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Raise when the Linkeed cell changed 
            </summary>
            <param name="obj">OptionButton </param>
            <param name="valueChangedEventArgs">event object </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.PrepareForSerialization">
            <summary>
            Prepares option button for serialization. We should change the option button
            checked status based on the group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.GetOptionGroups">
            <summary>
            Get the Option Button collection based on the groups.
            </summary>
            <returns>Collection of option buttons.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.AddOptionButton(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new OptionButton to the collection.
            </summary>
            <param name="row">Top row for the new shape.</param>
            <param name="column">Left column for the new shape.</param>
            <param name="height">Height in pixels of the new shape.</param>
            <param name="width">Width in pixels of the new shape.</param>
            <returns>Newly created TextBox object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.AddOptionButton">
            <summary>
            Adds Option button default Dimension
            </summary>
            <returns>returns option button shape</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.AddOptionButton(System.Int32,System.Int32)">
            <summary>
            Adds the Shape with default size
            </summary>
            <param name="row">Top row for the new shape.</param>
            <param name="column">Left column for the new shape</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Index of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.OptionButtonCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.ICustomXmlPart">
            <summary>
            Represent the custom xml part in excel
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPart.Clone">
            <summary>
            Deletes the object.
            </summary>
            <returns>A CustomXmlPart cloned object.</returns>        
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlPart.Data">
            <summary>
            Returns the index number of the object within the collection of similar
            objects. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlPart.Id">
            <summary>
            Returns or sets the name of the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlPart.Schemas">
            <summary>
            Returns or sets the name of the object, in the language of the user.
            Read / write String for Name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CustomXmlPart.m_book">
            <summary>
            Parent workbook for this object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CustomXmlPart.m_worksheet">
            <summary>
            Parent worksheet for this object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CustomXmlPart.m_index">
            <summary>
            Index of the Name object in the Workbook's CustomXml Parts collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Int32)">
            <summary>
            Creates new CustomXml object.
            </summary>
            <param name="application">Application object for the new CustomXml object.</param>
            <param name="parent">Parent object for the new CustomXml object.</param>
            <param name="id">Name of the new Customxml object.</param>
            <param name="index">Current index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Int32,System.Boolean)">
            <summary>
            Creates new CustomXml object.
            </summary>
            <param name="application">Application object for the new CustomXml object.</param>
            <param name="parent">Parent object for the new CustomXml object.</param>
            <param name="id">Name of the new CustomXml object.</param>
            <param name="index">Current index.</param>
            <param name="bIsLocal">Indicates whether CustomXml object is local.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a new CustomXml object.
            </summary>
            <param name="application">Application object for the new CustomXml object.</param>
            <param name="parent">Parent object for the new CustomXml object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.ICustomXmlSchemaCollection,System.Int32)">
            <summary>
            Creates a new CustomXml object.
            </summary>
            <param name="application">Application object for the new CustomXml object.</param>
            <param name="parent">Parent object for the new CustomXml object.</param>
            <param name="name">Name of the new CustomXml object.</param>
            <param name="schemas">Schemas to be added
            Range that will be associated with the specified name.
            </param>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Byte[],System.Int32)">
            <summary>
            Creates a new CustomXml object.
            </summary>
            <param name="application">Application object for the new CustomXml object.</param>
            <param name="parent">Parent object for the new CustomXml object.</param>
            <param name="id">Name of the new CustomXml object.</param>
            <param name="data">Xml Data in byte Array</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.ICustomXmlSchemaCollection,System.Int32,System.Boolean)">
            <summary>
            Creates a new CustomXmlPart object.
            </summary>
            <param name="application">Application object for the new CustomXmlPart object.</param>
            <param name="parent">Parent object for the new CustomXmlPart object.</param>
            <param name="id">ID of the new CustomXmlPart object.</param>
            <param name="schemas">schemas of the customxml data</param>
            <param name="index"></param>
            <param name="bIsLocal"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Byte[],System.Int32,System.Boolean)">
            <summary>
            Creates a new customxml object.
            </summary>
            <param name="application">Application object for the new customxml object.</param>
            <param name="parent">Parent object for the new customxml object.</param>
            <param name="id">ID of the new customxml object.</param>
            <param name="range">Xml Data in byte array</param>
            <param name="index"></param>
            <param name="bIsLocal"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.Clone">
            <summary>
            create new clone object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.SetIndex(System.Int32)">
            <summary>
            Sets index of the named range and raise event.
            </summary>
            <param name="index">New index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.SetIndex(System.Int32,System.Boolean)">
            <summary>
            Sets index of the named range.
            </summary>
            <param name="index">New index.</param>
            <param name="bRaiseEvent">Indicates whether events should be raised.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CustomXmlPart.SetParents">
            <summary>
            Sets parent workbook and worksheet.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When parent workbook or worksheet cannot be found.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CustomXmlPart.Data">
            <summary>
            XmlData in Byte array
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CustomXmlPart.Id">
            <summary>
            Unique ID for Xml Data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CustomXmlPart.Schemas">
            <summary>
            Xml Schemas collection for CustomXml data
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICustomXmlPartCollection">
            <summary>
            Represents custom xml part collection in excel.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.Add(Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Defines a new name. 
            </summary>
            <param name="customXmlPart">Name for the new Name object.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.Add(System.String)">
            <summary>
            Defines a new name. 
            </summary>
            <param name="ID">ID for the new Name object.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.ICustomXmlPartCollection.Add(System.String,System.Byte[])" -->
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.Clear">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name object to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.Clone">
            <summary>
            Checks whether the Name object is present in the collection or not
            </summary>
            <param name="name">Name object to check whether it is present or not.</param>
            <returns> A custom xml part collection cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlPartCollection.GetById(System.String)">
            <summary>
            Checks whether the Name object is present in the collection or not
            </summary>
            <param name="id">Name object to check whether it is present or not.</param>
            <returns> A custom xml part for the corresponding ID.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlPartCollection.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlPartCollection.Item(System.Int32)">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.m_propertiesHash">
            <summary>
            Dictionary with CustomXml data, key - property name/id, value - property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.m_book">
            <summary>
            Parent workbook for the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.m_parent">
            <summary>
            Parent workbook for the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Clone">
            <summary>
            Creates new instance of clone object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.GetById(System.String)">
            <summary>
            Returns CustomXmlPart for corresponding id
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Syncfusion#XlsIO#ICustomXmlPartCollection#RemoveAt(System.Int32)">
            <summary>
            Removes specified name from the collection.
            </summary>
            <param name="index">Name of the object to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Syncfusion#XlsIO#ICustomXmlPartCollection#Clear">
            <summary>
            Clear all items in the collections
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Add(Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Adds new CustomXmlpart to the collections
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Add(System.String,System.Byte[])">
            <summary>
            Cretes new CustomXmlParts through specified arugments
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Add(System.String)">
            <summary>
            Creates new instance of CusomXmlPart from ID
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.AddLocal(Syncfusion.XlsIO.ICustomXmlPart,System.Boolean)">
            <summary>
            Adds into list and hashtable, for local named ranges.
            </summary>
            <param name="name">Name to add.</param>
            <param name="bAddInGlobalNamesHash">Indicates is adds in global names hash.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.SetParent">
            <summary>
            Sets parent workbook value.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When  parent workbook cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Remove(System.String)">
            <summary>
            Removes specified name from the collection.
            </summary>
            <param name="name">Name of the object to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Syncfusion#XlsIO#ICustomXmlPartCollection#Count">
            <summary>
            CustomXmlPart Count
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Item(System.Int32)">
            <summary>
            Retruns CustomXmlPart at corresponding index positions
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CustomXmlPartCollection.Count">
            <summary>
            Represents the collection count
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICustomXmlSchemaCollection">
            <summary>
            A collection of all the Name objects in the application or
            workbook. Each Name object represents a defined name for a
            range of cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Add(System.String)">
            <summary>
            Defines a new name. 
            </summary>
            <param name="name">Name for the new Name object.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Clear">
            <summary>
            Defines a new name. 
            </summary>
            <param name="name">Name for the new Name object.</param>
            <param name="namedObject">Range that will be associated with the name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Clone">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name object to add.</param>
            <returns>A custom xml schema collection cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.IndexOf(System.String)">
            <summary>
            Defines a new name.
            </summary>
            <param name="value">Name object to add.</param>
            <returns>Index of the corresponding value in custom xml schema collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Remove(System.String)">
            <summary>
            Removes Name object from the collection.
            </summary>
            <param name="name">Name of the object to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomXmlSchemaCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomXmlSchemaCollection.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IMetaProperties">
            <summary>
            Represents meta properties in excel
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IMetaProperties.GetItemByInternalName(System.String)">
            <summary>
            Checks whether the Name object is present in the collection or not
            </summary>
            <param name="InternalName">Name object to check whether it is present or not.</param>
            <returns>Returns corresponding meta property based on internal name</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperties.Item(System.Int32)">
            <summary>
            Gets the Metaproperty of the corresponding index from the collection.
            </summary>
            <param name="iIndex"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperties.Count">
            <summary>
            Returns number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperties.SchemaXml">
            <summary>
            Returns Xml Schema
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperties.Application">
            <summary>
            Returns Xml Schema
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperties.Parent">
            /// <summary>
            Returns Xml Schema
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new empty collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the new collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.OnInsertComplete(System.Int32,Syncfusion.XlsIO.IMetaProperty)">
            <summary>
            Triggered when new items are added to collection
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.GetItemByInternalName(System.String)">
            <summary>
            Checks whether collection contains named range.
            </summary>
            <param name="name">Name of the named range to search.</param>
            <returns>True if collection contains such named range; otherwise returns False.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.ItemName">
            <summary>
            ItemName
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.IsValid">
            <summary>
            ItemName
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MetaPropertiesImpl.SchemaXml">
            <summary>
            SchemaXml
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IMetaProperty">
            <summary>
            Represents a defined name for a range of cells. Names can be
            either built-in names such as Database, Print_Area, and
            Auto_Open or custom names.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperty.Value">
            <summary>
            Gets or sets value for the meta property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IMetaProperty.Name">
            <summary>
            Gets the name of the meta property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ShadowImpl">
            <summary>
            Represents chart shadow object
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IShadow">
            <summary>
            Represents shadow in the chart
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IShadow.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsOuter,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the outer shadow styles.
            </summary>
            <param name="iOuter">The Excel2007ChartPresetsOuter enumeration.</param>
            <param name="iTransparency">Transparency of the Shadow accepts the values between(0-100).</param>
            <param name="iSize">Size of the Shadow accepts the values between(0-200).</param>
            <param name="iBlur">Blur level of the Shadow accepts the values between(0-100).</param>
            <param name="iAngle">Angle or Direction of the Shadow accepts the values between(0-359).</param>
            <param name="iDistance">Distance of the Shadow accepts the values between(0-200).</param>
            <param name="iCustomShadowStyle">if set to <c>true</c> [custom shadow style].</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IShadow.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsInner,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the inner shadow styles.
            </summary>
            <param name="iInner">The Excel2007ChartPresetsInner enumeration.</param>
            <param name="iTransparency">Transparency of the Shadow accepts the values between(0-100).</param>
            <param name="iBlur">Blur level of the Shadow accepts the values between(0-100).</param>
            <param name="iAngle">Angle or Direction of the Shadow accepts the values between(0-359).</param>
            <param name="iDistance">Distance of the Shadow accepts the values between(0-200).</param>
            <param name="iCustomShadowStyle">if set to <c>true</c> [custom shadow style].</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IShadow.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsPrespective,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the perspective shadow styles.
            </summary>
            <param name="iPerspective">The Excel2007ChartPresetsPerspective enumeration.</param>
            <param name="iTransparency">Transparency of the Shadow accepts the values between(0-100).</param>
            <param name="iSize">Size of the Shadow accepts the values between(0-200).</param>
            <param name="iBlur">Blur level of the Shadow accepts the values between(0-100).</param>
            <param name="iAngle">Angle or Direction of the Shadow accepts the values between(0-359).</param>
            <param name="iDistance">Distance of the Shadow accepts the values between(0-200).</param>
            <param name="iCustomShadowStyle">if set to <c>true</c> [i custom shadow style].</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.ShadowOuterPresets">
            <summary>
            Gets or sets the shadow outer presets.
            </summary>
            <value>The shadow outer presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.ShadowInnerPresets">
            <summary>
            Gets or sets the shadow inner presets.
            </summary>
            <value>The shadow inner presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.ShadowPrespectivePresets">
            <summary>
            Gets or sets the shadow prespective presets.
            </summary>
            <value>The shadow prespective presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.HasCustomShadowStyle">
            <summary>
            Gets or sets a value indicating whether this instance has custom shadow style.
            </summary>
            <value>
            	<c>true</c> if this instance has custom shadow style; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.Transparency">
            <summary>
            Gets or sets the transparency of Shadow.
            </summary>
            <value>The transparency.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.Size">
            <summary>
            Gets or sets the size of Shadow.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.Blur">
            <summary>
            Gets or sets the blur of Shadow.
            </summary>
            <value>The blur.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.Angle">
            <summary>
            Gets or sets the angle of Shadow.
            </summary>
            <value>The angle.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.Distance">
            <summary>
            Gets or sets the distance of Shadow.
            </summary>
            <value>The distance.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IShadow.ShadowColor">
            <summary>
            Gets or sets the color of the shadow.
            </summary>
            <value>The color of the shadow.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_chartShadowFormat">
            <summary>
            Class used for Shadowformat Implementation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_parentBook">
            <summary>
            Object of WorkbookImpl
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_HasCustomShadowStyle">
            <summary>
            Indicates whether customshadowstyle is set or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Transparency">
            <summary>
            Represents the Transparency of the Shadow,the values are between(0-100)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Size">
            <summary>
            Represents the Size of the Shadow,the values are between(0-200)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Blur">
            <summary>
            Represents the Blurradius of the Shadow,the values are between(0-100)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Shadow">
            <summary>
            Object of ChartMarkerFormatRecord to get Shadow color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Angle">
            <summary>
            Represents the Direction of the Shadow,the values are between(0-359)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_Distance">
            <summary>
            Represents the Distance of the Shadow,the values are between(0-200)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ShadowImpl.m_shadowColor">
            <summary>
            Represents the Shadow Color
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates the shadow and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the shadow.</param>
            <param name="parent">Parent object for the shadow.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.InitializeColors">
            <summary>
            Initializes the colors.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.ShadowColorChanged">
            <summary>
            Shadows the color changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.Clone(System.Object)">
            <summary>
            Clone current Record.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsOuter,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the outer shadow styles.
            </summary>
            <param name="iOuter"></param>
            <param name="iTransparency"></param>
            <param name="iSize"></param>
            <param name="iBlur"></param>
            <param name="iAngle"></param>
            <param name="iDistance"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsInner,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the inner shadow styles.
            </summary>
            <param name="iInner"></param>
            <param name="iTransparency"></param>
            <param name="iBlur"></param>
            <param name="iAngle"></param>
            <param name="iDistance"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShadowImpl.CustomShadowStyles(Syncfusion.XlsIO.Excel2007ChartPresetsPrespective,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Customs the perspective shadow styles.
            </summary>
            <param name="iPerspective"></param>
            <param name="iTransparency"></param>
            <param name="iSize"></param>
            <param name="iBlur"></param>
            <param name="iAngle"></param>
            <param name="iDistance"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.ShadowFormat">
            <summary>
            Gets the shadow format.
            </summary>
            <value>The shadow format.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.ShadowOuterPresets">
            <summary>
            Gets or sets the shadow outer presets.
            </summary>
            <value>The shadow outer presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.ShadowInnerPresets">
            <summary>
            Gets or sets the shadow inner presets.
            </summary>
            <value>The shadow inner presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.HasCustomShadowStyle">
            <summary>
            Gets or sets a value indicating whether this instance has custom shadow style.
            </summary>
            <value>
            	<c>true</c> if this instance has custom shadow style; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.ShadowPrespectivePresets">
            <summary>
            Gets or sets the shadow prespective presets.
            </summary>
            <value>The shadow prespective presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.Transparency">
            <summary>
            Gets or sets the transparency of Shadow.
            </summary>
            <value>The transparency.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.Size">
            <summary>
            Gets or sets the size of Shadow.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.Blur">
            <summary>
            Gets or sets the blur of Shadow.
            </summary>
            <value>The blur.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.Angle">
            <summary>
            Gets or sets the angle of Shadow.
            </summary>
            <value>The angle.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ShadowImpl.Distance">
            <summary>
            Gets or sets the distance of Shadow.
            </summary>
            <value>The distance.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl">
            <summary>
            This class represents option button form control.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase">
            <summary>
            This is base class for text box shapes such as TextBox and Comment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.DEF_CONTINUE_FR_SIZE">
            <summary>
            Represents default formatting run size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.DEF_TEXTDIRECTION">
            <summary>
            Value of text direction property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_hAlign">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_vAlign">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_textRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_bTextLocked">
            <summary>
            Indicates whether comment text is locked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_strText">
            <summary>
            Comment text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_iTextLen">
            <summary>
            Length of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_iFormattingLen">
            <summary>
            Length of formatting runs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_fillColor">
            <summary>
            Shape filling color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_richTextReader">
            <summary>
            Represents the RTFReader
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_sheet">
            <summary>
            Represents worksheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.m_colorObject">
            <summary>
            Color Object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="application">Application object for the new item.</param>
            <param name="parent">Parent object for the new item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Extracts comment from MsofbtSpContainer.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
            <param name="container">Container that represents comment.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.SetText(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Sets text to the specified TextWithFormat value.
            </summary>
            <param name="text">RTF text to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.GetClientTextBoxRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates ClientTextBox record corresponding to this shape.
            </summary>
            <param name="parent">Parent record for ClientTextBox.</param>
            <returns>Extracted Textbox record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.GetClientTextBoxRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.ExcelCommentVAlign)">
            <summary>
            Creates ClientTextBox record corresponding to this shape.
            </summary>
            <param name="parent">Parent record for ClientTextBox.</param>
            <returns>Extracted Textbox record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.AddFormattingContinueRecords(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox,Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord)">
            <summary>
            dds continue records that stores text formatting of the comment shape.
            </summary>
            <param name="result">Record to put formatting into.</param>
            <param name="textObject">Record that stores text settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.AddTextContinueRecords(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox)">
            <summary>
            Adds continue records that stores text of the comment shape.
            </summary>
            <param name="result">MsofbtClientTextBox record that stores comment settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ParseTextObject(Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord)">
            <summary>
            Parses TextObjectRecord.
            </summary>
            <param name="textObject">Record to parse.</param>
            <exception cref="T:System.ArgumentNullException">If textObject is NULL.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ParseContinueRecords(System.String,System.Byte[],Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses two continue records. First contains text, second is formatting runs.
            </summary>
            <param name="strText">Comment text.</param>
            <param name="formattingRuns">Comment formatting runs.</param>
            <param name="options">Parse options.</param>
            <exception cref="T:System.ArgumentNullException">
            When textRecord or formattingRecord is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.SerializeFormattingRuns">
            <summary>
            Serializes formatting runs.
            </summary>
            <returns>Array that contains formatting runs in binary format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ConvertFromShortToLongFR(System.Byte[])">
            <summary>
            Converts short form of formatting runs into long form.
            </summary>
            <param name="arrShortFR">Formatting runs to convert.</param>
            <returns>Long for of formatting runs.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.InitializeVariables">
            <summary>
            Initializes variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ParseClientTextBoxRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses ClientTextBox record.
            </summary>
            <param name="textBox">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.CopyFrom(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies data from another comment shape.
            </summary>
            <param name="source">Text shape to copy from.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.CreateDefaultOptions">
            <summary>
            Creates default shape options.
            </summary>
            <returns>Record containing default options.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.SerializeTextDirection(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes text direction.
            </summary>
            <param name="options">MsofbtOPT record to which text ID will be added.</param>
            <exception cref="T:System.ArgumentNullException">
            If options argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serializes comment's options.
            </summary>
            <param name="parent">Parent record for options.</param>
            <returns>All options in MsofbtOPT record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ParseOtherRecords(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses all unknown for ShapeImpl records.
            </summary>
            <param name="subRecord">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.HAlignment">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.VAlignment">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.IsTextLocked">
            <summary>
            Indicates whether comment text is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.RichText">
            <summary>
            Comment text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.Text">
            <summary>
            Gets or sets text box text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.InnerRichText">
            <summary>
            Gets inner rich text string object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.FillColor">
            <summary>
            Shape filling color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase.ColorObject">
            <summary>
            Color Object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IOptionButtonShape">
            <summary>
            This interface represents TextBox form control shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextBoxShape">
            <summary>
            This interface represents TextBox form control shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextBox">
            <summary>
            This interface represents TextBox form control.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.HAlignment">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.VAlignment">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.IsTextLocked">
            <summary>
            Indicates whether comment text is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.RichText">
            <summary>
            Text of the comment. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBox.Text">
            <summary>
            Text of the comment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtonShape.CheckState">
            <summary>
            Indicates whether option button is checked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtonShape.IsFirstButton">
            <summary>
            Indicates whether option button is first button. Read Only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtonShape.Display3DShading">
            <summary>
            Gets or sets value indicating whether 3D shadow is present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOptionButtonShape.LinkedCell">
            <summary>
            Indicates the cell in which the option button points to
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.ShapeInstance">
            <summary>
            Correct shape instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.ShapeVersion">
            <summary>
            Correct shape version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_linkedCellValue">
            <summary>
            Static variable to represent a linked cell value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_objIndex">
            <summary>
            Static variable to represent index of objects
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_checkState">
            <summary>
            Indicates whether option button is checked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_cellLinkRange">
            <summary>
            Stores formula link value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_isFirstButton">
            <summary>
            Indicates whether option button is firstbutton.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_display3DShading">
            <summary>
            Indicates whether option button is firstbutton.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_nextButton">
            <summary>
            Indicates whether option button is firstbutton.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_invokeEvent">
            <summary>
            Indicates whether the event invokes are not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.m_iIndex">
            <summary>
            Represents the Option button index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initialize new instance of the text box shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the option button shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeContainer">Shape's container.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions,System.Int32)">
            <summary>
            Initializes new instance of the option button shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeContainer">Shape's container.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.InitializeShape">
            <summary>
            Initializes shape items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes current shape.
            </summary>
            <param name="spgrContainer">Container that will receive this comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.FindSubRecord(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord},Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType)">
            <summary>
            Finds the Sub records of option button
            </summary>
            <param name="records"></param>
            <param name="recordType"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serializes comment's options.
            </summary>
            <param name="parent">Parent record for options.</param>
            <returns>All options in MsofbtOPT record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.CreateDefaultOptions">
            <summary>
            Creates default options.
            </summary>
            <returns>MsofbtOPT record</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.ParseClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses client data record.
            </summary>
            <param name="clientData">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.CheckStateChanged">
            <summary>
            Raise when Check state Changed
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.Index">
            <summary>
            Represents the Option button index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.NextButtonId">
            <summary>
            Represents the Next Button in the Group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.HAlignment">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.VAlignment">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.RichText">
            <summary>
            Rich Text
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.CheckState">
            <summary>
            Indicates whether check box is checked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.LinkedCell">
            <summary>
            Gets or sets formula link value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.IsFirstButton">
            <summary>
            indicates whether the option button is first button in the group
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.Display3DShading">
            <summary>
            Gets or sets value indicating whether 3D shadow is present.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Shapes.OptionButtonShapeImpl.LinkedCellValueChanged">
            <summary>
            Raise when Linked Cell Value Changed
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IThreeDFormat">
            <summary>
            Represents the three-dimensional chart format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelTop">
            <summary>
            Gets or sets the bevel top.
            </summary>
            <value>The bevel top.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelBottom">
            <summary>
            Gets or sets the bevel bottom.
            </summary>
            <value>The bevel bottom.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.Material">
            <summary>
            Gets or sets the material.
            </summary>
            <value>The material.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.Lighting">
            <summary>
            Gets or sets the lighting.
            </summary>
            <value>The lighting.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelTopHeight">
            <summary>
            Gets or sets the bevel top height.
            </summary>
            <value>The bevel top height.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelTopWidth">
            <summary>
            Gets or sets the bevel top height.
            </summary>
            <value>The bevel top height.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelBottomHeight">
            <summary>
            Gets or sets the bevel bottom height.
            </summary>
            <value>The bevel bottom height.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IThreeDFormat.BevelBottomWidth">
            <summary>
            Gets or sets the bevel bottom width.
            </summary>
            <value>The bevel bottom width.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.m_chartShadowFormat">
            <summary>
            Class used for Shadowformat Implementation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.m_bevelTopHeight">
            <summary>
            Bevel top height value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.m_bevelTopWidth">
            <summary>
            Bevel top width value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.m_bevelBottomHeight">
            <summary>
            Bevel bottom height value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.m_bevelBottomWidth">
            <summary>
            Bevel bottom width value
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates the shadow and sets its Application and Parent
            properties to specified values.
            Intialize the ShadowData object
            </summary>
            <param name="application">Application object for the shadow.</param>
            <param name="parent">Parent object for the shadow.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.GetMaterial">
            <summary>
            Returns the chart material type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.Clone(System.Object)">
            <summary>
            Clone current Record.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelTop">
            <summary>
            Gets or sets the bevel top.
            </summary>
            <value>The bevel top.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelBottom">
            <summary>
            Gets or sets the bevel bottom.
            </summary>
            <value>The bevel bottom.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.Material">
            <summary>
            Gets or sets the material.
            </summary>
            <value>The material.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.Lighting">
            <summary>
            Gets or sets the lighting.
            </summary>
            <value>The lighting.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelTopHeight">
            <summary>
            Get or Set BevelT height
            </summary>
            <value>Integer Number</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelBottomHeight">
            <summary>
            Get or Set BevelB height
            </summary>
            <value>Integer Number</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelTopWidth">
            <summary>
            Get or Set BevelT Width
            </summary>
            <value>Integer Number</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.BevelBottomWidth">
            <summary>
            Get or Set BevelB height
            </summary>
            <value>Integer Number</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ThreeDFormatImpl.IsDefault">
            <summary>
            Indicates whether the 3D setting is default or not.
            </summary>
            <returns>returns true if 3D setiing is default otherwise fasle.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection">
            <summary>
            Represents worksheet's textbox collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICheckBoxes">
            <summary>
            This interface represents CheckBoxes collection inside single worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICheckBoxes.AddCheckBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <param name="height">Height in pixels of the new item.</param>
            <param name="width">Width in pixels of the new item.</param>
            <returns>Newly added item.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ICheckBoxes.Count">
            <summary>
            Returns number of items in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICheckBoxes.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Item's index to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ICheckBoxes.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.AddCheckBox(Syncfusion.XlsIO.ICheckBoxShape)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="checkbox">Checkbox to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.AddCheckBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new textbox to the collection.
            </summary>
            <param name="row">Top row for the new shape.</param>
            <param name="column">Left column for the new shape.</param>
            <param name="height">Height in pixels of the new shape.</param>
            <param name="width">Width in pixels of the new shape.</param>
            <returns>Newly created TextBox object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Index of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CheckBoxCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection">
            <summary>
            This class represents collection of all combo box inside single worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IComboBoxes">
            <summary>
            This interface represents collection of all combo box inside single worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IComboBoxes.AddComboBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <param name="height">Height in pixels of the new item.</param>
            <param name="width">Width in pixels of the new item.</param>
            <returns>Newly added item.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxes.Count">
            <summary>
            Returns number of items in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxes.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Item's index to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxes.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection.AddComboBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <param name="height">Height in pixels of the new item.</param>
            <param name="width">Width in pixels of the new item.</param>
            <returns>Newly added item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new collection.</param>
            <param name="parent">Parent object for the new collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection.AddComboBox(Syncfusion.XlsIO.IComboBoxShape)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="combobox">Combobox to add.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ComboBoxCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataValidationArray">
            <summary>
            Contains a condition and the formatting attributes 
            applied to the cell, if the condition is met.
            Used for multiple-cells range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IDataValidation">
            <summary>
            Represents data validation for a worksheet range.
            </summary>
            <example>
            <code>
            IDataValidation validation = sheet.Range["A3"].EntireColumn.DataValidation;
            validation.BeginUpdate();
            validation.DataRange = sheet.Range["D1:D56"];
            validation.IsEmptyCellAllowed = true;
            validation.IsListInFormula = false;
            validation.EndUpdate();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.PromptBoxTitle">
            <summary>
            Gets or sets the title of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.PromptBoxText">
            <summary>
            Gets or sets the text in the prompt box. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ErrorBoxTitle">
            <summary>
            Gets or sets the title of the error dialog.
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.ErrorBoxText = "Text length should be lesser than 10 characters";
            dataValidation.ErrorBoxTitle = "ERROR";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ErrorBoxText">
            <summary>
            Gets or sets the error message in the error dialog . 
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.ErrorBoxText = "Text length should be lesser than 10 characters";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the data validation.
            </summary>
            <remarks>
            This can be a constant value, a string value, a cell reference, or a formula.
            </remarks>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.FirstDateTime">
            <summary>
            Gets or sets the first formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.SecondFormula">
            <summary>
            Gets or sets the value or expression associated with the second part of the data validation.
            </summary>
            <remarks>
            This can be a constant value, a string value, a cell reference, or a formula.
            </remarks>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.SecondDateTime">
            <summary>
            Gets or sets second formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.AllowType">
            <summary>
            Gets or sets the data type validation for a range.
            </summary>
            <remarks>
            Specifies the type of validation test to be performed in conjunction with values.
            </remarks>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.CompareOperator">
            <summary>
            Gets or sets the comparison operation to perform.
            </summary>
            <remarks>
            Comparison operator between two formula values.
            </remarks>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.IsListInFormula">
            <summary>
            True if formula contains list of values. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.IsEmptyCellAllowed">
            <summary>
            True if empty values are permitted by the range data validation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.IsSuppressDropDownArrow">
            <summary>
            True if the drop down arrow is invisible. otherwise False.
            </summary>
            <example>
            <code>
             IDataValidation dataValidation = worksheet.Range["C3"].DataValidation;
             worksheet.Range["C1"].Text = "Data Validation List in C3";
             dataValidation.ListOfValues = new string[] { "ListItem1", "ListItem2", "ListItem3" };
             dataValidation.ErrorBoxText = "Choose the value from the list";
             dataValidation.ErrorBoxTitle = "ERROR";
             dataValidation.PromptBoxText = "Data validation for list";
             dataValidation.IsPromptBoxVisible = true;
             dataValidation.ShowPromptBox = true;
             dataValidation.IsSuppressDropDownArrow = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ShowPromptBox">
            <summary>
            True if prompt box is shown. otherwise False. Default value is True.
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.ShowErrorBox = true;
            dataValidation.ErrorBoxText = "Text length should be lesser than 5 characters";
            dataValidation.ErrorBoxTitle = "ERROR";
            dataValidation.PromptBoxText = "Data validation for text length";
            dataValidation.ShowPromptBox = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ShowErrorBox">
            <summary>
            True if error dialog is shown. otherwise False. Default value is True.
            </summary>
            <remarks>
            The data validation error message will be shown whenever the user enters invalid data.
            </remarks>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.ShowErrorBox = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.PromptBoxHPosition">
            <summary>
            Gets or sets Horizontal position of the prompt box.
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.PromptBoxText = "Data validation for text length";
            dataValidation.PromptBoxHPosition = 25;
            dataValidation.ShowPromptBox = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.PromptBoxVPosition">
            <summary>
            Gets or sets Vertical position of the prompt box.
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.AllowType = ExcelDataType.TextLength;
            dataValidation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            dataValidation.FirstFormula = "0";
            dataValidation.SecondFormula = "10";
            dataValidation.PromptBoxText = "Data validation for text length";
            dataValidation.PromptBoxVPosition = 25;
            dataValidation.ShowPromptBox = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.IsPromptBoxVisible">
            <summary>
            True if prompt box is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.IsPromptBoxPositionFixed">
             <summary>
            True if prompt box position is fixed. otherwise False.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ErrorStyle">
            <summary>
            Gets or sets the type of error.
            </summary>
            <example>
            <code>
            IDataValidation dataValidation = worksheet.Range["A3"].DataValidation;
            dataValidation.ErrorStyle = ExcelErrorStyle.Warning;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.ListOfValues">
            <summary>
            Gets or sets Array of possible values.
            </summary>
            <remarks>
            This property should be used when the values in the Data Validation list are entered manually. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataValidation.DataRange">
            <summary>
            Gets or sets the Range of possible values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalDataValidation.FirstFormulaTokens">
            <summary>
            Holds first formula tokens. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalDataValidation.SecondFormulaTokens">
            <summary>
            Holds second formula tokens. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationArray.m_range">
            <summary>
            Parent range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationArray.m_arrValidationList">
            <summary>
            List with cached data validation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.DataValidationArray"/> class with specified parent range.
            </summary>
            <param name="parent">Parent object for the format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.CopyFromFirstCell">
            <summary>
            Copies data validation settings from the first cell to the rest of the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.IterateCells(Syncfusion.XlsIO.Implementation.DataValidationArray.CellMethod)">
            <summary>
            Iterates through all cells.
            </summary>
            <param name="method">Method to call for each cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.IterateCells(Syncfusion.XlsIO.Implementation.DataValidationArray.DVMethod,System.Object)">
            <summary>
            Iterates through all data validations using cells.
            </summary>
            <param name="method">Method to call for each data validation.</param>
            <param name="value">Value to pass to the data validation method.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.IterateDVs(Syncfusion.XlsIO.Implementation.DataValidationArray.DVMethod,System.Object)">
            <summary>
            Iterates through all cached data validation objects.
            </summary>
            <param name="method">Method to call for each data validation.</param>
            <param name="value">Value to pass to the data validation method.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetPromptBoxTitle(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets PromptBoxTitle in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetPromptBoxText(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets PromptBoxText in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetErrorBoxTitle(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ErrorBoxTitle in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetErrorBoxText(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ErrorBoxText in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetFirstFormula(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets FirstFormula in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetFirstDateTime(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets FirstDateTime in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetSecondFormula(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets SecondFormula in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetSecondDateTime(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets SecondDateTime in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetAllowType(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets AllowType in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetCompareOperator(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets CompareOperator in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetIsListInFormula(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets IsListInFormula in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetIsEmptyCellAllowed(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets IsEmptyCellAllowed in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetIsSuppressDropDownArrow(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets IsSuppressDropDownArrow in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetShowPromptBox(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ShowPromptBox in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetShowErrorBox(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ShowErrorBox in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetPromptBoxHPosition(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets PromptBoxHPosition in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetPromptBoxVPosition(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets PromptBoxVPosition in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetIsPromptBoxVisible(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets IsPromptBoxVisible in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetIsPromptBoxPositionFixed(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets IsPromptBoxPositionFixed in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetErrorStyle(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ErrorStyle in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetListOfValues(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets ListOfValues in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetDataRange(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets DataRange in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetFirstFormulaTokens(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets FirstFormulaTokens in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationArray.SetSecondFormulaTokens(Syncfusion.XlsIO.IDataValidation,System.Object)">
            <summary>
            Sets SecondFormulaTokens in the specified data validation.
            </summary>
            <param name="dv">Data validation to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.PromptBoxTitle">
            <summary>
            Gets or sets the title of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.PromptBoxText">
            <summary>
            Gets or sets the text in the prompt box. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ErrorBoxTitle">
            <summary>
            Gets or sets the title of the error dialog.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ErrorBoxText">
            <summary>
            Gets or sets the error message in the error dialog . 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.FirstDateTime">
            <summary>
            Gets or sets the first formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.SecondFormula">
            <summary>
            Gets or sets the value or expression associated with the second part of the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.SecondDateTime">
            <summary>
            Gets or sets second formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.AllowType">
            <summary>
            Gets or sets the data type validation for a range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.CompareOperator">
            <summary>
            Gets or sets the comparison operation to perform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.IsListInFormula">
            <summary>
            True if formula contains list of values. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.IsEmptyCellAllowed">
            <summary>
            True if empty values are permitted by the range data validation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.IsSuppressDropDownArrow">
            <summary>
            True if the drop down arrow is invisible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ShowPromptBox">
            <summary>
            True if prompt box is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ShowErrorBox">
            <summary>
            True if error dialog is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.PromptBoxHPosition">
            <summary>
            Gets or sets Horizontal position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.PromptBoxVPosition">
            <summary>
            Gets or sets Vertical position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.IsPromptBoxVisible">
            <summary>
            True if prompt box is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.IsPromptBoxPositionFixed">
             <summary>
            True if prompt box position is fixed. otherwise False.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ErrorStyle">
            <summary>
            Gets or sets the type of error.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.ListOfValues">
            <summary>
            Gets or sets Array of possible values.
            </summary>
            <remarks>
            This property should be used when the values in the Data Validation list are entered manually. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.DataRange">
            <summary>
            Gets or sets the Range of possible values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.FirstFormulaTokens">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationArray.SecondFormulaTokens">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataValidationArray.CellMethod">
            <summary>
            Delegate specified method that receives cell's coordinates to process.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataValidationArray.DVMethod">
            <summary>
            Method to process single data validation.
            </summary>
            <param name="dv">Data validation object to process.</param>
            <param name="value">Additional value.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataValidationWrapper">
            <summary>
            Wrapper over <see cref="T:Syncfusion.XlsIO.Implementation.DataValidationImpl"/> class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationWrapper.m_dataValidation">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationWrapper.m_range">
            <summary>
            Parent range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationWrapper.m_dvOld">
            <summary>
            Old DataValidationImpl. Should be not null between OnBeforeWrapperChange
            and OnAfterWrapperChange.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationWrapper.m_Number">
             <summary>
             Number variable
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationWrapper.#ctor(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.DataValidationWrapper"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationWrapper.BeginUpdate">
            <summary>
            This should be called before several updates to the object will take place.
            </summary>
            <remarks>
            Invoking this method improves the performance for large block of Data Validation. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
            <remarks>
            Invoking this method improves the performance for large block of Data Validation. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationWrapper.OnBeforeCollectionChange">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationWrapper.OnAfterCollectionChange">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.Wrapped">
             <summary>
            
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.PromptBoxTitle">
            <summary>
            Gets or sets the title of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.PromptBoxText">
            <summary>
            Gets or sets the text in the prompt box. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ErrorBoxTitle">
            <summary>
            Gets or sets the title of the error dialog.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ErrorBoxText">
            <summary>
            Gets or sets the error message in the error dialog . 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.FirstDateTime">
            <summary>
            Gets or sets the first formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.SecondFormula">
            <summary>
            Gets or sets the value or expression associated with the second part of the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.SecondDateTime">
            <summary>
            Gets or sets second formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.AllowType">
            <summary>
            Gets or sets the data type validation for a range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.CompareOperator">
            <summary>
            Gets or sets the comparison operation to perform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.IsListInFormula">
            <summary>
            True if formula contains list of values. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.IsEmptyCellAllowed">
            <summary>
            True if empty values are permitted by the range data validation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.IsSuppressDropDownArrow">
            <summary>
            True if the drop down arrow is invisible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ShowPromptBox">
            <summary>
            True if prompt box is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ShowErrorBox">
            <summary>
            True if error dialog is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.PromptBoxHPosition">
            <summary>
            Gets or sets Horizontal position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.PromptBoxVPosition">
            <summary>
            Gets or sets Vertical position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.IsPromptBoxVisible">
            <summary>
            True if prompt box is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.IsPromptBoxPositionFixed">
             <summary>
            True if prompt box position is fixed. otherwise False.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ErrorStyle">
            <summary>
            Gets or sets the type of error.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.ListOfValues">
            <summary>
            Gets or sets Array of possible values.
            </summary>
            <remarks>
            This property should be used when the values in the Data Validation list are entered manually. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.DataRange">
            <summary>
            Gets or sets the Range of possible values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.FirstFormulaTokens">
            <summary>
            Holds first formula tokens. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.SecondFormulaTokens">
            <summary>
            Holds second formula tokens. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationWrapper.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter">
            <summary>
             Helper class to perform excel to html conversion.
            </summary>
            <remarks>
            Excel To Html Conversion is not supported in WinRT, Windows Phone, Universal, Portable and Silverlight platforms.
            </remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.conditionalFormatApplier">
            <summary>
            Represents the object of Excel sheet conditional formatting .
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.m_isLastCellNotEmpty">
            <summary>
            Represents that the last cell of the row is not empty.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConvertToHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Converts the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="book">The book.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConvertToHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Converts to the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="book">The book.</param>
            <param name="saveOption">The saveoption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConvertToHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Converts the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="sheet">The sheet.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildMainPage(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Builds the main page.
            </summary>
            <param name="book">The book.</param>
            <param name="directory">The directory.</param>
            <param name="saveOption">The saveoption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildScripts(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Builds the scripts.
            </summary>
            <param name="book">The book.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildTabPage(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Builds the tab page.
            </summary>
            <param name="book">The book.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildTabPage(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Builds the tab page.
            </summary>
            <param name="book">The book.</param>
            <param name="outputDirectoryPath">The output directory path.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildStyles(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Xml.XmlWriter)">
            <summary>
            Builds the styles.
            </summary>
            <param name="sheet">The sheet.</param>  
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildCommonStyles(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Builds the common styles.
            </summary>
            <param name="writer">XML Writer.</param>  
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetCommonStyles(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets the common styles.
            </summary>
            <param name="writer">XML Writer.</param>  
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildStyles(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Xml.XmlTextWriter)">
            <summary>
            Builds the styles.
            </summary>
            <param name="book">The book.</param>
            <param name="saveOption">The save option.</param>
            <param name="m_writer">The m_writer.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteDocumentStart">
            <summary>
            Writes the document start.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteDocumentEnd">
            <summary>
            Writes the document end.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetStreamStyles(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Gets the styles.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="saveOption">The save option.</param> 
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetScript(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets the script.
            </summary>
            <param name="book">The book.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetStyles(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Gets the styles.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="saveOption">The save option.</param> 
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetStyle(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Gets the style.
            </summary>
            <param name="format">Extended format.</param>
            <param name="format">Cell.</param>
            <param name="saveOption">Has ConditionalFormats.</param> 
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.NormalizeColor(System.Drawing.Color)">
            <summary>
            Normalizes the color.
            </summary>
            <param name="color">The color.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetBorderStyles(Syncfusion.XlsIO.IRange,System.String)">
            <summary>
            Gets the border styles.
            </summary>
            <param name="result">The result.</param>
            <param name="keyNoPosition">The key no position.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.CheckCellBorderStyle(Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Gets the border style from index.
            </summary>
            <param name="borders">Cell borders.</param>
            <param name="index">Cell border index.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetBorderWidth(System.String)">
            <summary>
            Gets the width of the border.
            </summary>
            <param name="border">The border.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetDashStyle(System.String)">
            <summary>
            Gets the dash style.
            </summary>
            <param name="border">The border.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildBorders(Syncfusion.XlsIO.IRange)">
            <summary>
            Builds the borders.
            </summary>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetImageStyles(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Text.StringBuilder)">
            <summary>
            Gets the image styles.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetShapeStyle(Syncfusion.XlsIO.IShape,System.String)">
            <summary>
            Gets the shape style.
            </summary>
            <param name="sheet">The shape.</param>
            <param name="builder">Class id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetColumnWidth(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Gets the column width for an excel worksheet
            </summary>
            <param name="sheetImpl">The sheet.</param>
            <param name="columnIndex">Column index.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetMaxWidth(System.Collections.Generic.List{System.Single})">
            <summary>
            Gets the maximum width value
            </summary>
            <param name="maxList">The width collection.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteSheetContent(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Xml.XmlTextWriter)">
            <summary>
            Writes the content of the sheet.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetCssClassName(Syncfusion.XlsIO.Implementation.MigrantRangeImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Gets the css class name.
            </summary>
            <param name="result">Cell.</param>
            <param name="xf">Extented format.</param>
            <param name="isCellMerged">Cell Merged.</param>
            <returns>Display text.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetDisplayText(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Gets the display text.
            </summary>
            <param name="result">Cell.</param>
            <returns>Display text.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteSheetContent(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Xml.XmlTextWriter,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.LinkedList{System.String}})">
            <summary>
            Writes the content of the sheet.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="saveOption">The save option.</param>
            <param name="Writer">The writer.</param>
            <param name="styles">The styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteImageStream(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Xml.XmlTextWriter,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Writes the image stream.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="Writer">The writer.</param>
            <param name="saveOption">The save option.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.SerializeHyperLink(Syncfusion.XlsIO.IRange)">
            <summary>
            Sets the Hyperlink for the cell.
            </summary>
            <param name="cell">The cell value</param>        
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetAddress(System.String)">
            <summary>
            Returns the hyperlink.
            </summary>
            <param name="address">It's represent cell formula</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.NormalizeString(System.String,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Int32,System.Collections.Generic.List{System.Int32},System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Boolean)">
            <summary>
            Normalizes the string.
            </summary>
            <param name="value">The value.</param>
            <param name="result">The result.</param>
            <param name="count">The count.</param>
            <param name="columnsWidth">Width of the columns.</param>
            <param name="columnNo">The column number</param>
            <param name="sheet">The sheet.</param>
            <param name="saveOption">The saveoption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteCellWidth(Syncfusion.XlsIO.IRange,System.Xml.XmlTextWriter,System.Collections.Generic.List{System.Int32},System.Int32,System.String,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.String)">
            <summary>
            Writes the width of the cell.
            </summary>
            <param name="result">The result.</param>
            <param name="Writer">The writer.</param>
            <param name="columnsWidth">Width of the columns.</param>
            <param name="columnNo">The column Number.</param>
            <param name="row">The row.</param>
            <param name="sheet">The sheet.</param>
            <param name="saveOption">The saveoption.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteImage(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Xml.XmlTextWriter,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,Syncfusion.XlsIO.IPictureShape,System.Int32,System.Int64)">
            <summary>
            Writes the image.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="Writer">The writer.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConvertChartToImage(Syncfusion.XlsIO.IChart)">
            <summary>
            Converts Chart to Image
            </summary>
            <param name="chart">The Chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConvertChartToImageStream(Syncfusion.XlsIO.IChart)">
            <summary>
            Converts Chart to Image Stream
            </summary>
            <param name="chart">The Chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteChart(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Xml.XmlTextWriter,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.IO.Stream,System.String,System.Int32,System.Int64)">
            <summary>
            Writes the chart.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="Writer">The writer.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param>
            <param name="chart" >The Chart.</param>
            <param name="imageName">The imageName</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetExtension(System.Drawing.Imaging.ImageFormat)">
            <summary>
            Gets the extension.
            </summary>
            <param name="format">The format.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetColumnName(System.Int32)">
            <summary>
            Gets the name of the column.
            </summary>
            <param name="iColumn">The i column.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.BuildHtmlFiles(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Builds the HTML files.
            </summary>
            <param name="book">The book.</param>
            <param name="outputDirectoryPath">The output directory path.</param> 
            <param name="saveOption">The saveoption.</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.InitiateShapeCollection">
            <summary>
            Checking for the sheets have the charts and pictures and store in the collection
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetShapeStyleInline(Syncfusion.XlsIO.IShape,System.Int64)">
            <summary>
            Get the shape style
            </summary>
            <param name="shape">Input shape</param>
            <param name="isOffSetInMerge">boolean value indicates whether to calculate row offset or not</param>
            <returns>the shape style</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetShapeOffsetInPixels(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.Int32,System.Int32,System.Int32)">
            <summary>
            Calculate the offset value from row/column offset from input values
            </summary>
            <param name="shapeImpl">Input shape where the offset to be calculated</param>
            <param name="position">the current row/column of the shape</param>
            <param name="offSetValue">the current offSetValue of the shape</param>
            <param name="fullConstValue">the constant value respect to row or column</param>
            <returns>the calculated offset in the cell</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.CheckandUpdateUnUsedRangeImages(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean,System.Int32,System.Int32,System.Int32@,System.Int32@)">
            <summary>
            Write the charts and pictures in the worksheet, when they are not in used range
            </summary>
            <param name="sheet">the input worksheet</param>
            <param name="outputDirectoryPath">the output image path of the shapes</param>
            <param name="saveOption">the HTML save options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.WriteShapesOnWorksheet(System.Int64,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions,System.Int64)">
            <summary>
            Write the charts and pictures in the worksheet in particular cell index
            </summary>
            <param name="cellIndex">the input cell index of the image</param>
            <param name="sheet">the input worksheet</param>
            <param name="outputDirectoryPath">the output image path of the shapes</param>
            <param name="saveOption">the HTML save options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetUnUsedColumnOnShapes(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Get the extended columns count respect to shapes in the sheet
            </summary>
            <param name="sheet">input worksheet</param>
            <returns>the extened columns count</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.CheckAndGetLocationOnMerged(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.MergedCellInfo,System.Int32,System.Int32,System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Check for the shapes in the merged regions if it ,write them
            </summary>
            <param name="sheet">the input worksheet</param>
            <param name="mergedCellInfo">the merged cell infor object</param>
            <param name="row">the first row of the merged cell</param>
            <param name="column">the first column of the merged cell</param>
            <param name="outputDirectoryPath">the input path for shapes</param>
            <param name="saveOption">the HTML save options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.GetMergedRegionOffset(Syncfusion.XlsIO.IWorksheet,System.Int64,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Get the merged region offset for the shape
            </summary>
            <param name="sheet">the parent sheet</param>
            <param name="startCellIndex">the start cell index of the worksheet</param>
            <param name="row">the shape row position</param>
            <param name="column">the shape column position</param>
            <param name="isTopOffset">Boolean value indicates whether the offset from top or left</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.Writer">
            <summary>
            Gets the writer.
            </summary>
            <value>The writer.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ColumnWidthGetter">
            <summary>
            Gets the column width getter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ConversionMode">
            <summary>
            Represents the conversion mode.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.ShapeInfo">
            <summary>
            Shape Information
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExcelToHtmlConverter.StringMeasurer">
            <summary>
            Utility class for measuring the size of the string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HtmlSaveOptions.#cctor">
            <summary>
            Initializes a new instance of the <see cref="!:HtmlSaveOption"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HtmlSaveOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="!:HtmlSaveOption"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HtmlSaveOptions.ImagePath">
            <summary>
            Gets or sets the image path.
            </summary>
            <value>The image path.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HtmlSaveOptions.TextMode">
            <summary>
            Gets or sets the input text mode
            </summary>
            <remarks>Useful to convert sheet data based on either DisplayText or Value</remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl">
            <summary>
            Contains the font attributes (font name, font size,
            color, and so on) for an object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat">
            <summary>
            Summary description for IInternalExtendedFormat.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IExtendedFormat">
            <summary>
            Contains the font attributes (font name, size,
            color, and so on) for an object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.Borders">
            <summary>
            Returns borders object for this extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FillBackground">
            <summary>
            Gets / Sets index of fill background color. Obsolete, will be removed in next release.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FillBackgroundRGB">
            <summary>
            Gets / Sets fill background color. Obsolete, will be removed in next release.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FillForeground">
            <summary>
            Gets / Sets index of fill foreground color. Obsolete, will be removed in next release.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FillForegroundRGB">
            <summary>
            Gets / Sets fill foreground color. Obsolete, will be removed in next release.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FillPattern">
            <summary>
            Gets / Sets fill pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.Font">
            <summary>
            Gets font object for this extended format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.FormulaHidden">
            <summary>
            True if formula is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.HorizontalAlignment">
            <summary>
            Horizontal alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludeAlignment">
            <summary>
            True if the style includes the AddIndent, HorizontalAlignment,
            VerticalAlignment, WrapText, and Orientation properties.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludeBorder">
            <summary>
            True if the style includes the Color, ColorIndex, LineStyle,
            and Weight border properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludeFont">
            <summary>
            True if the style includes the Background, Bold, Color,
            ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow,
            Size, Strikethrough, Subscript, Superscript, and Underline
            font properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludeNumberFormat">
            <summary>
            True if the style includes the NumberFormat property.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludePatterns">
            <summary>
            True if the style includes the Color, ColorIndex,
            InvertIfNegative, Pattern, PatternColor, and PatternColorIndex
            interior properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IncludeProtection">
            <summary>
            True if the style includes the FormulaHidden and Locked protection
            properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IndentLevel">
            <summary>
            Indent level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IsFirstSymbolApostrophe">
            <summary>
            If true then first symbol in cell is apostrophe.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.Locked">
            <summary>
            True if cell is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.JustifyLast">
            <summary>
            For far east languages. Supported only for format. Always 0 for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.NumberFormat">
            <summary>
            Returns or sets the format code for the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.NumberFormatIndex">
            <summary>
            Gets / Sets format index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.NumberFormatLocal">
            <summary>
            Returns or sets the format code for the object as a string in the
            language of the user. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.NumberFormatSettings">
            <summary>
            Returns object that describes number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.Rotation">
            <summary>
            Text rotation angle:
            0 Not rotated
            1-90 1 to 90 degrees counterclockwise
            91-180 1 to 90 degrees clockwise
            255 Letters are stacked top-to-bottom, but not rotated.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when value is more than 0xFF.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.ShrinkToFit">
            <summary>
            True - shrink content to fit into cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.VerticalAlignment">
            <summary>
            Vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.WrapText">
            <summary>
            True - Text is wrapped at right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.PatternColorIndex">
            <summary>
            Returns or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.PatternColor">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.ColorIndex">
            <summary>
            Returns or sets the color of the interior. The color is specified as
            an index value into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.IsModified">
            <summary>
            Gets value indicating whether format was modified, compared to parent format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IExtendedFormat.HasBorder">
            <summary>
            Returns the Cell has border
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.BeginUpdate">
            <summary>
            Starts updating process.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.EndUpdate">
            <summary>
            Ends updating process.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.BottomBorderColor">
            <summary>
            Get/set BottomBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.TopBorderColor">
            <summary>
            Get/set TopBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.LeftBorderColor">
            <summary>
            Get/set LeftBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.RightBorderColor">
            <summary>
            Get/set RightBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.DiagonalBorderColor">
            <summary>
            Get/set DiagonalUpBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.LeftBorderLineStyle">
            <summary>
            Gets / sets line style of the left border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.RightBorderLineStyle">
            <summary>
            Gets / sets line style of the right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.TopBorderLineStyle">
            <summary>
            Gets / sets line style of the top border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.BottomBorderLineStyle">
            <summary>
            Gets / sets line style of the bottom border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.DiagonalUpBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.DiagonalDownBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.DiagonalUpVisible">
            <summary>
            Indicates whether DiagonalUp line is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.DiagonalDownVisible">
            <summary>
            Indicates whether DiagonalDown line is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat.Workbook">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IXFIndex">
            <summary>
            Summary description for IXFIndex.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IXFIndex.XFormatIndex">
            <summary>
            Gets format index in m_book.InnerFormats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DEF_NO_PARENT_INDEX">
            <summary>
            Parent index that indicates that extended format doesn't have any parent format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.TopToBottomRotation">
            <summary>
            Indicates that text is drawn from top to bottom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.MaxTintValue">
            <summary>
            Maximum tint value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FONTBOLD">
            <summary>
            Weight of the bold font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FONTNORMAL">
            <summary>
            Weight of the normal font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_extFormat">
            <summary>
            ExtendedFormatRecord that contains information about font and format indexes,
            borders, colors, etc.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_xfExt" -->
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_iXFIndex">
            <summary>
            Position of this format in m_book.InnerExtFormats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_gradient">
            <summary>
            ShapeFill implementation that contains gradient fill effects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_color">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_patternColor">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_hasBorder">
            <summary>
            Represent the cell-border
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_pivotButton">
            <summary>
            Indicating whether cell has pivot button
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.isVerticalText">
            <summary>
            Incidates the cell has vertical text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.m_bisValid">
            <summary>
            Indicates if the extended format is used in the woekbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.SetChanged">
            <summary>
            This method should be called after any changes.
            Sets Saved property of the parent workbook to False.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyTo(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies all data from this XF into another.
            </summary>
            <param name="twin">Format to copy into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CreateChildFormat">
            <summary>
            Creates child format if this format is for named style and registers it in workbook.
            </summary>
            <returns>Child format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CreateChildFormat(System.Boolean)">
            <summary>
            Creates child format if this format is for named style.
            </summary>
            <param name="bRegister">Defines whether to register format in workbook.</param>
            <returns>Child format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateIncludeProperties(System.Int32,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates the include properties in current formats
            </summary>
            <param name="index">Parent index.</param>
            <param name="format">XF format record.</param>
            <returns>XF format recordS.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CreateChildFormat(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            
            </summary>
            <param name="oldFormat"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.SynchronizeWithParent">
            <summary>
            Synchronizes properties with parent record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyBorders(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies borders from source format.
            </summary>
            <param name="source">Format to copy border settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyPatterns(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies patterns from source format.
            </summary>
            <param name="source">Format to copy pattern settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.BeginUpdate">
            <summary>
            Starts updating process.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.EndUpdate">
            <summary>
            Ends updating process.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Sets application and parent fields.
            </summary>
            <param name="application">Application object for the format.</param>
            <param name="parent">Parent object for the format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers ExtendedFormatImpl from the stream.
            </summary>
            <param name="application">Application object for the format.</param>
            <param name="parent">Parent object for the format.</param>
            <param name="reader">
            Reader that contains ExtendedFormatRecord for
            the new extended format.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Recovers ExtendedFormatImpl records from Biff Records array and position
            of ExtendedFormatRecord in it.
            </summary>
            <param name="application">Application object for the XF.</param>
            <param name="parent">Parent object for the XF.</param>
            <param name="data">Array of Biff Records.</param>
            <param name="position">Position of ExtendedFormatRecord.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Recovers ExtendedFormatImpl records from Biff Records 
            List and position of ExtendedFormatRecord in it.
            </summary>
            <param name="application">Application object for the XF.</param>
            <param name="parent">Parent object for the XF.</param>
            <param name="data">List of Biff Records.</param>
            <param name="position">Position of ExtendedFormatRecord in List.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord)">
            <summary>
            Gets information about extended format from specified format.
            </summary>
            <param name="application">Application object for the XF.</param>
            <param name="parent">Parent object for the XF.</param>
            <param name="format">Format that contains all needed information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord,System.Boolean)">
            <summary>
            Gets information about extended format from specified format.
            </summary>
            <param name="application">Application object for the XF.</param>
            <param name="parent">Parent object for the XF.</param>
            <param name="format">Format that contains all needed information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recover from the stream.
            </summary>
            <param name="reader">Reader with XF data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Recovers ExtendedFormat from array of Biff Records and position of
            ExtendedFormatRecord in it.
            </summary>
            <param name="data">Array of Biff Records.</param>
            <param name="position">Position of ExtendedFormatRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord)">
            <summary>
            Parses ExtendedFormatRecord
            </summary>
            <param name="format">Record to parse.</param>
            <exception cref="T:System.ApplicationException">
            When font index in format record is larger than size 
            of the inner font collection of the parent workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord,System.Boolean)">
            <summary>
            Parses ExtendedFormatRecord
            </summary>
            <param name="format">Record to parse.</param>
            <exception cref="T:System.ApplicationException">
            When font index in format record is larger than size 
            of the inner font collection of the parent workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateFromParent">
            <summary>
            Updates values from parent format and initializes colors if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateFromCurrentExtendedFormat(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates values from current format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateFromCurrentExtendedFormatNew(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Updates values from current format
            </summary>
            <param name="CurrXF">Source extended format record to copy from</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InitializeColors">
            <summary>
            Initializes color objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateColor">
            <summary>
            Updates color field in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdatePatternColor">
            <summary>
            Updates pattern color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateTopBorderColor">
            <summary>
            Updates top border color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateBottomBorderColor">
            <summary>
            Updates bottom border color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateLeftBorderColor">
            <summary>
            Updates left border color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateRightBorderColor">
            <summary>
            Updates right border color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.UpdateDiagonalBorderColor">
            <summary>
            Updates diagonal border color in the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.UInt32[])">
            <summary>
            Adds format records into records array.
            </summary>
            <param name="records">Array that will receive format information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CheckAndCorrectFormatRecord(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Checks the record to see if everything is proper and corrects
            it if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.SerializeXFormat(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Adds Extended XF format records into records array.
            </summary>
            <param name="records">Array that will receive format information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyColors(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedXFRecord)">
            <summary>
            Copy Colors.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CompareTo(System.Object)">
             <summary>
             Compares the current instance with another object of the same type.
             </summary>
             <param name="obj">Object to compare with this instance.</param>
             <returns>
             Less than zero    - This instance is less than obj. 
             Zero              - This instance is equal to obj. 
             Greater than zero - This instance is greater than obj. 
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CompareTo(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            
            </summary>
            <param name="twin"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CompareToWithoutIndex(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Compares formats without comparing indexes.
            </summary>
            <param name="twin">Format to compare.</param>
            <returns>0 if formats are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Equals(System.Object)">
            <summary>
            Determines whether two Object instances are equal.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>
            True if the specified Object is equal to the current Object; otherwise, False.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyFromTo(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies one extended format into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyAlignment(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies alignment of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyBorders(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies borders of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyFont(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies font of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyFormat(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies number format of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyPatterns(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies patterns of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyProtection(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Copies protection of one XFormat into another.
            </summary>
            <param name="childFormat">Destination format.</param>
            <param name="parentFormat">Source format.</param>
            <param name="bSetFlag">Indicates whether we should change corresponding
            Include... flag(s) after copying data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CopyColorsFrom(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies color settings from specified format object.
            </summary>
            <param name="format"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.TypedClone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.CheckAndUpdateHasBorder(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Checks the record for borders and updates hasBorder
            </summary>
            <param name="record">The record to be checked</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FontIndex">
            <summary>
            Get / set font index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.XFormatIndex">
            <summary>
            Gets format index in m_book.InnerFormats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.NumberFormatIndex">
            <summary>
            Get / set Format index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FillPattern">
            <summary>
            Get / set fill pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FillBackground">
            <summary>
            Get / set fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FillBackgroundRGB">
            <summary>
            Get / set fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FillForeground">
            <summary>
            Get / set fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FillForegroundRGB">
            <summary>
            Get / set fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.HorizontalAlignment">
            <summary>
            Horizontal alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IndentLevel">
            <summary>
            Indent level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.FormulaHidden">
            <summary>
            Indicates whether formula is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Locked">
            <summary>
            Indicates whether cell with this XF is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.JustifyLast">
            <summary>
            For far east languages. Supported only for format. Always 0 for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.NumberFormat">
            <summary>
            Returns or sets the format code for the object. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.NumberFormatLocal">
            <summary>
            Returns or sets the format code for the object as a string in the
            language of the user. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.NumberFormatSettings">
            <summary>
            Returns object that describes number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ShrinkToFit">
            <summary>
            True- Indicates that the contents are shrunk to fit into cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.WrapText">
            <summary>
            True - Indicates  that text is wrapped at right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.VerticalAlignment">
            <summary>
            Vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludeAlignment">
            <summary>
            Flag for horizontal and vertical alignment, text wrap, indentation,
            orientation, rotation, and text direction. If False, the attribute
            of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludeBorder">
            <summary>
            Flag for border lines.
            If False, the attribute of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludeFont">
            <summary>
            Flag for font.
            If False, the attribute of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludeNumberFormat">
            <summary>
            Flag for number format.
            If False, the attribute of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludePatterns">
            <summary>
            Flag for background area style.
            If False, the attribute of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IncludeProtection">
            <summary>
            Flag for cell protection (cell locked and formula hidden).
            If False, the attribute of parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Font">
            <summary>
            Gets font object for this extended format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Borders">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IsFirstSymbolApostrophe">
            <summary>
            If true then first symbol in cell is apostrophe.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.PatternColorIndex">
            <summary>
            Returns or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.PatternColor">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.PatternColorObject">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ColorIndex">
            <summary>
            Returns or sets the color of the interior. The color is specified as
            an index value into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ColorObject">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IsModified">
            <summary>
            Gets value indicating whether format was modified, compared to parent format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Properties">
            <summary>
            List of extended property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>        
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Rotation">
            <summary>
            Text rotation angle:
            0 Not rotated
            1-90 1 to 90 degrees counterclockwise
            91-180 1 to 90 degrees clockwise
            255 Letters are stacked top-to-bottom, but not rotated.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0xFF.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IsVerticalText">
            <summary>
            Incidates whether the cell is a vertical text
            i.e. rotation of 255 degree is considered as vertical text
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.XFType">
            <summary>
            Type of the extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Gradient">
            <summary>
            Gets / sets gradient object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Index">
            <summary>
            Get / set index for this record in Workbook.InnerExtFormats collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Record">
            <summary>
            Read-only. Returns ExtendedFormatRecord with 
            information about this format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.XFRecord">
            <summary>
            Read-only. Returns ExtendedXFormat with information about this format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ParentIndex">
            <summary>
            Index of the parent extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.Workbook">
            <summary>
            Returns parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ParentCollection">
            <summary>
            Returns parent collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.BottomBorderColor">
            <summary>
            Get/set BottomBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.TopBorderColor">
            <summary>
            Get/set TopBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.LeftBorderColor">
            <summary>
            Get/set LeftBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.RightBorderColor">
            <summary>
            Get/set RightBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DiagonalBorderColor">
            <summary>
            Get/set DiagonalUpBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.LeftBorderLineStyle">
            <summary>
            Gets / sets line style of the left border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.RightBorderLineStyle">
            <summary>
            Gets / sets line style of the right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.TopBorderLineStyle">
            <summary>
            Gets / sets line style of the top border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.BottomBorderLineStyle">
            <summary>
            Gets / sets line style of the bottom border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DiagonalUpBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DiagonalDownBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DiagonalUpVisible">
            <summary>
            Indicates whether DiagonalUp line is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.DiagonalDownVisible">
            <summary>
            Indicates whether DiagonalDown line is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.HasParent">
            <summary>
            Indicates whether this format is child format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IsDefaultColor">
            <summary>
            Indicates whether color is default. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.IsDefaultPatternColor">
            <summary>
            Indicates whether pattern color is default. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ParentRecord">
            <summary>
            Returns record from parent format if possible, otherwise just returns format record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.ParentFormat">
            <summary>
            Returns parent format if possible, otherwise just returns this format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.NumberFormatObject">
            <summary>
            Gets number format object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.PivotButton">
            <summary>
            Indicating whether cell has pivot button
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerPatternColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerTopBorderColor">
            <summary>
            Returns color of the top border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerBottomBorderColor">
            <summary>
            Returns color of the bottom border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerLeftBorderColor">
            <summary>
            Returns color of the left border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerRightBorderColor">
            <summary>
            Returns color of the right border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatImpl.InnerDiagonalBorderColor">
            <summary>
            Returns color of the diagonal border. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatStandAlone.font">
            <summary>
            Font settings.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatStandAlone.#ctor(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Initializes new instance of the format.
            </summary>
            <param name="format">Object to copy settings from.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatStandAlone.Font">
            <summary>
            Returns object that stores font settings. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ColorExtension">
            <summary>
            This class contains some extension to the Color class in  (SILVERLIGHT).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Black">
            <summary>
            Contains black color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.White">
            <summary>
            Contains white color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Empty">
            <summary>
            Contains empty color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Red">
            <summary>
            Contains red color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Blue">
            <summary>
            Contains blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.DarkGray">
            <summary>
            Contains dark gray color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Yellow">
            <summary>
            Contains yellow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Cyan">
            <summary>
            Contains cyan color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Magenta">
            <summary>
            Contains magenta color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.Gray">
            <summary>
            Contains gray color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.ChartForeground">
            <summary>
            Chart foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.ChartBackground">
            <summary>
            Chart background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorExtension.ChartNeutral">
            <summary>
            Chart neutral color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorExtension.FromArgb(System.Int32)">
            <summary>
            Converts Int32 value into Color.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.IRange">
            <summary>
            Represents a cell, a row, a column, collection of cells or a 3-D Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Activate">
            <summary>
            Activates the cell.
            </summary>
            <returns>Returns the active cell.</returns>
            <example>
            The following code illustrates how to activate a Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Activates 'F1' cell.
            worksheet.Range["F1"].Activate();
            
            workbook.SaveAs("Activate.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Activate(System.Boolean)">
            <summary>
            Activates the cell and its worksheet.
            </summary>
            <param name="scroll">True to set as top left cell.</param>
            <returns>Returns the active cell.</returns>
            <example>
            The following code illustrates how to activate a Range with scroll flag.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Activates 'F1' cell.
            worksheet.Range["F1"].Activate(true);
            
            workbook.SaveAs("Activate.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Group(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Groups the Range by row/column.
            </summary>
            <param name="groupBy">
            Represents to expand the group by rows/columns.
            </param>
            <returns>Returns the Range after grouping.</returns>
            <example>
            The following code illustrates how to group the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Group Rows
            worksheet.Range["A4:A6"].Group(ExcelGroupBy.ByRows);
            
            //Group Columns
            worksheet.Range["C1:F1"].Group(ExcelGroupBy.ByColumns);
            
            workbook.SaveAs("Grouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Group(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean)">
            <summary>
            Groups the Range by row/column with collapse flag.
            </summary>
            <param name="groupBy">
            Represents to expand the group by rows/columns.
            </param>
            <param name="bCollapsed">Indicates whether group should be collapsed.</param>
            <returns>Returns the Range after grouping.</returns>
            <example>
            The following code illustrates how to group the Range with collapse flag.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Group Rows
            worksheet.Range["A1:A3"].Group(ExcelGroupBy.ByRows, true);
            
            //Group Columns
            worksheet.Range["A1:B1"].Group(ExcelGroupBy.ByColumns, false);
            
            workbook.SaveAs("Grouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
             <summary>
             Creates subtotals for the Range.
             </summary>
             <param name="groupBy">Column index based on which grouping should be done.</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of column indexes on which subtotal is calculated.</param>
             <example>
             The following code illustrates how to subtotal the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the Range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal(0, ConsolidationFunction.Sum, new int[] { 2, 3, 4 });
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Creates subtotals for the Range with the specified formatting flags.
             </summary>
             <param name="groupBy">Column index based on which grouping should be done</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of column indexes on which subtotal is calculated.</param>
             <param name="replace">Indicates whether existing SubTotal must be replaced.</param>
             <param name="pageBreaks">Indicates whether page break must be inserted.</param>
             <param name="summaryBelowData">Indicates whether SummaryBelowData to be shown</param>
             <example>
             The following code illustrates how to subtotal the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal(0, ConsolidationFunction.Sum, new int[] { 2, 3, 4 }, false, true, true);
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Creates subtotals for the Range with multiple group by columns and the specified formatting flags.
             </summary>
             <param name="groupBy">Column indexes based on which grouping is done. Given in the order of subtotal levels</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of columns on which subtotal is calculated</param>
             <param name="replace">Replaces Existing SubTotal</param>
             <param name="pageBreaks">Inserts PageBreaks</param>
             <param name="summaryBelowData">SummaryBelowData to be shown</param>
             <example>
             The following code illustrates how to subtotal the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal( new int[] { 1, 2 }, ConsolidationFunction.Sum, new int[] { 2, 3, 4 }, false, true, true);
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Merge">
             <summary>
             Combines the contents of the selected cells in a new larger cell.
             </summary>
             <example>
             The following code illustrates how to merge the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             worksheet.Range["A16:C16"].Merge();
            
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Merge(System.Boolean)">
             <summary>
             Combines the contents of the selected cells in a new larger cell with clear option flag.
             </summary>
             <param name="clearCells">Clears the Merged cell.</param>
             <example>
             The following code illustrates how to merge the Range with clear option.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             worksheet.Range["A16:C16"].Merge(true);
            
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Ungroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Ungroups the Range.
            </summary>
            <param name="groupBy">Represents to expand the group by rows/columns.</param>
            <returns>Returns the Range after ungrouping.</returns>
            <example>
            The following code illustrates how to ungroup the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Ungroup Rows
            worksheet.Range["A1:A3"].UnGroup(ExcelGroupBy.ByRows);
            
            //Ungroup Columns
            worksheet.Range["C1:F1"].UnGroup(ExcelGroupBy.ByColumns);
            
            workbook.SaveAs("Ungrouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.UnMerge">
             <summary>
             Separates merged cells into individual cells.
             </summary>
             <example>
             The following code illustrates how to perform <c>merging</c> in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Un-Merging merged cells
             worksheet.Range["A16:C16"].UnMerge();
            
             workbook.SaveAs("UnMerging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FreezePanes">
             <summary>
             Keep rows and columns visible in the Range while the rest of the worksheet scrolls.
             </summary>
             <example>
             The following code illustrates how to freeze a pane in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Applying Freeze Pane to the sheet by specifying a cell.
             sheet.Range["B2"].FreezePanes();
            
             workbook.SaveAs("Freeze.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Clear">
             <summary>
             Clears content in the Range.
             </summary>
             <example>
             The following code illustrates how to clear the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� .
             sheet.Range["A4"].Clear();
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Clear(System.Boolean)">
             <summary>
             Clears content and formats in the Range.
             </summary>
             <param name="isClearFormat">True to clear format.</param>
             <example>
             The following code illustrates how to clear the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� and its formatting.
             sheet.Range["A4"].Clear(true);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Clear(Syncfusion.XlsIO.ExcelClearOptions)">
             <summary>
             Clears the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelClearOptions"/>.
             </summary>
             <param name="option">Represents the clear options.</param>
             <example>
             The following code illustrates how to clear the Range with clear options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� with its clear options.
             sheet.Range["A4"].Clear(ExcelClearOptions.ClearAll);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Clear(Syncfusion.XlsIO.ExcelMoveDirection)">
             <summary>
             Clears the Range and shifts the cells Up or Left.
             </summary>
             <param name="direction">Shifts the cells to the specified direction.</param>
             <example>
             The following code illustrates how to clear the Range with specified direction.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clearing a Range �A4� with move options.
             sheet.Range["A4"].Clear(ExcelMoveDirection.MoveLeft);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.Clear(Syncfusion.XlsIO.ExcelMoveDirection,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
             <summary>
             Clears the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelMoveDirection"/> and <see cref="T:Syncfusion.XlsIO.ExcelCopyRangeOptions"/>.
             </summary>
             <param name="direction">Shifts the cells to the specified direction.</param>
             <param name="options">Copies the cells with the specified copy Range options.</param>
             <example>
             The following code illustrates how to clear the Range with specified direction and copy Range options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clearing a Range �A4� with copy Range and move options.
             sheet.Range["A4"].Clear(ExcelMoveDirection.MoveLeft,ExcelCopyRangeOptions.All);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.MoveTo(Syncfusion.XlsIO.IRange)">
             <summary>
             Moves cells to the specified  Range (without updating formulas).
             </summary>
             <param name="destination">Represents the destination Range to move.</param>
             <example>
             The following code illustrates how to move the Range.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Moving a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.MoveTo(destination);
            
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("MoveRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.CopyTo(Syncfusion.XlsIO.IRange)">
             <summary>
             Copies the Range to the specified Range (without updating formulas).
             </summary>
             <param name="destination">Represents the destination Range to copy.</param>
             <returns>Returns the copied Range.</returns>
             <example>
             The following code illustrates how to copy the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Copying a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.CopyTo(destination);
            
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("CopyRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.CopyTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
             <summary>
             Copies the Range to the specified destination Range with copy options.
             </summary>
             <param name="destination">Represents the destination Range to copy.</param>
             <param name="options">Represents the copy Range options.</param>
             <returns>Returns the copied Range.</returns>
             <example>
             The following code illustrates how to copy the Range with copy options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Copying a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.CopyTo(destination, ExcelCopyRangeOptions.All);
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("CopyRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.IntersectWith(Syncfusion.XlsIO.IRange)">
             <summary>
             Returns intersection of the Range with specified  Range.
             </summary>
             <param name="range">Range to be intersected.</param>
             <returns>Returns the intersection Range;if there is no intersection, NULL is returned.</returns>
             <example>
             The following code illustrates how to perform <c>intersectwith</c> in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             IRange range = worksheet.Range["A16:C16"];
             IRange commonRange = worksheet.Range["B16:D16"].IntersectWith(range);
             workbook.SaveAs("Intersection.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.MergeWith(Syncfusion.XlsIO.IRange)">
             <summary>
             Merges the range with specified  range and returns merged range.
             </summary>
             <param name="range">Range to be merged with.</param>
             <returns>Returns a merged range; if the Range is unable to merge, null is returned.</returns>
             <example>
             The following code illustrates how to perform <c>mergewith</c> in the range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             IRange range = worksheet.Range["A16:C16"].Merge();
             worksheet.Range["D16"].MergeWith(range);
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.AutofitRows">
            <summary>
            Changes the height of the rows in the range to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
            <example>
            The following code shows how to auto-size row height to its cell content.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            //Auto-fit rows
            worksheet.Range["A2"].Text = "Fit the content to row";
            worksheet.Range["A2"].WrapText = true;
            worksheet.Range["A2"].AutofitRows();
            
            workbook.SaveAs("AutoFit.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.AutofitColumns">
            <summary>
            Changes the width of the columns in the range to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
            <example>
            The following code shows how to auto-size row height to its cell content.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            //Auto-fit columns
            worksheet.Range["B4"].Text = "Fit the content to column";
            worksheet.Range["B4"].AutofitColumns();
            
            workbook.SaveAs("AutoFit.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.AddComment">
            <summary>
            Adds a comment.
            </summary>
            <returns>Returns a comment shape.</returns>
            <example>
            The following code illustrates how to insert <c>Comments</c> in the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Adding comments to a cell.
             ICommentShape comment = sheet.Range["A1"].AddComment();
             comment.Text= "Comments";
            
            // Add Rich Text Comments.
            IRange range = sheet.Range["A6"];
            range.AddComment().RichText.Text = "RichText";
            IRichTextString rtf = range.Comment.RichText;
            
            // Formatting first 4 characters.
            IFont redFont = workbook.CreateFont();
            redFont.Bold = true;
            redFont.Color = ExcelKnownColors.Red;
            rtf.SetFont(0, 3, redFont);
            
            workbook.SaveAs("Comments.xlsx");
            workbook.Close();
            excelEngine.Dispose();  
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence cell with the specified string value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to found.</param>
             <param name="flags">Flag that represent type of search.</param>
             <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified string value in the range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with string
             IRange result = sheet["A2:K100"].FindFirst("Simple text", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence cell with the specified double value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to found.</param>
             <param name="flags">Flag that represent type of search.</param>
             <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified double value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with number
             IRange result = sheet["A2:K100"].FindFirst(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindFirst(System.Boolean)">
             <summary>
             Returns the first occurrence cell with the specified bool value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified bool value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with bool
             IRange result = sheet["A2:K100"].FindFirst(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindFirst(System.DateTime)">
             <summary>
             Returns the first occurrence cell with the specified DateTime value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified DateTime value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with DateTime
             IRange result = sheet["A2:K100"].FindFirst(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindFirst(System.TimeSpan)">
             <summary>
             Returns the first occurrence cell with the specified TimeSpan value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified TimeSpan value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with TimeSpan
             IRange result = sheet["A2:K100"].FindFirst(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the cells with a specified string value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to be found.</param>
             <param name="flags">Represents type of the value to be found.</param>
             <returns>Returns the cells with a specified string value, or null if value was not found.</returns>    
             <example>
             The following code illustrates how to find the cells with specified string value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with string
             IRange[] results = sheet["A2:K100"].FindAll("Simple text", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the cells with a specified double value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to be found.</param>
             <param name="flags">Represents type of the value to be found.</param>
             <returns>Returns the cells with a specified double value, or null if value was not found.</returns> 
             <example>
             The following code illustrates how to find the cells with specified double value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with number
             IRange[] results = sheet["A2:K100"].FindAll(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindAll(System.Boolean)">
             <summary>
             Returns the cells with a specified bool value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified bool value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with bool
             IRange[] results = sheet["A2:K100"].FindAll(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindAll(System.DateTime)">
             <summary>
             Returns the cells with a specified DateTime value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified DateTime value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with DateTime
             IRange[] results = sheet["A2:K100"].FindAll(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.FindAll(System.TimeSpan)">
             <summary>
             Returns the cells with a specified TimeSpan value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified TimeSpan value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with Timespan
             IRange[] results = sheet["A2:K100"].FindAll(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderAround">
             <summary>
             Applies border around the Range. The default line style is <see cref="F:Syncfusion.XlsIO.ExcelLineStyle.Thin"/>.
             </summary>
             <example>
             The following code illustrates how to apply border around the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with default line style.
             worksheet.Range["A2:F4"].BorderAround();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderAround(Syncfusion.XlsIO.ExcelLineStyle)">
             <summary>
             Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <example>
             The following code illustrates how to apply border around the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
             <summary>
              Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:System.Drawing.Color"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with color.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and color.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,Color.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
             <summary>
             Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with ExcelKnownColors.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and ExcelKnownColors.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,ExcelKnownColors.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderInside">
             <summary>
             Applies border inside the Range. The default line style is <see cref="F:Syncfusion.XlsIO.ExcelLineStyle.Thin"/>.
             </summary>
             <example>
             The following code illustrates how to apply border inside the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border inside the Range with default line style.
             worksheet.Range["A2:F4"].BorderInside();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderInside(Syncfusion.XlsIO.ExcelLineStyle)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <example>
             The following code illustrates how to apply border inside the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the inside with specified  line style.
             worksheet.Range["A2:F4"].BorderInside(ExcelLineStyle.Double);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:System.Drawing.Color"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border inside the Range with color.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border inside the Range with specified  line style and color.
             worksheet.Range["A2:F4"].BorderInside(ExcelLineStyle.Double,Color.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with ExcelKnownColors.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and ExcelKnownColors.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,ExcelKnownColors.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.BorderNone">
             <summary>
             Applies no border in the Range.
             </summary>
             <example>
             The following code illustrates how to remove border in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with default line style.
             worksheet.Range["A2:F4"].BorderNone();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.CollapseGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Collapses the group by rows/columns.
            </summary>
            <param name="groupBy">
            Represents to collapse the group by rows/columns.
            </param>
            <example>
            The following code illustrates how to collapse the group in the Range.
            <code> 
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Collapse group
            worksheet.Range["A5:A15"].CollapseGroup(ExcelGroupBy.ByRows);
            
            workbook.SaveAs("CollapseGroup.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy)">
             <summary>
             Expands the group by rows/columns.
             </summary>
             <param name="groupBy">Represents to expand the group by rows/columns.</param>
             <example>
             The following code illustrates how to expand the group in the Range.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
                 
             //Expand group with flag set to expand parent
             worksheet.Range["A5:A15"].ExpandGroup(ExcelGroupBy.ByRows);
             
             workbook.SaveAs("ExpandGroup.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IRange.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy,Syncfusion.XlsIO.ExpandCollapseFlags)">
             <summary>
             Expands the group by row/column with collapse option.
             </summary>
             <param name="groupBy">
             Represents to expand the group by rows/columns.
             </param>
             <param name="flags">Represent the collapses options.</param>
             <example>
             The following code illustrates how to perform <c>ExpandGroup</c> in the Range with collapse option.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
                 
             //Expand group with flag set to expand parent
             worksheet.Range["A5:A15"].ExpandGroup(ExcelGroupBy.ByRows, ExpandCollapseFlags.ExpandParent);
             
             workbook.SaveAs("ExpandGroup.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Address">
            <summary>
            Gets the Range reference in macro language. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Address</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[3, 4].Address;
            
            workbook.SaveAs("Address.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.AddressLocal">
            <summary>
            Gets the Range reference in language of the user. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressLocal</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 2].AddressLocal; 
            
            workbook.SaveAs("AddressLocal.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.AddressGlobal">
            <summary>
            Gets the Range reference along with its sheet name in format "'Sheet1'!$A$1". Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressGlobal</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[2];
            string address = sheet.Range[4, 3].AddressGlobal;
            
            workbook.SaveAs("AddressGlobal.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.AddressR1C1">
            <summary>
            Gets the Range reference along with sheet name using R1C1-style notation. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressR1C1</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 1].AddressR1C1;
            
            workbook.SaveAs("AddressR1C1.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.AddressR1C1Local">
            <summary>
            Gets the Range reference using R1C1-style notation. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressR1C1Local</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 1].AddressR1C1Local;
            
            workbook.SaveAs("AddressR1C1Local.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Boolean">
            <summary>
            Gets or sets boolean value in the Range.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Boolean</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.Range[2, 4].Boolean = true;
            bool boolean = sheet.Range[2, 4].Boolean;
            
            workbook.SaveAs("Boolean.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Borders">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IBorders"/> collection that represents the borders of a style 
            in the Range. Read-only.
            </summary>
            <remarks> Borders including a Range defined as part of a 
            conditional format will be returned.</remarks>
            <example>
            The following code illustrates how to access <c>Borders</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IBorders borders = sheet["K3"].Borders;
             borders.LineStyle = ExcelLineStyle.Dashed;
                
            workbook.SaveAs("Borders.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Cells">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the cells in the Range. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Cells</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] cells = sheet["A1:E8"].Cells;
            foreach (IRange Range in cells)
            {
                // Do some manipulations
            }
             
            workbook.SaveAs("Cells.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Column">
            <summary>
            Gets the column index of the first column in the Range which is a one based index. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Column</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            int firstColumn = sheet["E1:R3"].Column;
             
            workbook.SaveAs("Column.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.ColumnGroupLevel">
            <summary>
            Gets column group level of the Range. Read-only.
            </summary>
            <remarks>
            -1 - not all column in the Range have same group level.
            0 - No grouping,
            1 - 7 - group level.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.ColumnWidth">
            <summary>
            Gets or sets the width of all columns in the specified range, measured in points.    
            </summary>
            <remarks>
            Gets Double.MinValue if the rows in the specified Range
            aren't all the same width.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Count">
            <summary>
            Gets the number of cells in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.DateTime">
            <summary>
            Gets or sets DateTime value in the Range. 
            </summary>
            <remarks>
                Gets DateTime.MinValue if not all cells in the Range have same DateTime value.
            </remarks>
            <example>
            The following code illustrates how to set and access <c>DateTime</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.Range[2, 4].DateTime = DateTime.Now;
            DateTime dateTime = sheet.Range[2, 4].DateTime;
            
            workbook.SaveAs("DateTime.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.DisplayText">
            <summary>
            Gets cell value with its number format. Read-only.
            </summary>
            <remarks><para>While accessing DisplayText for Range of cells, it gets DisplayText of the first cell</para>
            <para>If a range contains a formula, <see cref="M:Syncfusion.XlsIO.IWorksheet.EnableSheetCalculations"/> must be invoked to get the calculated value of the formula</para>
            </remarks>
            <example>
            The following code illustrates how to access <c>DisplayText</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("DisplayText.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>  
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.End">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the cell at the end of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.EntireColumn">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the entire column (or
            columns) in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.EntireRow">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the entire row (or
            rows) in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Error">
            <summary>
            Gets or sets error value in the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Formula">
            <summary>
            Gets or sets the formula in A1-style notation and in 
            macro language for the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaArray">
            <summary>
            Gets or sets sets the array formula of a range which can perform multiple calculations on one or more of the items in an array.
            </summary>
            <example>
            The following code illustrates how to set and access <c>FormulaArray</c> property of the range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assign array formula
            sheet.Range["A1:D1"].FormulaArray = "{1,2,3,4}";
            
            //Adding a named range for the range A1 to D1
            sheet.Names.Add("ArrayRange", sheet.Range["A1:D1"]);
            
            //Assign formula array with named range
            sheet.Range["A2:D2"].FormulaArray = "ArrayRange+100";
            
            string fileName = "FormulaArray.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();          
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaArrayR1C1">
            <summary>
            Gets or sets the formula array for the Range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaHidden">
            <summary>
            Gets or sets a Boolean value indicating whether the formula will be hidden when the worksheet is protected.
            </summary>
            <remarks>
            True if the formula will be hidden when the worksheet is protected.
            False if at least part of formula in the Range is not hidden.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaDateTime">
            <summary>
            Gets or sets formula DateTime value in the Range.
            </summary>
            <remarks>
                Gets DateTime.MinValue if not all cells in the Range have same FormulaDateTime value.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaR1C1">
            <summary>
            Gets or sets the formula for the Range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaBoolValue">
            <summary>
            Gets or sets the calculated value of the formula as a boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaErrorValue">
            <summary>
            Gets or sets the error value of the formula as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasDataValidation">
            <summary>
            Gets a Boolean value indicating whether Range has data validation. Read-only.
            </summary>
            <remarks> If Range is not single cell, then gets true only if all cells have data validation. </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasBoolean">
            <summary>
            Gets a Boolean value indicating whether Range contains bool value. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>HasBoolean</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range
            sheet["A3"].Value2 = false;
            
            // Checking Range types.
            bool isboolean = sheet["A3"].HasBoolean;
            
            workbook.SaveAs("HasBoolean.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasDateTime">
            <summary>
            Gets a Boolean value indicating whether Range contains DateTime value. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>HasDateTime</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range
            sheet["A1"].Value2 = DateTime.Now;
            
            // Checking Range types.
            bool isDateTime =  sheet["A1"].HasDateTime;
            
            workbook.SaveAs("HasDateTime.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormula">
            <summary>
            Gets a Boolean value indicating whether Range contains formula. Read-only.
            </summary>
            <remarks> True if all cells in the Range contain formulas; False if
            at least one of the cells in the Range doesn't contain a formula.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaArray">
            <summary>
            Gets a Boolean value indicating whether Range contains array-entered formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasNumber">
            <summary>
            Gets a Boolean value indicating whether Range contains number. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range
            sheet["A2"].Value2 = 45;
            
            // Checking Range types.
            bool isNumber =  sheet["A2"].HasNumber;
            
            workbook.SaveAs("HasNumber.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasRichText">
            <summary>
            Gets a Boolean value indicating whether cell contains formatted rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasString">
            <summary>
            Gets a Boolean value indicating whether Range contains string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasStyle">
            <summary>
            Gets a Boolean value indicating whether Range has default style. False means default style.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HorizontalAlignment">
            <summary>
            Gets or sets the horizontal alignment for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Hyperlinks">
            <summary>
            Gets hyperlinks in the Range. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Borders</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            // Creating a Hyperlink for a Website.
            IHyperLink hyperlink = sheet.HyperLinks.Add(sheet.Range["C5"]);
            hyperlink.Type = ExcelHyperLinkType.Url;
            hyperlink.Address = "http://www.syncfusion.com";
            hyperlink.ScreenTip = "To know more About SYNCFUSION PRODUCTS go through this link";
            
            workbook.SaveAs("Hyperlinks.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IndentLevel">
            <summary>
            Gets or sets the indent level for cell or Range.
            </summary>
            <remarks>It can be from 0 to 15 for Excel 97-2003 and 250 for Excel 2007-2013.</remarks> 
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsBlank">
            <summary>
            Gets a Boolean value indicating whether the Range is blank. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsBoolean">
            <summary>
            Gets a Boolean value indicating whether cell type is boolean. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsError">
            <summary>
            Gets a Boolean value indicating whether Range contains error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsGroupedByColumn">
            <summary>
            Gets a Boolean value indicating whether Range is grouped by column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsGroupedByRow">
            <summary>
            Gets a Boolean value indicating whether Range is grouped by row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsInitialized">
            <summary>
            Gets a Boolean value indicating whether cell is initialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.LastColumn">
            <summary>
            Gets the column index of the last column in the Range which is a one based index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.LastRow">
            <summary>
            Gets the row index of the last row in the Range which is a one based index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Number">
            <summary>
            Gets or sets number value that is contained by Range.
            </summary>
            <exception cref="T:System.FormatException">
            When Range value is not a number.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.NumberFormat">
            <summary>
            Gets or sets format of cell which is similar to Style.NumberFormat property.
            </summary>
            <remarks>
            Gets NULL if all cells in the specified Range don't have the same number format.   
            </remarks>
            <example>
            The following code illustrates how to set and access <c>NumberFormat</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("NumberFormat.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Row">
            <summary>
            Gets the row index of the first row in the Range which is a one based index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.RowGroupLevel">
            <summary>
            Gets row group level. Read-only.
             </summary>
            <remarks>
            -1 - Not all rows in the Range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.RowHeight">
            <summary>
            Gets or sets the height of all the rows in the range, measured in points.
            </summary>
            <remarks> 
            Gets Double.MinValue if the rows in the specified Range aren't all the same height. Maximum Row height can be 409 
            value, minimum is zero.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Rows">
            <summary>
            Gets an array of <see cref="T:Syncfusion.XlsIO.IRange"/> objects that represent the rows in the Range. Read only.
            </summary>
            <example>
            The following code illustrates how to access <c>Columns</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] rows = sheet["A1:E8"].Rows;
            foreach (IRange row in rows)
            {
                // Do some manipulations
            }
            
            workbook.SaveAs("Rows.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Columns">
            <summary>
            Gets an array of <see cref="T:Syncfusion.XlsIO.IRange"/> objects that represent the columns in the Range.
            Read only.
            </summary>
            <example>
            The following code illustrates how to access <c>Columns</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] columns = sheet["A1:E8"].Columns;
            foreach (IRange column in columns)
            {
                // Do some manipulations
            }
            
            workbook.SaveAs("Columns.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.CellStyle">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IStyle"/> object that represents the style of the
            Range. 
            </summary>
            <example>
            The following code illustrates how to access <c>CellStyle</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Accessing cell style of the range
            IStyle rangeStyle = sheet["K4"].CellStyle;
            rangeStyle.Font.Bold = true;
            
            workbook.SaveAs("CellStyle.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.CellStyleName">
            <summary>
            Gets name of the <see cref="T:Syncfusion.XlsIO.IStyle"/> object that represents style of the
            Range. 
            </summary>
            <example>
            The following code illustrates how to access <c>CellStyleName</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0]; 
            // Creating a new style with cell back color, fill pattern and font attribute
            IStyle style = workbook.Styles.Add("GreenBoldFillDiagonal");
            style.Color = Color.LightGreen;
            style.FillPattern = ExcelPattern.DarkUpwardDiagonal;
            style.Font.Bold = true;
            
            // Assigning the cell style name to the Range.
            sheet["A1"].CellStyleName = "GreenBoldFillDiagonal";
            
            workbook.SaveAs("CellStyleName.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Text">
            <summary>
            Gets or sets string value of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.TimeSpan">
            <summary>
            Gets or sets time value of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Value">
            <summary>
            Gets or sets the value of the Range. Does not support FormulaArray value.
            </summary>
            <remarks>
            <para>
              Sets different data types values as a string,
              Value property parses the input string to determine its type which leads performance delay.
            </para>
            <para>
              The only difference between the Value2 property and the Value property
              is that the Value2 property does not use the Currency and Date data types.
              Also, it does not support FormulaArray value.
            </para>
            </remarks>
            <example>
            The following code illustrates how to set and access <c>Value</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("Value.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.CalculatedValue">
            <summary>
            Gets the calculated value of a formula in the Range. Read-only.
            </summary>
            <remarks> To compute a formula, it is mandatory to enable calculate engine by 
            invoking <c>EnableSheetCalculations</c> method of worksheet object. It is also recommend to disable 
            calculate engine once all formula are computed by invoking <c>DisableSheetCalculations</c> method of worksheet object</remarks>
            <example>
            Following code illustrates how to access a calculated value.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Initializes Calculate Engine to perform calculation
            sheet.EnableSheetCalculations();
            
            //Returns the calculated value of a formula using the most current inputs
            string calculatedValue = sheet["C1"].CalculatedValue;
            //Formula calculation is disabled for the sheet.
            sheet.DisableSheetCalculations();  
            
            workbook.SaveAs("Formula.xlsx");
            workbook.Close();
            excelEngine.Dispose();       
            </code>
            </example> 
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Value2">
            <summary>
            Gets or sets the cell value. 
            </summary>
            <remarks>
            <para>
                Sets different data types values as a object.
                <c>Value2</c> first checks whether the specified object has the type known for it (DateTime, TimeSpan, Double, Int). 
                If yes, then it uses the corresponding typed properties (DateTime, TimeSpan, and Number). 
                Otherwise, it calls Value property with String data type.
            </para>
            <para>
                The only difference between the Value2 property and the Value property
                is that the Value2 property does not use the Currency and Date data types.
                Also, it does not support FormulaArray value.
            </para>
            </remarks> 
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range
            sheet["A1"].Value2 = DateTime.Now;
            sheet["A2"].Value2 = 45;
            sheet["A3"].Value2 = false;
            
            // Checking Range types.
            bool isDateTime =  sheet["A1"].HasDateTime;
            bool isNumber =  sheet["A2"].HasNumber;
            bool isboolean = sheet["A3"].HasBoolean;
            
            workbook.SaveAs("Value2.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.VerticalAlignment">
            <summary>
            Gets or sets the vertical alignment of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Worksheet">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IWorksheet"/> object in which belongs to the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Item(System.String)">
            <summary>
            Gets cell Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Item(System.String,System.Boolean)">
            <summary>
            Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.ConditionalFormats">
            <summary>
            Gets the collection of conditional formats in the Range.
            Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet sheet = workbook.Worksheets[0];
            
            // Applying conditional formatting to "A1"
            IConditionalFormats condition = sheet.Range["A2"].ConditionalFormats;
            IConditionalFormat condition1 = condition.AddCondition();
            
            // Represents conditional format rule that the value in target Range should be between 10 and 20
            condition1.FormatType = ExcelCFType.CellValue;
            condition1.Operator = ExcelComparisonOperator.Between;
            condition1.FirstFormula = "10";
            condition1.SecondFormula = "20";
            sheet.Range["A1"].Text = "Enter a number between 10 and 20";
            
            workbook.SaveAs("ConditionalFormats.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code></example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.DataValidation">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IDataValidation"/> object that represents the data validation associated with the cell. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>DataValidation</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Data validation for number
            IDataValidation validation = sheet.Range["A3"].DataValidation;
            validation.AllowType = ExcelDataType.Integer;
            
            //Value between 0 to 10
            validation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            validation.FirstFormula = "0";
            validation.SecondFormula = "10";
            
            workbook.SaveAs("DataValidation.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaStringValue">
            <summary>
            Gets or sets string value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.FormulaNumberValue">
            <summary>
            Gets or sets number value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaBoolValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaErrorValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaDateTime">
            <summary>
            Gets a Boolean value indicating whether Range has formula value formatted as DateTime. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaNumberValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula number value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasFormulaStringValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula string value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.Comment">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.ICommentShape"/> object that represents the comment associated with the range. Read-only.
            </summary>
            <example>
            The following code illustrates how to insert <c>Comments</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Adding comments to a cell.
            sheet.Range["A1"].AddComment().Text = "Comments";
            
            // Add Rich Text Comments.
            IRange range = sheet.Range["A6"];
            range.AddComment().RichText.Text = "RichText";
            IRichTextString rtf = range.Comment.RichText;
            
            // Formatting first 4 characters.
            IFont redFont = workbook.CreateFont();
            redFont.Bold = true;
            redFont.Color = ExcelKnownColors.Red;
            rtf.SetFont(0, 3, redFont);
            
            workbook.SaveAs("Comments.xlsx");
            workbook.Close();
            excelEngine.Dispose();  
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.RichText">
            <summary>
            Gets string with rich text formatting in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsMerged">
            <summary>
            Gets a Boolean value indicating whether Range is a part of merged Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.MergeArea">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the merged Range to which the cell or Range belongs. Read-only.
            </summary>
            <remarks>If the specified cell isn�t in a merged Range, this property gets NULL.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.WrapText">
            <summary>
            Gets or sets wrap text of the Range.
            </summary>
            <remarks>While applying a wraptext to rows/columns in Excel, autofit is done for rows/columns respectively. But in XlsIO, autofit of rows/columns are not done after a wrap text of rows/columns due to improve the performance. To achieve Excel behavior, the autofit can be invoked manually.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.HasExternalFormula">
            <summary>
            Gets a Boolean value indicating whether Range has external formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IgnoreErrorOptions">
            <summary>
            Gets or sets ignore error options for formula auditing. If not single cell gets concatenated flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.IsStringsPreserved">
            <summary>
            Gets a Boolean value indicating whether all values in the Range are preserved as strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRange.BuiltInStyle">
            <summary>
            Gets or sets built in style in the Range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.INativePTG">
            <summary>
            Interface that contains method for to take native ptg.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.INativePTG.GetNativePtg">
            <summary>
            Gets ptg of current range.
            </summary>
            <returns>Returns native ptg.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.ICombinedRange">
            <summary>
            Represents a combined Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICombinedRange.GetNewAddress(System.Collections.Generic.Dictionary{System.String,System.String},System.String@)">
            <summary>
            Gets new address of range.
            </summary>
            <param name="names">Dictionary with Worksheet names.</param>
            <param name="strSheetName">String that sets as a worksheet name.</param>
            <returns>Returns string with new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICombinedRange.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Clones current IRange.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="hashNewNames">Dictionary with new names.</param>
            <param name="book">Parent workbook.</param>
            <returns>Returns clone of current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICombinedRange.ClearConditionalFormats">
            <summary>
            Clears conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICombinedRange.GetRectangles">
            <summary>
            Returns array that contains information about range.
            </summary>
            <returns>Rectangles that describes range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICombinedRange.GetRectanglesCount">
            <summary>
            Returns number of rectangles returned by GetRectangles method.
            </summary>
            <returns>Number of rectangles returned by GetRectangles method.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ICombinedRange.CellsCount">
            <summary>
            Number of cells in the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICombinedRange.AddressGlobal2007">
            <summary>
            Gets address global in the format required by Excel 2007.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICombinedRange.WorksheetName">
            <summary>
            Gets name of the parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalRange.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalRange.m_bIsNumReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalRange.m_bIsMultiReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalRange.m_bIsStringReference">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
            <summary>
            Creates Subtotal for the corresponding ranges
            </summary>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">GroupByGroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalRange.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">Columns to GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalRange.#ctor(Syncfusion.XlsIO.Implementation.ExternWorksheetImpl,System.Int32,System.Int32)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="sheet">Parent external worksheet.</param>
            <param name="row">First row.</param>
            <param name="column">First column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalRange.#ctor(Syncfusion.XlsIO.Implementation.ExternWorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="sheet">Parent external worksheet.</param>
            <param name="row">First row.</param>
            <param name="column">First column.</param>
            <param name="lastRow">Last row.</param>
            <param name="lastColumn">Last column.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.CalculatedValue">
            <summary>
            Returns the calculated value of a formula using the most current inputs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.AddressGlobal2007">
            <summary>
            Gets address global in the format required by Excel 2007.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.WorksheetName">
            <summary>
            Gets name of the parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.IsNumReference">
            <summary>
            Gets or sets a value indicating whether this instance is num reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is num reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.IsStringReference">
            <summary>
            Gets or sets a value indicating whether this instance is a string reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is string reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalRange.IsMultiReference">
            <summary>
            Gets or sets a value indicating whether this instance is multi reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is multi reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Syncfusion.XlsIO.StringEnumerations">
            <summary>
            Represent the string value which are for LineStyle
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.IdReserver">
            <summary>
            This class is responsible for shape id's reservation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.SegmentSize">
            <summary>
            Size of the single id's segment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.m_id">
            <summary>
            Dictionary that contains information about reserved id's.
            key - segment start
            value - id of the collection that reserved current segment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.m_idCount">
            <summary>
            Dictionary that contains information about number of reserved id's.
            key - segment start
            value - number of reserved sectors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.m_collectionCount">
            <summary>
            Number of sectors (key) and first id (value) reserved by some collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.m_iMaximumId">
            <summary>
            Maximum reserved id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IdReserver.m_dictAdditionalShapes">
            <summary>
            Additional shapes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.GetSegmentStart(System.Int32)">
            <summary>
            Evaluates start of the segment containing specified id.
            </summary>
            <param name="id">Id to get segment start for.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.CheckReserved(System.Int32)">
            <summary>
            Checks whether segment with specified it is already reserved.
            </summary>
            <param name="id">Id to check.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.CheckFree(System.Int32,System.Int32)">
            <summary>
            Checks whether segment with specified id is free.
            </summary>
            <param name="id">Id to check.</param>
            <param name="count">Number of segments to check.</param>
            <returns>True if all segments are free.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.ReservedBy(System.Int32)">
            <summary>
            Gets index of the collection which reserved specified id.
            </summary>
            <param name="id">Id to check.</param>
            <returns>Index of the collection which reserved id, or 0 if it is not reserved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.TryReserve(System.Int32,System.Int32,System.Int32)">
            <summary>
            Tries to reserve segment or segments containing specified ids for the specified collection.
            </summary>
            <param name="id">Start id to reserve.</param>
            <param name="lastId">Last id to reserve.</param>
            <param name="collectionId">Collection owning those ids</param>
            <returns>True if reservation succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.IncreaseCount(System.Int32)">
            <summary>
            Increases number of reserved shapes in the segment.
            </summary>
            <param name="id">Id that belongs to the segment to increase number for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.IsReservedBy(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks whether specified id range is reserved by specified shape collection.
            </summary>
            <param name="id">Start id to check.</param>
            <param name="lastId">End id to check.</param>
            <param name="collectionId">Collection id to check.</param>
            <returns>True if all ids are reserved by the specified collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.FreeSegment(System.Int32)">
            <summary>
            Frees segment that contains specified id.
            </summary>
            <param name="id">Id used to detect segment start.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.FreeSegmentsSequence(System.Int32,System.Int32)">
            <summary>
            Frees segments sequence if they belong to specified collection.
            </summary>
            <param name="id">Id to detect first segment.</param>
            <param name="collectionId">Collection to free segments for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.FreeSequence(System.Int32)">
            <summary>
            Frees all segments allocated by the collection.
            </summary>
            <param name="collectionId">Collection id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.Allocate(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Allocates specified number of segments.
            </summary>
            <param name="idNumber">Ids count to allocate.</param>
            <param name="collectionId">Collection id.</param>
            <param name="shapes" >shapes.</param>
            <returns>Index to the first allocate id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.GetReservedCount(System.Int32)">
            <summary>
            Returns number of reserved ids by specified collection.
            </summary>
            <param name="collectionId">Collection index.</param>
            <returns>Number of reserved ids.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.ReservedCount(System.Int32)">
            <summary>
            Gets number of reserved shapes inside specified sector.
            </summary>
            <param name="id">Id that belongs to the segment that is being investigated.</param>
            <returns>Number of reserved ids inside sector.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.AddAdditionalShapes(System.Int32,System.Int32)">
            <summary>
            Registers any number of additional shapes required by collection.
            </summary>
            <param name="collectionIndex">Collection index.</param>
            <param name="shapesNumber">Number of additional shapes to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IdReserver.GetAdditionalShapesNumber(System.Int32)">
            <summary>
            Gets number of additional shapes reserved by collection.
            </summary>
            <param name="collectionIndex">Collection index.</param>
            <returns>Number of additional shapes.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IdReserver.MaximumId">
            <summary>
            Gets maximum accessed shape id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataStructure">
            <summary>
            Abstract class which represents data structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataStructure.FileCharPosSize">
            <summary>
            Size of the File Character position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataStructure.DiskPageSize">
            <summary>
            Number of bytes in formatted disk page.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadInt16(System.Byte[],System.Int32@)">
            <summary>
            Reads the int16.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadInt32(System.Byte[],System.Int32@)">
            <summary>
            Reads the int32.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadInt64(System.Byte[],System.Int32@)">
            <summary>
            Reads the int64.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadUInt16(System.Byte[],System.Int32@)">
            <summary>
            Reads the int16.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadUInt32(System.Byte[],System.Int32@)">
            <summary>
            Reads the int32.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.ReadBytes(System.Byte[],System.Int32,System.Int32@)">
            <summary>
            Reads the array of bytes.
            </summary>
            <param name="arrData">The data array.</param>
            <param name="length">The length.</param>
            <param name="iOffset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteInt16(System.Byte[],System.Int32@,System.Int16)">
            <summary>
            Saves the specified int16 value in the data array.
            </summary>
            <param name="arrData">The arr data.</param>
            <param name="iOffset">The offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteUInt16(System.Byte[],System.Int32@,System.UInt16)">
            <summary>
            Saves the specified uint16 value in the data array.
            </summary>
            <param name="arrData">The arr data.</param>
            <param name="iOffset">The offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteInt32(System.Byte[],System.Int32@,System.Int32)">
            <summary>
            Saves the specified int32 value in the data array.
            </summary>
            <param name="arrData">The arr data.</param>
            <param name="iOffset">The offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteInt64(System.Byte[],System.Int32@,System.Int64)">
            <summary>
            Saves the specified int64 value in the data array.
            </summary>
            <param name="destination">The destination.</param>
            <param name="iOffset">The offset.</param>
            <param name="val">The value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteUInt32(System.Byte[],System.Int32@,System.UInt32)">
            <summary>
            Saves the specified uint32 value in the data array.
            </summary>
            <param name="arrData">The arr data.</param>
            <param name="iOffset">The offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataStructure.WriteBytes(System.Byte[],System.Int32@,System.Byte[])">
            <summary>
            Saves the bytes byte array.
            </summary>
            <param name="destination">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <param name="bytes">The bytes.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataStructure.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_streamLength">
            <summary>
            Length of compObject stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_header">
            <summary>
            This MUST be a CompObjHeader structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_ansiUserTypeData">
            <summary>
            This MUST be a LengthPrefixedAnsiString structure that contains a display
            name of the linked object or embedded object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_ansiClipboardFormatData">
            <summary>
            This MUST be a ClipboardFormatOrAnsiString structure that contains the
            Clipboard Format of the linked object or embedded object. If the MarkerOrLength
            field of the ClipboardFormatOrAnsiString structure contains a value other than
            0x00000000, 0xffffffff, or 0xfffffffe, the value MUST NOT be greater than 0x00000190.
            Otherwise the CompObjStream structure is invalid
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_reserved1Data">
            <summary>
            If present, this MUST be a LengthPrefixedAnsiString structure. If the Length field of
            the LengthPrefixedAnsiString contains a value of 0 or a value that is greater than
            0x00000028, the remaining fields of the structure starting with the String field
            of the LengthPrefixedAnsiString MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_unicodeMarker">
            <summary>
            If this field is present and is NOT set to 0x71B239F4,
            the remaining fields of the structure MUST be ignored on processing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_unicodeUserTypeData">
            <summary>
            This MUST be a LengthPrefixedUnicodeString structure that contains a display name
            of the linked object or embedded object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_unicodeClipboardFormatData">
            <summary>
            This MUST be a ClipboardFormatOrUnicodeString structure that contains a Clipboard
            Format of the linked object or embedded object. If the MarkerOrLength field of the
            ClipboardFormatOrUnicodeString structure contains a value other than 0x00000000,
            0xffffffff, or 0xfffffffe, the value MUST NOT be more than 0x00000190. Otherwise,
            the CompObjStream structure is invalid
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.m_reserved2Data">
            <summary>
            This MUST be a LengthPrefixedUnicodeString. The String field of the LengthPrefixedUnicodeString
            can contain any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.#ctor(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.ObjectInfoStream"/> class.
            </summary>
            <param name="compStream">The comp stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.#ctor">
            <summary>
            Initializes a default instance of the <see cref="T:Syncfusion.XlsIO.Implementation.CompObjectStream"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.SaveTo(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Saves data to STG stream.
            </summary>
            <param name="stgStream">The STG stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.WriteZeroByteArr(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.Int32)">
            <summary>
            Writes the zero byte array.
            </summary>
            <param name="stgStream">The STG stream.</param>
            <param name="byteLength">Length of the byte.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.WriteLengthPrefixedString(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String)">
            <summary>
            Writes the length prefixed string.
            </summary>
            <param name="stgStream">The STG stream.</param>
            <param name="data">The data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CompObjectStream.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CompObjectStream.ObjectType">
            <summary>
            Gets the type of the object.
            </summary>
            <value>The type of the object.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CompObjectStream.ObjectTypeReserved">
            <summary>
            Gets the type of the object.
            </summary>
            <value>The type of the object.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.m_reserved1">
            <summary>
            This can be set to any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.m_version">
            <summary>
            This can be set to any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.m_reserved2">
            <summary>
            This can be set to any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.SaveTo(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Saves to STG stream.
            </summary>
            <param name="stgStream">The STG stream.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CompObjectStream.CompObjHeader.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ObjectInfoStream.DEF_STRUCT_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ObjectInfoStream.m_dataBytes">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ObjectInfoStream.#ctor(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.ObjectInfoStream"/> class.
            </summary>
            <param name="compStream">The comp stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ObjectInfoStream.#ctor">
            <summary>
            Initializes a default instance of the <see cref="T:Syncfusion.XlsIO.Implementation.ObjectInfoStream"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ObjectInfoStream.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ObjectInfoStream.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ObjectInfoStream.SaveTo(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Saves the data to stream.
            </summary>
            <param name="stgStream">The STG stream.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ObjectInfoStream.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.IOleObject">
            <summary>
            Represent the Ole object shapes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOleObject.Location">
            <summary>
            Gets or sets the location.
            </summary>
            <value>The location.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IOleObject.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IOleObject.Picture">
            <summary>
            Gets or sets the picture.
            </summary>
            <value>The picture.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IOleObject.Shape">
            <summary>
            Gets or sets picture shape object that defines look and position of the OleObject inside parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IOleObject.DisplayAsIcon">
            <summary>
            Gets or sets a value indicating whether [display as icon].
            </summary>
            <value><c>true</c> if [display as icon]; otherwise, <c>false</c>.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.DEF_OBJECT_POOL_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.DEF_OLE_STREAM_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.DEF_INFO_STREAM_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.DEF_COMP_STREAM_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.DEF_NATIVE_STREAM_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_fileNativeData">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_file">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_compObjectStream">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_oleStream">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_size">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_isIcon">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_fileName">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_container">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_objectInfoStream">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_location">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_storageName">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_dvAspect">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_shape">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_shapeRId">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_oleFileName">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_objectType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_isContainer">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_oleLinkType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_isStream">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_sheet">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_strContentType">
            <summary>
            Excel 2007 content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObject.m_strRelationType">
            <summary>
            Excel 2007 relation type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleObject"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.#ctor(System.String,System.Drawing.Image)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleObject"/> class.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="image">The image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.#ctor(System.String,System.Drawing.Image,Syncfusion.XlsIO.OleLinkType)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleObject"/> class.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="image">The image.</param>
            <param name="oleLinkType">Type of the OLE link.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.OleFromFile(System.String,System.Drawing.Image)">
            <summary>
            OLEs from file.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="image">The image.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.OleFromStream(System.IO.Stream,System.Drawing.Image,System.String)">
            <summary>
            OLEs from stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="image">The image.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.#ctor(System.IO.Stream,System.Drawing.Image,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleObject"/> class.
            </summary>
            <param name="stream">The stream.</param>
            <param name="image">The image.</param>
            <param name="extension">The extension.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.GetStreamFileName(System.Byte[],System.String)">
            <summary>
            Gets the name of the stream file.
            </summary>
            <param name="readValue">The read value.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.SetFile(System.String)">
            <summary>
            Sets the file.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.ExtractOleData(System.String)">
            <summary>
            Extracts the OLE data.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.CopyStream(System.IO.Stream,System.IO.Stream)">
            <summary>
            Copies the stream.
            </summary>
            <param name="input">The input.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.CheckFileName(System.String)">
            <summary>
            Checks the name of the file.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.SetOleFile(System.String,System.String)">
            <summary>
            Sets the OLE file.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="storageName">Name of the storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.SetOleFile(System.String,System.String,System.Byte[])">
            <summary>
            Sets the OLE file.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="storageName">Name of the storage.</param>
            <param name="fileBytes">The file bytes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.CreateOleObjContainer(System.String,System.String)">
            <summary>
            Creates the OLE obj container.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="olestorageName">Name of the olestorage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.Save(System.Byte[],System.String,System.String)">
            <summary>
            Saves the specified object pool.
            </summary>
            <param name="objectPool">The object pool.</param>
            <param name="dataPath">The data path.</param>
            <param name="storageName">Name of the storage.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.CreateOrGetObjPool(System.String)">
            <summary>
            Creates the or get obj pool.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.WriteOleStream(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String)">
            <summary>
            Writes the OLE stream.
            </summary>
            <param name="rootStg">The root STG.</param>
            <param name="dataPath">The data path.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.WriteObjInfoStream(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Writes the obj info stream.
            </summary>
            <param name="rootStg">The root STG.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.GetOleContainer">
            <summary>
            Gets the OLE container.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.WriteCompObjStream(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Writes the comp obj stream.
            </summary>
            <param name="rootStg">The root STG.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.WritePackage(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String)">
            <summary>
            Writes the package.
            </summary>
            <param name="rootStg">The root STG.</param>
            <param name="dataPath">The data path.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.ContainStream(System.String[],System.String)">
            <summary>
            Contains the stream.
            </summary>
            <param name="streamNames">The stream names.</param>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObject.GetWorkbookIndex">
            <summary>
            Gets index of external workbook referenced by this ole object.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Location">
            <summary>
            Gets or sets the location.
            </summary>
            <value>The location.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Picture">
            <summary>
            Gets or sets the picture.
            </summary>
            <value>The picture.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.DisplayAsIcon">
            <summary>
            Gets or sets a value indicating whether [display as icon].
            </summary>
            <value><c>true</c> if [display as icon]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.OleType">
            <summary>
            Gets or sets the type of the OLE.
            </summary>
            <value>The type of the OLE.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.IsStream">
            <summary>
            Gets or sets a value indicating whether this instance is stream.
            </summary>
            <value><c>true</c> if this instance is stream; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.OleSheet">
            <summary>
            Gets or sets the index of the OLE sheet.
            </summary>
            <value>The index of the OLE sheet.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.FileNativeData">
            <summary>
            Gets or sets the file native data.
            </summary>
            <value>The file native data.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.IsContainer">
            <summary>
            Gets or sets a value indicating whether this instance is container.
            </summary>
            <value>
            	<c>true</c> if this instance is container; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.ObjectType">
            <summary>
            Gets or sets the type of the object.
            </summary>
            <value>The type of the object.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.OleObjectType">
            <summary>
            Gets or sets the type of the OLE object.
            </summary>
            <value>The type of the OLE object.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Locate">
            <summary>
            Gets the locate.
            </summary>
            <value>The locate.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Container">
            <summary>
            Gets or sets the container.
            </summary>
            <value>The container.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.StorageName">
            <summary>
            Gets or sets the name of the storage.
            </summary>
            <value>The name of the storage.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.FileName">
            <summary>
            Gets or sets the name of the file.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.DvAspect">
            <summary>
            Gets or sets the dv aspect.
            </summary>
            <value>The dv aspect.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.ShapeID">
            <summary>
            Gets or sets the shape ID.
            </summary>
            <value>The shape ID.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.ShapeRId">
            <summary>
            Gets or sets the shape R id.
            </summary>
            <value>The shape R id.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.Shape">
            <summary>
            Gets shape associated with this ole object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.ContentType">
            <summary>
            Gets or sets xlsx content type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleObject.RelationType">
            <summary>
            Gets or sets xlsx relation type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.OleStorage">
            <summary>
            Used to preserve OleObjects for add copy method
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IOleObjects">
            <summary>
            Represents the Ole objects shape collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IOleObjects.Add(System.String,System.Drawing.Image,Syncfusion.XlsIO.OleLinkType)">
            <summary>
            Adds new ole object to the collection.
            </summary>
            <param name="fileName">File name.</param>
            <param name="image">File image.</param>
            <param name="linkType">Link type.</param>
            <returns>Returns a Ole object</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleObjects.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObjects.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="sheet">Parent worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObjects.Add(Syncfusion.XlsIO.Implementation.OleObject)">
            <summary>
            Adds the specified OLE.
            </summary>
            <param name="ole">The OLE.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObjects.Add(System.String,System.Drawing.Image,Syncfusion.XlsIO.OleLinkType)">
            <summary>
            Adds new ole object to the collection.
            </summary>
            <param name="fileName">File name.</param>
            <param name="image">File image.</param>
            <param name="linkType">Link type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleObjects.SetOleObject(Syncfusion.XlsIO.Implementation.OleObject)">
            <summary>
            Sets the OLE object.
            </summary>
            <param name="ole">The OLE.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.OleTypeConvertor">
            <summary>
            Class performs converting string to OleObjectType enum and vice versa.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.ToOleType(System.String)">
            <summary>
            Converts the string to "OleObjectType"
            </summary>
            <param name="oleTypeStr">The OLE type STR.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.ToOleString(Syncfusion.XlsIO.OleObjectType)">
            <summary>
            Converts the string to "OleObjectType"
            </summary>
            <param name="oleTypeStr">The OLE type STR.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.GetGUID">
            <summary>
            Gets the GUID for specified type of object.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.GetOleFileName">
            <summary>
            Gets the name of the OLE file.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.GetNextFileId">
            <summary>
            Gets the next file id.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleTypeConvertor.Add(System.String)">
            <summary>
            Adds the specified file name.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.OleStorageCollection">
            <summary>
            Used to preserve OleObjects for add copy method
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.DEF_VERSION_CONSTANT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_streamLeng">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_oleVersion">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_flags">
            <summary>
            This MUST be set to 0x00000001 or 0x00000002. If this field has a value of 1, the OLEStream
            structure MUST be for a linked object. If this field has a value of 0, then the OLEStream
            structure MUST be for an embedded object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_linkUpdateOption">
            <summary>
            This field contains an implementation-specific hint supplied by the application or by a
            higher-level protocol that creates the data structure. The hint MAY be ignored on
            processing of this data structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_reserved1">
            <summary>
            This MUST be set to 0x00000000. Otherwise, the OLEStream structure is invalid.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_reservedMonikerStreamSize">
            <summary>
            This MUST be set to the size, in bytes, of the ReservedMonikerStream field.
            If this field has a value 0x00000000, the ReservedMonikerStream field MUST NOT be present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_reservedMonikerStream">
            <summary>
            This MUST be a MONIKERSTREAM structure that can contain any arbitrary value 
            and MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_relativeSourceMonikerStreamSize">
            <summary>
            This MUST be set to the size, in bytes, of the RelativeSourceMonikerStream field.
            If this field has a value 0x00000000, the RelativeSourceMonikerStream field MUST NOT be present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_relativeSourceMonikerStream">
            <summary>
            This MUST be a MONIKERSTREAM structure that specifies the relative path to the linked object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_absoluteSourceMonikerStreamSize">
            <summary>
            This MUST be set to the size, in bytes, of the AbsoluteSourceMonikerStream field. 
            This field MUST NOT contain the value 0x00000000.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_absoluteSourceMonikerStream">
            <summary>
            This MUST be a MONIKERSTREAM structure that specifies the full path to the linked object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_clsidIndicator">
            <summary>
            This MUST be the LONG value -1
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_clsid">
            <summary>
            This MUST be the CLSID containing the object class GUID of the creating application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_reservedDisplayName">
            <summary>
            This MUST be a LengthPrefixedUnicodeString that can contain 
            any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_reserved2">
            <summary>
            This can contain any arbitrary value and MUST be ignored on processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_localUpdateTime">
            <summary>
            This MUST be a FILETIME that contains the time 
            when the container application last updated the RemoteUpdateTime field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_localCheckUpdateTime">
            <summary>
            This MUST be a FILETIME that contains the time 
            when the container application last checked the update time of the linked object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_remoteUpdateTime">
            <summary>
            This MUST be a FILETIME that contains the time when the linked object was last updated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.m_filePath">
            <summary>
            Path to linked file
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.#ctor(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Initializes a new instance of the <see cref="!:OLEStream"/> class.
            </summary>
            <param name="compStream">The comp stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.#ctor(System.String)">
            <summary>
            Initializes a default instance of the <see cref="!:OLEStream"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.SaveTo(Syncfusion.CompoundFile.XlsIO.CompoundStream)">
            <summary>
            Saves to compound stream.
            </summary>
            <param name="compStream">The comp stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.SaveTo(Syncfusion.CompoundFile.XlsIO.Native.StgStream)">
            <summary>
            Saves to stg stream.
            </summary>
            <param name="compStream">The comp stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.WriteZeroByteArr(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.Int32)">
            <summary>
            Writes the zero byte array.
            </summary>
            <param name="stgStream">The STG stream.</param>
            <param name="byteLength">Length of the byte.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.WriteLengthPrefixedString(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.String)">
            <summary>
            Writes the length prefixed string.
            </summary>
            <param name="stgStream">The STG stream.</param>
            <param name="data">The data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleStream.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.m_Clsid">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.m_streamData">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.m_stringData">
            <summary>
            Path to file
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.GetShortPathName(System.String,System.Text.StringBuilder,System.Int32)">
            <summary>
            Gets the short name of the path.
            </summary>
            <param name="path">The path.</param>
            <param name="shortPath">The short path.</param>
            <param name="shortPathLength">Short length of the path.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.SaveTo(Syncfusion.CompoundFile.XlsIO.Native.StgStream,System.Boolean)">
            <summary>
            Save data structure.
            </summary>
            <param name="stgStream">The STG stream.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleStream.MonokerStream.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.CLSID.DEF_STRUCT_LEN">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.CLSID.m_data1">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.CLSID.m_data2">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.CLSID.m_data3">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OleStream.CLSID.m_data4">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.CLSID.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.OleStream.CLSID"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.CLSID.Parse(System.Byte[],System.Int32)">
            <summary>
            Parse the data strucure
            </summary>
            <param name="arrData">Bytes with data</param>
            <param name="iOffset">Offset</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OleStream.CLSID.Save(System.Byte[],System.Int32)">
            <summary>
            Saves the data structure.
            </summary>
            <param name="arrData">The destination array.</param>
            <param name="iOffset">The offset.</param>
            <returns>Length</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OleStream.CLSID.Length">
            <summary>
            Gets the size of the structure.
            </summary>
            <value>The length.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IOperation">
            <summary>
            This interface is used to perform some action on demand.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IOperation.Do">
            <summary>
            Performs required operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RowsClearer.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RowsClearer.m_iIndex">
            <summary>
            Index of the remove row operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RowsClearer.m_iCount">
            <summary>
            Number of rows to remove.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RowsClearer.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="index">Index of the remove row operation.</param>
            <param name="count">Number of rows being removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RowsClearer.Do">
            <summary>
            Clears necessary rows.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl">
            <summary>
            This class represents combo box object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IComboBoxShape">
            <summary>
            This interface provides access to the combo box shape properties.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.ListFillRange">
            <summary>
            Gets or sets the worksheet range used to fill the specified list box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.LinkedCell">
            <summary>
            Gets or sets the worksheet range linked to the control's value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.SelectedIndex">
            <summary>
            Gets or sets selected item index of the combo box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.DropDownLines">
            <summary>
            Gets or sets the number of list lines displayed in the drop-down portion of a combo box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.Display3DShading">
            <summary>
            Gets or sets value indicating whether 3D shadow is present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComboBoxShape.SelectedValue">
            <summary>
            Gets value selected in combobox.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ShapeInstance">
            <summary>
            Shape instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ShapeVersion">
            <summary>
            Shape version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.DefaultDropLinesCount">
            <summary>
            Default number of drop lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_inputRange">
            <summary>
            The worksheet range used to fill the specified list box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_cellLinkRange">
            <summary>
            Gets or sets the worksheet range linked to the control's value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_iSelectedIndex">
            <summary>
            Gets or sets selected item index of the combo box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_iDropLines">
            <summary>
            Number of list lines displayed in the drop-down portion of a combo box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_comboType">
            <summary>
            Type of the combobox object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_bThreeD">
            <summary>
            Indicates whether combo box has 3D shadow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.m_formulaMacro">
            <summary>
            Indicates the formula string associated with Macro.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the combo box item.
            </summary>
            <param name="application">Application object for the new combo box object.</param>
            <param name="parent">Parent object for the new combo box object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord})">
            <summary>
            Initializes new instance of the combo box item.
            </summary>
            <param name="application">Application object for the new combo box object.</param>
            <param name="parent">Parent object for the new combo box object.</param>
            <param name="shapeContainer">Shape's container.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ParseSubRecords(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord})">
            <summary>
            Parses OBJ subrecords.
            </summary>
            <param name="subRecords"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ParseSbsFormula(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula)">
            <summary>
            Parses SbsFormula record.
            </summary>
            <param name="ftSbsFormula">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ParseLbsData(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData)">
            <summary>
            Parses LbsData record.
            </summary>
            <param name="ftLbsData">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ParseSbsRecord(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs)">
            <summary>
            Parses Sbs record.
            </summary>
            <param name="ftSbs">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes current shape.
            </summary>
            <param name="spgrContainer">Container that will receive this comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.UpdateLbsData(Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord,System.Boolean)">
            <summary>
            Updates ftLbsData sub record.
            </summary>
            <param name="obj">OBJ record to update sub record in.</param>
            <param name="bObjExist">Indicates whether OBJRecord existed before or it was created from scratch.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.UpdateSbsFormula(Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord,System.Boolean)">
            <summary>
            Updates ftSbsFormula sub record.
            </summary>
            <param name="obj">OBJ record to update sub record in.</param>
            <param name="bObjExist">Indicates whether OBJRecord existed before or it was created from scratch.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.UpdateSbs(Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord,System.Boolean)">
            <summary>
            Updates ftSbs sub record.
            </summary>
            <param name="obj">OBJ record to update sub record in.</param>
            <param name="bObjExist">Indicates whether OBJRecord existed before or it was created from scratch.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.UpdateCmo(Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord@,System.Boolean,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData)">
            <summary>
            Updates ftCmo sub record.
            </summary>
            <param name="obj">OBJ record to update sub record in.</param>
            <param name="bObjExist">Indicates whether OBJRecord existed before or it was created from scratch.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ListFillRange">
            <summary>
            Gets or sets the worksheet range used to fill the specified list box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.LinkedCell">
            <summary>
            Gets or sets the worksheet range linked to the control's value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.SelectedIndex">
            <summary>
            Gets or sets selected item index of the combo box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.DropDownLines">
            <summary>
            Gets or sets the number of list lines displayed in the drop-down portion of a combo box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.ComboType">
            <summary>
            Gets type of the combo box object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.Display3DShading">
            <summary>
            Gets or sets value indicating whether 3D shadow is present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.SelectedValue">
            <summary>
            Gets value selected in combobox.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.FormulaMacro">
            <summary>
            Gets or sets the formula associated with macro.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ISparkline">
            <summary>
            Represents the Sparkline chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparkline.DataRange">
             <summary>
            Represents the data range of the sparkline.
             </summary>
             <value>The data range.</value>
             <exception cref="!:ArgumentOutOfRange">
             if the value.Rows.Length is not equal to 1.
             </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparkline.ReferenceRange">
            <summary>
            Represents the reference range of the sparkline.
            </summary>
            <value>The reference range.</value>
            <exception cref="!:ArgumentOutOfRange">
            if the value.Rows.length and value.Columns.Length is not equal to 1;
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparkline.Column">
            <summary>
            Gets the column index of a sparkline.
            </summary>
            <value>The column index.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparkline.Row">
            <summary>
            Gets the row index of a sparkline.
            </summary>
            <value>The row index.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.ISparklineGroups">
            <summary>
            Represents the collections of Sparkline chart group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklineGroups.Clear(Syncfusion.XlsIO.ISparklineGroup)">
            <summary>
            Clears the sparkline group.
            </summary>
            <param name="sparklineGroup">The sparkline group range.</param>
            <example> This follwing is the example for Clear Method
            <code>
            ExcelEngine engine=new ExcelEngine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroups spGroups= sheet.SparklineGroups;      
            
            //Clears the SparklineGroups from the Specified range.
            spGroups.Clear(spGroups[0]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklineGroups.Add">
            <summary>
            Adds the SparklineGroup instance.
            </summary>
            <example>The follwoing is the sample for Add method
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroups spGroups= sheet.SparklineGroups;      
            
            //Returns the SparklineGroup instance.
            SparklineGroup spGroup= spGroups.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
            <returns>SparklineGroup instance</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.ISparklines">
            <summary>
            Represents the Spraklines in Sprakline chart
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.Add">
            <summary>
            Adds Sparkline instance.
            </summary>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Saprklines
            Sparklines sparklines=spGroup.Add(); 
            
            //returns the sparkline object.
            Sparkline sparkline=sparklines.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
            <returns>the Sprakline object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Add the Sparklines data range and reference range.
            sparklines.Add(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.RefreshRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups[0];
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup[0]; 
            
            //Add the Sparklines data range and reference range.
            sparklines.RefreshRanges(sheet.Range["A1:B2"],sheet.Range["C1"]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="isVertical">Specifies whether to plot the sparklines from the new data range by row or by column.</param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Add the Sparklines data range and reference range.
            sparklines.Add(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.RefreshRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="isVertical">Specifies whether to plot the sparklines from the refreshed data range by row or by column.</param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups[0];
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup[0]; 
            
            //Add the Sparklines data range and reference range.
            sparklines.RefreshRanges(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklines.Clear(Syncfusion.XlsIO.Sparkline)">
            <summary>
            Clears the sparkline.
            </summary>
            <param name="sparkline">The sparkline range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Clear Method
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Saprklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Clears the Sparkline from the specified range.
            sparklines.Clear(sparklines[0]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.XlsIO.ISparklineGroup">
            <summary>
            Represents the Sparkline chart group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ISparklineGroup.Add">
            <summary>
            Adds Sparklines instance.
            </summary>
            <example>
            This Example Demostrated how to Add the Sparklines
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();        
            
            //It returns the Sparklines object
            Sparklines spLines= spGroup.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            
            </code>
            </example>
            <returns>Sparklines object</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.DisplayAxis">
            <summary>
            Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
            </summary>
            <value><c>true</c> if [display axis]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.DisplayHiddenRC">
            <summary>
            Indicates whether to show data in hidden rows and columns.
            </summary>
            <value><c>true</c> if [display hidden RC]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.PlotRightToLeft">
            <summary>
            Indicates whether the plot data is right to left. 
            </summary>
            <value><c>true</c> if [plot right to left]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowFirstPoint">
            <summary>
            Indicates whether to highlight the first point of data in the sparkline group. 
            </summary>
            <value><c>true</c> if [show first point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowLastPoint">
            <summary>
            Indicates whether to highlight the last point of data in the sparkline group. 
            </summary>
            <value><c>true</c> if [show last point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowLowPoint">
            <summary>
            Indicates whether to highlight the lowest points of data in the sparkline group.
            </summary>
            <value><c>true</c> if [show low point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowHighPoint">
             <summary>
            Indicates whether to highlight the highest points of data in the sparkline group. 
             </summary>
             <value><c>true</c> if [show high point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowNegativePoint">
            <summary>
            Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
            </summary>
            <value><c>true</c> if [show negative point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.ShowMarkers">
            <summary>
            Indicates whether to highlight each point in each line sparkline in the sparkline group.  
            </summary>
            <value><c>true</c> if [show markers]; otherwise, <c>false</c>.</value>
            <exception cref="T:System.NotSupportedException">If Sparklinetype is not equal to Line</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.VerticalAxisMaximum">
            <summary>
            The VerticalAxisMaximum property represents the Vertical Axis maximum options.
            </summary>
            <value>The VerticalAxisMaximum property gets/sets the m_verticalMaximum member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.VerticalAxisMinimum">
            <summary>
            The VerticalAxisMinimum property represents the Vertical Axis minimum options.
            </summary>
            <value>The VerticalAxisMinimum property gets/sets the m_verticalMinimum member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.SparklineType">
            <summary>
            Indicates the sparkline type of the sparkline group.
            </summary>
            <value>The SparklineType property gets/sets the m_sparklineType member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.HorizontalDateAxis">
            <summary>
            The HorizontalDateAxis property represents the horizontal axis type as Dateaxis.
            </summary>
            <value><c>true</c> if [horizontal date axis]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.DisplayEmptyCellsAs">
            <summary>
            Indicates how to display empty cells.
            </summary>
            <value>The DisplayEmptyCellsAs property gets/sets the m_displayEmptyCellsAs data member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.HorizontalDateAxisRange">
             <summary>
             Represents the range that contains the date values for the sparkline data.
             </summary>
             <value>The HorizontalDateAxisRange property gets/sets the m_horizontalDateAxisRange data member.</value>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if<paramref name="Value.Rows.Length"/>is not equal to 1
            if<paramref name="value.Column.Length"/>is not equal to 1
            if<paramref name="HorizontalDateAxis"/>is not true
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.AxisColor">
            <summary>
            Gets and sets the color of the horizontal axis in the sparkline group.
            </summary>
            <value>The color of the axis.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.FirstPointColor">
            <summary>
            Gets and sets the color of the first point of data in the sparkline group. 
            </summary>
            <value>The first color of the point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.HighPointColor">
            <summary>
            Gets and sets the color of the highest points of data in the sparkline group. 
            </summary>
            <value>The color of the high point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.LastPointColor">
            <summary>
            Gets and sets the color of the last point of data in the sparkline group.
            </summary>
            <value>The last color of the point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.LineWeight">
            <summary>
            Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. 
            </summary>
            <value>The line weight value should be between 0 and 1584.</value>
            <exception cref="T:System.ArgumentOutOfRangeException">if the value is not between 0 and 1584</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.LowPointColor">
            <summary>
            Gets and sets the color of the lowest points of data in the sparkline group.
            </summary>
            <value>The color of the low point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.MarkersColor">
             <summary>
            Gets and sets the color of points in each line sparkline in the sparkline group.
             </summary>
             <value>The color of the markers.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.NegativePointColor">
            <summary>
            Gets and sets the color of the negative values on the sparkline group.
            </summary> {get; set; }
            <value>The color of the negative point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineGroup.SparklineColor">
            <summary>
            Gets and sets the color of the sparklines in the sparkline group. 
            </summary>
            <value>The color of the sparkline.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.ISparklineVerticalAxis">
            <summary>
            Represents vertical axis of the Sprakline chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineVerticalAxis.CustomValue">
            <summary>
            Gets or sets the custom Value for the Vertical axis custom option.
            </summary>
            <value>The custom.</value>
            <exception cref="T:System.NotSupportedException">If the VaerticalAxisOptions is not equal to Custom</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.ISparklineVerticalAxis.VerticalAxisOptions">
            <summary>
            Gets or sets the vertical axis options.
            </summary>
            <value>The vertical axis options.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Sparkline">
            <summary>
            Represents a Sparkline.The Sparkline object is a member of the Sparklines Collection.
            The Sparklines collection contains all the sparkline objects in a worksheet.    
            <exclude/>
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Sparkline.DataRange">
             <summary>
            Represents the data range of the sparkline.
             </summary>
             <value>The data range.</value>
             <exception cref="!:ArgumentOutOfRange">
             if the value.Rows.Length is not equal to 1.
             </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Sparkline.ReferenceRange">
            <summary>
            Represents the reference range of the sparkline.
            </summary>
            <value>The reference range.</value>
            <exception cref="!:ArgumentOutOfRange">
            if the value.Rows.length and value.Columns.Length is not equal to 1;
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Sparkline.Column">
            <summary>
            Gets the column index of a sparkline.
            </summary>
            <value>The column index.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Sparkline.Row">
            <summary>
            Gets the row index of a sparkline.
            </summary>
            <value>The row index.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Sparkline.Parent">
            <summary>
            SparkLines instance.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SparklineGroup">
            <summary>
            Represents a SparklineGroup.The SparklineGroup object is a member of the 
            SparklineGroups collection.The SparklineGroups collection contains all 
            the SparklineGroup objects in a workheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SparklineGroup.Add">
            <summary>
            Adds Sparklines instance.
            </summary>
            <example>
            This Example Demostrated how to Add the Sparklines
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();        
            
            //It returns the Sparklines object
            Sparklines spLines= spGroup.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            
            </code>
            </example>
            <returns>Sparklines object</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.DisplayAxis">
            <summary>
            Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
            </summary>
            <value><c>true</c> if [display axis]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.DisplayHiddenRC">
            <summary>
            Indicates whether to show data in hidden rows and columns.
            </summary>
            <value><c>true</c> if [display hidden RC]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.PlotRightToLeft">
            <summary>
            Indicates whether the plot data is right to left. 
            </summary>
            <value><c>true</c> if [plot right to left]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowFirstPoint">
            <summary>
            Indicates whether to highlight the first point of data in the sparkline group. 
            </summary>
            <value><c>true</c> if [show first point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowLastPoint">
            <summary>
            Indicates whether to highlight the last point of data in the sparkline group. 
            </summary>
            <value><c>true</c> if [show last point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowLowPoint">
            <summary>
            Indicates whether to highlight the lowest points of data in the sparkline group.
            </summary>
            <value><c>true</c> if [show low point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowHighPoint">
             <summary>
            Indicates whether to highlight the highest points of data in the sparkline group. 
             </summary>
             <value><c>true</c> if [show high point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowNegativePoint">
            <summary>
            Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
            </summary>
            <value><c>true</c> if [show negative point]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.ShowMarkers">
            <summary>
            Indicates whether to highlight each point in each line sparkline in the sparkline group.  
            </summary>
            <value><c>true</c> if [show markers]; otherwise, <c>false</c>.</value>
            <exception cref="T:System.NotSupportedException">If Sparklinetype is not equal to Line</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.VerticalAxisMaximum">
            <summary>
            The VerticalAxisMaximum property represents the Vertical Axis maximum options.
            </summary>
            <value>The VerticalAxisMaximum property gets/sets the m_verticalMaximum member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.VerticalAxisMinimum">
            <summary>
            The VerticalAxisMinimum property represents the Vertical Axis minimum options.
            </summary>
            <value>The VerticalAxisMinimum property gets/sets the m_verticalMinimum member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.SparklineType">
            <summary>
            Indicates the sparkline type of the sparkline group.
            </summary>
            <value>The SparklineType property gets/sets the m_sparklineType member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.HorizontalDateAxis">
            <summary>
            The HorizontalDateAxis property represents the horizontal axis type as Dateaxis.
            </summary>
            <value><c>true</c> if [horizontal date axis]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.DisplayEmptyCellsAs">
            <summary>
            Indicates how to display empty cells.
            </summary>
            <value>The DisplayEmptyCellsAs property gets/sets the m_displayEmptyCellsAs data member.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.HorizontalDateAxisRange">
             <summary>
             Represents the range that contains the date values for the sparkline data.
             </summary>
             <value>The HorizontalDateAxisRange property gets/sets the m_horizontalDateAxisRange data member.</value>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if<paramref name="Value.Rows.Length"/>is not equal to 1
            if<paramref name="value.Column.Length"/>is not equal to 1
            if<paramref name="HorizontalDateAxis"/>is not true
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.AxisColor">
            <summary>
            Gets and sets the color of the horizontal axis in the sparkline group.
            </summary>
            <value>The color of the axis.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.FirstPointColor">
            <summary>
            Gets and sets the color of the first point of data in the sparkline group. 
            </summary>
            <value>The first color of the point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.HighPointColor">
            <summary>
            Gets and sets the color of the highest points of data in the sparkline group. 
            </summary>
            <value>The color of the high point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.LastPointColor">
            <summary>
            Gets and sets the color of the last point of data in the sparkline group.
            </summary>
            <value>The last color of the point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.LineWeight">
            <summary>
            Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. 
            </summary>
            <value>The line weight value should be between 0 and 1584.</value>
            <exception cref="T:System.ArgumentOutOfRangeException">if the value is not between 0 and 1584</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.LowPointColor">
            <summary>
            Gets and sets the color of the lowest points of data in the sparkline group.
            </summary>
            <value>The color of the low point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.MarkersColor">
             <summary>
            Gets and sets the color of points in each line sparkline in the sparkline group.
             </summary>
             <value>The color of the markers.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.NegativePointColor">
            <summary>
            Gets and sets the color of the negative values on the sparkline group.
            </summary>
            <value>The color of the negative point.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineGroup.SparklineColor">
            <summary>
            Gets and sets the color of the sparklines in the sparkline group. 
            </summary>
            <value>The color of the sparkline.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SparklineGroups">
            <summary>
            The <c> SparklineGroups</c> represents the collection of SparklineGroup objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SparklineGroups.Clear(Syncfusion.XlsIO.ISparklineGroup)">
            <summary>
            Clears the sparkline group.
            </summary>
            <param name="sparklineGroupRange">The sparkline group range.</param>
            <example> This follwing is the example for Clear Method
            <code>
            ExcelEngine engine=new ExcelEngine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroups spGroups= sheet.SparklineGroups;      
            
            //Clears the SparklineGroups from the Specified range.
            spGroups.Clear(spGroups[0]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SparklineGroups.Add">
            <summary>
            Adds the SparklineGroup instance.
            </summary>
            <example>The follwoing is the sample for Add method
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroups spGroups= sheet.SparklineGroups;      
            
            //Returns the SparklineGroup instance.
            SparklineGroup spGroup= spGroups.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
            <returns>SparklineGroup instance</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Sparklines">
            <summary>
            Represents the sparklines.The Sparklines object is a member of the SparklineGroup collection.
            The SparklineGroup collection contains all the Sparklines object of the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.Add">
            <summary>
            Adds Sparkline instance.
            </summary>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Saprklines
            Sparklines sparklines=spGroup.Add(); 
            
            //returns the sparkline object.
            Sparkline sparkline=sparklines.Add();
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
            <returns>the Saprkline object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Add the Sparklines data range and reference range.
            sparklines.Add(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.RefreshRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups[0];
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup[0]; 
            
            //Add the Sparklines data range and reference range.
            sparklines.RefreshRanges(sheet.Range["A1:B2"],sheet.Range["C1"]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="isVertical">Specifies whether to plot the sparklines from the new data range by row or by column.</param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Add the Sparklines data range and reference range.
            sparklines.Add(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.RefreshRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Adds the sparkline.
            </summary>
            <param name="dataRange">The data range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <param name="referenceRange">The reference range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Add method.
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups[0];
            
            //Initialize the Sparklines
            Sparklines sparklines=spGroup[0]; 
            
            //Add the Sparklines data range and reference range.
            sparklines.RefreshRanges(sheet.Range["A1:B2"],sheet.Range["C1"],true);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.Clear(Syncfusion.XlsIO.Sparkline)">
            <summary>
            Clears the sparkline.
            </summary>
            <param name="sparklineRange">The sparkline range.<see cref="T:Syncfusion.XlsIO.IRange"/></param>
            <example>
            The following example demonstrates the Clear Method
            <code>
            ExcelEngine engine=new Excelengine();
            
            IApplication app= engine.Excel;
            
            app.DefaultVersion= ExcelVersion.Excel2010;
            
            IWorkbook wkBook= app.Workbooks.Create(2); 
            IWorkSheet sheet= wkBook.Worksheets[0];
            
            SparklineGroup spGroup= sheet.SparklineGroups.Add();
            
            //Initialize the Saprklines
            Sparklines sparklines=spGroup.Add(); 
            
            //Clears the Sparkline from the specified range.
            sparklines.Clear(sparklines[0]);
            
            wkBook.SaveAs("Sample.xlsx");
            wkBook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Sparklines.UpdateSparklines(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Updates the sparklines.
            </summary>
            <param name="dataRange">The data range.</param>
            <param name="referenceRange">The reference range.</param>
            <param name="isVertical">if set to <c>true</c> [is vertical].</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineVerticalAxis.CustomValue">
            <summary>
            Gets or sets the custom Value for the Vertical axis custom option.
            </summary>
            <value>The custom.</value>
            <exception cref="T:System.NotSupportedException">If the VaerticalAxisOptions is not equal to Custom</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SparklineVerticalAxis.VerticalAxisOptions">
            <summary>
            Gets or sets the vertical axis options.
            </summary>
            <value>The vertical axis options.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.IListObject">
            <summary>
            Represents a table on a worksheet.
            </summary>
            <remarks>
            The ListObject object is a member of the <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection. The <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection contains all the list objects on a worksheet.
            Use the <see cref="P:Syncfusion.XlsIO.IWorksheet.ListObjects"/> property of the <see cref="T:Syncfusion.XlsIO.IWorksheet"/> to return a <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IListObject.Refresh">
            <summary>
            Updates the table's data range which is similar to refreshing table in Excel.
            </summary>
            <example>
            Following code illustrates how to refresh the table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Creating a table
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:C8"]);
            
            // Adding Total Row
            table.Refresh();
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> This method is not supported in WinRT, Windows Phone, Universal, Portable and Silverlight platforms.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.Name">
            <summary>
            Gets or sets the name of the table.
            </summary>
            <example>
            Following code illustrates how to access Name property of the table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Accessing first table in the sheet
            IListObject table = worksheet.ListObjects[0];
            
            // Modifying table name
            table.Name = "SalesTable";
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();          
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.Location">
            <summary>
            Gets or sets the location of the table in a worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.Columns">
            <summary>
            Gets collection of columns in the table. Read-only.
            </summary>
            <example>
            Following code illustrates how to access Columns property of the table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Creating a table
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:D6"]);
            //Accessing columns in the table
            IListObjectColumn listObjectColum = table.Columns[1];
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.Index">
            <summary>
            Gets index of the table in a worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.BuiltInTableStyle">
            <summary>
            Gets or sets the built-in style for the table.
            </summary>
            <example>
            Following code illustrates how to access Columns property of the table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Creating a table
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet ["A1:C8"]);
            
            // Formatting table with a built-in style
            table.BuiltInTableStyle = TableBuiltInStyles.TableStyleMedium9;
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();   
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.Worksheet">
            <summary>
            Gets the parent worksheet object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.DisplayName">
            <summary>
            Gets or sets the display name for the table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.TotalsRowCount">
            <summary>
            Gets number of totals rows in the table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowTotals">
            <summary>
            Gets or sets a Boolean value indicating whether the Total row is visible. 
            </summary>
            <example>
            Following code illustrates how to access ShowTotals property of the table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Creating a table
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:C8"]);
            
            // Adding Total Row
            table.ShowTotals = true;
            table.Columns[0].TotalsRowLabel = "Total";
            table.Columns[1].TotalsCalculation = ExcelTotalsCalculation.Sum;
            table.Columns[2].TotalsCalculation = ExcelTotalsCalculation.Sum;
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowTableStyleRowStripes">
            <summary>
            Gets or sets a Boolean value indicating whether row stripes should be present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowTableStyleColumnStripes">
            <summary>
            Gets or sets a Boolean value indicating whether column stripes should be present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowLastColumn">
            <summary>
            Gets or sets a Boolean value indicating whether last column is present.
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowFirstColumn">
            <summary>
            Gets or sets a Boolean value indicating whether first column is present.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.ShowHeaderRow">
            <summary>
            Gets or sets a Boolean value indicating whether to hide/display header row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.QueryTable">
            <summary>
            Gets the query table object bound with the table.
            </summary>
            <example>
            Following code illustrates how to access the Query table property.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Database path
            string dataPath = Path.GetFullPath(@"c:\company\DB\TestDB.mdb");
            
            // Connection string for DataSource
            string ConnectionString = "OLEDB;Provider=Microsoft.JET.OLEDB.4.0;Password=\"\";User ID=Admin;Data Source=" + dataPath;
            
            // Adding a connection to the workbook
            IConnection Connection = workbook.Connections.Add("Connection1", "Sample connection with MsAccess", ConnectionString, "", ExcelCommandType.Sql);
            // Adding a QueryTable to sheet object
            worksheet.ListObjects.AddEx(ExcelListObjectSourceType.SrcQuery, Connection, worksheet.Range["A1"]);
            // Command Text for the Connection
            worksheet.ListObjects[0].QueryTable.CommandText = "Select * from tblTest";
            // The Query performs Asynchronous action
            worksheet.ListObjects[0].QueryTable.BackgroundQuery = true;
            // The Query Table is refreshed when the Workbook is opened
            worksheet.ListObjects[0].QueryTable.RefreshOnFileOpen = true;
            // Represents the connection description
            Connection.Description = "Sample Connection";
            // Import data to the sheet from the database
            worksheet.ListObjects[0].Refresh();
            // Auto-fits the columns
            worksheet.UsedRange.AutofitColumns();
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObject.TableType">
            <summary>
            Gets the type or source of the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_strName">
            <summary>
            Name of the list object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_location">
            <summary>
            Location of the list object.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_localRange" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_columns" -->
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_iIndex">
            <summary>
            Index of the list object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_builtInStyle">
            <summary>
            Built-in table style index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_strDisplayName">
            <summary>
            Display name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_worksheet">
            <summary>
            Parent worksheet object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_iTotalsRowCount">
            <summary>
            Count of rows with totals.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bRowStripes">
            <summary>
            Indicates whether row stripes are shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bColumnStripes">
            <summary>
            Indicates whether column stripes are shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bTotalsRowShown">
            <summary>
            A Boolean indicating whether the totals row has ever been shown in the past for this table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_iInsertRowShift">
            <summary>
            Row shift.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.AutoFilterStream">
            <summary>
            Stream with autofilter data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_TableStyleName">
            <summary>
            Custom table style name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bFirstColumn">
            <summary>
            A Boolean indicating whether the First Columns are shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bLastColumn">
            <summary>
            A Boolean indicating whether the Last Columns are shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_bHeaderRow">
            <summary>
            A Boolean indicating whether the Header Row is shown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_queryTable">
            <summary>
            Query table for External connection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_tableType">
            <summary>
            Represent the Table Type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObject.m_isTableModified">
            <summary>
            A Boolen indicating whether the table is modified.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.#ctor(System.String,Syncfusion.XlsIO.IRange,System.Int32)">
            <summary>
            Initializes new instance of the list object.
            </summary>
            <param name="name">Name to set.</param>
            <param name="location">Location of the new object.</param>
            <param name="index">New object's index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.Clone(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates copy of the current object.
            </summary>
            <param name="worksheet">Parent worksheet for the new object.</param>
            <param name="hashWorksheetNames">Dictionary with modified worksheet names.</param>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.GenerateUniqueName(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Generates unique table name.
            </summary>
            <param name="book">Workbook to generate unique name for.</param>
            <param name="proposedName">Starting name.</param>
            <returns>Unique name of the table.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.SplitName(System.String,System.String@,System.Int32@)">
            <summary>
            Splits name into two parts - string part and index part.
            </summary>
            <param name="proposedName">Name to split.</param>
            <param name="stringPart">String part.</param>
            <param name="numberPart">Index part.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.ListObjectNameExist(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Checks whether list object with specified name exists in the specified workbook.
            </summary>
            <param name="book">Workbook to check.</param>
            <param name="name">Name to check.</param>
            <returns>True if list object was found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.Refresh">
            <summary>
            List Object has been Refreshed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.AddToNamedRange(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Adds the ListObject name to workbook named ranges for enabling CalcEngine to calculate table formulas
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObject.checkAndCloneNameRange(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Check for the listObject name, if available add the duplicate with list object name only  
            </summary>
            <param name="name">key to be searched in name collection</param>
            <param name="book">the parent workbook of the name collection</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.Name">
            <summary>
            Gets or sets name of the list object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.Location">
            <summary>
            Gets or sets list object's location.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.LocalRange">
            <summary>
            Gets or sets location of list object's data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.Columns">
            <summary>
            Gets collection of all columns of the list object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.Index">
            <summary>
            Gets index of the current list object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.BuiltInTableStyle">
            <summary>
            Gets or sets the built-in table style for the specified ListObject object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.Worksheet">
            <summary>
            Gets parent worksheet object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.DisplayName">
            <summary>
            Gets or sets list object name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.TotalsRowCount">
            <summary>
            Gets number of rows with totals.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.TotalsRowShown">
            <summary>
            Gets or sets a boolean indicating whether the totals row has ever been shown in the past for this table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowTableStyleRowStripes">
            <summary>
            Indicates whether row stripes are shown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowTableStyleColumnStripes">
            <summary>
            Indicates whether column stripes are shown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.TableStyleName">
            <summary>
             /// Gets or sets a table style name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.TableModified">
            <summary>
            Indicate whether table is modified
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowFirstColumn">
            <summary>
             /// Gets or sets a value indicating whether [show first column].
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowLastColumn">
            <summary>
            Gets or sets a value indicating whether [show last column].
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowHeaderRow">
            <summary>
            Gets or sets a value indicating whether [show header row].
            </summary>   
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.ShowTotals">
            <summary>
            Gets or sets a value indicating whether the Total row is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObject.TableType">
            <summary>
            Represent the Table Type
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IListObjectColumn">
            <summary>
            Represents a column in the table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.Name">
            <summary>
            Gets or sets the name of the column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.Index">
            <summary>
            Gets column index of current column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.Id">
            <summary>
            Gets column id of current column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.TotalsCalculation">
            <summary>
            Gets or sets the function used for totals calculation.
            </summary>
            <example>
            Following code illustrates how to access TotalsCalculation property of the table columns.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Creating a table
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:C8"]);
            
            // Adding Total Row
            table.ShowTotals = true;
            table.Columns[0].TotalsRowLabel = "Total";
            table.Columns[1].TotalsCalculation = ExcelTotalsCalculation.Sum;
            table.Columns[2].TotalsCalculation = ExcelTotalsCalculation.Sum;
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.TotalsRowLabel">
            <summary>
            Gets or sets the label for the totals row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.CalculatedFormula">
            <summary>
            Gets or sets the calculated formula value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IListObjectColumn.QueryTableFieldId">
            <summary>
            Gets query table field id associated with this column. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.DEF_REGEX">
            <summary>
            Default regular expression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_mapId">
            <summary>
            XML mapping id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_xPath">
            <summary>
            Sub-element path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_dataType">
            <summary>
            Column datatype.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.#ctor(System.String,System.Int32,Syncfusion.XlsIO.Implementation.Tables.ListObject,System.Int32)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="name">Column name.</param>
            <param name="index">Column index.</param>
            <param name="parentTable">Parent table object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.GetColumnIndex(Syncfusion.XlsIO.IRange)">
            <summary>
            Find Column Index.
            </summary>
            <param name="range">Listobject Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.Clone(Syncfusion.XlsIO.Implementation.Tables.ListObject)">
            <summary>
            Creates a copy of the current column.
            </summary>
            <param name="parentTable">New parent table for the column</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.AddToNamedRange">
            <summary>
            Adds the ListObject column name to named ranges for enabling CalcEngine to calculate table formulas
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.IsColumnNameModified">
            <summary>
            Indicate whether column name is modified
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.Name">
            <summary>
            Gets or sets name of the column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.Index">
            <summary>
            Gets column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.TotalsCalculation">
            <summary>
            Gets or sets function used for totals calculation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.Id">
            <summary>
            Gets or sets ccolumn id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.CalculatedFormula">
            <summary>
            Gets calculated formula value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.Workbook">
            <summary>
            Gets parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.QueryTableFieldId">
            <summary>
            Gets query table field id associated with this column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.MapId">
            <summary>
            XML mapping id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.XPath">
            <summary>
            Sub-element path.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.XmlDataType">
            <summary>
            Column datatype.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection">
            <summary>
            Represents collection of table in the worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IListObjects">
            <summary>
            Represents collection of table in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IListObjects.Create(System.String,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates a table with specified name and its data range. Adds it to the <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection.
            </summary>
            <param name="name">Represents the name of the table.</param>
            <param name="range">Represents the data range of the table.</param>
            <returns>Returns a List object with the specified name and range.</returns>
            <example>
            Following code illustrates how to create a table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Create Table with data in the given range
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:C8"]);
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IListObjects.AddEx(Syncfusion.XlsIO.ExcelListObjectSourceType,Syncfusion.XlsIO.IConnection,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates a query table with specified connection and its source type. Adds it to the <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection.
            </summary>
            <param name="type">Represents connection source type.</param>
            <param name="connection">Represents the connection of the table.</param>
            <param name="Destination">Represents destination Range for the query table.</param>
            <returns>Returns a List object with the specified connections.</returns>
            <example>
            Following code illustrates how to create a table with an external connections.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Database path
            string dataPath = Path.GetFullPath(@"c:\company\DB\TestDB.mdb");
            
            // Connection string for DataSource
            string ConnectionString = "OLEDB;Provider=Microsoft.JET.OLEDB.4.0;Password=\"\";User ID=Admin;Data Source=" + dataPath;
            
            // Adding a connection to the workbook
            IConnection Connection = workbook.Connections.Add("Connection1", "Sample connection with MsAccess", ConnectionString, "", ExcelCommandType.Sql);
            // Adding a QueryTable to sheet object
            worksheet.ListObjects.AddEx(ExcelListObjectSourceType.SrcQuery, Connection, worksheet.Range["A1"]);
            // Command Text for the Connection
            worksheet.ListObjects[0].QueryTable.CommandText = "Select * from tblTest";
            // The Query performs Asynchronous action
            worksheet.ListObjects[0].QueryTable.BackgroundQuery = true;
            // The Query Table is refreshed when the Workbook is opened
            worksheet.ListObjects[0].QueryTable.RefreshOnFileOpen = true;
            // Represents the connection description
            Connection.Description = "Sample Connection";
            // Import data to the sheet from the database
            worksheet.ListObjects[0].Refresh();
            // Auto-fits the columns
            worksheet.UsedRange.AutofitColumns();
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Initializes a new instance of ListObjectCollection class.
            </summary>
            <param name="sheet">Sheet to which this collection belongs to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.Create(System.String,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates a table with specified name and its data range. Adds it to the <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection.
            </summary>
            <param name="name">Represents the name of the table.</param>
            <param name="range">Represents the data range of the table.</param>
            <returns>Returns a List object with the specified name and range.</returns>
            <example>
            Following code illustrates how to create a table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Create Table with data in the given range
            IListObject table = worksheet.ListObjects.Create("Table1", worksheet["A1:C8"]);
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.CheckOverLab(Syncfusion.XlsIO.IRange)">
            <summary>
            Check the list object range is overlab the another table or pivot table
            </summary>
            <param name="range">Range in which the IListObject is present.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.CheckRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Checks whether the range is appropriate.
            </summary>
            <param name="range"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.Clone(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates copy of the current collection.
            </summary>
            <param name="worksheet">Parent worksheet for the new collection.</param>
            <returns>Created collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.AddEx(Syncfusion.XlsIO.ExcelListObjectSourceType,Syncfusion.XlsIO.IConnection,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates a query table with specified connection and its source type. Adds it to the <see cref="T:Syncfusion.XlsIO.IListObjects"/> collection.
            </summary>
            <param name="type">Represents connection source type.</param>
            <param name="connection">Represents the connection of the table.</param>
            <param name="Destination">Represents destination Range for the query table.</param>
            <returns>Returns a List object with the specified connections.</returns>
            <example>
            Following code illustrates how to create a table with an external connections.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Database path
            string dataPath = Path.GetFullPath(@"c:\company\DB\TestDB.mdb");
            
            // Connection string for DataSource
            string ConnectionString = "OLEDB;Provider=Microsoft.JET.OLEDB.4.0;Password=\"\";User ID=Admin;Data Source=" + dataPath;
            
            // Adding a connection to the workbook
            IConnection Connection = workbook.Connections.Add("Connection1", "Sample connection with MsAccess", ConnectionString, "", ExcelCommandType.Sql);
            // Adding a QueryTable to sheet object
            worksheet.ListObjects.AddEx(ExcelListObjectSourceType.SrcQuery, Connection, worksheet.Range["A1"]);
            // Command Text for the Connection
            worksheet.ListObjects[0].QueryTable.CommandText = "Select * from tblTest";
            // The Query performs Asynchronous action
            worksheet.ListObjects[0].QueryTable.BackgroundQuery = true;
            // The Query Table is refreshed when the Workbook is opened
            worksheet.ListObjects[0].QueryTable.RefreshOnFileOpen = true;
            // Represents the connection description
            Connection.Description = "Sample Connection";
            // Import data to the sheet from the database
            worksheet.ListObjects[0].Refresh();
            // Auto-fits the columns
            worksheet.UsedRange.AutofitColumns();
            
            string fileName = "Output.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();         
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.AddDefineName(Syncfusion.XlsIO.IListObject)">
            <summary>
            Adds the table name to the defined names in the workbook.
            </summary>
            <param name="list">Table object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectCollection.Item(System.String)">
            <summary>
            Returns table object with the given name. Read-only.
            </summary>
            <param name="name">Name of the table.</param>
            <returns>Table object with the given name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetHelper.HasFormulaRecord(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32,System.Int32)">
            <summary>
            Indicates if there is formula record.
            </summary>
            <param name="sheet">Worksheet to get data for.</param>
            <param name="row">Represents row index.</param>
            <param name="column">Represents column index.</param>
            <returns>Indicates whether cell contains formula record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetHelper.GetOrCreateRow(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32,System.Boolean)">
            <summary>
            Returns row from the collection or creates one if necessary.
            </summary>
            <param name="sheet">Worksheet to get row from.</param>
            <param name="rowIndex">Zero-based row index.</param>
            <param name="bCreate">Indicates whether to create row if it doesn't exist.</param>
            <returns>Desired row object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetHelper.GetRowOutline(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32)">
            <summary>
            Gets row information.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Row information.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetHelper.AccessColumn(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32)">
            <summary>
            Updates FirstColumn and LastColumn indexes.
            </summary>
            <param name="iColumnIndex">Column that was accessed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetHelper.AccessRow(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32)">
            <summary>
            Updates FirstRow and LastRow indexes.
            </summary>
            <param name="iRowIndex">Row to access.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ComboBoxShapeParser">
            <summary>
            This class is responsible for combo box parsing.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser">
            <summary>
            This class is responsible for vml shape and shape type parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>
            Shape with default settings without adding it to any collection.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.ReadNodeAsStream(System.Xml.XmlReader)">
            <summary>
            Saves current node into stream.
            </summary>
            <param name="reader">Reader to get node from.</param>
            <returns>Stream with current node's data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.ReadNodeAsStream(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Saves current node into stream.
            </summary>
            <param name="reader">Reader to get node from.</param>
            <returns>Stream with current node's data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.WriteNodeFromStream(System.Xml.XmlWriter,System.IO.Stream)">
            <summary>
            Reads node from the stream and writes it into XmlWriter.
            </summary>
            <param name="writer">Writer to write node into.</param>
            <param name="stream">Stream to get node from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.WriteNodeFromStream(System.Xml.XmlWriter,System.IO.Stream,System.Boolean)">
            <summary>
            Reads node from the stream and writes it into XmlWriter.
            </summary>
            <param name="writer">Writer to write node into.</param>
            <param name="stream">Stream to get node from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.ParseAnchor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Parses shape's anchor.
            </summary>
            <param name="reader">XmlReader to get anchor information from.</param>
            <param name="shape">Shape to set anchor to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ShapeParser.SplitStyle(System.String)">
            <summary>
            Splits style into properties dictionary.
            </summary>
            <param name="styleValue">Value to split.</param>
            <returns>Dictionary with properties, key - property name, value - property value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ComboBoxShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>
            Shape with default settings without adding it to any collection.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ComboBoxShapeParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ComboBoxShapeParser.ParseClientData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl)">
            <summary>
            Parses client data tag and all its internal tags.
            </summary>
            <param name="reader">Reader to get necessary values from.</param>
            <param name="comboBox">Shape to parse client data for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.ComboBoxShapeParser.RegisterShape(Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl)">
            <summary>
            Registers shape in all necessary collections.
            </summary>
            <param name="comboBox">Shape to register.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.OptionButtonShapeParser">
            <summary>
            Class used to parse option button in Excel 2007 xml format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser">
            <summary>
            Class used to parse Textbox.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.m_excelShapeLineStyle">
            <summary>
            Hold the Enum shape line style and excel
            line style representation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.m_excelDashLineStyle">
            <summary>
            hold the enum dash style and excel
            dash style representation
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.InitShapeLineStyle">
            <summary>
            Adds list of Shape line style
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.InitDashLineStyle">
            <summary>
            Adds the list of shape dash style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.m_isGradientShadingRadial">
            <summary>
            Gradient center shadding option is parsed and serailized by the 
            "GradientRadial" attribute value, this is not in Enum ExcelGradientStyle
            so this property hold this value temporarly
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseTextBox(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parses text box name and divisions
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Text box to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseDiv(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parses division element
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Text box to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseFormattingRun(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Extracts single formatting run (text + font) from the reader.
            </summary>
            <param name="reader">Reader to get text data from.</param>
            <param name="textBox">Text box shape to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.CheckFontElement(System.Xml.XmlReader)">
            <summary>
            Checks the font element.
            </summary>
            <param name="fontReader">The font reader.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.RegisterShape(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Registers shape in all necessary collections.
            </summary>
            <param name="textBox">Shape to register.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseClientData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,System.String@)">
            <summary>
            Parses client data tag and all its internal tags.
            </summary>
            <param name="reader">Reader to get necessary values from.</param>
            <param name="textBox">Shape to parse client data for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseUnknownClientDataTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Tries to parse unknown client data tag.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Shape to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseBoolOrEmpty(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Extracts boolean value from the reader. When element is empty - default value is used.
            </summary>
            <param name="reader">XmlReader to get value from.</param>
            <param name="defaultValue">Default value to use.</param>
            <returns>Value containing parsed boolean value if there is any or default one if tag is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseFillStyle(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            This method parses fill color types
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parse the solid color
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseGradientFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parse the Graident fills One Color,Two Color and Presets 
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseTextureFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method parses Texture fill  attribute.
            </summary>
            <param name="reader">XmlReader to extract fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParsePatternFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method parses Pattern fill  attribute.
            </summary>
            <param name="reader">XmlReader to extract fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParsePictureFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method parses Picture fill  attribute.
            </summary>
            <param name="reader">XmlReader to extract fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseGradientCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parse Gradient Shading, Variants and Transparency
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseLine(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parse the border Line of the shape
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParsePatternLine(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parse Pattern Line
            </summary>
            <param name="reader">XmlReader to parse fill color from.</param>
            <param name="textBox">TextBox to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseStyle(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Parses style attribute of the comment shape.
            </summary>
            <param name="reader">Reader to get attribute data from.</param>
            <param name="textBox">Comment shape to set values to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseStyle(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses style properties.
            </summary>
            <param name="textBox">Textbox to put properties into.</param>
            <param name="styleProperties">String representation of the style properties
            (key - property name, value - property value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ParseTextDirection(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses TextDirection property comment style property.
            </summary>
            <param name="textBox">TextBox to set TextRotation for.</param>
            <param name="dictProperties">Dictionary with comment properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.GetColorType(System.String)">
            <summary>
            Checks whether the given color is indexed or not
            </summary>
            <param name="color">color</param>
            <returns>color representation </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractColor(System.String)">
            <summary>
            Extract the string color to ColorObject
            </summary>
            <param name="color">color</param>
            <returns>colorobject from string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.IsHexString(System.String)">
            <summary>
            Indicates whether the string is Hexadecimal or not.
            </summary>
            <param name="color">Hexadecimal string.</param>
            <returns>Returns true if the string is Hexadecimal</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractOpacity(System.String)">
            <summary>
            Extract the opacity double value from string value
            </summary>
            <param name="opacity">opacity value in string</param>
            <returns>double value from excel opacity</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.RemoveCharUnSafeAt(System.String,System.Boolean)">
            <summary>
            Removes char at the first or last of the given string
            </summary>
            <param name="source">source string</param>
            <param name="isLast">indicates whether remove char at last or first</param>
            <returns>remove character at given position</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractGradientColorType(System.Xml.XmlReader,System.String@)">
            <summary>
            Extract the Gradient Color Type
            </summary>
            <param name="reader">reader to parse</param>
            <returns>enum gradient color</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractDegree(System.String)">
            <summary>
            Extract the darkness or lightness value of one color gradient
            for one color2 attribute contains darkness or lightness value
            </summary>
            <param name="degree">string color2 attribute value</param>
            <returns>degree double from string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractPreset(System.String)">
            <summary>
            Extract the preset value from the resource file.
            </summary>
            <param name="preset">preset in excel format</param>
            <returns>preset in Enum </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractLinePattern(System.Int64)">
            <summary>
            Extract the Pattern value from the resource file.
            </summary>
            <param name="length"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractShadingVariant(System.String)">
            <summary>
            Extract the Shading Variants
            </summary>
            <param name="focus">focus is an angle in string</param>
            <returns>Variant in Enum</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractTexture(System.String)">
            <summary>
            Extract the Texture Name from the title string
            </summary>
            <param name="title">Texture name in string</param>
            <returns>texture in enum</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractPattern(System.String)">
            <summary>
            Extract the Pattern Name 
            </summary>
            <param name="title">Patterns color string</param>
            <returns>pattern in enum</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractDashStyle(System.String)">
            <summary>
            Extract Dash style from enum
            </summary>
            <param name="dashStyle">dash style to enum</param>
            <returns>dash style in enum</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.ExtractLineStyle(System.String)">
            <summary>
            Exctract the line style from enum
            </summary>
            <param name="lineStyle">line style to extract</param>
            <returns>line style in enum</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlTextBoxBaseParser.IsGradientShadingRadial">
            <summary>
            Gradient center shadding option is parsed and serailized by the 
            "GradientRadial" attribute value, this is not in Enum ExcelGradientStyle
            so this property hold this value temporarly
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.OptionButtonShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>Shape with default settings without adding it to any collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.OptionButtonShapeParser.ParseUnknownClientDataTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Tries to parse unknown client data tag.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Shape to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.OptionButtonShapeParser.RegisterShape(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Registers shape in all necessary collections.
            </summary>
            <param name="textBox">Shape to register.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser">
            <summary>
            This class is used for vml form controls parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser.m_dictShapeTypes">
            <summary>
            Dictionary of all found shape types. Key - shape type id, value - shape type stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser.m_dictShapeParser">
            <summary>
            Dictinary with all supported shape parsers. Key - shape type, Value - shape parser to parse shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser.#cctor">
            <summary>
            Initializes static members.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>
            Shape with default settings without adding it to any collection.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.VmlFormControlParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser">
            <summary>
            This class is responsible for table parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.Parse(System.Xml.XmlReader,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Extracts specified list object from XmlReader.
            </summary>
            <param name="reader">XmlReader to get table from.</param>
            <param name="sheet">Worksheet to put extracted table into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseAutoFilter(System.Xml.XmlReader,Syncfusion.XlsIO.IListObject)">
            <summary>
            Extracts autofilter part of the table.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="table">Table to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseStyle(System.Xml.XmlReader,Syncfusion.XlsIO.IListObject)">
            <summary>
            Extracts table style settings.
            </summary>
            <param name="reader">XmlReader to get style settings from.</param>
            <param name="table">Table to put extracted style settings into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseColumns(System.Xml.XmlReader,System.Collections.Generic.IList{Syncfusion.XlsIO.IListObjectColumn})">
            <summary>
            Extracts all columns of the table.
            </summary>
            <param name="reader">XmlReader to get columns data from.</param>
            <param name="columns">List with columns to serializes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseColumn(System.Xml.XmlReader,System.Collections.Generic.IList{Syncfusion.XlsIO.IListObjectColumn},System.Int32)">
            <summary>
            Extracts single column.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="columns">Columns collection to put extracted column into.</param>
            <returns>Extracted column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseXmlColumnProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn)">
            <summary>
            Get XmlMapping properties from the table column.
            </summary>
            <param name="reader">XML reader.</param>
            <param name="column">Table column object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.TableParser.ParseQueryTableField(System.Xml.XmlReader,Syncfusion.XlsIO.IListObjectColumn,Syncfusion.XlsIO.Implementation.QueryTableImpl)">
            <summary>
            Extracts single query field.
            </summary>
            <param name="reader">XmlReader to get data from</param>
            <param name="TableColumn">Table column to which the query field is bound with</param>
            <param name="queryTable">Query table associated with the query field</param>
            <returns></returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.FontName">
            <summary>
            Font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Underline">
            <summary>
            Underline style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.FontSize">
            <summary>
            Font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Bold">
            <summary>
            Value indicating whether font is bold.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Italic">
            <summary>
            Value indicating whether text 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Striked">
            <summary>
            Value indicating whether text is striked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Language">
            <summary>
            Language used to display text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.FontColor">
            <summary>
            Font color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.Baseline">
            <summary>
            Represents the baseline properties
            default -1, it was non negative on chart style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.KerningValue">
            <summary>
            Specifies the minimum font size at which character kerning occurs for this text run.
            default -1, it was non negative on chart style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings.SpacingValue">
            <summary>
            Specifies the spacing between characters within a text run.
            default -1, it was non negative
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ComboBoxShapeSerializator">
            <summary>
            This class is responsible for combo box serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator">
            <summary>
            This is general interface for classes that are responsible for shape serialization.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GetAnchorValue(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Generates anchor from the shape and converts it into string representation for Excel 2007 format.
            </summary>
            <param name="shape">Shape to get anchor data from.</param>
            <returns>Generated anchor string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeClientData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.String)">
            <summary>
            Serializes client data tag of the shape.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeClientDataAdditional(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes additional tag into ClientData tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the fill style of textbox
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeSolidFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serialize Solid fill of textbox
            </summary>
            <param name="writer">Xmlwriter to serialize into</param>
            <param name="textBox">textbox shape for serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeGradientFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serialize the Gradient Fill
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">Shape to serialize style for</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeTextureFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize Texture Fill 
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializePatternFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize pattern Fill
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializePictureFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize Picture Fill
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeUserPicture(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize user Picture
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox ">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeGradientFillCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serilaize common Gradient fill attribute
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox ">textBox Shape to serialize style for</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeFillCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serialize Common fill attributes
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox ">textBox Shape to serialize style for</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializeLine(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Seialize Line for the Shape
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.SerializePatternLine(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize Pattern Line
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">textBox Shape to serialize style for</param>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="vmlRelations">Resource relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.PrepareGradientDegree(System.Double)">
            <summary>
            double degree value to string value with some calculations
            </summary>
            <param name="degree">degree in double</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GenerateHexColor(System.Drawing.Color)">
            <summary>
            Generate Hexdecimal color from the Color
            </summary>
            <param name="color">color object</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GetPresetString(Syncfusion.XlsIO.ExcelGradientPreset)">
            <summary>
            Get the String value from the resource 
            </summary>
            <param name="excelGradientPreset">Excel Gradient Preset</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GeneratePatternName(Syncfusion.XlsIO.ExcelGradientPattern)">
            <summary>
            Enum pattern to string
            </summary>
            <param name="pattern">enum pattern to string</param>
            <returns>execel equalent name</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GetOpacityFormat(System.Double)">
            <summary>
            opacity double to string with some calculations
            </summary>
            <param name="opacity">opacity to convert</param>
            <returns>opacity in excel format</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.RemovePrecedingZeroes(System.String)">
            <summary>
             Remove Preceding zeroes in the color
            </summary>
            <param name="color">string color to remove zeroes</param>
            <returns>removed preceding zeroes</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GetDashStyle(Syncfusion.XlsIO.ExcelShapeDashLineStyle)">
            <summary>
            Get the Excel matching Dash Style
            </summary>
            <param name="dashStyle">dashstyle to string</param>
            <returns>dashstyle to excel format</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ShapeSerializator.GetLineStyle(Syncfusion.XlsIO.ExcelShapeLineStyle)">
            <summary>
            Get the line style from the dictionary
            </summary>
            <param name="lineStyle">linestyle to string</param>
            <returns>line style in excel format</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ComboBoxShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ComboBoxShapeSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ComboBoxShapeSerializator.SerializeClientData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ComboBoxShapeImpl)">
            <summary>
            Serializes client data.
            </summary>
            <param name="writer">XmlWriter to serialize data into.</param>
            <param name="comboBox">Shape to serialize client data for.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator">
            <summary>
            Class used for serializing Option button.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator">
            <summary>
            Class used for serializing text box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.DEF_SHAPE_STYLE">
             <summary>
            Default shape style constant.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShapeTypeSubNodes(System.Xml.XmlWriter)">
            <summary>
            Serializes subnodes of the shapetype description.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShapeTagAttribute(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes attributes of the shape tag if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShapeNodes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes subnodes of the shape tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShadow(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes shadow settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeDiv(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serialize internal part of the div object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeTextBoxStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes style attribute for the text box shape.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="shape">Shape to serialize style attribute for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeShapeStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes shape's style.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize style for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.PrepareStyleProperties(System.Collections.Generic.List{System.String},Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Adds required style properties to the list in the format 'name':'value'.
            </summary>
            <param name="properties">List to add properties to.</param>
            <param name="shape">Shape to prepare styles for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.SerializeClientDataAdditional(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serialize client Additional Data
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize style for.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.ShapeInstance">
            <summary>
            Gets instance of the shape object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlTextBoxBaseSerializator.ShapeType">
            <summary>
            Gets string representation of the shape type. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.SerializeClientDataAdditional(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes additional tag into ClientData tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.SerializeDiv(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serialize internal part of the div object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.SerializeShapeTypeSubNodes(System.Xml.XmlWriter)">
            <summary>
            Serializes subnodes of the shapetype description.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            
            </summary>
            <param name="writer">XmlWriter to serialize fill color from.</param>
            <param name="shape">shae to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.ShapeInstance">
            <summary>
            Returns instance number of supported shape object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.OptionButtonShapeSerializator.ShapeType">
            <summary>
            Returns string representation of the shape type. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator">
            <summary>
            This class is responsible for header/footer image serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.s_arrFormulas">
            <summary>
            String that formulas for HF images.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.GetWidth(Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Gets width of the shape.
            </summary>
            <param name="bitmap"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.GetHeight(Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Gets height of the shape.
            </summary>
            <param name="bitmap"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.SerializeImageData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.String,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes imageData xml tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to get data to serialize from.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.SerializePicture(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method is used to serialize picture item.
            </summary>
            <param name="shape">Shape to serialize.</param>
            <returns>String value containing relation id.</returns>
            <param name="holder">Parent worksheet data holder.</param>
            <returns>Relation id for the serialized shape</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.HFImageSerializator.SerializePicture(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            This method is used to serialize picture item.
            </summary>
            <param name="shape">Shape to serialize.</param>
            <returns>String value containing relation id.</returns>
            <param name="holder">Parent worksheet data holder.</param>
            <returns>Relation id for the serialized shape</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlBitmapSerializator.SerializePicture(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method is used to serialize picture item.
            </summary>
            <param name="shape">Shape to serialize.</param>
            <returns>String value containing relation id.</returns>
            <param name="holder">Parent worksheet data holder.</param>
            <returns>Relation id for the serialized shape</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlFormControlsSerializator.m_dictShapeSerializators">
            <summary>
            Contains dictionary with supported serializator types.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.VmlFormControlsSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            
            </summary>
            <param name="writer"></param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator">
            <summary>
            This class is responsible for table object serialization in Excel 2007 xml format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.IListObject)">
            <summary>
            Serializes specified list object inside XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="table">Table to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator.SerializeAutoFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.IListObject)">
            <summary>
            Serializes autofilter part of the table.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="table">Table to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator.SerializeStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.IListObject)">
            <summary>
            Serializes table style settings.
            </summary>
            <param name="writer">XmlWriter to serialize style settings into.</param>
            <param name="table">Table to serializes style settings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator.SerializeColumns(System.Xml.XmlWriter,System.Collections.Generic.IList{Syncfusion.XlsIO.IListObjectColumn},Syncfusion.XlsIO.ExcelTableType)">
            <summary>
            Serializes all columns of the table.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="columns">List with columns to serializes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.TableSerializator.SerializeColumn(System.Xml.XmlWriter,Syncfusion.XlsIO.IListObjectColumn,Syncfusion.XlsIO.ExcelTableType)">
            <summary>
            Serializes single column.
            </summary>
            <param name="writer">XmlWriter to serializes into.</param>
            <param name="column">Column to serialize.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.UniqueInstanceTypeList">
            <summary>
            This class contains unique pair of shape instance and shape type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlMap">
            <summary>
            Class that holds XmlMap information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.SchemaElement">
            <summary>
            Schema element name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.IDAttribute">
            <summary>
            Id attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.MapElement">
            <summary>
            Map element name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.NameAttribute">
            <summary>
            Name attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.RootElementAttribute">
            <summary>
            Root element attribute name. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.SchemaIDAttribute">
            <summary>
            Schema id attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.ShowImportExportValidationErrorsAttribute">
            <summary>
            Show import export validation errors attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.AutoFitAttribute">
            <summary>
            Autofit attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.AppendAttribute">
            <summary>
            Append attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.PreserveSortAFLayoutAttribute">
            <summary>
            Preserve sort AFLayout attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.PreserveFormatAttribute">
            <summary>
            Preserve format attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_sheet">
            <summary>
            Sheet where XmlMap imports the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_name">
            <summary>
            Name of the XmlMap object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_schemaId">
            <summary>
            Id of the XML schema.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_rootElement">
            <summary>
            Root element of XML document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_xmlSchema">
            <summary>
            XML schema stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_mapId">
            <summary>
            XmlMap Id.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.BindXml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
            <summary>
            Extracts XML data from the stream and import to the sheet.
            </summary>
            <param name="stream">XML stream.</param>
            <param name="workbook">Workbook object.</param>
            <param name="sheet">Sheet object to import data.</param>
            <param name="row">Starting row.</param>
            <param name="column">Starting column.</param>
            <param name="count">Count of XmlMaps in the workbook.</param>
            <returns>True if data imports to the sheet, else False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.GetColumnInformation(Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Xml.Schema.XmlSchema)">
            <summary>
            Column attributes of a table fetched from XML schema.
            </summary>
            <param name="tableColumn">Column of a table.</param>
            <param name="xmlSchema">XML schema where the data type of column is preserved.</param>
            <returns>Returns True if data have sub-element path, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.FindElement(System.String,Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Collections.ICollection)">
            <summary>
            Recursion method used to find the sub element path from the root element.
            </summary>
            <param name="xpath">Element path from the root element.</param>
            <param name="tableColumn">Table column.</param>
            <param name="collection">Values collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.ReadSchema(System.IO.Stream)">
            <summary>
            Convert the XML stream to schema element.
            </summary>
            <param name="stream">XML stream.</param>
            <returns>Returns XML schema if the data is valid. Default null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.ParseSchema(System.Xml.XmlReader)">
            <summary>
            Parse XML schema from the file.
            </summary>
            <param name="reader">XML reader.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.SerializeSchema(System.Xml.XmlWriter)">
            <summary>
            Serializes schema in the file.
            </summary>
            <param name="writer">xml writer.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.SerializeMapInformation(System.Xml.XmlWriter)">
            <summary>
            Serializes XmlMapping information.
            </summary>
            <param name="writer">Xml writer.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlMap.Dispose">
            <summary>
            Dispose the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.Name">
            <summary>
            Name of the XmlMap object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.Worksheet">
            <summary>
            Sheet where XmlMap imports the data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.SchemaId">
            <summary>
            Id of the XML schema.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.RootElement">
            <summary>
            Root element of XML document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.XmlSchemaData">
            <summary>
            XML schema stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlMap.MapId">
            <summary>
            XmlMap Id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection">
            <summary>
            Class to hold Xml collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.MapInfoElement">
            <summary>
            Map information element name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.SelectionNamespacesAttribute">
            <summary>
            Selection namespace attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.m_xmlMaps">
            <summary>
            Collection of XmlMap object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.m_parent">
            <summary>
            Represent parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Create an instance of XmlMapCollection. 
            </summary>
            <param name="parent">Parent workbook object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Add(System.IO.Stream,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32)">
            <summary>
            Add XmlMap object to the collection.
            </summary>
            <param name="stream">XML stream</param>
            <param name="sheet">Destination sheet</param>
            <param name="row">Starting row</param>
            <param name="column">Starting column</param>
            <returns> Returns TRUE if the XML is valid. </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Contains(System.String)">
            <summary>
            Checks whether given root element string exists in the collection.
            </summary>
            <param name="rootElement">Root element as string</param>
            <returns>True if root element string exists.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Parse(System.Xml.XmlReader)">
            <summary>
            Parse and intialize mapping information.
            </summary>
            <param name="reader">XML reader.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.GetXmlMap(System.String)">
            <summary>
            To get XmlMap object from the collection by schema id.
            </summary>
            <param name="schemaId">Schema id</param>
            <returns>Returns XmlMap object if schema id found. Return null as default.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Serialize(System.Xml.XmlWriter)">
            <summary>
            Serilaize the mapping information.
            </summary>
            <param name="writer">Xml writer.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Dispose">
            <summary>
            Dispose the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Item(System.Int32)">
            <summary>
            Returns XmlMap object from its collection for the given index. Read-Only.
            </summary>
            <param name="index">Zero-based index value.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Count">
            <summary>
            Returns the number of XmlMap object in the collection. Read-Only Integer.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IInternalWorksheet">
            <summary>
            Represents internal worksheet object. It can be internal or external.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorksheet">
            <summary>
            Represents a worksheet in a workbook. 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITabSheet">
            <summary>
            Represents worksheet and chartsheet tab in Excel.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Activate">
            <summary>
            Activates the sheet which is equivalent to clicking the sheet's tab.
            </summary>
            <example>
            Following code illustrates how to activate a sheet.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(2);
            ITabSheet sheet = workbook.Worksheets[1];
            
            // Activates the sheet 
            sheet.Activate();
            
            workbook.SaveAs("Activate.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Select">
            <summary>
            Selects the tab sheet.
            </summary>
            <example>
            Following code illustrates how to select the sheet. 
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(2);
            ITabSheet sheet = workbook.Worksheets[1];
            
            // Selects the sheet 
            sheet.Select();
            
            workbook.SaveAs("Select.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Unselect">
            <summary>
            Removes the selection from the sheet.
            </summary>
            <example>
            Following code illustrates how to remove the selection from the sheet 
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(2);
            ITabSheet sheet = workbook.Worksheets[1];
            
            // Removes the selection from the sheet.
            sheet.Unselect();
            
            workbook.SaveAs("Unselect.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Protect(System.String)">
            <summary>
            Protects a sheet with specified password so that it cannot be modified.
            </summary>
            <param name="password">Represents a password to protect with.</param>
            <example>
            Following code illustrates how to protect the sheet 
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            ITabSheet sheet = workbook.Worksheets[0];
            
            // Protect the sheet 
            sheet.Protect("Syncfusion");
            
            workbook.SaveAs("Protect.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Protect(System.String,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects a sheet with specified password and <see cref="T:Syncfusion.XlsIO.ExcelSheetProtection"/> so that it cannot be modified.
            </summary>
            <param name="password">Represents a password to protect.</param>
            <param name="options">Represents sheet protection option.</param>
            <example>
            Following code illustrates how to protect the sheet with Excel sheet protection option.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            ITabSheet sheet = workbook.Worksheets[0];
            
            // Protect the sheet 
            sheet.Protect("Syncfusion");
            
            workbook.SaveAs("Protect.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheet.Unprotect(System.String)">
            <summary>
            Removes protection from a sheet. This method has no effect if the sheet or workbook isn't protected.
            </summary>
            <param name="password">Password to unprotect.</param>
            <example>
            Following code illustrates how to remove the protection from the sheet.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            ITabSheet sheet = workbook.Worksheets[0];
            
            // Unprotect the sheet 
            sheet.Unprotect("Syncfusion");
            
            workbook.SaveAs("UnProtect.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.TabColor">
            <summary>
            Gets or sets the tab color of the sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.TabColorRGB">
            <summary>
            Gets or sets the tab color RGB of the sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Charts">
            <summary>
            Gets a charts collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Pictures">
            <summary>
            Gets a pictures collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Workbook">
            <summary>
            Gets the parent workbook of the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Shapes">
            <summary>
            Gets a shape collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.IsRightToLeft">
            <summary>
            Gets or sets a Boolean value indicating whether sheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.IsSelected">
            <summary>
            Gets a Boolean value indicating whether tab of the sheet is selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.TabIndex">
            <summary>
            Gets the index number of the sheet within the tabsheets collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Name">
            <summary>
            Gets or sets the name of the sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Visibility">
            <summary>
            Gets or sets the control visibility of sheet to end user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.TextBoxes">
            <summary>
            Gets a collection with all textboxes inside the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.CheckBoxes">
            <summary>
            Gets a collection with all checkboxes inside the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.OptionButtons">
            <summary>
            Gets a collection with all option buttons inside the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.ComboBoxes">
            <summary>
            Gets a collection with all combo box inside the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.CodeName">
            <summary>
            Gets the name used by macros to access workbook items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.ProtectContents">
            <summary>
            Gets a Boolean value indicating whether content in the sheet is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.ProtectDrawingObjects">
            <summary>
            Gets a Boolean value indicating whether drawing objects in the sheet is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.ProtectScenarios">
            <summary>
            Gets a Boolean value indicating whether scenarios in the sheet is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Protection">
            <summary>
            Gets protected options. Read-only. For sets protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.IsPasswordProtected">
            <summary>
            Gets a Boolean value indicating whether sheet is protected with a password. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheet.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.EnableSheetCalculations">
            <summary>
            Enables the calculation support. 
            </summary>
            <remarks>Enabling this method will initialize <see cref="P:Syncfusion.XlsIO.IWorksheet.CalcEngine"/> objects and retrieves calculated values of formulas in a worksheet.
            </remarks>
            <example>The following code illustrates how to enable the sheet calculation.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.EnableSheetCalculations(); 
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.DisableSheetCalculations">
            <summary>
            Disables the calculation support in this workbook and disposes of the associative <see cref="P:Syncfusion.XlsIO.IWorksheet.CalcEngine"/> objects.
            </summary>
            <example>The following code illustrates how to disable the sheet calculation.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.DisableSheetCalculations();  
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.CopyToClipboard">
            <summary>
            Copies worksheet data to the clipboard.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Clear">
            <summary>
            Clears the worksheet data, formats and merged cells. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ClearData">
            <summary>
            Clears the worksheet data. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Contains(System.Int32,System.Int32)">
            <summary>
            Checks whether the specified cell is initialized or accessed. 
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>True if the cell is initialized or accessed by the user; otherwise, False.</returns>
            <example> The following code illustrates if the specified cells contains a value.
            <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
             worksheet.Range["A1"].Text = "Hello";
             worksheet.Contains(1, 1);
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("Output.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.CreateRangesCollection">
            <summary>
            Creates a new instance of the <see cref="T:Syncfusion.XlsIO.IRanges"/>.
            </summary>
            <returns>New instance of ranges collection.</returns>
            <example> The following code illustrates how to creates a RangeCollection.
            <code>
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            worksheet.Range["B3"].Number = 53.75;
            worksheet.Range["B4"].Number = 52.85;
            worksheet.Range["B5"].Number = 59.77;
            worksheet.Range["B6"].Number = 96.15;
            worksheet.Range["F1"].Number = 26.72;
            worksheet.Range["F2"].Number = 33.71;
            IRanges rangesOne = worksheet.CreateRangesCollection();
            rangesOne.Add(worksheet.Range["B3:B6"]);
            rangesOne.Add(worksheet.Range["F1:F2"]);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.CreateNamedRanges(System.String,System.String,System.Boolean)">
            <summary>
            Creates a named ranges with the specified named range's value as a name for the specified range.
            </summary>
            <param name="namedRange">Existing named ranged.</param>
            <param name="referRange">Address of the named range to be created.</param>
            <param name="vertical">True if the named range values are vertically placed in the sheet.</param>
            <remarks>This method is used to access the discontinuous ranges.</remarks>
            <example>
            <code>
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet sheet = workbook.Worksheets[0];
            IName name = sheet.Names.Add("B1name",sheet["B1:D1"]);
            sheet["B1"].Value = "B2name";
            sheet["C1"].Value = "C2name";
            sheet["D1"].Value = "D2name";
            sheet.CreateNamedRanges("B1name", "B2:D2", true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance of <see cref="T:Syncfusion.XlsIO.ITemplateMarkersProcessor"/> that can be used for template markers processing.
            </summary>
            <returns>Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.IsColumnVisible(System.Int32)">
            <summary>
            Returns True if the specified column is visible to end user.
            </summary>
            <param name="columnIndex">One-based column index.</param>
            <returns>True if column is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ShowColumn(System.Int32,System.Boolean)">
            <summary>
            Shows the specified column.
            </summary>
            <param name="columnIndex">Index at which the column should be hidden.</param>
            <param name="isVisible">True - Column is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.HideColumn(System.Int32)">
            <summary>
            Hides the specified column.
            </summary>
            <param name="columnIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.HideRow(System.Int32)">
            <summary>
            Hides the specified row.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.IsRowVisible(System.Int32)">
            <summary>
            Returns True if the specified row is visible to end user.
            </summary>
            <param name="rowIndex">One-based row index.</param>
            <returns>True if row is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ShowRow(System.Int32,System.Boolean)">
            <summary>
            Shows or Hides the specified row.
            </summary>
            <param name="rowIndex">Index at which the row should be hidden.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ShowRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Shows or Hides the specified range.
            </summary>
            <param name="range">Range specifies the particular range to show / hide.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ShowRange(Syncfusion.XlsIO.Implementation.Collections.RangesCollection,System.Boolean)">
            <summary>
            Shows or Hides the collection of range.
            </summary>
            <param name="ranges">Ranges specifies the range collection.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ShowRange(Syncfusion.XlsIO.IRange[],System.Boolean)">
            <summary>
            Shows or Hides an array of range.
            </summary>
            <param name="ranges">Ranges specifies the range array.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertRow(System.Int32)">
            <summary>
            Inserts an empty row in the specified row index.
            </summary>
            <param name="index">Index at which new row should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertRow(System.Int32,System.Int32)">
            <summary>
            Inserts an empty rows in the specified row index based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertRow(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty row in the specified row index with specified <see cref="T:Syncfusion.XlsIO.ExcelInsertOptions"/> based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertColumn(System.Int32)">
            <summary>
            Inserts an empty column for the specified column index.
            </summary>
            <param name="index">Index at which new column should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertColumn(System.Int32,System.Int32)">
            <summary>
            Inserts an empty column in the specified column index based on column count.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.InsertColumn(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty column in the specified column index with specified <see cref="T:Syncfusion.XlsIO.ExcelInsertOptions"/> based on column count.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.DeleteRow(System.Int32)">
            <summary>
            Removes the specified row.
            </summary>
            <param name="index">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.DeleteRow(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of rows from the given index.
            </summary>
            <param name="index">One-based row index.</param>
            <param name="count">Number of rows.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.DeleteColumn(System.Int32)">
            <summary>
            Removes the specified column.
            </summary>
            <param name="index">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.DeleteColumn(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of columns from the given index.
            </summary>
            <param name="index">One-based column index.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.Object[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of objects into a worksheet with specified alignment.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.String[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of string values into a worksheet.
            </summary>
            <param name="arrString">Array of string value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.Int32[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of integer values into a worksheet.
            </summary>
            <param name="arrInt">Array of int value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.Double[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of double values into a worksheet.
            </summary>
            <param name="arrDouble">Array of double value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.DateTime[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of DateTime values into a worksheet.
            </summary>
            <param name="arrDateTime">Array of datetime value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportArray(System.Object[0:,0:],System.Int32,System.Int32)">
            <summary>
            Imports an array of objects into a worksheet.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportData(System.Collections.IEnumerable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from class objects into a worksheet with specified row and column.
            </summary>
            <param name="arrObject">IEnumerable object with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="includeHeader">TRUE if class properties names must be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataColumn(System.Data.DataColumn,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataColumn into a worksheet.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataColumn">DataColumn with desired data.</param>
            <param name="isFieldNameShown">TRUE if column name must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataColumn into a worksheet.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            DataColumn column = table.Columns[0];
            worksheet.ImportDataColumn(column, true, 1, 1);
            workbook.SaveAs("ImportFromDC.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataTable into a worksheet with specified row and column.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(table, true, 1, 1);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified row and column along with save option.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data table must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataTable into a worksheet with the specified row and column along with save option.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(dataTable,5, 7,true);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column along with the preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataTable into a worksheet with specified row and column along with the preserve type.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(dataTable, true, 1, 1, true);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified range.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataTable into a worksheet with the specified range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(dataTable, true, 5, 3, 10, 10);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range along with the specified preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from a DataTable into a worksheet with specified range along with the specified preserve type.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(dataTable, true, 5, 3, 10, 10, true);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <example> The following code illustrates how to Imports data from DataTable into a worksheet with specified namedRange.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            IName namedRange = worksheet.Names.Add("CustomerInfo");
            namedRange.RefersToRange = worksheet.Range["A1:F6"];
            DataTable table = SampleDataTable();
            worksheet.ImportDataTable(dataTable, namedRange, true);
            workbook.SaveAs("ImportFromDT.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row,column offset and preserve type option.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataReader(System.Data.IDataReader,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column along with save option.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32,System.Boolean)">
             <summary>
            Imports data from DataReader into worksheet from the specified row and column along with the preserve type.
             </summary>
             <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
             <param name="isFieldNameShown">TRUE if column names must be imported.</param>
             <param name="firstRow">First row from where the data should be imported.</param>
             <param name="firstColumn">First column from where the data should be imported.</param>
             <param name="preserveTypes">
             Indicates whether XlsIO should preserve column types from DataReader. By default, preserve type is FALSE.
             i.e., Setting it to True will import data based on column type, otherwise will import based on value type.</param>
             <returns>Number of imported rows.</returns>
             <remarks> 
             This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
             </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataReader(System.Data.IDataReader,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataReader into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into worksheet with the specified row and column.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <returns>Number of imported rows.</returns>
            <example>The following code illustrates how to Imports data from a DataView into worksheet with the specified row and column.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            DataTable table = SampleDataTable();
            DataView view = table.DefaultView;
            worksheet.ImportDataView(view, true, 1, 1);
            workbook.SaveAs("ImportFromDV.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with the specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <param name="bPreserveTypes">
            Indicates whether XlsIO should preserve column types from DataReader. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into a worksheet with specified row, column and preserve type.
            </summary>
            <param name="dataView">Data View with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether XlsIO should try to preserve types in Data Table, i.e. if it is set to False (default) and in Data Table we have in 
            string column value that contains only numbers, it would be converted to number. </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.RemovePanes">
            <summary>
            Removes panes from a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ExportDataTable(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
             <summary>
             Exports worksheet data in the specified row and column into a DataTable.
             </summary>
             <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
             <param name="firstRow">Row of the first cell from where DataTable should be exported.</param>
             <param name="firstColumn">Column of the first cell from where DataTable should be exported.</param>
             <param name="maxRows">Maximum number of rows to export.</param>
             <param name="maxColumns">Maximum number of columns to export.</param>
             <param name="options">Export options.</param>
             <returns>DataTable with worksheet data.</returns>
             <example>The following code illustrates how to Exports worksheet data into a DataTable with the specified row and column. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Test.xlsx", ExcelOpenType.Automatic);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             IRange sourceRange1 = worksheet.Range["A3"];
             IRange sourceRange2 = worksheet.Range["A4"];
             IRange sourceRange3 = worksheet.Range["A5"];
             IRange sourceRange4 = worksheet.Range["A6"];
             IRange sourceRange5 = worksheet.Range["A7"];
            
             IRange destinationRange1 = worksheet.Range["B3"];
             IRange destinationRange2 = worksheet.Range["B4"];
             IRange destinationRange3 = worksheet.Range["B5"];
             IRange destinationRange4 = worksheet.Range["B6"];
             IRange destinationRange5 = worksheet.Range["B7"];
            
             //Import Data From Excel to DataGrid
             DataTable dataTable = worksheet.ExportDataTable(3,1,7,1, ExcelExportDataTableOptions.ComputedFormulaValues);
             this.dataGrid1.DataSource = dataTable;
            
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
             <summary>
             Exports worksheet data in the specified range into a DataTable.
             </summary>
             <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
             <param name="dataRange">Range to export.</param>
             <param name="options">Export options.</param>
             <returns>DataTable with worksheet data.</returns>
             <example> The following code illustrates how to Exports worksheet data into a DataTable with the specified data range. 
             This example should have data with date type values.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("NorthwindDataTemplate.xlsx", ExcelOpenType.Automatic);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             Import Data From Excel to DataGrid
             DataTable customersTable = worksheet.ExportDataTable(worksheet.UsedRange, ExcelExportDataTableOptions.ColumnNames|ExcelExportDataTableOptions.PreserveOleDate);
             this.dataGrid1.DataSource = customersTable;
             
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.IntersectRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Intersects two ranges.
            </summary>
            <param name="range1">First range to intersect.</param>
            <param name="range2">Second range to intersect.</param>
            <returns>Intersection of two ranges or NULL if there is no range intersection.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.MergeRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Merges two ranges.
            </summary>
            <param name="range1">First range to merge.</param>
            <param name="range2">Second range to merge.</param>
            <returns>Merged ranges or NULL if is not able to merge ranges.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.AutofitRow(System.Int32)">
            <summary>
            Changes the height of the specified row to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone and UWP platforms only.</remarks>
            <param name="rowIndex">One-based row index.</param>
            <example>The following code illustrates how to Auto-fit the row.
            <code>
            worksheet.Range["A2"].Text = "Fit the content to row";
            worksheet.Range["A2"].WrapText = true;
            worksheet.Range["A2"].AutofitRows();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.AutofitColumn(System.Int32)">
            <summary>
            Changes the width of the specified column to achieve the best fit. 
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone and UWP platforms only.</remarks>
            <param name="colIndex">One-based column index.</param>
            <example> The following code illustrates how to Auto-fit the column.
            <code>
            worksheet.Range["A2"].Text = "Fit the content to column";
            worksheet.Range["A2"].AutofitColumns();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <example>The following code snippet illustrates how to replace the string with another string.
            <code>
            string oldValue = "Find";
            string newValue = "NewValue";
            sheet.Replace(oldValue, newValue);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Replaces string with the specified string value based on the given <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <param name="findOptions">Specifies the find options for the oldValue.</param>
            <example>The following code snippet illustrates how to replace the string with another string.
            <code>
            string oldValue = "Find";
            string newValue = "NewValue";
            sheet.Replace(oldValue, newValue, ExcelFindOptions.MatchCase);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The double value to replace all occurrences of oldValue.</param>
            <example>The following code snippet illustrates how to replace the string value with double.
            <code>
            string oldValue = "Ten";
            sheet.Replace(oldValue,10.0);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.DateTime)">
            <summary>
            Replaces string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The datetime value to replace all occurrences of oldValue.</param>
            <example>The following code illustrates how to replace the string value with datetime.
            <code>
            string oldValue = "Find";
            DateTime dateTime = DateTime.Now;
            sheet.Replace(oldValue,dateTime);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>The following code snippet illustrates how to replace the string with array of string values.
            <code>
            string oldValue = "Find";
            string[] newValues = { "X values", "Y values" };
            sheet.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>The following code snippet illustrates how to replace the string with array of int values.
            <code>
            string oldValue = "Find";
            int[] newValues = { 1, 2 };
            sheet.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>The following code snippet illustrates how to replace the string with array of double values.
            <code>
            string oldValue = "Find";
            double[] newValues = { 1.00, 3.00 };
            sheet.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces the string with the specified datatable value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>The following code snippet illustrates how to replace the string value with data table.
            <code>
            //Create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1);
            // Replace the value with data table.
            sheet.Replace("AB2", table, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified datacolumn value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>
            The following code snippet illustrates how to replace the string value with data column.
            <code>
            // create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1); 
            DataColumn dataColumn = table.Columns[0];
            // Replace the value with data column.
            sheet.Replace("AB2", dataColumn, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Remove">
            <summary>
            Removes worksheet from parent worksheet collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.Move(System.Int32)">
            <summary>
            Moves worksheet to the specified index.
            </summary>
            <param name="iNewIndex">New index of the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ColumnWidthToPixels(System.Double)">
            <summary>
            Converts the specified column width from points to pixels.
            </summary>
            <param name="Width">Width in points.</param>
            <returns>Column width in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.PixelsToColumnWidth(System.Int32)">
            <summary>
            Converts the specified column width from pixels to points.
            </summary>
            <param name="pixels">Width in pixels.</param>
            <returns>Width in points.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetColumnWidth(System.Int32,System.Double)">
            <summary>
            Sets column width for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetColumnWidthInPixels(System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetColumnWidthInPixels(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels to the given number of columns from the specified column index.
            </summary>
            <param name="iStartColumnIndex">Start Column index</param>
            <param name="iCount">No of Column to be set width</param>
            <param name="value">Value in pixel to set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetRowHeight(System.Int32,System.Double)">
            <summary>
            Sets row height for the specified row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="value">Height to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetRowHeightInPixels(System.Int32,System.Double)">
            <summary>
            Sets row height in pixels for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetRowHeightInPixels(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets row height in pixels to the given number of rows from the specified row index.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iCount">No of Row to be set width.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetColumnWidth(System.Int32)">
            <summary>
            Returns the width of the specified column. 
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetColumnWidthInPixels(System.Int32)">
            <summary>
            Returns the width of the specified column in pixels.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width in pixels of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetRowHeight(System.Int32)">
            <summary>
            Returns the height of the specified row.
            </summary>
            <remarks>Otherwise it gets the StandardHeight</remarks>
            <param name="iRow">One-based row index.</param>
            <returns>
            Returns height of the specified row.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetRowHeightInPixels(System.Int32)">
            <summary>
            Returns  the height of the specified row in pixels.
            </summary>
            <remarks>Otherwise it gets the StandardHeight in pixels</remarks>
            <param name="iRowIndex">One-based row index.</param>
            <returns>
            Returns height of the specified row in pixels.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified string value.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with string
             IRange results = sheet.FindFirst("Hello World", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
             <summary>
             Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <param name="findOptions">Way to search the value.</param>
             <returns>Returns the first cell with a specified string value and specified find options , or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified string value with specified Excel find option.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with string and specified find option.
             IRange results = sheet.FindFirst("Hello World", ExcelFindType.Text,ExcelFindOptions.MatchCase);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence that starts with the specified string value.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence that starts with the specified string value.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find String Starts with specified string
             IRange result = sheet.FindStringStartsWith("Hello", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
             <summary>
             Returns the first occurrence that starts with the specified string value which ignores the case.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
             <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>     
             <example>The following code illustrates how to find the first occurrence that starts with the specified string value.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find String Starts with specified string
             IRange result = sheet.FindStringStartsWith("Hello", ExcelFindType.Text, true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence that ends with the specified string value.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence that ends with the specified string value which ignores the case.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find String Ends with specified string
             IRange result = sheet.FindStringEndsWith("world", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
             <summary>
             Returns the first occurrence that ends with the specified string value which ignores the case.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <param name="ignoreCase">True to ignore case when comparing this string to the value; otherwise, False.</param>
             <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence that ends with the specified string value which ignores the case.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find String Ends with specified string
             IRange result = sheet.FindStringEndsWith("world", ExcelFindType.Text, true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
              Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified double value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with number
             IRange result = sheet.FindFirst(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.Boolean)">
             <summary>
             Returns the first occurrence of the specified bool value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified bool value.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with bool
             IRange result = sheet.FindFirst(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.DateTime)">
             <summary>
             Returns the first occurrence of the specified DateTime value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified DateTime value.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with DateTime
             IRange result = sheet.FindFirst(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindFirst(System.TimeSpan)">
             <summary>
             Returns the first occurrence of the specified TimeSpan value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the first occurrence of the specified TimeSpan value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with Timespan
             IRange result = sheet.FindFirst(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns the cells with a specified string value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the cells with specified string value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with string
             IRange[] results = sheet.FindAll("Hello World", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
             <summary>
             Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <param name="findOptions">Way to search.</param>
             <returns>
             Returns the cells with a specified string value and specified find options , or null if value was not found.
             </returns>
             <example>The following code illustrates how to find the cells with specified string value with specified Excel find option.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with string and specified find option.
             IRange[] results = sheet.FindAll("Hello World", ExcelFindType.Text, ExcelFindOptions.MatchCase);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
             <example>The following code illustrates how to find the cells with specified double value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with number
             IRange[] results = sheet.FindAll(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.Boolean)">
             <summary>
             Returns the cells of the specified bool value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the cells with specified bool value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with bool.
             IRange[] results = sheet.FindAll(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.DateTime)">
             <summary>
             Returns the cells of the specified DateTime value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the cells with specified DateTime value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with DateTime
             IRange[] results = sheet.FindAll(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FindAll(System.TimeSpan)">
             <summary>
             Returns the cells of the specified TimeSpan value.
             </summary>
             <param name="findValue">Value to search.</param>
             <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
             <example>The following code illustrates how to find the cells with specified TimeSpan value. 
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with Timespan
             IRange[] results = sheet.FindAll(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAs(System.String,System.String)">
            <summary>
            Saves worksheet with specified file name using separator. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <example>The following code illustrates how to saves the worksheet with separator.
            <code>
            sheet.SaveAs("newFile.csv", ",");
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAs(System.String,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet using separator with specified file name and encoding. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
            <example>The following code illustrates how to saves the worksheet with encoding.
            <code>
            sheet.SaveAs("newFile.csv", ",",Encoding.ASCII);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Saves worksheet as stream using separator. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
            <example>The following code illustrates how to saves the worksheet as stream with separator.
            <code>
            sheet.SaveAs(stream, ",");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAs(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet as stream using separator with specified encoding. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
            <example>The following code illustrates how to saves the worksheet as stream with encoding. 
            <code>
            sheet.SaveAs(stream, ",",Encoding.ASCII);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetDefaultColumnStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetDefaultColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified starting and ending column.
            </summary>
            <param name="iStartColumnIndex">Starting column index.</param>
            <param name="iEndColumnIndex">Ending column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetDefaultRowStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetDefaultRowStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified starting and ending row.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iEndRowIndex">Ending row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetDefaultColumnStyle(System.Int32)">
            <summary>
            Returns the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Default column style for the specified column or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetDefaultRowStyle(System.Int32)">
            <summary>
            Returns default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Default row style for the specified row or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FreeRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Frees range object.
            </summary>
            <param name="range">Range to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.FreeRange(System.Int32,System.Int32)">
            <summary>
            Frees range object for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the range object to remove from internal cache.</param>
            <param name="iColumn">One-based column index of the range object to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetNumber(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets number for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetBoolean(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets boolean value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetText(System.Int32,System.Int32,System.String)">
            <summary>
            Sets text for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Text to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetFormula(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Formula to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetError(System.Int32,System.Int32,System.String)">
            <summary>
            Sets error for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Error to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetBlank(System.Int32,System.Int32)">
            <summary>
            Blanks the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetFormulaNumberValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets formula number value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetFormulaErrorValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula error value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetFormulaBoolValue(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets formula bool value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula bool value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SetFormulaStringValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula string value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula string value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetText(System.Int32,System.Int32)">
            <summary>
            Returns string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetNumber(System.Int32,System.Int32)">
            <summary>
            Returns number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetFormula(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns formula value from specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>Returns formula string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetError(System.Int32,System.Int32)">
            <summary>
            Returns error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetBoolean(System.Int32,System.Int32)">
            <summary>
            Returns bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns found bool value. If cannot found returns false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetFormulaBoolValue(System.Int32,System.Int32)">
            <summary>
            Returns formula bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>True if bool value is found. otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetFormulaErrorValue(System.Int32,System.Int32)">
            <summary>
            Returns formula error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetFormulaNumberValue(System.Int32,System.Int32)">
            <summary>
            Returns formula number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.GetFormulaStringValue(System.Int32,System.Int32)">
            <summary>
            Returns formula string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Converts the specified range into image. Default image type is Bitmap.
            </summary>
            <param name="firstRow">First row index. One-based.</param>
            <param name="firstColumn">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
            <example>
            <code>
            // Converts the Range(R1C1 to R10C20) in worksheet to image.
            Image img = sheet.ConvertToImage(1, 1, 10, 20);
            img.Save("Sample.png", ImageFormat.Png);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream)">
            <summary>
            Converts the specified range into image with the specified type.
            </summary>
            <param name="firstRow">First row index. One-based.</param>
            <param name="firstColumn">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="stream">Stream to be converted to an image. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
            <example>
            <code>
            MemoryStream stream = new MemoryStream();
            // Converts the Range(R1C1 to R10C20) in worksheet to image.
            sheet.ConvertToImage(1, 1, 10, 20, ImageType.Metafile, stream);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAsHtml(System.String)">
            <summary>
            Saves worksheet with specified filename.
            </summary>
            <param name="fileName">File to save.</param>
            <example>
            The following code snippets illustrates how to save as html to the specified file name.
            <code>
            sheet.SaveAsHtml("Output.html");
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves worksheet as stream.
            </summary>
            <param name="stream">Stream to save.</param>
            <example>
            The following code snippets illustrates how to save as html as stream.
            <code>
            sheet.SaveAsHtml(stream);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet with specified filename and <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="filename">File to save.</param>
            <param name="saveOptions">Save Options</param>
            <example>
            The following code snippets illustrates how to save as html to the specified file name and save option.
            <code>
            sheet.SaveAsHtml("Output.html",HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet as stream with the specified <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="saveOptions">Save Options</param>
            <example>
            The following code snippets illustrates how to save as html as stream with Save option.
            <code>
            sheet.SaveAsHtml(stream,HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.EmfType,System.IO.Stream)">
            <summary>
            Converts the specified range into Metafile.
            </summary>
            <param name="firstRow">First row index. One-based.</param>
            <param name="firstColumn">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
            <param name="emfType">Enhanced MetaFile, to render the image in meta file format.</param>
            <param name="outputStream">Stream to be converted to an image. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
            <example>
            <code>
            MemoryStream stream = new MemoryStream();
            // Converts the Range(R1C1 to R10C20) in worksheet to image.
            sheet.ConvertToImage(1, 1, 10, 20, EmfType.EmfOnly,  stream);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Converts the specified range into image along with Metafile.
            </summary>
            <param name="firstRow">First row index. One-based..</param>
            <param name="firstColumn">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Stream to be converted to an image. It is ignored if null.</param>
            <param name="emfType">Enhanced MetaFile, to render the image in meta file format.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
            <example>
            <code>
            MemoryStream stream = new MemoryStream();
            // Converts the Range(R1C1 to R10C20) in worksheet to image.
            sheet.ConvertToImage(1, 1, 10, 20, ImageType.Metafile, stream, EmfType.EmfOnly);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheet.AdvancedFilter(Syncfusion.XlsIO.ExcelFilterAction,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
             <summary>
            Filters or copies data from a list based on a criteria range..
             </summary>
             <param name="action"> Whether filter in the place or copy to another place.</param>
             <param name="filterRange"> The filter range.</param>
             <param name="criteriaRange">The criteria range.</param>
             <param name="copyToRange"> The destination range for the copied rows if ExcelFilterAction is FilterCopy. Otherwise, this argument is ignored.  </param>
             <param name="isUnique"> True to filter unique records; Otherwise filters all the records that meet the criteria. The default value is False.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.CalcEngine">
            <summary>
            Gets or sets the a <see cref="P:Syncfusion.XlsIO.IWorksheet.CalcEngine"/> object associated with <see cref="T:Syncfusion.Calculate.ICalcData"/> implementation.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IWorksheet.MissingFunction">
            <summary>
            Event raised when an unknown function is encountered. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.AutoFilters">
            <summary>
            Gets the auto filters collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Cells">
            <summary>
            Gets the used cells in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.DisplayPageBreaks">
            <summary>
            Gets or sets a value that indicates whether page breaks (both automatic and manual)
            on the worksheet are displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Index">
            <summary>
            Gets the index number of the worksheet within the collection of
            worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.MergedCells">
            <summary>
            Gets all the merged ranges in the worksheet. Read-only.
            </summary>
            <example>The following code illustrates how to get the merged ranges.
            <code>
            IRange[] mergedRange = sheet.MergedCells;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Names">
            <summary>
            Gets a Names collection that represents
            the worksheet-specific names (names defined with the "WorksheetName!"
            prefix) in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.PageSetup">
            <summary>
            Gets a <see cref="P:Syncfusion.XlsIO.IWorksheet.PageSetup"/> object that contains all the page setup settings
            for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Range">
            <summary>
            Gets a Range object that represents a cell or a range of cells in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Rows">
            <summary>
            Gets a Range object that represents the rows in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Columns">
            <summary>
            Gets a Range object that represents all the columns in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.StandardHeight">
            <summary>
            Gets or sets the standard (default) height of all the rows in the worksheet,
            in points. 
            </summary>
            <example>The following code illustrates how to get the standard height.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            double standardHeight = worksheet.StandardHeight;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.StandardHeightFlag">
            <summary>
            Gets or sets the standard (default) height option flag.
            </summary>
            <remarks>
            Which defines that standard (default) row height and book default font height do not match.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.StandardWidth">
            <summary>
            Gets or sets the standard (default) width of all the columns in the
            worksheet. 
            </summary>
            <example>The following code illustrates how to get the standard width.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            double standardWidth = worksheet.StandardWidth;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Type">
            <summary>
            Gets the worksheet type. Read-only ExcelSheetType.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.UsedRange">
            <summary>
            Gets a Range object that represents the used range on the
            specified worksheet. Read-only.
            </summary>
            <example>The following code illustrates how to get used range on the specified worksheet.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            IRange usedRange = worksheet.UsedRange;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
            <example>The following code illustrates how to set zoom level of the sheet.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            worksheet.Zoom = 200;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.VerticalSplit">
            <summary>
            Gets or sets the position of vertical split in the worksheet.
            </summary>
            <remarks>
            Position of the vertical split (px, 0 = No vertical split):
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible columns in left pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.HorizontalSplit">
            <summary>
            Gets or sets the position of horizontal split in the worksheet.
            </summary>
            <remarks>
            Position of the horizontal split (by, 0 = No horizontal split):
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible rows in top pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.FirstVisibleRow">
            <summary>
            Gets or sets the first visible row index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.FirstVisibleColumn">
            <summary>
            Gets or sets the first visible column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.ActivePane">
            <summary>
            Gets or sets index of the active pane.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.IsDisplayZeros">
            <summary>
            True if zero values to be displayed. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.IsGridLinesVisible">
            <summary>
            True if grid lines are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.GridLineColor">
            <summary>
            Gets or sets the color of the Grid line in the worksheet.
            </summary>
            <example> The following code illustrates how to set the grid line color.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            worksheet.GridLineColor = ExcelKnownColors.Blue;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.IsRowColumnHeadersVisible">
            <summary>
            True if row and column headers are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.VPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection"/> that represents the vertical page
            breaks on the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.HPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection"/> that represents the horizontal
            page breaks in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.IsStringsPreserved">
            <summary>
            True if all values in the worksheet are preserved as strings. otherwise, False.
            </summary>
            <example> The following code illustrates if the values in the worksheet are preserved as strings.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            worksheet.IsStringsPreserved = true;
            worksheet["A1"].Value = "10";
            worksheet["A2"].Value = "Test";
            worksheet["A3"].Value = "=SUM(1+1)";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Comments">
            <summary>
            Gets a comments collection in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
            <param name="row">First row index. One-based.</param>
            <param name="column">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Item(System.String)">
            <summary>
             Gets cell Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.Item(System.String,System.Boolean)">
            <summary>
             Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.HyperLinks">
            <summary>
             Gets a hyperlink collections in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.UsedCells">
            <summary>
            Gets all not empty or accessed cells. Read-only.
            </summary>
            <remarks>
            WARNING: This property creates Range object for each cell in the worksheet
            and creates new array each time user calls to it. It can cause huge memory
            usage especially if called frequently.
            </remarks>
            <example> The following code illustrates how to get the used cells range of a sheet.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] usedCellsRange = sheet.UsedCells;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.CustomProperties">
            <summary>
            Gets a collection of custom properties of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached or not. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.IsFreezePanes">
            <summary>
            Defines whether freezed panes are applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.SplitCell">
            <summary>
            Gets split cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.TopVisibleRow">
            <summary>
            Gets or sets the top visible row of the worksheet.
            </summary>
            <example>The following code illustrates how to get the top visible row.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            int topVisibleRow = sheet.TopVisibleRow;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.LeftVisibleColumn">
            <summary>
            Gets or sets the left visible column of the worksheet.
            </summary>
            <example>The following code illustrates how to get the left visible column.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            int leftVisibleColumn = worksheet.LeftVisibleColumn;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.UsedRangeIncludesFormatting">
            <summary>
            Gets or sets whether used range should include cells with formatting.
            </summary>
            <remarks>
            There are two different algorithms to create UsedRange object:
            1) Default. This property = true. The cell is included into UsedRange,
            even data is empty (maybe some formatting
            changed, maynot be - cell was accessed and record was created).
            2) This property = false. In this case XlsIO tries to remove empty rows and
            columns from all sides to make UsedRange smaller.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.PivotTables">
            <summary>
            Gets a collection of pivot tables in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.ListObjects">
            <summary>
            Gets a collection of list objects in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.View">
            <summary>
            Gets or sets the view setting of the worksheet.
            </summary>  
            <example>The following code illustrates how to set the view of the sheet.
            <code>
            IWorksheet worksheet = workbook.Worksheets[0];
            worksheet.View = SheetView.PageLayout;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.OleObjects">
            <summary>
             Gets a collection of OleObjects in the worksheet.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <value>The OLE objects.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.HasOleObject">
            <summary>
            Gets whether the OLE object is present in the worksheet. Read-only.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <value>
            	True if this instance is OLE object; otherwise, False.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheet.SparklineGroups">
             <summary>
             Gets the sparkline groups.
             </summary>
             <value>The sparkline groups.</value>
             <example>The following code illustrates how to get the Spark line groups from the sheet.
             <code>
             //A new Sparkline group is added to the sheet sparklinegroups
             ISparklineGroup sparklineGroup = sheet.SparklineGroups.Add();
            
             //Set the Sparkline group type as line
             sparklineGroup.SparklineType = SparklineType.Line;
            
             //Set to display the empty cell as line
             sparklineGroup.DisplayEmptyCellsAs = SparklineEmptyCells.Line;
            
             //Sparkline group style properties
             sparklineGroup.ShowFirstPoint = true;
             sparklineGroup.FirstPointColor = Color.Green;
             sparklineGroup.ShowLastPoint = true;
             sparklineGroup.LastPointColor = Color.DarkOrange;
             sparklineGroup.ShowHighPoint = true;
             sparklineGroup.HighPointColor = Color.DarkBlue;
             sparklineGroup.ShowLowPoint = true;
             sparklineGroup.LowPointColor = Color.DarkViolet;
             sparklineGroup.ShowMarkers = true;
             sparklineGroup.MarkersColor = Color.Black;
             sparklineGroup.ShowNegativePoint = true;
             sparklineGroup.NegativePointColor = Color.Red;
            
             //set the line weight
             sparklineGroup.LineWeight = 0.3;
             //The sparklines are added to the sparklinegroup.
             ISparklines sparklines = sparklineGroup.Add();
            
             //Set the Sparkline Datarange 
             IRange dataRange = sheet.Range["D6:G17"];
             //Set the Sparkline Reference range
             IRange referenceRange = sheet.Range["H6:H17"];
            
             //Create a sparkline with the datarange and reference range
             sparklines.Add(dataRange, referenceRange);
            
             ISparklineGroups sparkline = sheet.SparklineGroups;
             </code>
             </example>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.IWorksheet.MigrantRange" -->
        <member name="E:Syncfusion.XlsIO.IWorksheet.CellValueChanged">
            <summary>
            Occurs when the value of a cell changes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.IsArrayFormula(System.Int64)">
            <summary>
            Indicates whether cell contains array-entered formula.
            </summary>
            <param name="cellIndex">Cell index to check.</param>
            <returns>True if cell contains array-entered formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.GetClonedObject(System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets object that is clone of current worksheet in the specified workbook.
            </summary>
            <param name="hashNewNames">Dictionary with update worksheet names.</param>
            <param name="book">New workbook object.</param>
            <returns>Object that is clone of the current worksheet.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.DefaultRowHeight">
            <summary>
            Get default row height in pixel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.FirstRow">
            <summary>
            Gets or sets one-based index of the first row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.FirstColumn">
            <summary>
            Gets or sets one-based index of the first column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.LastRow">
            <summary>
            Gets or sets one-based index of the last row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.LastColumn">
            <summary>
            Gets or sets one-based index of the last column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.CellRecords">
            <summary>
            Gets collection of cell records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.ParentWorkbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalWorksheet.Version">
            <summary>
            Gets  excel version.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StyleArrayWrapper">
            <summary>
            Style wrapper for multicell range. Redirects all 
            properties and method calls to the range styles.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IStyle">
            <summary>
            Represents a style description for a range. The Style object contains
            all style attributes (font, number format, alignment, and so on) as
            properties. There are several built-in styles, including Normal,
            Currency, and Percent. Using the Style object is a fast and efficient
            way to change several cell-formatting properties on multiple cells at
            the same time.
            For the Workbook object, the Style object is a member of the Styles
            collection. The Styles collection contains all the defined styles for
            the workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyle.BuiltIn">
            <summary>
            True if the style is a built-in style. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyle.Name">
            <summary>
            Returns or sets the name of the object. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyle.IsInitialized">
            <summary>
            Indicates whether style is initialized (differs from Normal style).
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyle.Interior">
            <summary>
            Returns interior object for this extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.m_arrRanges">
            <summary>
            Array that contains all cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.m_application">
            <summary>
            Application.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Creates object that will contain all styles that are used by range.
            </summary>
            <param name="range">Range from which styles must be taken.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.#ctor(Syncfusion.XlsIO.IApplication,System.Collections.Generic.List{Syncfusion.XlsIO.IRange},Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Creates object that will contain all styles that are used by range.
            </summary>
            <param name="range">Range from which styles must be taken.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.JustifyLast">
            <summary>
            For far east languages. Supported only for format. Always 0 for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.NumberFormatLocal">
            <summary>
            Returns or sets the format code for the object as a string in the
            language of the user. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.XFormatIndex">
            <summary>
            Gets format index in m_book.InnerFormats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.HasBorder">
            <summary>
            Indicates whether style has border. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Borders">
            <summary>
            Returns a  Borders collection that represents the borders of a
            style or a range of cells (including a range defined as part of
            a conditional format).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.BuiltIn">
            <summary>
            True if the style is a built-in style. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FillPattern">
            <summary>
            Gets / sets fill pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FillBackground">
            <summary>
            Gets / sets index of fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FillBackgroundRGB">
            <summary>
            Gets / sets fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FillForeground">
            <summary>
            Gets / sets index of fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FillForegroundRGB">
            <summary>
            Gets / sets fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Font">
            <summary>
            Returns a Font object that represents the font of the specified 
            object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.FormulaHidden">
            <summary>
            True if the formula will be hidden when the worksheet is protected. 
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.HorizontalAlignment">
            <summary>
            Returns or sets the horizontal alignment for the specified object. 
            For all objects, this can be one of the following ExcelHAlign constants. 
            Read/write ExcelHAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludeAlignment">
            <summary>
            True if the style includes the AddIndent, HorizontalAlignment, 
            VerticalAlignment, WrapText, and Orientation properties. 
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludeBorder">
            <summary>
            True if the style includes the Color, ColorIndex, LineStyle, 
            and Weight border properties. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludeFont">
            <summary>
            True if the style includes the Background, Bold, Color,
            ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow,
            Size, Strikethrough, Subscript, Superscript, and Underline
            font properties. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludeNumberFormat">
            <summary>
            True if the style includes the NumberFormat property. 
            Read/write Boolean. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludePatterns">
            <summary>
            True if the style includes the Color, ColorIndex, 
            InvertIfNegative, Pattern, PatternColor, and PatternColorIndex 
            interior properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IncludeProtection">
            <summary>
            True if the style includes the FormulaHidden and Locked protection 
            properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IndentLevel">
            <summary>
            Returns or sets the indent level for the style. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IsInitialized">
            <summary>
            Indicates whether style is initialized (differs from Normal style).
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Locked">
            <summary>
            True if the object is locked, False if the object can be 
            modified when the sheet is protected. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Name">
            <summary>
            Returns or sets the name of the object. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.NumberFormat">
            <summary>
            Returns or sets the format code for the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.NumberFormatIndex">
            <summary>
            Gets / sets index of the number format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.NumberFormatSettings">
            <summary>
            Returns object that describes number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Rotation">
            <summary>
            Text rotation angle:
            0 Not rotated
            1-90 1 to 90 degrees counterclockwise
            91-180 1 to 90 degrees clockwise
            255 Letters are stacked top-to-bottom, but not rotated.
            int.MinValue - different rotation angle for different ranges.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when value is more than 0xFF.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.ShrinkToFit">
            <summary>
            True if text automatically shrinks to fit in the available 
            column width. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.VerticalAlignment">
            <summary>
            Returns or sets the vertical alignment of the specified object. 
            Read/write ExcelVAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.WrapText">
            <summary>
            True if Microsoft Excel wraps the text in the object. 
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IsFirstSymbolApostrophe">
            <summary>
            If true then first symbol in cell is apostrophe.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.PatternColorIndex">
            <summary>
            Returns or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.PatternColor">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.ColorIndex">
            <summary>
            Returns or sets the color of the interior. The color is specified as
            an index value into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.Interior">
            <summary>
            Returns Interior object that represents the interior of the specified 
            object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleArrayWrapper.IsModified">
            <summary>
            Gets value indicating whether format was modified, compared to parent format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RefreshOnLoad">
            <summary>
            Specifies a boolean value that indicates whether the application will
            refresh the cache when the workbook has been opened.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RefreshedBy">
            <summary>
            Specifies the name of the end-user who last refreshed the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RefreshedDate">
            <summary>
            Specifies the date when the cache was last refreshed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CreatedVersion">
            <summary>
            Specifies the version of the application that created the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RefreshedVersion">
            <summary>
            Specifies the version of the application that last refreshed the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MinRefreshableVersion">
            <summary>
            Specifies the earliest version of the application that is required to refresh the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RecordCount">
            <summary>
            Specifies the number of records in the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheSource">
            <summary>
            Represents the description of data source whose data is stored in the pivot cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.TypeAttribute">
            <summary>
            Specifies the cache type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ConsolidationTypeValue">
            <summary>
            Indicates that the cache contains data that
            consolidates ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ExternalTypeValue">
            <summary>
            Indicates that the cache contains data from an
            external data source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ScenarioTypeValue">
            <summary>
            Indicates that the cache contains a scenario summary
            report  
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.WorksheetSourceType">
            <summary>
            Indicates that the cache contains worksheet data.   
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.WorksheetSource">
            <summary>
            Represents the location of the source of the data that is stored in the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ReferenceAddress">
            <summary>
            Specifies the reference that defines a cell range that is the source of the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SheetAttribute">
            <summary>
            Specifies the name of the sheet that is the source for the cached data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheFields">
            <summary>
            Represents the collection of field definitions in the source data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CountAttribute">
            <summary>
            Specifies the number of fields in the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheField">
            <summary>
            Represent a single field in the PivotCache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.NameAttribute">
            <summary>
            Specifies the name of the cache field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotTableDefinition">
            <summary>
            Represents the PivotTable root element for non-null PivotTables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCachesTag">
            <summary>
            This element enumerates pivot cache definition parts used by pivot tables and formulas in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCacheTag">
            <summary>
            This element represents a cache of data for pivot tables and formulas in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCacheId">
            <summary>
            Specifies the unique identifier for the pivot cache for this workbook in the pivot cache part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataCaption">
            <summary>
            Specifies the name of the value area field header in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.UpdatedVersion">
            <summary>
            Specifies the version of the application that last updated the PivotTable view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowCalcMbrs">
            <summary>
            Specifies a boolean value that indicates whether calculated members should be shown
            in the PivotTable view. This attribute applies to PivotTables from OLAP-sources only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.UseAutoFormatting">
            <summary>
            Specifies a boolean value that indicates whether auto formatting has
            been applied to the PivotTable view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ItemPrintTitles">
            <summary>
            Specifies a boolean value that indicates whether PivotItem names should
            be repeated at the top of each printed page.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Indent">
            <summary>
            Specifies the indentation increment for compact axis and can be used to
            set the Report Layout to Compact Form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Outline">
            <summary>
            Specifies a boolean value that indicates whether new fields should have
            their outline flag set to true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OutlineData">
            <summary>
            Specifies a boolean value that indicates whether data fields in the
            PivotTable should be displayed in outline form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MultipleFieldFilters">
            <summary>
            Specifies a boolean value that indicates whether the fields of a PivotTable
            can have multiple filters set on them.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotFields">
            <summary>
            Represents the collection of fields that appear on the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotField">
            <summary>
            Represents a single field in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowAllAttribute">
            <summary>
            Specifies a boolean value that indicates whether to show all items for this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Location">
            <summary>
            Represents location information for the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FirstHeaderRow">
            <summary>
            Specifies the first row of the PivotTable header, relative to the top
            left cell in the ref value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FirstDataRow">
            <summary>
            Specifies the first row of the PivotTable data, relative to the top left cell in the ref value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FirstDataColumn">
            <summary>
            Specifies the first column of the PivotTable data, relative to the top left cell in the ref value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCacheDefinition">
            <summary>
            Represents the pivotCacheDefinition part. This part defines each field
            in the source data, including the name, the string resources of the
            instance data (for shared items), and information about the type of
            data that appears in the field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowFields">
            <summary>
            Represents the collection of row fields for the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowItems">
            <summary>
            Represents the collection of items in row axis of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnFields">
            <summary>
            Represents the collection of fields that are on the column axis of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnItems">
            <summary>
            Represents the collection of column items of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.NumberFormatAttribute">
            <summary>
            Specifies the index to the number format applied to this data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StyleInfo">
            <summary>
            Represent information on style applied to the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowRowHeaders">
            <summary>
            Specifies a boolean value that indicates whether to show row headers for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowColumnHeaders">
            <summary>
            Specifies a boolean value that indicates whether to show column headers for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowRowStripes">
            <summary>
            Specifies a boolean value that indicates whether to show row
            stripe formatting for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowColumnStripes">
            <summary>
            Specifies a boolean value that indicates whether to show column stripe
            formatting for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowLastColumn">
            <summary>
            Specifies a boolean value that indicates whether to show the last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnGrandTotal">
            <summary>
            Specifies a boolean value that indicates whether grand totals should be
            displayed for the PivotTable columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowGrandTotal">
            <summary>
            Specifies a boolean value that indicates whether grand totals should be
            displayed for the PivotTable rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowDrill">
            <summary>
            Specifies a boolean value that indicates whether drill indicators should be hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SharedItems">
            <summary>
            Represents the collection of unique items for a field in the PivotCacheDefinition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsSemiMixedTypes">
            <summary>
            Specifies a boolean value that indicates that this field contains text values.
            The field may also contain a mix of other data type and blank values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsString">
            <summary>
            Specifies a boolean value that indicates whether this field contains a text value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsNumber">
            <summary>
            Specifies a boolean value that indicates whether this field contains numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsInteger">
            <summary>
            Specifies a boolean value that indicates whether this field contains integer values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsDate">
            <summary>
            Specifies a boolean value that indicates that the field contains at least one date.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsNonDate">
            <summary>
            Specifies a boolean value that indicates that the field contains at
            least one value that is not a date.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ContainsBlank">
            <summary>
            Specifies a boolean value that indicates whether this field contains a blank value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.LongText">
            <summary>
            Specifies a boolean value that indicates wheter this field contains a long Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowHeaders">
            <summary>
            Specifies a boolean value that indicates whether to suppress display of pivot field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Field">
            <summary>
            Represents a generic field that can appear either on the column or the row region of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.IndexAttribute">
            <summary>
            Specifies the index to a pivotField item value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Item">
            <summary>
            Represents the collection of items in the row or column region of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.GrandTotalAttribute">
            <summary>
            GrandTotal constant
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowLabels">
            <summary>
            Row Labels of pivot table
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RepeatItemsCount">
            <summary>
            Specifies the type of the item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DefaultConst">
            <summary>
            constant
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ValueItem">
            <summary>
            Represents an array of indexes to cached member property values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataFields">
            <summary>
            Represents the collection of items in the data region of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataField">
            <summary>
            Represents a field from a source list, table, or database that contains data that is summarized in a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheFieldIndex">
            <summary>
            Specifies the index to the field (&lt;r&gt;) in the pivotCacheRecords part that this data item summarizes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BaseField">
            <summary>
            Specifies the index to the base field when the ShowDataAs calculation is in use.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BaseItem">
            <summary>
            Specifies the index to the base item when the ShowDataAs calculation is in use.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Subtotal">
            <summary>
            Specifies the aggregation function that applies to this data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SubTotalCaption">
            <summary>
            Specifies the custom text that is displayed for the subtotals label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AxisAttribute">
            <summary>
            Specifies the region of the PivotTable that this field is displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataFieldAttribute">
            <summary>
            Specifies a boolean value that indicates whether this field appears in the
            data region of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldItems">
            <summary>
            Represents the collection of items in a PivotTable field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldItem">
            <summary>
            Represents a single item in PivotTable field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldSummaryTypeAttibute">
            <summary>
            Specifies the type of this item. A value of 'default' indicates the subtotal or total item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldSummaryDefault">
            <summary>
            Indicates the pivot item represents the default type for this PivotTable.
            The default pivot item type is the "total" aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCacheRecords">
            <summary>
            Represents the collection of records in the PivotCache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotCacheRecord">
            <summary>
            Represents a single record of data in the PivotCache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.NumberTag">
            <summary>
            Represents a numeric value in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StringTag">
            <summary>
            Represents a character value in a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EmptyTag">
            <summary>
            Represents a value that was not specified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DateTag">
            <summary>
            Represents a date-time value in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BooleanTag">
            <summary>
            Represents a boolean value for an item in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DateTimeFormat">
            <summary>
            Unified date time format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ValueAttribute">
            <summary>
            Specifies the value of the item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AverageSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'Average'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CountASubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'countA'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CountSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'count'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MaxSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'max'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MinSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'min'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ProductSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply 'product'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StdDevPSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'stdDevP'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StdDevSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to use 'stdDev'
            in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SumSubtotal">
            <summary>
            Specifies a boolean value that indicates whether apply the 'sum'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.VarPSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'varP'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.VarSubtotal">
            <summary>
            Specifies a boolean value that indicates whether to apply the 'variance'
            aggregation function in the subtotal of this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DefaultSubtotal">
            <summary>
            Specifies a boolean value that indicates whether the default subtotal
            aggregation function is displayed for this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BackgroundQueryAttribute">
            <summary>
            Specifies a boolean value that indicates whether the application should query and
            retrieve records asynchronously from the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EnableRefreshAttribute">
            <summary>
            Specifies a boolean value that indicates whether the user can refresh the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.InvalidAttribute">
            <summary>   
            Specifies a boolean value that indicates whether the cache needs to be refreshed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OptimizeMemoryAttribute">
            <summary>
            Specifies a boolean value that indicates whether the application will apply optimizations
            to the cache to reduce memory usage
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SaveDataAttribute">
            <summary>
            Specifies a boolean value that indicates whether the pivot records are saved with the
            cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SupportAdvancedDrillAttribute">
            <summary>
            Specifies whether the cache's data source supports attribute drilldown
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SupportSubQueryAttribute">
            <summary>
            Specifies whether the cache's data source supports subqueries.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.UpgradeOnRefreshAttribute">
            <summary>
            Specifies a boolean value that indicates whether the cache is scheduled for version
            upgrade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DatabaseFieldAttribute">
            <summary>
            Specifies a boolean value that indicates whether this field came from the source
            database
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FormulaAttribute">
            <summary>
            Specifies the formula for the calculated field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldGroupElement">
            <summary>
            Represents the collection of properties for a field group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AsteriskTotalAttribute">
             <summary>
             Specifies a boolean value that indicates whether an asterisks should be displayed in
            subtotals and totals
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnHeaderCaption">
             <summary>
             Specifies the string to be displayed in column header in compact mode. This attribute
            depends on whether the application implements a compact mode for displaying
            PivotTables in the user interface.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Compact">
            <summary>
            Specifies the compact new fileds
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CompactData">
            <summary>
            Specifies the display compact Data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CustomListSort">
            <summary>
            This attribute indicates the wheater to auto sort pivot table or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataOnRows">
            <summary>
            This attribute represents the multiple fields in the data region 
            is located in the row area or the column area
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataPosition">
            <summary>
            This attribute represents the position for the field which representing multiple data field in the PivotTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DisableFieldList">
            <summary>
            this attribute indicates whether to disable the PivotTable field list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AllowEditData">
             <summary>
             This attribute that indicates whether the user is allowed to edit the cells in
            the data area of the PivotTable.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EnableDrillDown">
             <summary>
             This attribute that indicates whether the user is prevented from drilling down
            on a PivotItem or aggregate value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EnableFieldProerties">
             <summary>
             indicates whether the user is prevented from displaying
            PivotField properties.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EnableWizard">
             <summary>
             This attribute that indicates whether the user is prevented from displaying
            the PivotTable wizard.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ErrorCaption">
            <summary>
            This attribute Specifies the string to be displayed in cells that contain errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DefaultAutoSort">
             <summary>
             this attribute that indicates whether fields in the PivotTable are sorted in
            non-default order in the field list.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Caption">
            <summary>
            Specifies the display name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnsPerPage">
             <summary>
             Specifies the number of columns per page for this PivotTable that the filter area will
            occupy.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowsPerPage">
            <summary>
            Specifies the number of rows per page for this PivotTable that the filter area will occupy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ChildItemsAttribute">
             <summary>
             Specifies a boolean value that indicates whether the approximate number of child items
            for this item is greater than zero.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ExpandAttribute">
             <summary>
             Specifies a boolean value that indicates whether this item has been expanded in the
            PivotTable view.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DrillAcrossAtribute">
             <summary>
             Specifies a boolean value that indicates whether attribute hierarchies nested next to
            each other on a PivotTable row or column will offer drilling "across" each other or not.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CalculatedMemberAttribute">
            <summary>
            Specifies a boolean value that indicates whether this item is a calculated member.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HiddenAttribute">
            <summary>
            Specifies a boolean value that indicates whether the item is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ItemCaptionAttribute">
            <summary>
            Specifies the user caption of the item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CharAttribute">
            <summary>
            Specifies a boolean value that indicates whether the item has a character value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HideDetailAttribute">
            <summary>
            Specifies a boolean value that indicates whether the details are hidden for this item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MissingAttribute">
            <summary>
            Specifies a boolean value that indicate whether the item has a missing value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ItemTypeAttribute">
            <summary>
            Specifies the type of this item. A value of 'default' indicates the subtotal or total item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BaseFieldAttribute">
            <summary>
            Specifies the base of this field,
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ParentFieldAttribute">
            <summary>
            Specifies the parent of this field,
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DiscretePrElement">
            <summary>
            Represents the collection of discrete grouping properties for a field group
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.GroupItemsElement">
            <summary>
            Represents the collection of items in a field group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RangePrElement">
            <summary>
            Represents the collection of range grouping properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AutoEndAttribute">
             <summary>
             Specifies a boolean value that indicates whether the application uses the source data to
            set the ending range value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AutoStartAttribute">
             <summary>
             Specifies a boolean value that indicates whether we use source data to set the beginning
            range value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EndDateAttribute">
            <summary>
            Specifies the ending value for date grouping if autoEnd is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EndNumberAttribute">
            <summary>
            Specifies the ending value for numeric grouping if autoEnd is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.GroupByAttribute">
            <summary>
            Specifies the grouping.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.GroupIntervalAttribute">
             <summary>
             Specifies the grouping interval for numeric range grouping. Specifies the number of days
            to group by in date range grouping
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StartDateAttribute">
            <summary>
            Specifies the starting value for date grouping if autoStart is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.StartNumAttribute">
            <summary>
            Specifies the starting value for numeric grouping if autoStart is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AutoShowAttribute">
            <summary>
            Specifies a boolean value that indicates whether an "AutoShow" filter is applied to this
            field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DragOffAttribute">
             <summary>
             Specifies a boolean value that indicates whether the field can be removed from the
            PivotTable.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DragToColAttribute">
             <summary>
             Specifies a boolean value that indicates whether the field can be dragged to the column
            axis.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DragToData">
            <summary>
            Specifies a boolean value that indicates whether the field can be dragged to the data
            region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DragToPage">
            <summary>
            Specifies a boolean value that indicates whether the field can be dragged to the page
            region
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DragToRow">
            <summary>
            Specifies a boolean value that indicates whether the field can be dragged to the row axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HideNewItemAttribute">
            <summary>
            Specifies a boolean value that indicates whether new items that appear after a refresh
            should be hidden by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.IncludeNewItemFilter">
            <summary>
            Specifies a boolean value that indicates whether manual filter is in inclusive mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.InsertBlankRow">
            <summary>
            Specifies a boolean value that indicates whether to insert a blank row after each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.InsertPageBreak">
            <summary>
            Specifies a boolean value that indicates whether to insert a page break after each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ItemsPerPage">
            <summary>
            Specifies the number of items showed per page in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MeasureFilterAttribute">
            <summary>
            Specifies a boolean value that indicates whether field has a measure based filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MultiItemSelction">
            <summary>
            Specifies a boolean value that indicates whether the field can have multiple items
            selected in the page field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowDropDownAttribute">
            <summary>
            Specifies a boolean value that indicates whether to hide drop down buttons on PivotField
            headers
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowPropAsCaption">
            <summary>
            Specifies a boolean value that indicates whether to show the property as a member
            caption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowPropToolTip">
            <summary>
            Specifies a boolean value that indicates whether to show the member property value in a
            tooltip on the appropriate PivotTable cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.SortTypeAttribute">
            <summary>
            Specifies the type of sort that is applied to this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.UniqueMemberProperty">
            <summary>
            Specifies the unique name of the member property to be used as a caption for the field
            and field items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CalculatedItems">
            <summary>
            Represents an item within a PivotTable field that uses a formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CalculatedItem">
            <summary>
            Represents an item within a PivotTable field that uses a formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.References">
            <summary>
            Represents a set of selected fields and selected items within those fields
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Reference">
            <summary>
            Represents a set of selected fields and selected items within those fields
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheIndex">
            <summary>
            Flag indicating whether any indexes refer to fields or items in the Pivot cache
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnGrand">
            <summary>
            Flag indicating whether the column grand total is included.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataOnly">
            <summary>
            Flag indicating whether only the data values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldPosition">
            <summary>
            Position of the field within the axis to which this rule applies.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowGrand">
            <summary>
            Flag indicating whether the row grand total is included
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.LableOnly">
             <summary>
             Flag indicating whether only the item labels for an item selection 
             are selected and does
            not include the data values
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Offset">
            <summary>
            A Reference that specifies a subset of the selection area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ReferByPosition">
            <summary>
            Specifies a boolean value that indicates whether the 
            item is referred to by position rather than item index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ReferByRelative">
            <summary>
            Specifies a boolean value that indicates whether the item is 
            referred to by a relative reference rather than an absolute reference
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Selected">
            <summary>
            Specifies a boolean value that indicates whether this field has selection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotAreaTag">
            <summary>
            Pivot Area tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotAreaTypeAttribute">
            <summary>
            Pivot Area Type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ConditionalFormats">
            <summary>
            Represents the collection of conditional formats applied to a PivotTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ConditionalFormat">
            <summary>
            Represents the conditional formatting defined in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowGridDropZone">
             <summary>
             Specifies a boolean value that indicates whether the in-grid drop zones should be
            displayed at runtime, and whether classic layout is applied.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PageOverThenDown">
            <summary>
            Specifies a boolean value that indicates how the page fields are laid out 
            when there are multiple PivotFields in the page area. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowError">
            <summary>
            Specifies a boolean value that indicates whether to show error messages in cells
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MissingCapiton">
            <summary>
            Specifies a boolean value that indicates 
            whether to show a message in cells with no value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowMissing">
            <summary>
            Specifies a boolean value that indicates whether to 
            show a message in cells with no value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PreserveFormatting">
            <summary>
            Specifies a boolean value that indicates whether the formatting applied by 
            the user to the PivotTable cells is discarded on refresh.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowDataTips">
            <summary>
            Specifies a boolean value that indicates whether tooltips should be 
            displayed for PivotTable data cells. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldPrintTitles">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MergeItem">
             <summary>
             Specifies a boolean value that indicates whether row or column titles that span multiple
            cells should be merged into a single cell.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PageWrap">
            <summary>
            Specifies the number of page fields to display before starting another row or column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Filters">
            <summary>
            Represents the collection of filters that apply to this PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Description">
            <summary>
            Specifies the description of the pivot filter.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.EvalOrderAttribute">
            <summary>
            Specifies the evaluation order of the pivot filter.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MeasureFldAttribute">
            <summary>
            Specifies the index of the measure field.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MeasureHierAttribute">
            <summary>
            Specifies the index of the measure cube field.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HiddenButtonAttribute">
            <summary>
            Indicates whether the AutoFilter button for this column is hidden
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ShowButtonAttribute">
            <summary>
            Flag indicating whether the filter button is visible.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AutoFilterElement">
            <summary>
            Specifies the element for Auto filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FilterColumnElement">
            <summary>
            Specifies the element for filter column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OperatorAttribute">
            <summary>
            Specifies the attributes for operator which is applied in pivot filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Value1">
            <summary>
            Specifies the string value "1" used by label pivot filters.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ColumnIdAttribute">
            <summary>
            Zero-based index indicating the AutoFilter column to which this filter information applies.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Value2">
            <summary>
            Specifies the string value "2" used by label pivot filters.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotFilterId">
            <summary>
            Specifies the unique identifier of the pivot filter as assigned by the PivotTable.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CustomFiltersElement">
            <summary>
            Specifies the element for Custom filters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CustomFilterElement">
            <summary>
            Specifies the element for Custom filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AndAttributeName">
            <summary>
            Attribute specifying whether and operator is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ValAttibuteName">
            <summary>
            Top or bottom value to use as the filter criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.BlankAttributeName">
            <summary>
            Flag indicating whether to filter by blank.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FilterValueAttributeName">
            <summary>
            The actual cell value in the range which is used to perform the comparison for this filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PercentAttributeName">
            <summary>
            Flag indicating whether or not to filter by percent value of the column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.TopAttributeName">
            <summary>
            Flag indicating whether or not to filter by top order
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Top10FilterElement">
            <summary>
            Specifies the element for Top 10 filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.Filter">
            <summary>
            Represents the collection of filter that apply to this PivotFilters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CustomFormats">
            <summary>
            Represents the collection of custom formats apply to the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ChartFormats">
            <summary>
            Represents the collection of formats applied to PivotChart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowHeaderCaption">
            <summary>
            Specifies the string to be displayed in row header in compact mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AutoSortScope">
            <summary>
            Represents the sorting scope for the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.ErrorTag">
            <summary>
             Represents a Error value in a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.CacheHierarchies">
            <summary>
            Represents the collection of OLAP hierarchies in the PivotCache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotOLAPKPIs">
            <summary>
            Represents the collection of Key Performance Indicators (KPIs) 
            defined on the OLAP server and stored in the PivotCache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OLAPDimensions">
            <summary>
            Represents the collection of PivotTable OLAP dimensions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OLAPMeasureGroups">
            <summary>
            Represents a PivotTable OLAP measure group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.OLAPMaps">
            <summary>
            Represents the PivotTable OLAP measure group - Dimension maps.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PivotHierarchies">
            <summary>
            Represents the collection of OLAP hierarchies associated with the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.RowHierarchiesUsage">
            <summary>
            Represents the collection of references to OLAP hierarchies on the row axis of a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HierarchyAttribute">
            <summary>
            Specifies the hierarchy that this field is part of.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.HierarchyLevel">
            <summary>
            Specifies the hierarchy level that this field is part of.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.FieldCaption">
            <summary>
            Represents the Pivot Field Captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DataSourceSort">
            <summary>
            Specifies a boolean value that indicates whether sort is applied to this field in the datasource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.DefaultAttributeDrillState">
            <summary>
            Specifies a boolean value that indicates the drill state of the attribute hierarchy in an
            OLAP-based PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.AllDrilled">
            <summary>
            Specifies a boolean value that indicates whether all items in the field are expanded.
            Applies only to OLAP PivotTables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MissingItemsLimit">
            <summary>
            Indicates whether the pivot cache has missing items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.PageFieldHierarchyLevel">
            <summary>
            Specifies the hierarchy level that this page field is part of.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.MemberPropertyFieldAttribute">
            <summary>
            Specifies a boolean value that indicates whether this field Member Property
            database
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.GrandTotalCaption">
             <summary>
            Specifies the string to be displayed for grand totals. 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.TupleCacheAttribute">
            <summary>
            Specifies a boolean value that indicate whether the item has tuple cache.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PivotTable.#ctor">
            <summary>
            Constructor used to prevent from creating instances of this class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator">
            <summary>
            This class is repsonsible for pivot cache serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.ApplicationVersion">
            <summary>
            Default application version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotCacheDefinition(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.IWorkbook,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes pivot cache definition.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">Cache to serialize.</param>
            <param name="book">Current workbook.</param>
            <param name="relationId">Relation id to the pivot cache records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCacheFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection,System.Boolean)">
            <summary>
            Serializes cache fields.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="fieldsCollection">Fields collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCacheField(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,System.Boolean)">
            <summary>
            Serializes cache field.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="field">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeSharedItems(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,System.Boolean)">
            <summary>
            Serializes field shared items.
            </summary>
            <param name="writer">XmlWriter to serialize shared items into.</param>
            <param name="field">Field to serialzie shared items for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCacheSource(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes cache source.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">Cache to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeScenarioSource(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes the pivot table scenario
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">pivot cache</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeWorksheetSource(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes the pivot cache worksheet source
            </summary>
            <param name="writer">Xml writer to Serialize</param>
            <param name="cache">cache to serialized the data</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeExternalSource(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes pivot cache External Source
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">Cache to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeConsolidation(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes pivot cache consolidation Source
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">Cache to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotCacheRecords(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.IO.MemoryStream)">
            <summary>
            Serializes pivot cache definition.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cache">Cache to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotCacheValue(System.Xml.XmlWriter,System.Object,System.Boolean)">
            <summary>
            Serializes pivot cache value.
            </summary>
            <param name="writer">XmlWriter to serialize value into.</param>
            <param name="value">Value to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCalculatedItems(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItems)">
            <summary>
            Serialize Calculated items of Cache field
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cacheField">calculated item to write</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCalculatedItem(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCalculatedItemImpl)">
            <summary>
            Serialize the Calculated Item of Cache Field
            </summary>
            <param name="writer">Xml writer to write</param>
            <param name="item">item to write </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotArea(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotArea)">
            <summary>
            Serialize the Calculated Pivot item which the formula applies to 
            </summary>
            <param name="writer">xml writer to serialize into</param>
            <param name="area">area to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotAreaReferences(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.PivotAreaReferences)">
            <summary>
            Serialize the pivot area references
            </summary>
            <param name="writer">Xml Writer to serialize into</param>
            <param name="references">references to seralize to</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializePivotAreaReference(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotAreaReference)">
            <summary>
            Serialize the Pivot area reference
            </summary>
            <param name="writer">XMl Writer to Serialize into </param>
            <param name="reference">reference to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeFieldGroupParent(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,System.Int32)">
            <summary>
            Serializes field group
            </summary>
            <param name="writer">Xml writer to serialize into</param>
            <param name="field">field to serialize group</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeFieldGroup(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            Serializes field group
            </summary>
            <param name="writer">Xml writer to serialize into</param>
            <param name="field">field to serialize group</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeGroupItems(System.Xml.XmlWriter,System.Collections.Generic.List{System.String})">
            <summary>
            Serializes the Field group items
            </summary>
            <param name="writer"></param>
            <param name="fieldGroup"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeRangeProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl)">
            <summary>
            Serialize the Field Group Range Properties
            </summary>
            <param name="writer">Xml writer to serialize into</param>
            <param name="fieldGroup">field group to serialize </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeDiscreteProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.FieldGroupImpl)">
            <summary>
            Serializes the Filed Group discrete property
            </summary>
            <param name="writer">Xml writer to serialize into</param>
            <param name="fieldGroup">Feild Group </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCacheHierarchies(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serialize cache olap hierarchy collections
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeCacheExtensions(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serialize pivot cache extension
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeOLAPKPIs(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes Pivot Key Performance Indicators (KPIs) defined in the OLAP.
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeOLAPDimesions(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes PivotTable OLAP dimension collection.
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeOLAPMeasureGroups(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes the PivotTable OLAP measure group - Dimension maps. 
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeOLAPMaps(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Serializes the PivotTable OLAP Dimension maps.
            </summary>
            <param name="writer">xml writer to write items</param>
            <param name="cache">cache item to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.PrepareCalculatedItemOption(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            collects the item index of calculated item
            </summary>
            <param name="field">field contains caluclated item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotCacheSerializator.SerializeAttribute(System.Xml.XmlWriter,System.String,System.Enum,System.Enum)">
            <summary>
            Serializes attribute if it differs from default value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="attributeName">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="defaultValue">Default value.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.DataFieldsIndex">
            <summary>
            Index of the data field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializePivotTable(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes pivot table object in xml format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pivotTable">Pivot table to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeRowItems(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine)">
            <summary>
            Serialize the row items of pivottableDefinition.xml
            </summary>
            <param name="writer"></param>
            <param name="pivotTable"></param>
            <param name="pivotEngine"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeColumnItems(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl,Syncfusion.XlsIO.Implementation.PivotAnalysis.PivotEngine)">
            <summary>
            Serialize the column items of PivottableDefinition.xml
            </summary>
            <param name="writer"></param>
            <param name="pivotTable"></param>
            <param name="pivotEngine"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeTableDefinitionExtensionList(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes the Extern List of Pivot table Definition.
            </summary>
            <param name="writer">Xml writer to serialize the chart formats into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeChartFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes the Chart format elements associated with the pivot table fields.
            </summary>
            <param name="writer">Xml writer to serialize the chart formats into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeCustomFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes the Custom format elements of the pivot table fields.
            </summary>
            <param name="writer">Xml writer to serialize the custom formats into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes the filters elements of the pivot table fields.
            </summary>
            <param name="writer">Xml writer to serialize the fileter into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializePivotFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFilter)">
            <summary>
            Serialize the filter of the pivot filters.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeAutoFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotAutoFilter)">
            <summary>
            Serialize the filter of the pivot filters.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeFilterColumn(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotFilterColumn)">
            <summary>
            Serialize the filter of the pivot filters.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeCustomFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilters)">
            <summary>
            Serialize the Custom filters of the Filter Column.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeCustomFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotCustomFilter)">
            <summary>
            Serialize the custom filter of the custom filters.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeFilterColumnFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.FilterColumnFilters)">
            <summary>
            Serialize the color filter of the Filter Column.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeTop10Filter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTop10Filter)">
            <summary>
            Serialize the custom filter of the custom filters.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeConditionalFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serialize the conditional Formats of the pivot table.
            </summary>
            <param name="writer">XmlWriter to serialize the pivot table into.</param>
            <param name="pivotTable">pivot table object to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes pivot style.
            </summary>
            <param name="writer">XmlWriter to serialize pivot style into.</param>
            <param name="pivotTable">Pivot table to serialize style for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeRowFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes row fields.
            </summary>
            <param name="writer">XmlWriter to serialize row fields into.</param>
            <param name="pivotTable">Pivot table to serialize row fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeColumnFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serailizes column fields.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pivotTable">Pivot table to serialize column fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl,Syncfusion.XlsIO.PivotAxisTypes,System.String,System.String,System.Boolean)">
            <summary>
            Serializes fields (row or column).
            </summary>
            <param name="writer">XmlWriter to serialize fields into.</param>
            <param name="pivotTable">Pivot table to serialize fields for.</param>
            <param name="axis">Field axis to detect fields to serialize.</param>
            <param name="tagName">Tag name for the fields to use.</param>
            <param name="itemsTagName">Tag for single field.</param>
            <param name="bAddDataFields">Indicates whether to add field used for data fields.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.CheckIsEqual(System.Collections.Generic.List{System.Int32},System.Int32[])">
            <summary>
            Checks the is equal.
            </summary>
            <param name="lstFields">The LST fields.</param>
            <param name="copyIndexs">The copy indexs.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeColumnItems(System.Xml.XmlWriter,System.Collections.Generic.List{System.Int32},System.String,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes column items.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="lstFields">List of field indexes to serialize.</param>
            <param name="itemsTagName">Name of the main xml tag that will contain serialized fields.</param>
            <param name="table">Parent pivot table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeDataFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes data fields.
            </summary>
            <param name="writer">XmlWriter to serialize fields into.</param>
            <param name="pivotTable">PivotTable to serialize data fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.GetFieldNumberFormatIndex(Syncfusion.XlsIO.PivotFieldDataFormat,System.String)">
            <summary>
            Return the Number Format Index Field.
            </summary>
            <param name="dataFormat"></param>
            <param name="FieldIndex"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeSubtotal(System.Xml.XmlWriter,Syncfusion.XlsIO.PivotSubtotalTypes)">
            <summary>
            Serializes subtotal value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pivotSubtotalTypes">Subtotal type to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializePivotFields(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes pivot fields.
            </summary>
            <param name="writer">XmlWriter to serialize fields into.</param>
            <param name="pivotTable">Pivot table to serialize fields for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializePivotField(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl,System.Collections.Generic.List{System.String})">
            <summary>
            Serializes single pivot field.
            </summary>
            <param name="writer">XmlWriter to serialize pivot field into.</param>
            <param name="field">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeSubtotalFlags(System.Xml.XmlWriter,Syncfusion.XlsIO.PivotSubtotalTypes)">
            <summary>
            Serializes subtotal flags as set of pivot field attributes.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="subtotal">Subtotal options to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeSubtotalFlags(System.Xml.XmlWriter,Syncfusion.XlsIO.PivotSubtotalTypes,Syncfusion.XlsIO.PivotSubtotalTypes,System.Boolean,System.String)">
            <summary>
            Serializes single subtotal flag if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="subtotal">Subtotal options to serialize.</param>
            <param name="subtotalItem">Single subtotal option to check.</param>
            <param name="defaultValue">Default option value.</param>
            <param name="attributeName">Attribute name to store option value if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeDataField(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
            <summary>
            Serializes data field special attributes.
            </summary>
            <param name="writer">XmlWriter to serialize data field into.</param>
            <param name="field">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeOrdinaryField(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
            <summary>
            Serializes ordinary (not data) field special attributes.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="field">Field to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeAutoSortScope(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
            <summary>
            Serializes the sorting scope of the pivot field.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="field">pivot field obj</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeSubtotalItems(System.Xml.XmlWriter,Syncfusion.XlsIO.PivotItemType)">
            <summary>
            Serializes subtotal items.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="subtotal">Subtotal values to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeSubtotalItems(System.Xml.XmlWriter,Syncfusion.XlsIO.PivotSubtotalTypes)">
            <summary>
            Serializes subtotal items.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="subtotal">Subtotal values to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SortFieldValues(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            Sorts field values.
            </summary>
            <param name="field">Cache field to sort items for.</param>
            <returns>Sorted list with field values: key - field value, value - item index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeLocation(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes pivot table location.
            </summary>
            <param name="writer">XmlWriter to serialize location into.</param>
            <param name="pivotTable">Pivot table to serialize location for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializePivotHierarchies(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes  the OLAP hierarchies associated with the PivotTable.
            </summary>
            <param name="writer">Xml writer to serialize the chart formats into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.SerializeRowHierarchies(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Serializes references to OLAP hierarchies on the row axis of a PivotTable.
            </summary>
            <param name="writer">Xml writer to serialize the chart formats into.</param>
            <param name="pivotTable">pivot table to serialize the filters</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables.PivotTableSerializator.ComparisonPair">
            <summary>
            This class represents value-index pair and used to sort pivot field values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotCache">
            <summary>
            Represents the memory cache for a PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCache.Index">
            <summary>
            Gets the index number of the pivot cache within <see cref="T:Syncfusion.XlsIO.IPivotCaches"/>. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCache.SourceType">
            <summary>
            Gets a value that identifies the type of item being published. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCache.SourceRange">
            <summary>
            Gets the data source range for the PivotTable report. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotCaches">
            <summary>
            Represents the collection of memory caches from the PivotTable reports in a workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotCaches.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a new PivotTable cache to a PivotCaches collection.
            </summary>
            <param name="range">Range that contains data to cache.</param>
            <returns>Returns a pivot cache.</returns>
            <example>
            Following code snippet illustrates how to add a pivot cache.
            <code>
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);   
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCaches.Count">
            <summary>
            Gets number of pivot cache items in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotCaches.Item(System.Int32)">
            <summary>
            Gets a pivot cache with the specified index from the collection. Read-only.
            </summary>
            <param name="index">Zero-based index of the cache to return.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotDataField">
            <summary>
            Represents a data field in pivot table report.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotDataField.SetPreviousBaseItem">
            <summary>
            Set the previous value to BaseItem.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotDataField.SetNextBaseItem">
            <summary>
            Set the next value to BaseItem.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataField.Name">
            <summary>
            Gets or sets name of the data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataField.Subtotal">
            <summary>
            Gets or sets the subtotal function used for data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataField.ShowDataAs">
            <summary>
            Gets or sets the pivot table format indicating how the pivot data is shown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataField.BaseItem">
            <summary>
            Gets or sets the base item for a custom calculation.
            </summary>
            <remarks>Valid only for data fields.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataField.BaseField">
            <summary>
            Gets or sets the base field for a custom calculation.
            </summary>
            <remarks>Valid only for data fields.</remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotDataFields">
            <summary>
             Represents the collection of data fields from the PivotTable reports in a workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotDataFields.Add(Syncfusion.XlsIO.IPivotField,System.String,Syncfusion.XlsIO.PivotSubtotalTypes)">
            <summary>
            Adds a new data field to the PivotDataField collection.
            </summary>
            <param name="field">The parent field to use.</param>
            <param name="name">The name for the new data field.</param>
            <param name="subtotal">The subtotal function for the new data field.</param>
            <returns>Returns a pivot data field.</returns>
            <example>
            Following code snippet illustrates how to add a pivot data field to the pivot table.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            //Add data field
            IPivotField field = pivotTable.Fields[5];
            pivotTable.DataFields.Add(field, "Sum", PivotSubtotalTypes.Sum);
            </code>
            </example>    
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataFields.Item(System.Int32)">
            <summary>
            Gets a pivot data field with the specified index from the collection. Read-only.
            </summary>
            <param name="index">Zero-based index of the data field to return.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotDataFields.Count">
            <summary>
            Gets the number of data fields in this collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotField">
            <summary>
            Represents a field in a PivotTable report. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Name">
            <summary>
            Gets or sets the name of the pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Axis">
            <summary>
            Gets or sets the field axis.
            </summary>
            <example>
            Following code snippet illustrates how to add a axis to pivot field.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.FilterValue">
            <summary>
            Gets or sets the Filter value of Page fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.NumberFormat">
            <summary>
            Gets or sets the number format for the pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Subtotals">
            <summary>
            Gets or sets the subtotal function used for pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.CanDragToRow">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to row area. 
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.CanDragToColumn">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to column area. 
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.CanDragToPage">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to page area.
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.CanDragOff">
             <summary>
             Gets or sets a Boolean value indicating if user can remove field from view. 
             The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.ShowBlankRow">
            <summary>
            Gets or sets a Boolean value indicating if a blank row is inserted 
            after the specified row field in a PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.CanDragToData">
            <summary>
            Gets or sets a Boolean value indicating if the specified field can be dragged to the data position.
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.IsFormulaField">
            <summary>
            Gets or sets a Boolean value indicating if this field is formula field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Formula">
            <summary>
            Gets or sets the formula for the calculated field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.PivotFilters">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IPivotFilters"/> collection for the pivot field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Items">
            <summary>
            Gets Pivot field items which are the individual data entries in a field category.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.Position">
            <summary>
            Gets or sets the position of the field (first,second,third and so on) among all the fields in its Axis (Row,Column,Page,Data).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotField.IncludeNewItemsInFilter">
            <summary>
            Gets or sets a Boolean value indicating whether newly added pivot table items should be tracked when 
            manual filtering is applied to pivot field.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotFields">
            <summary>
            Represents a collection of <see cref="T:Syncfusion.XlsIO.IPivotField"/> in the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFields.Count">
            <summary>
            Gets the number of pivot fields in the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFields.Item(System.Int32)">
            <summary>
            Gets the pivot field from the collection with the specified index. Read-only.
            </summary>
            <param name="index">Item index to return.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotFields.Item(System.String)">
            <summary>
            Gets the pivot field from the collection with the specified name. Read-only.
            </summary>
            <param name="name">Name of the item to return.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotTable">
            <summary>
            Represents a PivotTable on a worksheet. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotTable.ClearTable">
            <summary>
            Clears all the fields, deletes all filtering and sorting applied to the PivotTable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotTable.Layout">
            <summary>
            Draws a layout for the pivot table.
            </summary>
            <example>
            Following code snippet illustrates how to layout a pivot table similar to MS Excel.
            <code>
            
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("PivotData.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
            IWorksheet pivotSheet = workbook.Worksheets[1];
            
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.Fields[4].Axis = PivotAxisTypes.Page;
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            IPivotField datafield = pivotSheet.PivotTables[0].Fields[5];
            pivotTable.DataFields.Add(datafield, "Sum of Units", PivotSubtotalTypes.Sum);
            pivotTable.BuiltInStyle = PivotBuiltInStyles.PivotStyleDark12;
            
            //The following code sample must be included to XlsIO layout the pivot table like MS Excel.
            pivotTable.Layout();
            
            workbook.SaveAs("PivotTable.xlsx");
            workbook.Close();
            excelEngine.ThrowNotSavedOnDestroy = false;
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable and Silverlight platforms.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.Name">
            <summary>
            Gets or sets the pivot table name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.Fields">
            <summary> 
            Gets the collection of pivot fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.DataFields">
            <summary>
            Gets the collection of data fields in pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.RowGrand">
            <summary>
            Gets or sets value indicating whether the PivotTable contains 
            row with grand totals for columns (same as RowGrand in VBA). 
            Default value is true.
            </summary>
            <example>
            Following code illustrates how to access the RowGrand property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.RowGrand = false;
            </code>
            </example>        
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ColumnGrand">
            <summary>
            Gets or sets value indicating whether the PivotTable contains 
            column with grand totals for rows (same as ColumnGrand in VBA).
            Default value is true.
            </summary>
            <example>
            Following code illustrates how to access the ColumnGrand property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.RowGrand = false;
            </code>
            </example>        
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ShowDrillIndicators">
            <summary>
            Gets or sets a Boolean value indicating whether to toggle the display of 
            drill indicators in the PivotTable. Default value is true.
            </summary>
            <remarks>Returns True if drill indicators are displayed in the PivotTable and returns False if drill indicators are not displayed in the PivotTable.</remarks>
            <example>
            Following code illustrates how to access the ShowDrillIndicators property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.ShowDrillIndicators = false;
            </code>
            </example>        
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.DisplayFieldCaptions">
            <summary>
            Gets or sets a Boolean value indicating whether filter buttons and pivot field
            captions for rows and columns are displayed in the grid. 
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.RepeatItemsOnEachPrintedPage">
            <summary>
            Gets or sets a Boolean value indicating whether labels must be repeated on every page.The default value is True.
            </summary>
            <remarks>True if row, column, and item labels appear on the first row of each page when
            the specified PivotTable report is printed. False if labels are printed only on
            the first page.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.BuiltInStyle">
            <summary>
            Gets or sets the built-in style of the pivot table.
            </summary>
            <example>
            Following code illustrates how to access the BuiltInStyle property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.BuiltInStyle = PivotBuiltInStyles.PivotStyleDark12;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ShowRowGrand">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable contains grand totals for rows. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ShowColumnGrand">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable contains grand totals for columns. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.CacheIndex">
            <summary>
            Gets or sets the index number of the PivotTable cache. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.Location">
            <summary>
            Gets or sets the pivot table location in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.Options">
            <summary>
            Gets the pivot table options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.RowsPerPage">
            <summary>
            Gets the number of rows per page for this PivotTable that the filter area will occupy. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ColumnsPerPage">
            <summary>
            Gets the number of columns per page for this PivotTable that the filter area will occupy. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.CalculatedFields">
            <summary>
            Gets the collection of calculated fields in the pivot table. Read-only.
            </summary>
            <example>
            Following code illustrates how to access the CalculatedFields property of the pivot table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("PivotTable.xlsx");
            IWorksheet sheet = workbook.Worksheets[0];
            
            IPivotTable pivotTable = sheet.PivotTables[0];
            
            //Add calculated field to the first pivot table
            IPivotField field = pivotTable.CalculatedFields.Add("Percent", "Sales/Total*100");
            
            workbook.SaveAs("PivotTable.xlsx");
            workbook.Close();
            excelEngine.ThrowNotSavedOnDestroy = false;
            excelEngine.Dispose();
            
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.PageFields">
            <summary>
            Gets the collection of page fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.RowFields">
            <summary>
            Gets the collection of Row fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ColumnFields">
            <summary>
            Gets the collection of column fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.ShowDataFieldInRow">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable data fields are shown in rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTable.PivotEngineValues">
            <summary>
            Gets or sets the pivot engine of the pivot table.
            </summary>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable and Silverlight platforms.
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.IPivotTables">
            <summary>
            Represents collection of <see cref="T:Syncfusion.XlsIO.IPivotTable"/> in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotTables.Add(System.String,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IPivotCache)">
            <summary>
            Adds a pivot table to the collection.
            </summary>
            <param name="name">Name of the pivot table.</param>
            <param name="location">Pivot table location.</param>
            <param name="cache">Pivot cache of the pivot table.</param>
            <returns>Returns the pivot table object.</returns>
            <example>
            Following code snippet illustrates how to add a pivot table.
            <code>
            // Create Pivot cache with the given data rangeS
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotTables.Remove(System.String)">
            <summary>
            Removes pivot table with specified name from this collection.
            </summary>
            <param name="name">Name of the pivot table to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IPivotTables.RemoveAt(System.Int32)">
            <summary>
            Removes a pivot table with the specified index from this collection.
            </summary>
            <param name="index">Index of the pivot table to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTables.Count">
            <summary>
            Gets a number of pivot tables in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTables.Item(System.Int32)">
            <summary>
            Gets a pivot table from the collection with the specified index.
            </summary>
            <param name="index">Zero-based index of the pivot table.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPivotTables.Item(System.String)">
            <summary>
            Gets a pivot table from the collection with the specified name.
            </summary>
            <param name="name">Name of the pivot table.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ItemSizeHelper">
            <summary>
            Class used for optimized row height evaluation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ItemSizeHelper.m_arrSizeSum">
            <summary>
            List with height of the rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ItemSizeHelper.m_getter">
            <summary>
            Method used to get size of the measured items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ItemSizeHelper.#ctor(Syncfusion.XlsIO.Implementation.ItemSizeHelper.SizeGetter)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="sizeGetter">Delegate used to get size of the items.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ItemSizeHelper.GetTotal(System.Int32)">
            <summary>
            Returns height of all rows starting from the first one and finishing specified row.
            </summary>
            <param name="rowIndex">One-based row index.</param>
            <returns>Sum of height of all rows till rowIndex (included).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ItemSizeHelper.UpdateColumnIndexValue(System.Int32,System.Single)">
            <summary>
            Update the column index value in the array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ItemSizeHelper.GetTotal(System.Int32,System.Int32)">
            <summary>
            Gets size starting from rowStart and ending rowEnd (both included).
            </summary>
            <param name="rowStart">Index of the first item to measure.</param>
            <param name="rowEnd">Index of the last item to measure.</param>
            <returns>Total size starting from rowStart and ending rowEnd (both included).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ItemSizeHelper.GetSize(System.Int32)">
            <summary>
            Evaluates size of the specified item.
            </summary>
            <param name="itemIndex">Item's index.</param>
            <returns>Size of the specified item.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ItemSizeHelper.SizeGetter">
            <summary>
            Delegate used to get size of the single object by its index.
            </summary>
            <param name="index">Item's index to get size for.</param>
            <returns>Size of the specified item.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Aes">
            <summary>
            Class used for implementing Advanced Encryption Standard algorithm.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.#ctor(Syncfusion.XlsIO.Implementation.Security.Aes.KeySize,System.Byte[])">
            <summary>
            Initializes a new instance of the Aes class.
            </summary>
            <param name="keySize">Key size.</param>
            <param name="keyBytes">Key bytes</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.Cipher(System.Byte[],System.Byte[])">
            <summary>
            Encipher 16 bit input
            </summary>
            <param name="input">16 bit Input</param>
            <param name="output">Output value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.InvCipher(System.Byte[],System.Byte[])">
            <summary>
             Decipher 16-bit input
            </summary>
            <param name="input"></param>
            <param name="output"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.Dump">
            <summary>
            Dump
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.DumpKey">
            <summary>
            Dump key.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.Aes.DumpTwoByTwo(System.Byte[0:,0:])">
            <summary>
            Dump two by two.
            </summary>
            <param name="a"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Aes.KeySize">
            <summary>
            Possible key sizes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Aes.KeySize.Bits128">
            <summary>
            128-bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Aes.KeySize.Bits192">
            <summary>
            192-bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Aes.KeySize.Bits256">
            <summary>
            256-bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.DefaultHeaderLength">
            <summary>
            Default header size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.m_iHeaderLength">
            <summary>
            Header length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.m_lstTransformRefs">
            <summary>
            List with transform references.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.#ctor">
            <summary>
            Initializes new instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of DataSpaceDefinition.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.Serialize(System.IO.Stream)">
            <summary>
            Serializes dataspace definition into the stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceDefinition.TransformRefs">
            <summary>
            List with transform references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.m_iHeaderSize">
            <summary>
            Size of the header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.m_lstMapEntries">
            <summary>
            Map entries.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the DataSpaceMap.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.Serialize(System.IO.Stream)">
            <summary>
            Serializes dataspace map into the steram.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceMap.MapEntries">
            <summary>
            Map entries.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.m_lstComponents">
            <summary>
            List of the reference components.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.m_strDataSpaceName">
            <summary>
            DataSpace name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the map entry.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.Serialize(System.IO.Stream)">
            <summary>
            Serializes single dataspace map entry into the stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.Components">
            <summary>
            List of the reference components.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceMapEntry.DataSpaceName">
            <summary>
            DataSpace name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.m_iComponentType">
            <summary>
            Component type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.m_strName">
            <summary>
            Component name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.#ctor(System.Int32,System.String)">
            <summary>
            Initializes new instance of the reference component.
            </summary>
            <param name="type">Component type.</param>
            <param name="name">Component name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the component reference.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.ComponentType">
            <summary>
            Component type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.DataSpaceReferenceComponent.Name">
            <summary>
            Component name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iFlags">
            <summary>
            An EncryptionHeaderFlags structure that specifies properties of the encryption algorithm used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iSizeExtra">
            <summary>
            Reserved, MUST be 0x00000000.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iAlgorithmId">
            <summary>
            A signed integer that specifies the encryption algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iAlgorithmIdHash">
            <summary>
            A signed integer that specifies the hashing algorithm in concert with the Flags.fExternal bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iKeySize">
            <summary>
            An unsigned integer that specifies the number of bits in the encryption key.
            MUST be a multiple of 8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iProviderType">
            <summary>
            An implementation specified value which corresponds to constants accepted by
            the specified CSP. MUST be compatible with the chosen CSP.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iReserved1">
            <summary>
            Undefined and MUST be ignored.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_iReserved2">
            <summary>
            MUST be 0x00000000 and MUST be ignored.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.m_strCSPName">
            <summary>
            A null-terminated Unicode string that specifies the CSP name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the header and extracts its data from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.Parse(System.IO.Stream)">
            <summary>
            Extracts item's data from the specified stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.Serialize(System.IO.Stream)">
            <summary>
            Serialize item in the specified stream.
            </summary>
            <param name="stream">Stream to serialize data into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.Flags">
            <summary>
            An EncryptionHeaderFlags structure that specifies properties of the encryption algorithm used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.SizeExtra">
            <summary>
            Reserved, MUST be 0x00000000.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.AlgorithmId">
            <summary>
            A signed integer that specifies the encryption algorithm.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.AlgorithmIdHash">
            <summary>
            A signed integer that specifies the hashing algorithm in concert with the Flags.fExternal bit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.KeySize">
            <summary>
            An unsigned integer that specifies the number of bits in the encryption key.
            MUST be a multiple of 8.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.ProviderType">
            <summary>
            An implementation specified value which corresponds to constants accepted by
            the specified CSP. MUST be compatible with the chosen CSP.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.Reserved1">
            <summary>
            Undefined and MUST be ignored.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.Reserved2">
            <summary>
            MUST be 0x00000000 and MUST be ignored.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionHeader.CSPName">
            <summary>
            A null-terminated Unicode string that specifies the CSP name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_iVersionInfo">
            <summary>
            A Version structure where Version.vMajor MUST be 0x0003, and Version.vMinor MUST be 0x0002.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_iFlags">
            <summary>
            A copy of the Flags stored in the EncryptionHeader field of this structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_header">
            <summary>
            An EncryptionHeader structure that specifies parameters used to encrypt data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_verifier">
            <summary>
            An EncryptionVerifier structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_keyInfo">
            <summary>
            This structure specifies parameters to encrypt the Key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_dataIntegrity">
            <summary>
            This structure specifies parameters to ensure the data integrity.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.m_dataEncryption">
            <summary>
            This structure specifies parameters to Encrypt the Data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.KeyInfo">
            <summary>
            This structure specifies parameters to encrypt the Key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.DataIntegrity">
            <summary>
            This structure specifies parameters to ensure the data integrity.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.DataEncryption">
            <summary>
            This structure specifies parameters to Encrypt the Data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.VersionInfo">
            <summary>
            A Version structure where Version.vMajor MUST be 0x0003, and Version.vMinor MUST be 0x0002.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.Flags">
            <summary>
            A copy of the Flags stored in the EncryptionHeader field of this structure.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.Header">
            <summary>
            An EncryptionHeader structure that specifies parameters used to encrypt data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionInfo.Verifier">
            <summary>
            An EncryptionVerifier structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.m_strName">
            <summary>
            Transform name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.m_iBlockSize">
            <summary>
            Block size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.m_iCipherMode">
            <summary>
            Cipher mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.m_iReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.Name">
            <summary>
            Transform name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.BlockSize">
            <summary>
            Block size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.CipherMode">
            <summary>
            Cipher mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionTransformInfo.Reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.m_arrSalt">
            <summary>
            An array of bytes that specifies the salt value used during password hash
            generation. MUST NOT be the same data used for the verifier stored encrypted
            in the EncryptedVerifier field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.m_arrEncryptedVerifier">
            <summary>
            MUST be the randomly generated Verifier value encrypted using the algorithm
            chosen by the implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.m_arrEncryptedVerifierHash">
            <summary>
            An array of bytes that contains the encrypted form of the hash of the randomly
            generated Verifier value. The length of the array MUST be the size of the
            encryption block size multiplied by the number of blocks needed to encrypt
            the hash of the Verifier. If the encryption algorithm is RC4, the length
            MUST be 20 bytes. If the encryption algorithm is AES, the length MUST be 32 bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.m_iVerifierHashSize">
            <summary>
            Size of the verifier hash.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the verifier.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.Parse(System.IO.Stream)">
            <summary>
            Extracts object from stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.Salt">
            <summary>
            An array of bytes that specifies the salt value used during password hash
            generation. MUST NOT be the same data used for the verifier stored encrypted
            in the EncryptedVerifier field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.EncryptedVerifier">
            <summary>
            MUST be the randomly generated Verifier value encrypted using the algorithm
            chosen by the implementation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.EncryptedVerifierHash">
            <summary>
            An array of bytes that contains the encrypted form of the hash of the randomly
            generated Verifier value. The length of the array MUST be the size of the
            encryption block size multiplied by the number of blocks needed to encrypt
            the hash of the Verifier. If the encryption algorithm is RC4, the length
            MUST be 20 bytes. If the encryption algorithm is AES, the length MUST be 32 bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.EncryptionVerifier.VerifierHashSize">
            <summary>
            Gets/sets size of the verifier hash.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.Algorithm">
            <summary>
            Represents the Alogrithms.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Algorithm.SHA1">
            <summary>
            Represents the SHA1 Hash Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Algorithm.SHA256">
            <summary>
            Represents the SHA256 Hash Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.Algorithm.SHA512">
            <summary>
            Represents the SH512 Hash Algorithm.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.SecurityHelper">
            <summary>
            This class contains utility methods used by Excel 2007 security implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.Excel2010Version">
            <summary>
            Represents the Excel 2010 encrypted version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.PasswordIterationCount">
            <summary>
            Number of iterations used for key generation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.EncryptionInfoStream">
            <summary>
            Name of encryption info stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.DataSpacesStorage">
            <summary>
            Name of dataspaces storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.DataSpaceMapStream">
            <summary>
            Name of dataspace map stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.TransformPrimaryStream">
            <summary>
            Name of the transform primary stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.DataSpaceInfoStorage">
            <summary>
            Name of dataspace info storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.TransformInfoStorage">
            <summary>
            Name of transform info storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.EncryptedPackageStream">
            <summary>
            Name of encrypted package stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.ReadInt32(System.IO.Stream,System.Byte[])">
            <summary>
            Reads Int32 value from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="buffer">Temporary buffer to put extracted bytes into.</param>
            <returns>Extracted Int32 value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.ReadUnicodeStringP4(System.IO.Stream)">
            <summary>
            Extracts padded unicode string from a stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.ReadUnicodeStringZero(System.IO.Stream)">
            <summary>
            Read zero-terminated string from the stream.
            </summary>
            <param name="stream">Stream to get string from.</param>
            <returns>Extracted string (without trailing zero).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.WriteInt32(System.IO.Stream,System.Int32)">
            <summary>
            Writes Int32 value into the stream.
            </summary>
            <param name="stream">Stream to put data into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.WriteUnicodeStringP4(System.IO.Stream,System.String)">
            <summary>
            Writes padded unicode string from a stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.WriteUnicodeStringZero(System.IO.Stream,System.String)">
            <summary>
            Writes zero-terminated string into the stream.
            </summary>
            <param name="stream">Stream to put string into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.CreateKey(System.String,System.Byte[],System.Int32)">
            <summary>
            Creates key object based on the salt and password.
            </summary>
            <param name="password">Password to use.</param>
            <param name="salt">Salt to use.</param>
            <param name="keyLength">Required key length.</param>
            <returns>Array with created key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.EncryptDecrypt(System.Byte[],Syncfusion.XlsIO.Implementation.Security.SecurityHelper.EncryptionMethod,System.Int32)">
            <summary>
            Encrypts/decrypts buffer with specified method.
            </summary>
            <param name="data">Data to process.</param>
            <param name="method">Method to use.</param>
            <param name="blockSize">Size of the encryption block.</param>
            <returns>Modified (encrypted/decrypted) data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.SecurityHelper.CombineArray(System.Byte[],System.Byte[])">
            <summary>
            Combines two arrays into one.
            </summary>
            <param name="buffer1">The first buffer to combine.</param>
            <param name="buffer2">The second buffer to combine.</param>
            <returns>Combined array.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_iTransformType">
            <summary>
            An unsigned integer that specifies the type of transform to be applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_strTransformId">
            <summary>
            An identifier associated with a specific transform.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_strTransformName">
            <summary>
            The friendly name of the transform.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_iReaderVersion">
            <summary>
            The reader version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_iUpdaterVersion">
            <summary>
            The updater version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.m_iWriterVersion">
            <summary>
            The writer version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.#ctor(System.IO.Stream)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.TransformType">
            <summary>
            An unsigned integer that specifies the type of transform to be applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.TransformId">
            <summary>
            An identifier associated with a specific transform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.TransformName">
            <summary>
            The friendly name of the transform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.ReaderVersion">
            <summary>
            The reader version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.UpdaterVersion">
            <summary>
            The updater version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.TransformInfoHeader.WriterVersion">
            <summary>
            The writer version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.VersionInfo.m_strFeatureId">
            <summary>
            The functionality for which the DataSpaceVersionInfo structure specifies
            version information. MUST be "Microsoft.Container.DataSpaces".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.VersionInfo.m_iReaderVersion">
            <summary>
            The reader version of the data spaces structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.VersionInfo.m_iUpdaterVersion">
            <summary>
            The updater version of the data spaces structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.VersionInfo.m_iWriterVersion">
            <summary>
            The writer version of the data spaces structure.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.VersionInfo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.VersionInfo.Serialize(System.IO.Stream)">
            <summary>
            Serializes object into specified stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.VersionInfo.FeatureId">
            <summary>
            The functionality for which the DataSpaceVersionInfo structure specifies
            version information. MUST be "Microsoft.Container.DataSpaces".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.VersionInfo.ReaderVersion">
            <summary>
            The reader version of the data spaces structure.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.VersionInfo.UpdaterVersion">
            <summary>
            The updater version of the data spaces structure.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.VersionInfo.WriterVersion">
            <summary>
            The writer version of the data spaces structure.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl">
            <summary>
            This class represents Checkbox form control.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICheckBoxShape">
            <summary>
            This interface represents TextBox form control shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICheckBoxShape.CheckState">
            <summary>
            Indicates whether check box is checked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICheckBoxShape.LinkedCell">
            <summary>
            Indicates the cell in which the option button points to
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.ShapeInstance">
            <summary>
            Correct shape instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.ShapeVersion">
            <summary>
            Correct shape version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.m_checkState">
            <summary>
            Indicates whether check box is checked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.m_cellLinkRange">
            <summary>
            Stores formula link value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.m_display3DShading">
            <summary>
            Indicates whether check box button is firstbutton.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initialize new instance of the text box shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the text box shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeContainer">Shape's container.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.InitializeShape">
            <summary>
            Initializes shape items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes current shape.
            </summary>
            <param name="spgrContainer">Container that will receive this comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serializes comment's options.
            </summary>
            <param name="parent">Parent record for options.</param>
            <returns>All options in MsofbtOPT record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.CreateDefaultOptions">
            <summary>
            Creates default options.
            </summary>
            <returns>MsofbtOPT record</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.ParseClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses client data record.
            </summary>
            <param name="clientData">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.HAlignment">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.VAlignment">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.CheckState">
            <summary>
            Indicates whether check box is checked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.LinkedCell">
            <summary>
            Gets or sets formula link value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CheckBoxShapeImpl.Display3DShading">
            <summary>
            indicates whether the option button is in 3D shading
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_sourceDataFile">
            <summary>
            Represent the source data file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_refreshOnFileOpen">
            <summary>
            The Query Table is automatically updated when open the workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_commandType">
            <summary>
            Define connection command type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_commandText">
            <summary>
            Define the connection commandtext 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_connectionString">
            <summary>
            It's define th connection string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_backgroundQuery">
            <summary>
            It's desine the background query process
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_refreshPeriod">
            <summary>
            Represent the number of minutes between refreshes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_savePassword">
            <summary>
            Save the password for implement the odbc connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_alwaysUseConnectionFile">
            <summary>
            Represent the connection file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_enableRefresh">
            <summary>
            Represent the enable refresh
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBaseProperty.m_serverCredentialsMethod">
            <summary>
            It's defind the server credential 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.SourceDataFile">
            <summary>
            Represent the source Data File
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.RefreshOnFileOpen">
            <summary>
            The Query Table is automatically updated when open the workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.CommandType">
            <summary>
            Command Type for specified connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.CommandText">
            <summary>
            Represent the command string for the specified data source
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.ConnectionString">
            <summary>
            Define connection information
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.BackgroundQuery">
            <summary>
            Query table performed Asynchronously
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.RefreshPeriod">
            <summary>
            Represent the number of minutes between refreshes
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.SavePassword">
            <summary>
            Password information saved for ODBC connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.AlwaysUseConnectionFile">
            <summary>
            Connection file is always used to establish the connection to the DataSource
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.EnableRefresh">
            <summary>
            Connection can be refreshed by the user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBaseProperty.ServerCredentialsMethod">
            <summary>
            Represent the server credential.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IConnection">
            <summary>
            Represent the connection source
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IConnection.Delete">
            <summary>
            Delete the connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.Name">
            <summary>
            Represent the connection name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.Description">
            <summary>
            Represent the connection description.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.Range">
            <summary>
            Represent the connection range.read only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.OLEDBConnection">
            <summary>
            Gets the oledb connection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.ODBCConnection">
            <summary>
            Gets the odbc connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.ConncetionId">
            <summary>
            Gets the connection id
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IConnection.OnConnectionPassword">
            <summary>
            Represent the connection password event
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnection.DataBaseType">
            <summary>
            Gets the connection Type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_name">
            <summary>
            Represent the connection name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_description">
            <summary>
            Represent the connection description
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_connectionId">
            <summary>
            Represent the connection id
            </summary>     
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_connectionFile">
            <summary>
            It's define the connection file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_sourceFile">
            <summary>
            Represent the source file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_dataBaseType">
            <summary>
            Represent the data base type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_oledbConnection">
            <summary>
            Represent the oledb connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_odbcConnection">
            <summary>
            Represent the odbc connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_refershedVersion">
            <summary>
            It's define the refreshed version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_deleted">
            <summary>
            Represent connection is deleted or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_backgroundQuery">
            <summary>
            Represenet the background query
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_connectionstring">
            <summary>
            It's define the connection string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_isexist">
            <summary>
            It's define whether the connection is used or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_dbConnectionString">
            <summary>
            Data base connection string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_range">
            <summary>
            It's define the query table range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_password">
            <summary>
            Represent the ODBC password
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_olapProperty">
            <summary>
            Olap maintain as Stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_extLst">
            <summary>
            Ext_Lst maintain as Stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternalConnection.m_textPr">
            <summary>
            Represent textPr as stream
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnection.Delete">
            <summary>
            Delete the connection
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExternalConnection.OnConnectionPassword">
            <summary>
            connection password events
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.Description">
            <summary>
            Represent the Description
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.ConncetionId">
            <summary>
            Represent the connection id
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.ConnectionFile">
            <summary>
            Represent the connection file
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.SourceFile">
            <summary>
            Represent the source file
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.DataBaseType">
            <summary>
            Represent the Database Type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.Name">
            <summary>
            Represent the connection name
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.OLEDBConnection">
            <summary>
            Represent the Oledb Connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.RefershedVersion">
            <summary>
            Represent the refershed verion
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.Deleted">
            <summary>
            Represent the connection deleted or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.BackgroundQuery">
            <summary>
            The Query is asynchronus with DB
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.IsExist">
            <summary>
            It's define the connection is exist for query table or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.DBConnectionString">
            <summary>
            Database connection string
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.OlapProperty">
            <summary>
            Olap Stream
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternalConnection.ExtLstProperty">
            <summary>
            Ext_Lst Stream
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IConnections">
            <summary>
            Represent the connection collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IConnections.Add(System.String,System.String,System.Object,System.Object,Syncfusion.XlsIO.ExcelCommandType)">
            <summary>
            Add the connection to the workbook
            </summary>
            <param name="ConnectionName">Connection Name</param>
            <param name="Description"> Connection Description</param>
            <param name="ConnectionSting">Connection String</param>
            <param name="CommandText">Command Text</param>
            <param name="CommandType">Command Type</param>
            <returns>Connection object for these parameters</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IConnections.Item(System.Int32)">
            <summary>
            returns the connection
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.Add(System.String,System.String,System.Object,System.Object,Syncfusion.XlsIO.ExcelCommandType)">
            <summary>
            Connection added to workbook
            </summary>        
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.checkname(System.String)">
            <summary>
            Check the connection name
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.CreateOledbConnection(Syncfusion.XlsIO.Implementation.ExternalConnection,System.Object,System.Object,Syncfusion.XlsIO.ExcelCommandType)">
            <summary>
            Create OLEDB connection
            </summary>
            <param name="connection"></param>
            <param name="connectionSting"></param>
            <param name="commandText"></param>
            <param name="commandType"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.CreateObdcConnection(Syncfusion.XlsIO.Implementation.ExternalConnection,System.Object,System.Object,Syncfusion.XlsIO.ExcelCommandType)">
            <summary>
            Create ODBC connection
            </summary>
            <param name="Connection"></param>
            <param name="ConnectionSting"></param>
            <param name="CommandText"></param>
            <param name="CommandType"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.FindDataSource(System.String)">
            <summary>
            Find the Data source from the connection string
            </summary>
            <param name="connectionString"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.Checkconnection(System.String)">
            <summary>
            Check the connection string
            </summary>
            <param name="connection"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternalConnectionCollection.GetConnectionId">
            <summary>
            Find the connection ID
            </summary>
            <returns></returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ODBCConnection.m_connection">
            <summary>
            External Connection
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ODBCConnection.#ctor(Syncfusion.XlsIO.Implementation.ExternalConnection)">
            <summary>
            Constructor
            </summary>
            <param name="connection"></param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.OLEDBConnection.m_connection">
            <summary>
            It define the external connection
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.OLEDBConnection.#ctor(Syncfusion.XlsIO.Implementation.ExternalConnection)">
            <summary>
            Implement the OLEDB Connection for ExternalConnection
            </summary>
            <param name="connection"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.OLEDBConnection.ConnectionString">
            <summary>
            Define connection information
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableImpl.m_externalConnection">
            <summary>
            Represent the external connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableImpl.m_dataBaseProperty">
            <summary>
            It's define the database property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableImpl.m_adjustColumnWidth">
            <summary>
            Represent the column width
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableImpl.m_isDeleted">
            <summary>
            It's define the connection availability
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableImpl.m_queryTableRefresh">
            <summary>
            Provides info on queryfields associated with the query table
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.QueryTableImpl.Delete">
            <summary>
            Delete the query table from this object
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.ExternalConnection">
            <summary>
            Represent the Connection for the Specified QueryTable
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.RefreshOnFileOpen">
            <summary>
            The Query Table is automatically updated when open the workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.CommandType">
            <summary>
            Command Type for specified connection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.CommandText">
            <summary>
            Represent the command string for the specified data source
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.ConnectionString">
            <summary>
            Define connection information
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.BackgroundQuery">
            <summary>
            Query table performed Asynchronously
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.Name">
            <summary>
            Represent the Name of the Query Table
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.ConncetionId">
            <summary>
            Represent the connection ID-Read-Only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.AdjustColumnWidth">
            <summary>
            Represent the Column width for QueryTable
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.ConnectionDeleted">
            <summary>
            Represent the connection state
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableImpl.QueryTableRefresh">
            <summary>
            Gets or Sets the queryTableRefresh field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableRefresh.m_unboundColumnLeft">
            <summary>
            Specifies the number of extra columns included at the left end of the field array that aren't bound to external data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableRefresh.m_unboundColumnRight">
            <summary>
            Specifies the number of extra columns included at the right end of the Table that aren't bound to external data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableRefresh.m_queryTableFields">
            <summary>
            Specifies the list of fields in query table
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableRefresh.m_parentQueryTable">
            <summary>
            Represents the parent query table object 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.QueryTableRefresh.#ctor(Syncfusion.XlsIO.Implementation.QueryTableImpl)">
            <summary>
            Initializes a new instance of QueryTableRefresh class
            </summary>
            <param name="parent">Represents parent Query table object</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableRefresh.UnboundColumnsLeft">
            <summary>
            Gets or Sets the number of extra columns included at the left end of the field array that aren't bound to external data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableRefresh.UnboundColumnsRight">
            <summary>
            Gets or Sets the number of extra columns included at the right end of the Table that aren't bound to external data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableRefresh.QueryFields">
            <summary>
            Gets or sets the list of QueryFields
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableField.m_fieldId">
            <summary>
            Represents the unique id for the query field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableField.m_name">
            <summary>
            Represents the query field column name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableField.m_tableColumnId">
            <summary>
            Specifies the unique identifier for the table column if the query table is attached to a table object rather than just a range in the sheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableField.m_dataBound">
            <summary>
            Specifies whether this column is a user-defined column or comes from the external data query  
            User defined columns shall be preserved during data refresh operations  
            User-defined columns are only supported on query tables that are attached to table objects
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.QueryTableField.m_parent">
            <summary>
            Represents the parent object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.QueryTableField.#ctor(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.QueryTableRefresh)">
            <summary>
            Initializes a new instance of Query table field
            </summary>
            <param name="id">Unique id for the query field</param>
            <param name="columnId">Unique id for the table column if the query table is attached to a table object rather than just a range in the sheet</param>
            <param name="parent">Represents parent QueryTableRefresh object</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableField.FieldId">
            <summary>
            Gets or sets the QueryFieldId
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableField.Name">
            <summary>
            Gets or Sets the query field name
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableField.TableColumnId">
            <summary>
            Gets or Sets the unique identifier for the table column if the query table is attached to a table object rather than just a range in the sheet
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.QueryTableField.DataBound">
            <summary>
            Gets or Sets the databound field
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.LOGFONT">
            <summary>
            Represents LogFont structure that defines the attributes of a font. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfHeight">
            <summary>
            Specifies the height, in logical units, of the font's character cell or character.
             The character height value (also known as the em height) is the character cell
             height value minus the internal-leading value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfWidth">
            <summary>
            Specifies the average width, in logical units, of characters in the font.
            If lfWidth is zero, the aspect ratio of the device is matched against the
            digitalization aspect ratio of the available fonts to find the closest match,
            determined by the absolute value of the difference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfEscapement">
            <summary>
            Specifies the angle, in tenths of degrees, between the escapement vector
            and the x-axis of the device. The escapement vector is parallel
            to the base line of a row of text. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfOrientation">
            <summary>
            Specifies the angle, in tenths of degrees, between each character's base
            line and the x-axis of the device.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfWeight">
            <summary>
            Specifies the weight of the font in the range 0 through 1000.
            For example, 400 is normal and 700 is bold. If this value is zero,
            a default weight is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfItalic">
            <summary>
            Specifies an italic font if set to TRUE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfUnderline">
            <summary>
            Specifies an underlined font if set to TRUE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfStrikeOut">
            <summary>
            Specifies a strikeout font if set to TRUE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfCharSet">
            <summary>
            Specifies the character set. The following values are predefined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfOutPrecision">
            <summary>
            Specifies the output precision. The output precision defines how closely
            the output must match the requested font's height, width, character
            orientation, escapement, pitch, and font type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfClipPrecision">
            <summary>
            Specifies the clipping precision. The clipping precision defines how
            to clip characters that are partially outside the clipping region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfQuality">
            <summary>
            Specifies the output quality. The output quality defines how carefully
            the graphics device interface (GDI) must attempt to match the logical-font
            attributes to those of an actual physical font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfPitchAndFamily">
            <summary>
            Specifies the pitch and family of the font. The two low-order bits
            specify the pitch of the font. Font families describe the look of
            a font in a general way. They are intended for specifying fonts when
            the exact typeface desired is not available.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.LOGFONT.lfFaceName">
            <summary>
            A null-terminated string that specifies the typeface name of the font.
            The length of this string must not exceed 32 characters, including
            the terminating null character. The EnumFontFamiliesEx function can
            be used to enumerate the typeface names of all currently available fonts.
            If lfFaceName is an empty string, GDI uses the first font that matches
            the other specified attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.LOGFONT.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX">
            <summary>
            Contains information about an enumerated font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.m_logFont">
            <summary>
            Specifies a LOGFONT structure that contains values defining the font attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.m_arrFullName">
            <summary>
            Specifies a null-terminated string specifying the unique name of the font.
            For example, ABC Font Company TrueType Bold Italic Sans Serif.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.m_arrStyle">
            <summary>
            Specifies a null-terminated string specifying the style of the font.
            For example, Bold Italic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.m_arrScript">
            <summary>
            Specifies a null-terminated string specifying the script, that is,
            the character set, of the font. For example, Cyrillic. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.GetZeroTerminatedString(System.Byte[])">
            <summary>
            Converts byte array with zero terminated string data into string without ending zero character.
            </summary>
            <param name="arrData">String data.</param>
            <returns>Converted string.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.FullName">
            <summary>
            Returns font full name without ending zero character. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.Style">
            <summary>
            Returns style name without ending zero character. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX.LogFont">
            <summary>
            Returns a LOGFONT structure that contains values defining the font attributes. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.EnumFontFamExProc">
            <exclude/>
             <summary>
             The EnumFontFamExProc function is an application definedcallback function
             used with the EnumFontFamiliesEx function. It is used to process the fonts.
             It is called once for each enumerated font. The FONTENUMPROC type defines
             a pointer to this callback function. EnumFontFamExProc is a placeholder
             for the application definedfunction name. 
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.API">
            <summary>
            Contains some native32 functions used by XlsIO.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.API.EnumFontFamiliesEx(System.IntPtr,Syncfusion.XlsIO.Implementation.LOGFONT,Syncfusion.XlsIO.Implementation.EnumFontFamExProc,System.Object@,System.Int32)">
            <summary>
            The EnumFontFamiliesEx function enumerates all fonts in the system that
            match the font characteristics specified by the LOGFONT structure.
            EnumFontFamiliesEx enumerates fonts based on typeface name, character set, or both. 
            </summary>
            <param name="hdc">Handle to the device context.</param>
            <param name="lpLogfont">
            Pointer to a LOGFONT structure that contains information about the fonts
            to enumerate. The function examines the following members.
            </param>
            <param name="lpEnumFontFamExProc">
            Pointer to the application definedcallback function.
            </param>
            <param name="objData"></param>
            <param name="dwFlags"></param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Heap">
            <summary>
            This class contains native heap functions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Heap.HeapAlloc(System.IntPtr,System.Int32,System.Int32)">
            <summary>
            This function allocates a block of memory from a heap. The allocated memory is not movable.
            </summary>
            <param name="hHeap">Handle to the heap from which the memory will be allocated.</param>
            <param name="dwFlags">Heap allocation options.</param>
            <param name="dwBytes">Number of bytes to be allocated. If the heap specified by
            the hHeap parameter is a nongrowable heap, dwBytes must be less than 0x7FFF8.
            You create a nongrowable heap by calling the HeapCreate function with a nonzero value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Heap.HeapCreate(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a heap object that can be used by the calling process. The function reserves
            space in the virtual address space of the process and allocates physical storage for
            a specified initial portion of this block.
            </summary>
            <param name="flOptions">The heap allocation options.</param>
            <param name="dwInitialSize">The initial size of the heap, in bytes. This value
            determines the initial amount of memory that is committed for the heap.
            The value is rounded up to the next page boundary. The value must be smaller
            than dwMaximumSize. If this parameter is 0, the function commits one page.</param>
            <param name="dwMaximumSize">The maximum size of the heap, in bytes.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Heap.HeapDestroy(System.IntPtr)">
            <summary>
            Destroys the specified heap object. It decommits and releases all the
            pages of a private heap object, and it invalidates the handle to the heap.
            </summary>
            <param name="hHeap">A handle to the heap to be destroyed.</param>
            <returns>If the function succeeds, the return value is nonzero.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Heap.HeapFree(System.IntPtr,System.Int32,System.IntPtr)">
            <summary>
            Frees a memory block allocated from a heap by the HeapAlloc or HeapReAlloc function.
            </summary>
            <param name="hHeap">A handle to the heap whose memory block is to be freed.</param>
            <param name="dwFlags">The heap free options.</param>
            <param name="lpMem">A pointer to the memory block to be freed.</param>
            <returns>If the function succeeds, the return value is nonzero.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Heap.HeapReAlloc(System.IntPtr,System.Int32,System.IntPtr,System.Int32)">
            <summary>
            Reallocates a block of memory from a heap. This function enables you to
            resize a memory block and change other memory block properties.
            The allocated memory is not movable. 
            </summary>
            <param name="hHeap">A handle to the heap from which the memory is to be reallocated.</param>
            <param name="dwFlags">The heap reallocation options.</param>
            <param name="lpMem">A pointer to the block of memory that the function reallocates.</param>
            <param name="dwBytes">The new size of the memory block, in bytes. A memory
            block's size can be increased or decreased by using this function.</param>
            <returns>If the function succeeds, the return value is a pointer to
            the reallocated memory block.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Memory">
            <summary>
            This class contains some Win32 API functions for memory operations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Memory.RtlMoveMemory(System.IntPtr,System.IntPtr,System.Int32)">
            <summary>
            The MoveMemory function moves a block of memory from one location to another.
            </summary>
            <param name="ptrDest">Pointer to the starting address of the move destination.</param>
            <param name="ptrSource">Pointer to the starting address of the block of memory to be moved.</param>
            <param name="iSize">Size of the block of memory to move, in bytes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Memory.RtlZeroMemory(System.IntPtr,System.Int32)">
            <summary>
            The RtlZeroMemory routine fills a block of memory with zeros, given a pointer
            to the block and the length, in bytes, to be filled.
            </summary>
            <param name="ptrDest">Pointer to the memory to be filled with zeros.</param>
            <param name="iSize">Specifies the number of bytes to be zeroed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Memory.CopyMemory(System.IntPtr,System.IntPtr,System.Int32)">
            <summary>
            The CopyMemory function copies a block of memory from one location to another.
            </summary>
            <param name="ptrDest">Pointer to the starting address of the copied block's destination.</param>
            <param name="ptrSource">Pointer to the starting address of the block of memory to copy.</param>
            <param name="iSize">Size of the block of memory to copy, in bytes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Memory.CopyMemory(System.Byte*,System.Byte*,System.Int32)">
            <summary>
            The CopyMemory function copies a block of memory from one location to another.
            </summary>
            <param name="ptrDest">Pointer to the starting address of the copied block's destination.</param>
            <param name="ptrSource">Pointer to the starting address of the block of memory to copy.</param>
            <param name="iSize">Size of the block of memory to copy, in bytes.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken">
            <summary>
            Contains Am Pm Token descriptions.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase">
            <summary>
            Base class for formula tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.DEF_OPTIONS">
            <summary>
            Default regular expressions options:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.m_strFormat">
            <summary>
            Part of format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.#ctor">
            <summary>
            Initializes a new instance of the FormatTokenBase class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.TryParseRegex(System.Text.RegularExpressions.Regex,System.String,System.Int32)">
            <summary>
            Tries to parse format string using regular expression.
            </summary>
            <param name="regex">Regular expression to use.</param>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Start index.</param>
            <returns>Position after parsing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.TryParseRegex(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Text.RegularExpressions.Match@)">
            <summary>
            Tries to parse format string using regular expression.
            </summary>
            <param name="regex">Regular expression to use.</param>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Start index.</param>
            <param name="m">Output regular expression match.</param>
            <returns>Position after parsing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.ApplyFormat(System.Double@)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.ApplyFormat(System.String)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.FindString(System.String[],System.String,System.Int32,System.Boolean)">
            <summary>
            Searches for string from strings array in the format starting from the specified position.
            </summary>
            <param name="arrStrings">Array of strings to check.</param>
            <param name="strFormat">String format to search in.</param>
            <param name="iIndex">Start index in the format.</param>
            <param name="bIgnoreCase">Indicates whether to ignore case.</param>
            <returns>String index or -1 if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.OnFormatChange">
            <summary>
            This method is called after format string was changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.Format">
            <summary>
            Gets or sets format of the token.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatTokenBase.TokenType">
            <summary>
            Gets type of the token. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DefaultStart2">
            <summary>
            Start of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DEF_START">
            <summary>
            Start of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DEF_AMPM_EDGE">
            <summary>
            Edge between AM and PM symbols.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DEF_AM">
            <summary>
            AM symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DEF_PM">
            <summary>
            PM symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.DEF_LENGTH">
            <summary>
            Length of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.#ctor">
            <summary>
            Initializes a new instance of the AmPmToken class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.CheckAndApplyAMPM(System.String)">
            <summary>
            Checks the AMPM is other pattern.
            </summary>
            <param name="format"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.AmPmToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken">
            <summary>
            Class used for Asterix Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.DEF_START">
            <summary>
            Default start character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.#ctor">
            <summary>
            Initializes a new instance of the AsterixToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.AsterixToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken">
            <summary>
            Class used for Character Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.DEF_START">
            <summary>
            Start of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.#ctor">
            <summary>
            Initializes a new instance of the CharacterToken class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.CharacterToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken">
            <summary>
            Class used for Color Tokens.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken">
            <summary>
            Class used for parsing Brackets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken.DEF_START">
            <summary>
            Start character of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken.DEF_END">
            <summary>
            End character of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken.#ctor">
            <summary>
            Initializes a new instance of the InBracketToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.InBracketToken.TryParse(System.String,System.Int32,System.Int32,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iStartIndex">Position of the first bracket.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <param name="iEndIndex">Position of the end bracket.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.DEF_COLOR">
            <summary>
            Reserved keyword for color definition in excel number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.DEF_MIN_COLOR_INDEX">
            <summary>
            Minimum possible color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.DEF_MAX_COLOR_INDEX">
            <summary>
            Maximum possible color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.DEF_COLOR_INCREMENT">
            <summary>
            Color increment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.ColorRegex">
            <summary>
            Regex for color selecting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.DEF_KNOWN_COLORS">
            <summary>
            Possible color values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.m_iColorIndex">
            <summary>
            Color index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.#ctor">
            <summary>
            Initializes a new instance of the ColorToken class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.TryParse(System.String,System.Int32,System.Int32,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iStartIndex">Position of the first bracket.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <param name="iEndIndex">Position of the end bracket.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.FindColor(System.String,System.Int32)">
            <summary>
            Searches for color in the array of known colors.
            </summary>
            <param name="strFormat">Format string.</param>
            <param name="iIndex">Start index.</param>
            <returns>Index in the array of known colors or -1 if color was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.TryDetectColorNumber(System.String,System.Int32,System.Int32)">
            <summary>
            Tries to get color number from format string.
            </summary>
            <param name="strFormat">Format string</param>
            <param name="iIndex">Index to start looking from.</param>
            <param name="iEndIndex">End index of the token.</param>
            <returns>Extracted color index or -1 if color was not found.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ColorToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken">
            <summary>
            Class used for Condition Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.CompareOperationStrings">
            <summary>
            All compare operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.m_dCompareNumber">
            <summary>
            Indicates whether token should be formatted using am/pm time format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.m_operation">
            <summary>
            Applied compare operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.#ctor">
            <summary>
            Initializes a new instance of the ConditionToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.TryParse(System.String,System.Int32,System.Int32,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iStartIndex">Position of the first bracket.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <param name="iEndIndex">Position of the end bracket.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.CheckCondition(System.Double)">
            <summary>
            Checks value with the condition.
            </summary>
            <param name="value">Value to check.</param>
            <returns>Value that indicates whether the condition is true for the value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ConditionToken.CompareOperation">
            <summary>
            Possible compare operators.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken">
            <summary>
            Class used for Culture Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.DEF_LOCALE_GROUP">
            <summary>
            Group in regular expression with locale id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.DEF_CHAR_GROUP">
            <summary>
            Group in regular expression with characters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.SystemSettingsLocaleId">
            <summary>
            LocaleId value that indicates that we should use system settings instead of provided number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.SystemSettingsTimeLocaleId">
            <summary>
            LocaleId value that indicates that we should use system settings instead of provided number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.CultureRegex">
            <summary>
            Regular expression for hours part of the format:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.m_iLocaleId">
            <summary>
            Locale id of the desired culture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.m_strCharacter">
            <summary>
            Character specifying the culture.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.#ctor">
            <summary>
            Initializes a new instance of the CultureToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.Culture">
            <summary>
            Gets the culture info. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.UseSystemSettings">
            <summary>
            Gets a value indicating whether we should ignore all following format tokens and use system date format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.CultureToken.UseSystemTimeSettings">
            <summary>
            Gets a value indicating whether we should ignore all following format tokens and use system time format. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken">
            <summary>
            Class used for describing Day Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.DayRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.m_strFormatLower">
            <summary>
            Format string in lower case.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.#ctor">
            <summary>
            Initializes a new instance of the DayToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.DayToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.DEF_START">
            <summary>
            Start character of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.DEF_END">
            <summary>
            End character of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.DEF_DOLLAR">
            <summary>
            Dollar character of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.DEF_HYPEN">
            <summary>
            Hypen Character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.#ctor">
            <summary>
            Initializes a new instance of the InBracketToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.DollarToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken">
            <summary>
            Class used for describing DecimalSeparatorToken.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken">
            <summary>
            Class used for character token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken.#ctor">
            <summary>
            Initializes a new instance of the SingleCharToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SingleCharToken.FormatChar">
            <summary>
            Gets format character. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.DEF_FORMAT">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.#ctor">
            <summary>
            Initializes a new instance of the DecimalPointToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.DecimalPointToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken">
            <summary>
            Class used for describing Digit Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.DEF_MAX_NUMBER_DIGIT">
            <summary>
             Represents the Maximum number digit. 
            </summary>
            <remarks>
            MS Excel allows maximum of 15 digit number. If it exceeds adds zero to exceeded number.
            </remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.m_bLastDigit">
            <summary>
            Indicates whether this digit is last in the sequence of digits
            and all significant numbers should be displayed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.#ctor">
            <summary>
            Initializes a new instance of the DigitToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.GetDigit(System.Double@)">
            <summary>
            Gets single digit from number and updates number.
            </summary>
            <param name="value">Number to get digit from.</param>
            <returns>Extracted digit.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.GetExponentialString(System.Double)">
            <summary>
            Gets the single digit from Exponential Number.
            </summary>
            <param name="value">Number to get digit from.</param>
            <returns>Extracted digit.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.GetDigitString(System.Double,System.Int32,System.Boolean)">
            <summary>
            Returns string representation according to the current format and digit value.
            </summary>
            <param name="value">Value after removing current digit.</param>
            <param name="iDigit">Digit to convert into string.</param>
            <param name="bShowHiddenSymbols">Indicates whether to show hidden symbols.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.DigitToken.IsLastDigit">
            <summary>
            Gets or sets a value indicating whether this digit is last in the sequence of digits
            and all significant numbers should be displayed. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken">
            <summary>
            Class used for Fraction tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.DEF_FORMAT_CHAR">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.#ctor">
            <summary>
            Initializes a new instance of the FractionToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.FormatChar">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.FractionToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken">
            <summary>
            Class used for organizing General Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.DEF_FORMAT">
            <summary>
            Format string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.#ctor">
            <summary>
            Initializes a new instance of the GeneralToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.GeneralToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token">
            <summary>
            Class used for 24 hour Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.HourRegex">
            <summary>
            Regular expression for hours part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.#ctor">
            <summary>
            Initializes a new instance of the Hour24Token class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.Hour24Token.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken">
            <summary>
            Class used for Hour Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.DEF_FORMAT">
            <summary>
            Defined 12hr format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.DEF_FORMAT_LONG">
            <summary>
            Long format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.HourRegex">
            <summary>
            Regular expression for hours part of the format:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.m_bAmPm">
            <summary>
            Indicates whether token should be formatted using am/pm time format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.#ctor">
            <summary>
            Initializes a new instance of the HourToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.HourToken.IsAmPm">
            <summary>
            Gets or sets a value indicating whether token should be formatted using am/pm time format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken">
            <summary>
            Class used for Significant Digit Tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.DEF_FORMAT_CHAR">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.m_bHideIfZero">
            <summary>
            Indicates that we shouldn't show string value if digit is zero.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.#ctor">
            <summary>
            Initializes a new instance of the InsignificantDigitToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.GetDigitString(System.Double,System.Int32,System.Boolean)">
            <summary>
            Returns string representation according to the current format and digit value.
            </summary>
            <param name="value">Value after removing specified digit.</param>
            <param name="iDigit">Digit to convert into string.</param>
            <param name="bShowHiddenSymbols">Indicates whether to show hidden symbols.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.InsignificantDigitToken.HideIfZero">
            <summary>
            Gets or sets a value indicating whether to show string value if digit is zero.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken">
            <summary>
            Class used for MilliSecond Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.DEF_FORMAT_LONG">
            <summary>
            Long format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.DEF_DOT">
            <summary>
            Represents Dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.DEF_OLE_DOUBLE">
            <summary>
            Default OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.DEF_MAX_DOUBLE">
            <summary>
            Maximum OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.DEF_MAX_LEN">
            <summary>
            Maximum format length.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.#ctor">
            <summary>
            Initializes a new instance of the MilliSecondToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.MilliSecondToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken">
            <summary>
            Class used for Minute Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.DEF_FORMAT_LONG">
            <summary>
            Long type of the format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.DEF_OLE_DOUBLE">
            <summary>
            Default OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.DEF_MAX_DOUBLE">
            <summary>
            Maximum OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.MinuteRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.#ctor">
            <summary>
            Initializes a new instance of the MinuteToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.OnFormatChange">
            <summary>
            This method is called after format string was changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken">
            <summary>
            Class used for organizing Minutes since midnight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.HourRegex">
            <summary>
            Regular expression for hours part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.#ctor">
            <summary>
            Initializes a new instance of the MinuteTotalToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.MinuteTotalToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken">
            <summary>
            Class used for Month Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.DEF_FORMAT_SHORT">
            <summary>
            Short year format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.DEF_FULL_NAME_LENGTH">
            <summary>
            Length of the format for full name of the month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.DEF_SHORT_NAME_LENGTH">
            <summary>
            Length of the format for full name of the month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.DEF_LONG_NUMBER_LENGTH">
            <summary>
            Length of the format for full name of the month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.DEF_LONG_NUMBER_FORMAT">
            <summary>
            Format for long number month representation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.MonthRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.#ctor">
            <summary>
            Initializes a new instance of the MonthToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.OnFormatChange">
            <summary>
            This method is called after format string was changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.MonthToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken">
            <summary>
            Class used for Percent Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.DEF_FORMAT_CHAR">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.#ctor">
            <summary>
            Initializes a new instance of the PercentToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.PercentToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken">
            <summary>
            Class used for placing reserved digit token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.DEF_FORMAT_CHAR">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.DEF_EMPTY_DIGIT">
            <summary>
            String to display when digit is 0 and ShowHiddenSymbols is set to False.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.#ctor">
            <summary>
            Initializes a new instance of the PlaceReservedDigitToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.GetDigitString(System.Double,System.Int32,System.Boolean)">
            <summary>
            Returns string representation according to the current format and digit value.
            </summary>
            <param name="value">Value after removing specified digit.</param>
            <param name="iDigit">Digit to convert into string.</param>
            <param name="bShowHiddenSymbols">Indicates whether to show hidden symbols.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.PlaceReservedDigitToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken">
            <summary>
            Class used for reserved place format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.DEF_START">
            <summary>
            Start of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.DEF_SPACE">
            <summary>
            Space symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.DEF_EN_QUAD_SPACE">
            <summary>
            En quad Space symbol.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.#ctor">
            <summary>
            Initializes a new instance of the ReservedPlaceToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ReservedPlaceToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken">
            <summary>
            Class used for Scientific Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.DEF_SHORT_FORM">
            <summary>
            Short form without plus sign.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.PossibleFormats">
            <summary>
            One of the possible formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.m_iFormatIndex">
            <summary>
            Used format index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ScientificToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken">
            <summary>
            Class used for Seconds Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.DEF_FORMAT_LONG">
            <summary>
            Long type of the format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.DEF_MILLISECOND_HALF">
            <summary>
            Half of possible milliseconds.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.DEF_OLE_DOUBLE">
            <summary>
            Default OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.DEF_MAX_DOUBLE">
            <summary>
            Maximum OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.SecondRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.m_bRound">
            <summary>
            Indicates whether number of seconds must be rounded.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.#ctor">
            <summary>
            Initializes a new instance of the SecondToken class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondToken.RoundValue">
            <summary>
            Gets or sets a value indicating whether number of seconds must be rounded.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken">
            <summary>
            Class used for second total token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.HourRegex">
            <summary>
            Regular expression for hours part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.#ctor">
            <summary>
            Initializes a new instance of the SecondTotalToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SecondTotalToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken">
            <summary>
            Class used for separator token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.DEF_SEPARATOR">
            <summary>
            Default string representation of the separator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.#ctor">
            <summary>
            Initializes a new instance of the SectionSeparatorToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SectionSeparatorToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken">
            <summary>
            Class used for Significant Digit Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken.DEF_FORMAT_CHAR">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken.#ctor">
            <summary>
            Initializes a new instance of the SignificantDigitToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.SignificantDigitToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken">
            <summary>
            Class used for String Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.DayRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.#ctor">
            <summary>
            Initializes a new instance of the StringToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.StringToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken">
            <summary>
            Class used for Text Token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.DEF_FORMAT_CHAR">
            <summary>
            Format character for text token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.#ctor">
            <summary>
            Initializes a new instance of the TextToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.TextToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken">
            <summary>
            Class used for thousands separator token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.DEF_FORMAT">
            <summary>
            Format character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.m_bAfterDigits">
            <summary>
            Indicates whether this separator is placed immediately after last digit token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.#ctor">
            <summary>
            Initializes a new instance of the ThousandsSeparatorToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.PreprocessValue(System.Double)">
            <summary>
            Prepares value to display.
            </summary>
            <param name="value">Value to prepare.</param>
            <returns>Prepared value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.FormatChar">
            <summary>
            Format character. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.ThousandsSeparatorToken.IsAfterDigits">
            <summary>
            Gets or sets a value indicating whether this separator is placed immediately  
            after last digit token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken">
            <summary>
            Class used for UnknownToken.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken.#ctor">
            <summary>
            Initializes a new instance of the UnknownToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.UnknownToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken">
            <summary>
            Class used for YearToken.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.DEF_FORMAT_SHORT">
            <summary>
            Short year format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.YearRegex">
            <summary>
            Regular expression for minutes part of the format:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.#ctor">
            <summary>
            Initializes a new instance of the YearToken class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.TryParse(System.String,System.Int32)">
            <summary>
            Tries to parse format string.
            </summary>
            <param name="strFormat">Format string to parse.</param>
            <param name="iIndex">Position to start parsing at.</param>
            <returns>Position after parsed block.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.ApplyFormat(System.Double@,System.Boolean,System.Globalization.CultureInfo,Syncfusion.XlsIO.FormatParser.FormatSection)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <param name="culture">Culture used to convert value into text.</param>
            <param name="section">Parent section.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to format.</param>
            <param name="bShowHiddenSymbols">Indicates whether to put in result hidden symbols.</param>
            <returns>Formatted value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.FormatTokens.YearToken.TokenType">
            <summary>
            Returns type of the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants">
            <summary>
            Class used for format constants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants.HoursInDay">
            <summary>
            Number of hours in a day.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants.MinutesInHour">
            <summary>
            Number of minutes in a hour.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants.MinutesInDay">
            <summary>
            Number of minutes in a day.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants.SecondsInMinute">
            <summary>
            Number of seconds in a minute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.FormatConstants.SecondsInDay">
            <summary>
            Number of seconds in a day.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType">
            <summary>
            Represents possible token types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Unknown">
            <summary>
            Represents unknown format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Section">
            <summary>
            Represents section format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Hour">
            <summary>
            Represents hour format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Hour24">
            <summary>
            Represents hours in 24 hours format format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Minute">
            <summary>
            Represents minute format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.MinuteTotal">
            <summary>
            Represents total minutes format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Second">
            <summary>
            Represents second format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.SecondTotal">
            <summary>
            Represents total seconds format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Year">
            <summary>
            Represents year format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Month">
            <summary>
            Represents month format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Day">
            <summary>
            Represents day format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.String">
            <summary>
            Represents string format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.ReservedPlace">
            <summary>
            Represents reserved place format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Character">
            <summary>
            Represents character format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.AmPm">
            <summary>
            Represents am/pm format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Color">
            <summary>
            Represents color format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Condition">
            <summary>
            Represents condition format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Text">
            <summary>
            Represents text format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.SignificantDigit">
            <summary>
            Represents significant digit format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.InsignificantDigit">
            <summary>
            Represents insignificant digit format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.PlaceReservedDigit">
            <summary>
            Represents place reserved digit format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Percent">
            <summary>
            Represents percent format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Scientific">
            <summary>
            Represents scientific format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.General">
            <summary>
            Represents general format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.ThousandsSeparator">
            <summary>
            Represents thousands separator format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.DecimalPoint">
            <summary>
            Represents decimal point format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Asterix">
            <summary>
            Represents asterix format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Fraction">
            <summary>
            Represents fraction format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.MilliSecond">
            <summary>
            Represents millisecond format token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Culture">
            <summary>
            Represents culture token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.FormatTokens.TokenType.Dollar">
            <summary>
            Represents Dollar token.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FormatParser.Fraction">
            <summary>
            Represents common fraction. Used to apply number format to the value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.Fraction.DEF_MAX_DIGITS">
            <summary>
            Maximum number of digits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.Fraction.DEF_EPS">
            <summary>
            Maximum accuracy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.Fraction.m_dNumerator">
            <summary>
            Fraction numerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FormatParser.Fraction.m_dDenumerator">
            <summary>
            Fraction denumerator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.#ctor(System.Double,System.Double)">
            <summary>
            Initializes a new instance of the Fraction class.
            </summary>
            <param name="dNumerator">Represents numerator of the fraction.</param>
            <param name="dDenumerator">Represents denominator of the fraction.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.#ctor(System.Double)">
            <summary>
            Initializes a new instance of the Fraction class.
            </summary>
            <param name="dNumerator">Represents numerator of the fraction.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.op_Addition(Syncfusion.XlsIO.FormatParser.Fraction,Syncfusion.XlsIO.FormatParser.Fraction)">
            <summary>
            Initializes a new instance of the Fraction class.
            </summary>
            <param name="term1">Represents first term of the fraction.</param>
            <param name="term2">Represents second term of the fraction.</param>
            <returns>Fraction of the numerator and denominator.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.op_Explicit(Syncfusion.XlsIO.FormatParser.Fraction)~System.Double">
            <summary>
            Converts fraction to double value.
            </summary>
            <param name="fraction">Fraction to convert.</param>
            <returns>Double value equal to the fraction.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.op_Explicit(System.Collections.Generic.List{System.Double})~Syncfusion.XlsIO.FormatParser.Fraction">
            <summary>
            Converts List into fraction.
            </summary>
            <param name="arrFraction">List to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.op_Explicit(System.Double)~Syncfusion.XlsIO.FormatParser.Fraction">
            <summary>
            Converts long into fraction.
            </summary>
            <param name="dValue">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.Reverse">
            <summary>
            Swaps numerator and denumerator.
            </summary>
            <returns>Current fraction after reverse.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.ConvertToFraction(System.Double,System.Int32)">
            <summary>
            Converts number to fraction using required digits number.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="iDigitsNumber">Maximum number of digits.</param>
            <returns>Optimal fraction.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.GetMaximumCommonDevisor(System.Double,System.Double)">
            <summary>
            Returns maximum common divisor of two numbers using Euclid method.
            </summary>
            <param name="dNumerator">First number.</param>
            <param name="dDenumerator">Second number.</param>
            <returns>Maximum common divisor of two numbers.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.GetDelta(Syncfusion.XlsIO.FormatParser.Fraction,System.Double)">
            <summary>
            Returns absolute difference between fraction and double.
            </summary>
            <param name="fraction">Fraction for difference evaluation.</param>
            <param name="value">Double value for difference evaluation.</param>
            <returns>Evaluated difference.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.AddNextNumber(System.Collections.Generic.List{System.Double},System.Double)">
            <summary>
            Adds next number to List with continued fraction.
            </summary>
            <param name="arrFraction">List with continued fraction.</param>
            <param name="dLeft">Remainder of the fraction.</param>
            <returns>Remainder after adding next number to the fraction.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.FormatParser.Fraction.ToString">
            <summary>
            Returns string representation of the Fraction.
            </summary>
            <returns>String representation of the Fraction.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.Fraction.Numerator">
            <summary>
            Gets or sets the fraction numerator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.Fraction.Denumerator">
            <summary>
            Gets or sets the fraction denumerator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.FormatParser.Fraction.DenumeratorLen">
            <summary>
            Gets the number of digits in the denumerator.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.AddInFunctionImpl">
            <summary>
            Summary description for AddInFunctionImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IAddInFunction">
            <summary>
            Represents an Custom Addin Function in Excel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAddInFunction.Name">
            <summary>
            Returns name of the add-in function. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.m_iBookIndex">
            <summary>
            Index to extern workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.m_iNameIndex">
            <summary>
            Name index in the extern workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
            <param name="iBookIndex">Book index.</param>
            <param name="iNameIndex">Name index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.BookIndex">
            <summary>
            Gets / sets book index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.NameIndex">
            <summary>
            Name index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AddInFunctionImpl.Name">
            <summary>
            Returns name of add-in function.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ApplicationImpl">
            <summary>
            XlsIO Application interface declaration.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IApplication">
            <summary>
            Represents the Excel application.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.CentimetersToPoints(System.Double)">
            <summary>
            Converts a measurement from centimeters to points
            (one point equals 0.035 centimeters).
            </summary>
            <param name="Centimeters">Double value in centimeters</param>
            <returns>Returns the converted double value in points</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.InchesToPoints(System.Double)">
            <summary>
            Converts a measurement from inches to points.
            </summary>
            <param name="Inches">Double value in inches</param>
            <returns>Returns the converted double value in points</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.Save(System.String)">
            <summary>
            Saves changes to the active workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, and ASP.NET MVC platforms only.</remarks>
            <param name="Filename">File name of result file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.IsSupported(System.String)">
            <summary>
            Check whether the file version is supported by XlsIO. 
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="FilePath">File full path that contains workbook.</param>
            <returns>Returns True if the file is supported by XlsIO else returns False</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.IsSupported(System.IO.Stream)">
            <summary>
            Check whether the file version is supported by XlsIO. 
            </summary>
            <param name="stream">File stream that contains workbook.</param>
            <returns>Returns True if the stream is supported by XlsIO else returns False</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IApplication.ConvertUnits(System.Double,Syncfusion.XlsIO.MeasureUnits,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Converts units.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="from">Form option.</param>
            <param name="to">To option.</param>
            <returns>Returns converted result.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ActiveCell">
            <summary>
            Returns a Range object that represents the active cell in the
            active window (the window on top) or in the specified window.
            If the window isn't displaying a worksheet, this property fails.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ActiveSheet">
            <summary>
            Returns an object that represents the active sheet (the sheet on
            top) in the active workbook or in the specified window or workbook.
            Returns Nothing if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ActiveWorkbook">
            <summary>
            Returns a Workbook object that represents the workbook in the active
            window (the window on top). Read-only. Returns Nothing if there are
            no windows open or if either the Info window or the Clipboard window
            is the active window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.Workbooks">
            <summary>
            Returns a Workbooks collection that represents all the open workbooks.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.Worksheets">
            <summary>
            For an Application object, returns a Sheets collection that represents
            all the worksheets in the active workbook. For a Workbook object,
            returns a Sheets collection that represents all the worksheets in the
            specified workbook. Read-only Sheets object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.Range">
            <summary>
            Returns a Range object that represents a cell or a range of cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.FixedDecimal">
            <summary>
            All data entered after this property is set to True will be formatted
            with the number of fixed decimal places set by the FixedDecimalPlaces
            property. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.UseSystemSeparators">
            <summary>
            True (default) if the system separators of Microsoft Excel are
            enabled. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.Build">
            <summary>
            Returns the Microsoft Excel build number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.FixedDecimalPlaces">
            <summary>
            Returns or sets the number of fixed decimal places used when
            the FixedDecimal property is set to True. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.SheetsInNewWorkbook">
            <summary>
            Returns or sets the number of sheets that Microsoft Excel
            automatically inserts into new workbooks. Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.DecimalSeparator">
            <summary>
            Sets or returns the character used for the decimal separator as a
            String. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.DefaultFilePath">
            <summary>
            Returns or sets the default path that Microsoft Excel uses when it
            opens files. Read/write String.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.PathSeparator">
            <summary>
            Returns the path separator character ("\"). Read-only String.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ThousandsSeparator">
            <summary>
            Sets or returns the character used for the thousands separator
            as a String. Read / write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.UserName">
            <summary>
            Returns or sets the name of the current user. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.Value">
            <summary>
            For the Application object, always returns "Microsoft Excel". For
            the CubeField object, the name of the specified field. For the Style
            object, the name of the specified style. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ChangeStyleOnCellEdit">
            <summary>
            If this property is set to True, then if some cells have reference 
            to the same style, changes will influence all these cells.
            Default value: False
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.SkipOnSave">
            <summary>
            This flag controls behavior of workbook save methods. Each flag controls 
            one aspect of the save code. Can be set one or more flags which will influence 
            the output produced by the library.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.StandardHeight">
            <summary>
            Returns or sets the standard (default) height of all the rows in the worksheet,
            in points. This value is used only for newly created worksheets.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.StandardHeightFlag">
            <summary>
            Returns or sets the standard (default) height option flag, which defines that
            standard (default) row height and book default font height do not match.
            This value is used only for newly created worksheets. Read/write Bool.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.StandardWidth">
            <summary>
            Returns or sets the standard (default) width of all the columns in the
            worksheet. This value is used only for newly created worksheets.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.OptimizeFonts">
            <summary>
            Indicates whether to optimize fonts count. This option will
            take effect only on workbooks that will be added after setting
            this property.
            WARNING: Setting this property to True can decrease performance significantly,
            but will reduce resulting file size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.OptimizeImport">
            <summary>
            Indicates whether to optimize Import data. This option will
            take effect only on Import methods that are available with the worksheet
            WARNING: Setting this property to True can decrease memory significantly,
            but will increase the performance of data import .
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.RowSeparator">
            <summary>
            Gets / sets row separator for array parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ArgumentsSeparator">
            <summary>
            Formula arguments separator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.CSVSeparator">
            <summary>
            Represents CSV Separator. Using for Auto recognize file type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.StandardFont">
            <summary>
            Returns or sets the name of the standard font. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.StandardFontSize">
            <summary>
            Returns or sets the standard font size, in points. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.UseNativeOptimization">
            <summary>
            Indicates is use unsafe code.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.UseFastRecordParsing">
            <summary>
            Indicates whether to try fast record parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.RowStorageAllocationBlockSize">
            <summary>
            Gets / sets memory allocation block for single row. Each row will allocate memory block
            that can be divided on this number. Smaller value means smaller memory usage but slower
            speed when changing cell's value. Default value is 128. That is enough to allocate 9 string records,
            or 9 integer numbers (or floating numbers with 1 or 2 digits after decimal point) or 7 double numbers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.DeleteDestinationFile">
            <summary>
            Indicates whether XlsIO should delete destination file before saving into it.
            Default value is TRUE.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.DefaultVersion">
            <summary>
            Gets / sets default excel version. This value is used in create methods.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.UseNativeStorage">
            <summary>
            Indicates whether we should use native storage (standard windows COM object)
            or our .Net implementation to open excel 97-2003 files.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.DataProviderType">
            <summary>
            Changes data provider type for all operations after it.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.CompressionLevel">
            <summary>
            Compression level for workbooks serialization.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.PreserveCSVDataTypes">
            <summary>
            Indicates whether to preserve the datatypes for the CSV file formats.
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.ChartToImageConverter">
            <summary>
            Represents the chart to image converter instance.
            </summary>
            <remarks> 
            This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.IsChartCacheEnabled">
            <summary>
             Gets or sets a boolean value which indicates whether the chart caches are enabled or not
             Default value is false. 
            </summary>
            <remarks>
            <para>If set "true" XlsIO will give parsing and serializing support for chart caches
            which lead some performance delay and memory consumption</para>
            <para>Some spreadsheet viewer requires chart caches to view the chart</para>
            This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, WP, Universal and UWP platforms only.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IApplication.EnableIncrementalFormula">
            <summary>
            Specifies whether to increment the references in formula automatically. Default value is false.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IApplication.ProgressEvent">
            <summary>
            When workbook is read from stream and position of the stream changed,
            this event is raised.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IApplication.OnPasswordRequired">
            <summary>
            This event is fired when user tries to open password protected workbook
            without specifying password. It is used to obtain password.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IApplication.OnWrongPassword">
            <summary>
            This event is fired when user specified wrong password when trying to open
            password protected workbook. It is used to obtain correct password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_ZERO_CHAR_WIDTH">
            <summary>
            Width of the zero character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_BUILD_NUMBER">
            <summary>
            Build number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_STANDARD_FONT_SIZE">
            <summary>
            Default font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_FIXED_DECIMAL_PLACES">
            <summary>
            Default quantity of decimal digits after separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_SHEETS_IN_NEW_WORKBOOK">
            <summary>
            Default sheets in the new workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_DEFAULT_FONT">
            <summary>
            Default font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_VALUE">
            <summary>
            Name of the object "Microsoft Excel".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_SWITCH_NAME">
            <summary>
            Name of the switch.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_SWITCH_DESCRIPTION">
            <summary>
            Switch description.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_ARGUMENT_SEPARATOR">
            <summary>
            Argument separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_ROW_SEPARATOR">
            <summary>
            Row separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_BIFF_HEADER_SIZE">
            <summary>
            Represents size of biff file header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_XML_HEADER">
            <summary>
            Represents xml header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_HTML_HEADER">
            <summary>
            Represents xml header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_BUFFER_SIZE">
            <summary>
            Represents default buffer size for auto recognize.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_COLUMN_MAX_WIDTH">
            <summary>
            Represents the default max column width supported by MS Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_TSV_SEPARATOR">
            <summary>
            Represents Default TSV Separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_PATH_SEPARATOR">
            <summary>
            Path separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.DEF_XLS_FILE_HEADER">
            <summary>
            Represents default header for .xls and .xlt files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.s_arrProportions">
            <summary>
            Array of Proportions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.MinCellSize">
            <summary>
            Minimum cell size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_graphics">
            <summary>
            Represents the Graphic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_switch">
            <summary>
            Switch indicating whether to show debug information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bDebugMessage">
            <summary>
            Flag for debug message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.AssemblyTypes">
            <summary>
            All types in the assembly (in order to increase performance).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_parent">
            <summary>
            Parent object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bIsDebugInfoEnabled">
            <summary>
            Indicates is debug info enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_stringEnum">
            <summary>
            XlsIO Static Members.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_dataType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_defaultStyleNames">
            <summary>
            Default styles names. Index means outline level value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_dicPaperSizeTable">
            <summary>
            Table with paper sizes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_ActiveCell">
            <summary>
            Range representing active cell of the active worksheet of the active workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_ActiveSheet">
            <summary>
            Active worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_ActiveTabSheet">
            <summary>
            Active TabSheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_ActiveBook">
            <summary>
            Active workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_workbooks">
            <summary>
            Collection of all workbooks in the application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bFixedDecimal">
            <summary>
            All data entered after this field is set to True will be formatted
            with the number of fixed decimal places set by the FixedDecimalPlaces
            property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bUseSystemSep">
            <summary>
            True (default) if the system separators of Microsoft Excel are
            enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_dbStandardFontSize">
            <summary>
            Standard font size, in points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_iFixedDecimalPlaces">
            <summary>
            Number of fixed decimal places used when the FixedDecimal
            property is set to True.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_iSheetsInNewWorkbook">
            <summary>
            The number of sheets that Microsoft Excel automatically
            inserts into new workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_strDecimalSeparator">
            <summary>
            The character used for the decimal separator as a String.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_strStandardFont">
            <summary>
            Name of the standard font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_strThousandsSeparator">
            <summary>
            The character used for the thousands separator as a String.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_strUserName">
            <summary>
            The name of the current user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bChangeStyle">
            <summary>
            If this value is True and if some cells have reference 
            to the same style, changes will influence all these cells.
            False otherwise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_enSkipExtRecords">
            <summary>
            Storage of SkipExtendedRecords property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_iStandardRowHeight">
            <summary>
            Standard row height - height of the rows that do not have specified row height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bStandartRowHeightFlag">
            <summary>
            Standard (default) height option flag, which defines that standard (default)
            row height and book default font height do not match.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_dStandardColWidth">
            <summary>
            Standard column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bOptimizeFonts">
            <summary>
            Indicates whether to optimize fonts count. This option will
            take effect only on workbooks that will be added after setting
            this property.
            WARNING: Setting this property to True can decrease performance significantly,
            but will reduce resulting file size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bOptimizeImport">
            <summary>
            Indicates whether to optimize Import data. This option will
            take effect only on Import methods that are available with the worksheet
            WARNING: Setting this property to True can decrease memory significantly,
            but will increase the performance of data import .
            </summary> 
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_chRowSeparator">
            <summary>
            Row separator for array parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_chArgumentSeparator">
            <summary>
            Formula arguments separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_strCSVSeparator">
            <summary>
            Represents CSV Separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bUseFastRecordParsing">
            <summary>
            Indicates whether to try fast record parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_iRowStorageBlock">
            <summary>
            Memory allocation block for single row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bDeleteDestinationFile">
            <summary>
            Indicates whether XlsIO should delete destination file before saving into it.
            Default value is TRUE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_autoFilterManagerGraphics">
            <summary>
            Represents the Graphic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_defaultVersion">
            <summary>
            Default excel version for new workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bNetStorage">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bEvalExpired">
            <summary>
            Indicates whether evaluation license expired.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bIsDefaultFontChanged">
            <summary>
            Indicates whether the dafault font is changed or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_bIncrementalFormulaEnable">
            <summary>
            Specifies whether to increment the references in formula automatically. Default value is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ApplicationImpl.m_isChartCacheEnabled">
            <summary>
             Gets or sets a boolean value which indicates whether the chart caches are enabled or not
             Default value is false. 
            </summary>
            <remarks>
            <para>If set "true" XlsIO will give parsing and serializing support for chart caches
            which lead some performance delay and memory consumption</para>
            <para>Some spreadsheet viewer requires chart caches to view the chart</para>
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.#ctor(Syncfusion.XlsIO.ExcelEngine)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.InitializeCollection">
            <summary>
            This method initializes inner collections of workbooks.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CentimetersToPoints(System.Double)">
            <summary>
            Converts a measurement from centimeters to points
            (one point equals 0.035 centimeters).
            </summary>
            <param name="Centimeters">Value in centimeters to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsSupported(System.String)">
            <summary>
            Check whether the file version is supported by XlsIO. 
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="filePath">File full path that contains workbook</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsSupported(System.IO.Stream)">
            <summary>
            Check whether the file version is supported by XlsIO. 
            </summary>
            <param name="stream">File stream that contains workbook</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.DetectFileFromStream(System.IO.Stream)">
            <summary>
            Gets file type based on stream data.
            </summary>
            <param name="stream">Represents data stream.</param>
            <param name="currentOpenType">Represents type of the file for open operation.</param>
            <returns>Returns defined open type (cannot return automatic).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.FindStreamCaseInsensitive(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,System.String)">
            <summary>
            Get the name of the storage in case Insensitive
            </summary>
            <param name="storage">Compound storage</param>
            <param name="streamName">stream name</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.DetectIsTSVOrCSVOrXML(System.IO.Stream,System.IO.MemoryStream,System.Int64)">
            <summary>
            Detects is csv or xml file type.
            </summary>
            <param name="stream">Represents data stream.</param>
            <param name="memoryStream">MemoryStream with data from the file that will be used for file type detection.</param>
            <param name="lPosition">Represents start position in stream.</param>
            <returns>Parsed workbook if detected or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsContainSurrogate(System.String,System.String,System.Boolean)">
            <summary>
            Indicates is surrogate value.
            </summary>
            <param name="strValue">Value for search.</param>
            <param name="strSeparator">Represents current separator.</param>
            <param name="bIsCompare">Indicates is compare with separator content, or not.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.InchesToPoints(System.Double)">
            <summary>
            Converts a measurement from inches to points.
            </summary>
            <param name="Inches">Value in inches.</param>
            <returns>Converted value in points.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.Save(System.String)">
            <summary>
            Saves changes to the active workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="Filename">File name of result file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.IO.Stream,System.String,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.String,System.Text.Encoding)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="stream">Stream to read.</param>
            <param name="separator">Current separator</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="version">Excel version.</param>
            <param name="fileName">Filename is used to generate worksheet name</param>
            <returns>Created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="stream">Stream with workbook's data.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="stream">Stream with workbook's data.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="strTemplateFile">Name of the file with workbook.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates whether to open workbook in read-only mode.</param>
            <param name="password">Password to decrypt.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates the workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="stream">Stream with workbook's data.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates whether to open workbook in read-only mode.</param>
            <param name="password">Password to decrypt.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="sheetsQuantity">Number of sheets in the new workbook.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="strTemplateFile">Name of the file with workbook.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorkbook(System.Object,System.String,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new Workbook.
            </summary>
            <param name="parent">Parent object for the new workbook.</param>
            <param name="strTemplateFile">Name of the file with workbook.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorksheet(System.Object)">
            <summary>
            Creates a new  Worksheet.
            </summary>
            <param name="parent">Parent object for the new worksheet.</param>
            <returns>Newly created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateWorksheet(System.Object,Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Creates a new Worksheet.
            </summary>
            <param name="parent">Parent object for the new worksheet.</param>
            <param name="reader">Reader with worksheet data.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip parsing.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes used in ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <returns>Newly created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,System.Int32,System.Int32)">
            <summary>
            Creates new range for a single cell.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="col">Column index for the new range.</param>
            <param name="row">Row index for the new range.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="data">Array of BiffRecordRaws that contains range data.</param>
            <param name="i">Index of the range record.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@,System.Boolean)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="data">Array of BiffRecordRaws that contains range data.</param>
            <param name="i">Index of the range record.</param>
            <param name="ignoreStyles">Indicates whether cell styles should be ignored.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="data">Array of BiffRecordRaws that contains range data.</param>
            <param name="i">Index of the range record.</param>
            <param name="ignoreStyles">Indicates whether cell styles should be ignored.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="firstCol">First column of the range.</param>
            <param name="firstRow">First row of the range.</param>
            <param name="lastCol">Last column of the range.</param>
            <param name="lastRow">Last row of the range.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRange(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Boolean)">
            <summary>
            Creates a new Range.
            </summary>
            <param name="parent">Parent object for the new range.</param>
            <param name="record">Range record to parse.</param>
            <param name="bIgnoreStyles">Indicates whether styles should be ignored.</param>
            <returns>Newly created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateStyle(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Creates a new Style.
            </summary>
            <param name="parent">Parent object for the new style object.</param>
            <param name="name">Name of the new style.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateStyle(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.StyleImpl)">
            <summary>
            Creates a new Style.
            </summary>
            <param name="parent">Parent object for the new style object.</param>
            <param name="name">Name of the new style.</param>
            <param name="basedOn">Base style for this style.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateStyle(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord)">
            <summary>
            Creates a new Style.
            </summary>
            <param name="parent">Parent object for the new style object.</param>
            <param name="style">Style record with style information.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateStyle(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,System.Boolean)">
            <summary>
            Creates a new Style.
            </summary>
            <param name="parent">Parent object for the new style object.</param>
            <param name="name">Name of the new style.></param>
            <param name="bIsBuildIn">Indicates whether built in style should be created.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateFont(System.Object)">
            <summary>
            Creates new font.
            </summary>
            <param name="parent">Parent object for the new font.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateFont(System.Object,System.Drawing.Font)">
            <summary>
            Method creates a font object based on native font and register it in the workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="parent">Parent object for the new font.</param>
            <param name="nativeFont">Native font to get settings from.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Creates new font.
            </summary>
            <param name="basedOn">Base font for the new one.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateFont(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.FontRecord)">
            <summary>
            Creates new font.
            </summary>
            <param name="parent">Parent object for the new font.</param>
            <param name="font">Font record that contains font information.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateFont(System.Object,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Creates new font.
            </summary>
            <param name="parent">Parent object for the new font.</param>
            <param name="font">Font object that contains font information.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CheckDefaultFont">
            <summary>
            This method should be called before creating font.
            Sets default font name and size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateClipboardProvider">
            <summary>
            Creates clipboard provider.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <returns>Created provider.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateClipboardProvider(Syncfusion.XlsIO.IWorksheet)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateChart(System.Object)">
            <summary>
            Creates a new chart.
            </summary>
            <param name="parent"></param>
            <returns>The created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateSerie(System.Object)">
            <summary>
            Creates a chart series object.
            </summary>
            <param name="parent"></param>
            <returns>The created chart series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateRangesCollection(System.Object)">
            <summary>
            Creates new instance of RangesCollection.
            </summary>
            <param name="parent">Parent object for the collection.</param>
            <returns>Newly created collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateHyperLink(System.Object)">
            <summary>
            Initializes new hyperlink.
            </summary>
            <param name="parent">Parent object for the new hyperlink.</param>
            <returns>Newly created hyperlink.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateHyperLink(System.Object,Syncfusion.XlsIO.IRange)">
            <summary>
            Initializes new hyperlink.
            </summary>
            <param name="parent">Parent object for the new hyperlink.</param>
            <param name="range">Hyperlink range.</param>
            <returns>Newly created hyperlink.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateHyperLink(System.Object,Syncfusion.XlsIO.IShape)">
            <summary>
            Initializes new hyperlink.
            </summary>
            <param name="parent">Parent object for the new hyperlink.</param>
            <param name="shape">Hyperlink shape.</param>
            <returns>Newly created hyperlink.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCommentsRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Initialize new ComentsRange.
            </summary>
            <param name="parentRange">Parent Range for the new CommentRange.</param>
            <returns>Newly created ComentsRange.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCommentShapeImpl(System.Object)">
            <summary>
            Initialize new CommentShapeImpl.
            </summary>
            <param name="parent">Parent object for the new CommentShapeImpl.</param>
            <returns>Newly created CommentShapeImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCommentShapeImpl(System.Object,System.Boolean)">
            <summary>
            Initialize new CommentShapeImpl.
            </summary>
            <param name="parent">Parent object for the new CommentShapeImpl.</param>
            <param name="bIsParseOptions">Indicates is parse comment fill line options.</param>
            <returns>Newly created CommentShapeImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCommentShapeImpl(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Initialize new CommentShapeImpl.
            </summary>
            <param name="parent">Parent object for the new CommentShapeImpl.</param>
            <param name="container">Parent MsofbtSpContainer for the new CommentShapeImpl.</param>
            <returns>Newly created CommentShapeImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCommentShapeImpl(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initialize new CommentShapeImpl.
            </summary>
            <param name="parent">Parent object for the new CommentShapeImpl.</param>
            <param name="container">Parent MsofbtSpContainer for the new CommentShapeImpl.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created CommentShapeImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataValidationArrayImpl(Syncfusion.XlsIO.IRange)">
            <summary>
            Initialize new DataValidationArrayImpl.
            </summary>
            <param name="parent">Parent object for the new DataValidationArrayImpl.</param>
            <returns>Newly created DataValidationArrayImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataValidationWrapper(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Initialize new DataValidationWrapper.
            </summary>
            <param name="range">Parent Range for the new DataValidationWrapper.</param>
            <param name="wrap">Parent DataValidationImpl for the new DataValidationWrapper.</param>
            <returns>Newly created DataValidationWrapper.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataValidationImpl(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Initialize new DataValidationImpl.
            </summary>
            <param name="parent">Parent object for the new DataValidationImpl.</param>
            <returns>Newly created DataValidationImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataValidationImpl(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection,Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Initialize new DataValidationImpl.
            </summary>
            <param name="parent">Parent object for the new DataValidationImpl.</param>
            <param name="dv">Base DVRecord for the new DataValidationImpl.</param>
            <returns>Newly created DataValidationImpl.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCondFormatCollectionWrapper(Syncfusion.XlsIO.ICombinedRange)">
            <summary>
            Creates collection with specified argument.
            </summary>
            <param name="range"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateConditionalFormats(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord,System.Collections.IList,System.Collections.IList)">
            <summary>
            Creates ConditionalFormats collection from array of BiffRecords.
            </summary>
            <param name="parent">Parent object for the collection.</param>
            <param name="format">Main conditional format record.</param>
            <param name="formats">Array of CFRecords with conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateConditionalFormats(System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record,System.Collections.IList)">
            <summary>
            Creates ConditionalFormats collection from array of BiffRecords.
            </summary>
            <param name="parent">Parent object for the collection.</param>
            <param name="format">Main conditional format12 record.</param>
            <param name="formats">Array of CF12Records with conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateTemplateMarkers(System.Object)">
            <summary>
            Creates object that can be used for template markers processing.
            </summary>
            <param name="parent">Parent object for the new instance.</param>
            <returns>Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataProvider(System.IntPtr)">
            <summary>
            Creates intptr data provider.
            </summary>
            <returns>New instance of created data provider.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateDataProvider">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCompoundFile(System.IO.Stream)">
            <summary>
            Creates compound file based on stream object.
            </summary>
            <param name="stream">Stream to create compound file for.</param>
            <returns>Created compound file object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCompoundFile(System.String,Syncfusion.CompoundFile.XlsIO.Native.STGM)">
            <summary>
            Creates compound file object from file.
            </summary>
            <param name="fileName">Name of the file to open.</param>
            <param name="storageOptions">Storage flags to use.</param>
            <returns>Created compound file object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCompoundFile">
            <summary>
            Creates compound file object.
            </summary>
            <returns>Created compound file object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateImage(System.IO.Stream)">
            <summary>
            Create image from stream.
            </summary>
            <param name="stream"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateTextBoxShapeImpl(Syncfusion.XlsIO.Implementation.Collections.ShapesCollection,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Creates new instance of the textbox shape.
            </summary>
            <param name="shapesCollection">Parent shapes collection.</param>
            <returns>Created textbox shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateCheckBoxShapeImpl(System.Object)">
            <summary>
            Creates new instance of the checkbox shape.
            </summary>
            <param name="shapesCollection">Parent shapes collection.</param>
            <returns>Created checkbox shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateOptionButtonShapeImpl(System.Object)">
            <summary>
            Creates new instance of the OptionButton shape.
            </summary>
            <param name="shapesCollection">Parent shapes collection.</param>
            <returns>Created OptionButton shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CreateComboBoxShapeImpl(System.Object)">
            <summary>
            Creates new instance of the combobox shape.
            </summary>
            <param name="shapesCollection">Parent shapes collection.</param>
            <returns>Created checkbox shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CheckAndApplySeperators">
            <summary>
            Checks and apply the seperators to the current culture.
            (ie.. DecimalSeperator, ThousandSeperators).
            </summary>
            <returns>Current Culture with the new Seperators.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.SetActiveWorkbook(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets active workbook.
            </summary>
            <param name="book">Workbook that becomes active.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.SetActiveWorksheet(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Sets active worksheet.
            </summary>
            <param name="sheet">Worksheet that becomes active.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.SetActiveCell(Syncfusion.XlsIO.IRange)">
            <summary>
            Sets active cell.
            </summary>
            <param name="cell">Range that becomes active.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.ConvertToPixels(System.Double,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Converts to pixels.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="from">MeasureUnits.</param>
            <returns>Returns converted result.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.ConvertFromPixel(System.Double,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Converts from pixel.
            </summary>
            <param name="value">Pixel to convert.</param>
            <param name="to">Convert options.</param>
            <returns>Returns converted result.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.ConvertUnitsStatic(System.Double,Syncfusion.XlsIO.MeasureUnits,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Converts units.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="from">Form option.</param>
            <param name="to">To option.</param>
            <returns>Returns converted result.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.ConvertUnits(System.Double,Syncfusion.XlsIO.MeasureUnits,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Converts units.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="from">Form option.</param>
            <param name="to">To option.</param>
            <returns>Returns converted result.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.RaiseProgressEvent(System.Int64,System.Int64)">
            <summary>
            Raising progress event.
            </summary>
            <param name="curPos">Position.</param>
            <param name="fullSize">Full size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.MeasureString(System.String,Syncfusion.XlsIO.Implementation.FontImpl,System.Drawing.SizeF)">
            <summary>
            Measures string.
            </summary>
            <param name="strToMeasure">String to measure.</param>
            <param name="font">Font to measure.</param>
            <param name="rectSize">Rect size.</param>
            <returns>Returns new size.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.RaiseOnPasswordRequired(System.Object,Syncfusion.XlsIO.PasswordRequiredEventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.RaiseOnWrongPassword(System.Object,Syncfusion.XlsIO.PasswordRequiredEventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.GetParent">
            <summary>
            Returns the Parent object of the application.
            </summary>
            <returns>Parent object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.HasDynamicOverrideMethods(System.Type)">
            <summary>
            Check whether the dynamic object have the overriden methods
            </summary>
            <param name="type">input type</param>
            <returns>the boolean value indicates whether it have overridden methods</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsValidImage(System.Byte[])" -->
        <member name="M:Syncfusion.XlsIO.Implementation.ApplicationImpl.CheckImageHeader(System.Byte[],System.Byte[])">
            <summary>
            Check the bytes of image with given header 
            </summary>
            <param name="header">Header of possible images in byte array </param>
            <param name="imageBytes">Byte array value of an image</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DebugInfo">
            <summary>
            Switch indicating whether to show debug information. Read-only.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsDebugInfoEnabled">
            <summary>
            Indicates whether debug info is enabled. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UseUnsafeCodeStatic">
            <summary>
            Indicates is use unsafe code. Static property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DataProviderTypeStatic">
            <summary>
            Changes data provider type for all operations after it. Static property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsSaved">
            <summary>
            If True, no changes were made since last save.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardHeightInRowUnits">
            <summary>
            Returns standard row height in units used by RowRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.EvalExpired">
            <summary>
            Indicates whether evaluation license expired.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ActiveCell">
            <summary>
            Returns a Range object that represents the active cell in the
            active window (the window on top) or in the specified window.
            If the window isn't displaying a worksheet, this property fails.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ActiveSheet">
            <summary>
            Returns an object that represents the active sheet (the sheet on
            top) in the active workbook or in the specified window or workbook.
            Returns NULL (Nothing in VB) if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ActiveTabSheet">
            <summary>
            Returns an object that represents the active tab sheet (the tab sheet on
            top) in the active workbook or in the specified window or workbook.
            Returns NULL (Nothing in VB) if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ActiveWorkbook">
            <summary>
            Returns a Workbook object that represents the workbook in the active
            window (the window on top). Read-only. Returns NULL (Nothing in VB) if there are
            no windows open or if either the Info window or the Clipboard window
            is the active window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Microsoft Excel application. Used with an
            object qualifier, this property returns an Application object that
            represents the creator of the specified object (you can use this property
            with an OLE Automation object to return that object's application).
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Workbooks">
            <summary>
            Returns a Workbooks collection that represents all the open workbooks.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Worksheets">
            <summary>
            For an Application object, returns a Sheets collection that represents
            all worksheets in the active workbook. For a Workbook object,
            returns a Sheets collection that represents all the worksheets in the
            specified workbook. Read-only Sheets object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Parent">
            <summary>
            Returns the parent object for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Range">
            <summary>
            Returns a Range object that represents a cell or a range of cells.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.FixedDecimal">
            <summary>
            All data entered after this property is set to True will be formatted
            with the number of fixed decimal places set by the FixedDecimalPlaces
            property. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UseSystemSeparators">
            <summary>
            True (default) if the system separators of Microsoft Excel are
            enabled. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardFontSize">
            <summary>
            Returns or sets the standard font size, in points. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Build">
            <summary>
            Returns the Microsoft Excel build number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.FixedDecimalPlaces">
            <summary>
            Returns or sets the number of fixed decimal places used when
            the FixedDecimal property is set to True. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.SheetsInNewWorkbook">
            <summary>
            Returns or sets the number of sheets that Microsoft Excel
            automatically inserts into new workbooks. Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DecimalSeparator">
            <summary>
            Sets or returns the character used for the decimal separator as a
            String. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DefaultFilePath">
            <summary>
            Returns or sets the default path that Microsoft Excel uses when it
            opens files. Read/write String.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone and Universal platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.PathSeparator">
            <summary>
            Returns the path separator character ("\"). Read-only String.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardFont">
            <summary>
            Returns or sets the name of the standard font. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ThousandsSeparator">
            <summary>
            Sets or returns the character used for the thousands separator
            as a String. Read/write
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UserName">
            <summary>
            Returns or sets the name of the current user. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.Value">
            <summary>
            For the Application object, it always returns "Microsoft Excel". For
            the CubeField object, the name of the specified field. For the Style
            object, the name of the specified style. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ChangeStyleOnCellEdit">
            <summary>
            When this property is set to True, if some cells have reference 
            to the same style, changes will influence all these cells.
            Default value: FALSE.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.SkipOnSave">
            <summary>
            Flags that control behavior of workbook save methods. Each flag controls 
            one aspect of save code. Can be set one or more flags influencing
            the output produced.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardHeight">
            <summary>
            Returns or sets the standard (default) height of all the rows in the worksheet,
            in points. Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardHeightFlag">
            <summary>
            Returns or sets the standard (default) height option flag, which defines that
            standard (default) row height and book default font height do not match.
            Read/write Bool.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.StandardWidth">
            <summary>
            Returns or sets the standard (default) width of all the columns in the
            worksheet. Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.OptimizeFonts">
            <summary>
            Indicates whether to optimize fonts count. This option will
            take effect only on workbooks that will be added after setting
            this property.
            WARNING: Setting this property to True can decrease performance significantly,
            but will reduce resulting file size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.OptimizeImport">
            <summary>
            Indicates whether to optimize Import data. This option will
            take effect only on Import methods that are available with the worksheet
            WARNING: Setting this property to True can decrease memory significantly,
            but will increase the performance of data import .
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.RowSeparator">
            <summary>
            Gets / sets row separator for array parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ArgumentsSeparator">
            <summary>
            Formula arguments separator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.CSVSeparator">
            <summary>
            Represents CSV Separator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UseNativeOptimization">
            <summary>
            Indicates is use unsafe code.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UseFastRecordParsing">
            <summary>
            Indicates whether to try fast record parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.RowStorageAllocationBlockSize">
            <summary>
            Gets / sets memory allocation block for single row. Each row will allocate memory block
            that can be divided on this number. Smaller value means smaller memory usage but slower
            speed when changing cell's value. Default value is 128. That is enough to allocate 9 string records,
            or 9 integer numbers (or floating numbers with 1 or 2 digits after decimal point) or 7 double numbers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DeleteDestinationFile">
            <summary>
            Indicates whether XlsIO should delete destination file before saving into it.
            Default value is TRUE.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DefaultVersion">
            <summary>
            Gets / sets default excel version. This value is used in create methods.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.UseNativeStorage">
            <summary>
            Indicates whether we should use native storage (standard windows COM object)
            or our .Net implementation to open excel 97-2003 files.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.DataProviderType">
            <summary>
            Changes data provider type for all operations after it. Static property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.CompressionLevel">
            <summary>
            Compression level for workbooks serialization.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.PreserveCSVDataTypes">
            <summary>
            Indicates whether to preserve the datatypes for the CSV file formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.EnableIncrementalFormula">
            <summary>
            Specifies whether to increment the references in formula automatically. Default value is false.
            </summary>>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.ChartToImageConverter">
            <summary>
            Represents the Chart to Image Converter instance.
            Returns null if it is not instantiated.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ApplicationImpl.IsChartCacheEnabled">
            <summary>
             Gets or sets a boolean value which indicates whether the chart caches are enabled or not
             Default value is false. 
            </summary>
            <remarks>
            <para>If set "true" XlsIO will give parsing and serializing support for chart caches
            which lead some performance delay and memory consumption</para>
            <para>Some spreadsheet viewer requires chart caches to view the chart.</para>
            This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal and UWP platforms only.
            </remarks>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ApplicationImpl.ProgressEvent">
            <summary>
            Progress event handler. 
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ApplicationImpl.OnPasswordRequired">
            <summary>
            This event is fired when user tries to open password protected workbook
            without specifying password. It is used to obtain password.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ApplicationImpl.OnWrongPassword">
            <summary>
            This event is fired when user specified wrong password when trying to open
            password protected workbook. It is used to obtain correct password.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl">
            <summary>
            Summary description for AutoFilterConditionImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IAutoFilterCondition">
            <summary>
            Represents the autofilter conditions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.DataType">
            <summary>
            Data type. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.ConditionOperator">
            <summary>
            Comparison operator. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.String">
            <summary>
            String value. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.Boolean">
            <summary>
            Boolean value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.ErrorCode">
            <summary>
            Error code. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilterCondition.Double">
            <summary>
            Floating-point value. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_dataType">
            <summary>
            Data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_conditionOperator">
            <summary>
            Comparison operator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_strValue">
            <summary>
            String value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_bValue">
            <summary>
            Boolean value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_btErrorCode">
            <summary>
            Error code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.m_dValue">
            <summary>
            Floating-point value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection)">
            <summary>
            Creates new instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER)">
            <summary>
            Parse current object.
            </summary>
            <param name="condition">Current condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER)">
            <summary>
            Serialize method.
            </summary>
            <param name="condition">Current condition.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.Clone(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns just cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.DataType">
            <summary>
            Data type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.ConditionOperator">
            <summary>
            Comparison operator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.String">
            <summary>
            String value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.Boolean">
            <summary>
            Boolean value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.ErrorCode">
            <summary>
            Error code.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterConditionImpl.Double">
            <summary>
            Floating-point value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.AutoFilterImpl">
            <summary>
            This class represents single autofilter item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IAutoFilter">
            <summary>
            Represents an Autofilter in an Excel worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.AddTextFilter(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Apply text filter with the specified string collection. 
            </summary>
            <param name="filterCollection">IEnumerable collection of string</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.AddTextFilter(System.String)">
            <summary>
             Apply text filter with the specified string.  
            </summary>
            <param name="filter">string value need to add in the text filter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.RemoveText(System.String)">
            <summary>
            Remove text value in text filter with the specified string. 
            </summary>
            <param name="filter">Value need to remove from the filter list.</param>
            <returns>Return true if value is removed, else return false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.AddDateFilter(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Apply DateTime filter with the specified date time. 
            </summary>
            <param name="year">year in the date time.</param>
            <param name="month">month in the date time.</param>
            <param name="day">day in the date time.</param>
            <param name="hour">hour in the date time.</param>
            <param name="mintue">mintue in the date time.</param>
            <param name="second">Seconds in the date time.</param>
            <param name="groupingType">With respective grouping type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.AddDateFilter(System.DateTime,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Apply DateTime filter with the specified date time. 
            </summary>
            <param name="dateTime">Date with time which need to add.</param>
            <param name="groupingType">Type of grouping.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.RemoveDate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Remove specified date time from DateTime filter. 
            </summary>
            <param name="year">year in the date time.</param>
            <param name="month">month in the date time.</param>
            <param name="day">day in the date time.</param>
            <param name="hour">hour in the date time.</param>
            <param name="mintue">mintue in the date time.</param>
            <param name="second">Seconds in the date time.</param>
            <param name="groupingType">With respective grouping type.</param>
            <returns>Return true if value is removed, else return false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.RemoveDate(System.DateTime,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Remove specified date time from DateTime filter. 
            </summary>
            <param name="dateTime">Datetime which need to remove.</param>
            <param name="groupingType">With respective grouping type</param>
            <returns>Return true if value is removed, else return false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.AddDynamicFilter(Syncfusion.XlsIO.DynamicFilterType)">
            <summary>
            Apply dynamic date filter based on the specified relative date constant.
            </summary>
            <param name="dynamicFilterType">Type dynamic filter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IAutoFilter.RemoveDynamicFilter">
            <summary>
            Remove dynamic date filter if exist.
            </summary>
            <returns>Return true if dynamic filter is removed, else return false.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.FirstCondition">
            <summary>
            First condition of autofilter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.SecondCondition">
            <summary>
            Second condition of autofilter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsFiltered">
            <summary>
            False indicates that this autofilter was not used; otherwise True. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsAnd">
            <summary>
            True means to use AND operation between conditions,
            False to use OR. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsPercent">
            <summary>
            True if the Top 10 AutoFilter shows percentage;
            False if it shows items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsSimple1">
            <summary>
            True if the first condition is a simple equality. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsSimple2">
            <summary>
            True if the second condition is a simple equality. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsTop">
            <summary>
            True if the Top 10 AutoFilter shows the top items;
            False if it shows the bottom items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.IsTop10">
            <summary>
            True if the condition is a Top 10 AutoFilter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.Top10Number">
            <summary>
            Number of elements to show in Top10 mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.FilteredItems">
            <summary>
             Returns filter values for combination type ( Text and DateTime) and dynamic type. It returns null, if custom filter is applied. Read-only.  
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilter.FilterType">
            <summary>
            Specifies the type of filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_firstCondition">
            <summary>
            First condition of autofilter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_secondCondition">
            <summary>
            Second condition of autofilter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_record">
            <summary>
            Auto filter record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_shape">
            <summary>
            Form control shape implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_autofilters">
            <summary>
            Parent collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_filterType">
            <summary>
            Type of filter used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_combinationFilter">
            <summary>
            combination filter with collection of text filters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_dateFilter">
            <summary>
            dynamic date filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.AutoFilterImpl.m_showButton">
            <summary>
            Name of the attribute that represents if filter shape should be visible.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent filters collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent filters collection.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iRowIndex">Row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection,Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord,System.Int32,System.Int32)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent filters collection.</param>
            <param name="record">Base record.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iTopRow">Row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.InitializeConditions(Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection)">
            <summary>
            Creates new instances of condition variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Clear">
            <summary>
            Clears content of the autofilter (shape corresponding to autofilter).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Clone(System.Object)">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns just created object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.SelectRangesToFilter">
            <summary>
            To select the range in which the autofilter has to be applied
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.SetTop10">
            <summary>
            To set the top10 filter for filtering values based on IsTop and Top10Number
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.SetCondition(Syncfusion.XlsIO.ExcelFilterCondition,Syncfusion.XlsIO.ExcelFilterDataType,System.Object,System.Int32,System.Boolean)">
            <summary>
            To filter values based upon the conditions according to condition operator, datatype and condition value
            </summary>
            <param name="conditionOperator">Comparison operator</param>
            <param name="datatype">Data Type</param>
            <param name="conditionValue">Value may be double or string</param>
            <param name="currentAutoFilter" ></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.AddTextFilter(System.Collections.Generic.IEnumerable{System.String})">
             <summary>
            Apply text filter with the specified string collection.  
             </summary>
             <param name="filterCollection">IEnumerable collection of string</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.AddTextFilter(System.String)">
            <summary>
             Apply text filter with the specified string. 
            </summary>
            <param name="filter">string value need to add in the text filter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.RemoveText(System.String)">
            <summary>
            Remove text value in text filter with the specified string. 
            </summary>
            <param name="filter">String Value that have to remove from the Text filter.</param>
            <returns>Return true if the value is removed, else false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.AddDateFilter(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Apply DateTime filter with the specified date time. 
            </summary>
            <param name="year">year in the date time.</param>
            <param name="month">month in the date time.</param>
            <param name="day">day in the date time.</param>
            <param name="hour">hour in the date time.</param>
            <param name="mintue">mintue in the date time.</param>
            <param name="second">Seconds in the date time.</param>
            <param name="groupingType">With respective grouping type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.AddDateFilter(System.DateTime,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Apply DateTime filter with the specified date time. 
            </summary>
            <param name="dateTime">Date with time which need to add.</param>
            <param name="groupingType">Type of grouping.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.RemoveDate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Remove specified date time from DateTime filter. 
            </summary>
            <param name="year">year in the date time.</param>
            <param name="month">month in the date time.</param>
            <param name="day">day in the date time.</param>
            <param name="hour">hour in the date time.</param>
            <param name="mintue">mintue in the date time.</param>
            <param name="second">Seconds in the date time.</param>
            <param name="groupingType">With respective grouping type.</param>
            <returns>Return true if the value is removed, else false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.RemoveDate(System.DateTime,Syncfusion.XlsIO.DateTimeGroupingType)">
            <summary>
            Remove specified date time from DateTime filter. 
            </summary>
            <param name="dateTime">Datetime which need to remove.</param>
            <param name="groupingType">With respective grouping type</param>
            <returns>Return true if the value is removed, else false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.AddDynamicFilter(Syncfusion.XlsIO.DynamicFilterType)">
            <summary>
            Apply dynamic date filter based on the specified relative date constant.
            </summary>
            <param name="dateFilterType">Dynamic filer type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.RemoveDynamicFilter">
            <summary>
            Remove dynamic date filter if exist.
            </summary>
            <returns>Return true if the value is removed, else false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.ApplyTextFilter">
            <summary>
            Applying Text filter. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.InitializeCalcEngine(System.Boolean@)">
            <summary>
            Initialize CalcEngine
            </summary>
            <param name="disableCalEngine">disableCalcEngine</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.ApplyDateTimeFilter">
            <summary>
            Applying DateTime filter. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.ApplyDynamicFilter">
            <summary>
            Applying Dynamic Date filter. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord,System.Int32,System.Int32)">
            <summary>
            Parses specified record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iRowIndex">Row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves autofilter as biff records.
            </summary>
            <param name="records">Records to be serialized.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.FirstCondition">
            <summary>
            First condition of autofilter. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.SecondCondition">
            <summary>
            Second condition of autofilter. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Record">
            <summary>
            Auto filter record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsFiltered">
            <summary>
            False indicates that this autofilter was not used; otherwise True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsAnd">
            <summary>
            True means to use AND operation between conditions,
            False to use OR.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsPercent">
            <summary>
            True if the Top 10 AutoFilter shows percentage;
            False if it shows items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsSimple1">
            <summary>
            True if the first condition is a simple equality.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsSimple2">
            <summary>
            True if the second condition is a simple equality.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsTop">
            <summary>
            True if the Top 10 AutoFilter shows the top items;
            False if it shows the bottom items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsTop10">
            <summary>
            True if the condition is a Top 10 AutoFilter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Top10Number">
            <summary>
            Number of elements to show in Top10 mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.FilterType">
            <summary>
            Specifies the type of filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.FilteredItems">
            <summary>
            Returns filter values for combination type ( Text and DateTime) and dynamic type. It returns null, if custom filter is applied. Read-only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.WorksheetShapes">
            <summary>
            Returns shapes collection of the parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.Index">
            <summary>
            Number of AutoFilter drop-down arrows on the sheet. ( One based ) 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsFirstCondition">
            <summary>
            If true - than contain non default first condition; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsSecondCondition">
            <summary>
            If true - than contain non default second condition; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsBlanks">
            <summary>
            If filtered to blanks - true. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.AutoFilterImpl.IsNonBlanks">
            <summary>
            If filtered to nonblanks - true. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.BorderImpl">
            <summary>
            Represents the border of an object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IBorder">
            <summary>
            Represents the border of an object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorder.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read/write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorder.ColorObject">
            <summary>
            Returns or sets the primary color of the object.
            Read/write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorder.ColorRGB">
            <summary>
            Returns color of the border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorder.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read/write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorder.ShowDiagonalLine">
            <summary>
            This property is used only by Diagonal borders. For any other border
            index property will have no influence.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImpl.DEF_MAXBADCOLOR">
            <summary>
            Maximum color index that requires modification in order to let MS Excel edit styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImpl.DEF_BADCOLOR_INCREMENT">
            <summary>
            Increment for color value in order to let MS Excel edit styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImpl.m_border">
            <summary>
            Index of the border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImpl.m_format">
            <summary>
            Extended format that contains this border.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a class instance and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for the Border.</param>
            <param name="parent">Parent object for the Border.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Creates border with specified index.
            </summary>
            <param name="application">Application object for the border.</param>
            <param name="parent">Parent object for the border.</param>
            <param name="borderIndex">Index of border that should be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat,Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Creates border from ExtendedFormat with specified border index.
            </summary>
            <param name="application">Application object for the border.</param>
            <param name="parent">Parent object for the border.</param>
            <param name="impl">
            ExtendedFormat that contains all information about required border.
            </param>
            <param name="borderIndex">Border index of the border.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.CopyFrom(Syncfusion.XlsIO.IBorder)">
            <summary>
            Copies all fields from baseBorder except Parent.
            </summary>
            <param name="baseBorder">Border that will be copied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.NormalizeColor">
            <summary>
            Normalizes border color to let MS Excel edit style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.NormalizeColor(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Normalizes border color to let MS Excel edit style.
            </summary>
            <param name="color">Color to normalize.</param>
            <returns>New color value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImpl.Clone(Syncfusion.XlsIO.Implementation.StyleImpl)">
            <summary>
            Clone current object.
            </summary>
            <param name="newFormat">New extended format.</param>
            <returns>Cloned border object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.Color">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.ColorObject">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.ColorRGB">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read/write Color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read/write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.ShowDiagonalLine">
            <summary>
            This property is used only by Diagonal borders. For any other border
            index property will have no influence.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.BorderIndex">
            <summary>
            Returns border index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImpl.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper">
            <summary>
            This class represents border for multicell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.m_arrCells">
            <summary>
            Cells of the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.m_border">
            <summary>
            Border index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.#ctor(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Creates wrapper for specified range and border index.
            </summary>
            <param name="range">Range for which this wrapper is created.</param>
            <param name="index">Border index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.#ctor(System.Collections.Generic.List{Syncfusion.XlsIO.IRange},Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.IApplication)">
            <summary>
            Creates wrapper for specified range and border index.
            </summary>
            <param name="range">Range for which this wrapper is created.</param>
            <param name="index">Border index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read/write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.ColorObject">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.ColorRGB">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read/write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.BorderImplArrayWrapper.ShowDiagonalLine">
            <summary>
            This property is used only by Diagonal borders. For any other border
            index property will have no influence.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl">
            <summary>
            Worksheet calculation options block.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICalculationOptions">
            <summary>
            Represents the Calculation options in a Excel Workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.MaximumIteration">
            <summary>
            Specifies the maximum number of times the formulas should be iteratively calculated.
            This is a fail-safe against mutually recursive formulas locking up
            a spreadsheet application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.RecalcOnSave">
            <summary>
            Defines whether to recalculate before saving.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.MaximumChange">
            <summary>
            Gets / sets maximum change of the result to the exit of an iteration.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.IsIterationEnabled">
            <summary>
            Indicates whether iterations are turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.R1C1ReferenceMode">
            <summary>
            Indicates whether R1C1 reference mode is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICalculationOptions.CalculationMode">
            <summary>
            Gets/sets calculation mode in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.DEF_CORRECT_CODES">
            <summary>
            Correct records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_calcMode">
            <summary>
            Specifies whether to calculate formulas manually, automatically, or automatically
            except for multiple table operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_calcCount">
            <summary>
            Specifies the maximum number of times the formulas should be iteratively calculated.
            This is a fail-safe against mutually recursive formulas locking up
            a spreadsheet application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_refMode">
            <summary>
            Describes which reference mode to use.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_iteration">
            <summary>
            Tells whether to iterate over formula calculations or not
            (if a formula is dependent upon another formula's result)
            (odd feature for something that can only have 32 elements in a formula).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_delta">
            <summary>
            Stores the maximum change of the result to the exit of an iteration.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.m_saveRecalc">
            <summary>
            Defines whether to recalculate before saving (set to 1).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance and sets application and parent fields.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Recovers Page setup from the Biff Records array starting from position
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="data">Array of Biff Records that contains all needed records.</param>
            <param name="iPos">Position of PrintHeadersRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Recovers Page setup from the Biff Records array starting from the position specified.
            </summary>
            <param name="data">Biff Records data.</param>
            <param name="iPos">Position of first PageSetup record - PrintHeadersRecord.</param>
            <returns>Position after extracting calculation options.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Adds all records to OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList which will get all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.MaximumIteration">
            <summary>
            Specifies the maximum number of times the formulas should be iteratively calculated.
            This is a fail-safe against mutually recursive formulas locking up
            a spreadsheet application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.CalculationMode">
            <summary>
            Specifies the mode of formula value calculations.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.RecalcOnSave">
            <summary>
            Defines whether to recalculate before saving.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.MaximumChange">
            <summary>
            Gets / sets maximum change of the result to the exit of an iteration.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.IsIterationEnabled">
            <summary>
            Indicates whether iterations are turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CalculationOptionsImpl.R1C1ReferenceMode">
            <summary>
            Indicates whether R1C1 reference mode is turned on.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CellDataImpl">
            <summary>
            Summary description for CellDataImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CellDataImpl.m_range">
            <summary>
            Cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CellDataImpl.m_record">
            <summary>
            Cell record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellDataImpl.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellDataImpl.Range">
            <summary>
            Cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellDataImpl.Record">
            <summary>
            Cell record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CellStyle">
            <summary>
            Summary description for CellStyle.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper">
            <summary>
            This class wraps extended format inside in order to hide from user
            creation of new extended formats when user changes any properties
            of extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.m_xFormat">
            <summary>
            Extended format with style settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.m_font">
            <summary>
            Font wrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.m_borders">
            <summary>
            Borders collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.m_interior">
            <summary>
            Interior wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates new instance of extended format wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32)">
            <summary>
            Creates new instance of extended format wrapper.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="iXFIndex">Index of extended format to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.ChangeFillPattern">
            <summary>
            Sets solid fill pattern when changing 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.SetFormatIndex(System.Int32)">
            <summary>
            Creates inner extended format.
            </summary>
            <param name="index">Index to extended format to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.UpdateFont">
            <summary>
            Updates inner extended format's font wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.SetParents(System.Object)">
            <summary>
            Searches for all necessary parent objects.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.SetChanged">
            <summary>
            Sets Saved flag of the parent workbook to the False.
            Called when any changes occurred in the style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.WrappedFontAfterChangeEvent(System.Object,System.EventArgs)">
            <summary>
            Event handler for font AfterChange event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.WrappedInteriorAfterChangeEvent(System.Object,System.EventArgs)">
            <summary>
            Event handler for interior AfterChange event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.OnNumberFormatChange">
            <summary>
            This method is called after changes in NumberFormat.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Clone(System.Object)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.BeforeRead">
            <summary>
            This method is called before reading any value. Can be used
            to update wrapped object before read operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.GetStyle">
            <summary>
            Gets style object either from parent or from this instance if it has no parent.
            </summary>
            <returns>Parent style object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FillPattern">
            <summary>
            Gets / Sets fill pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.XFormatIndex">
            <summary>
            Gets format index in m_book.InnerFormats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FillBackground">
            <summary>
            Gets / Sets index of fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FillBackgroundRGB">
            <summary>
            Gets / Sets fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FillForeground">
            <summary>
            Gets / Sets index of fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FillForegroundRGB">
            <summary>
            Gets / Sets fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.NumberFormatIndex">
            <summary>
            Gets / Sets format index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.HorizontalAlignment">
            <summary>
            Horizontal alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludeAlignment">
            <summary>
            True if the style includes the AddIndent, HorizontalAlignment,
            VerticalAlignment, WrapText, and Orientation properties.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludeBorder">
            <summary>
            True if the style includes the Color, ColorIndex, LineStyle,
            and Weight border properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludeFont">
            <summary>
            True if the style includes the Background, Bold, Color,
            ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow,
            Size, Strikethrough, Subscript, Superscript, and Underline
            font properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludeNumberFormat">
            <summary>
            True if the style includes the NumberFormat property.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludePatterns">
            <summary>
            True if the style includes the Color, ColorIndex,
            InvertIfNegative, Pattern, PatternColor, and PatternColorIndex
            interior properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IncludeProtection">
            <summary>
            True if the style includes the FormulaHidden and Locked protection
            properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IndentLevel">
            <summary>
            Indent level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FormulaHidden">
            <summary>
            True if formula is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Locked">
            <summary>
            True if cell is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.JustifyLast">
            <summary>
            For far east languages. Supported only for format. Always 0 for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.NumberFormat">
            <summary>
            Returns or sets the format code for the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.NumberFormatLocal">
            <summary>
            Returns or sets the format code for the object as a string in the
            language of the user. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.NumberFormatSettings">
            <summary>
            Returns object that describes number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Rotation">
            <summary>
            Text rotation angle:
            0 Not rotated
            1-90 1 to 90 degrees counterclockwise
            91-180 1 to 90 degrees clockwise
            255 Letters are stacked top-to-bottom, but not rotated.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when value is more than 0xFF.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.ShrinkToFit">
            <summary>
            True - shrink content to fit into cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.VerticalAlignment">
            <summary>
            Vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.WrapText">
            <summary>
            True - Text is wrapped at right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Font">
            <summary>
            Returns font object for this extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Borders">
            <summary>
            Returns borders object for this extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IsFirstSymbolApostrophe">
            <summary>
            If true then first symbol in cell is apostrophe.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.PatternColorIndex">
            <summary>
            Returns or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.PatternColor">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.ColorIndex">
            <summary>
            Returns or sets the color of the interior. The color is specified as
            an index value into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Interior">
            <summary>
            Returns interior object for this extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IsModified">
            <summary>
            Gets value indicating whether format was modified, compared to parent format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.FontIndex">
            <summary>
            Gets / Sets font index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Wrapped">
            <summary>
            Returns wrapped format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.BottomBorderColor">
            <summary>
            Get/set BottomBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.TopBorderColor">
            <summary>
            Get/set TopBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.LeftBorderColor">
            <summary>
            Get/set LeftBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.RightBorderColor">
            <summary>
            Get/set RightBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.DiagonalBorderColor">
            <summary>
            Get/set DiagonalUpBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.LeftBorderLineStyle">
            <summary>
            Gets / sets line style of the left border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.RightBorderLineStyle">
            <summary>
            Gets / sets line style of the right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.TopBorderLineStyle">
            <summary>
            Gets / sets line style of the top border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.BottomBorderLineStyle">
            <summary>
            Gets / sets line style of the bottom border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.DiagonalUpBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.DiagonalDownBorderLineStyle">
            <summary>
            Gets / sets line style of the diagonal border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.DiagonalUpVisible">
            <summary>
            Indicates whether DiagonalUp line is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.DiagonalDownVisible">
            <summary>
            Indicates whether DiagonalDown line is visible.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.NumberFormatChanged">
            <summary>
            Event is raised after changes in number format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Application">
            <summary>
            Reference to Application which hosts all objects. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Parent">
            <summary>
            Reference to Parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.BuiltIn">
            <summary>
            Indicates whether style is build in. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.Name">
            <summary>
            Returns name of the style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper.IsInitialized">
            <summary>
            Indicates whether style is initialized (differs from Normal style).
            Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CellStyle.m_range">
            <summary>
            Parent range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.CellStyle.m_bAskAdjacent">
            <summary>
            Represents whether to get adjacent or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.#ctor(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Creates new instance of cell style.
            </summary>
            <param name="range">Parent range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.#ctor(Syncfusion.XlsIO.Implementation.RangeImpl,System.Int32)">
            <summary>
            Creates new instance of cell style.
            </summary>
            <param name="range">Parent range.</param>
            <param name="iXFIndex">Index of extended format to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.BeginUpdate">
            <summary>
            This method is called before changes in extended format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.EndUpdate">
            <summary>
            This method is called after changes in extended format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.SetParents(System.Object)">
            <summary>
            Searches for all necessary parent objects.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.BeforeRead">
            <summary>
            This method is called before reading any value. Can be used
            to update wrapped object before read operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetLeftLineStyle(System.Boolean)">
            <summary>
            Gets line style of the left border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.SetBaseLineStyle(Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.ExcelLineStyle)">
             <summary>
             Sets line style of the border.
            <param name="border">Border</param>
            <param name="lineStyle">LineStyle</param>
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetRightLineStyle(System.Boolean)">
            <summary>
            Gets line style of the right border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetTopLineStyle(System.Boolean)">
            <summary>
            Gets line style of the top border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetBottomLineStyle(System.Boolean)">
            <summary>
            Get line style of the bottom border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetLeftBorderColor(System.Boolean)">
            <summary>
            Gets line color of the left border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetRightBorderColor(System.Boolean)">
            <summary>
            Gets line color of the right border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetTopBorderColor(System.Boolean)">
            <summary>
            Gets line color of the top border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetBottomBorderColor(System.Boolean)">
            <summary>
            Get line color of the bottom border.
            </summary>
            <param name="askAdjecent"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetLeftCell">
            <summary>
            Gets left adjecent cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetRightCell">
            <summary>
            Gets rigth adjecent cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetTopCell">
            <summary>
            Gets top adjecent cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetBottomCell">
            <summary>
            Gets bottom adjecent cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.CellStyle.GetCell(System.Int32,System.Int32)">
            <summary>
            Gets relative cell.
            </summary>
            <param name="rowDelta"></param>
            <param name="colDelta"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.LeftBorderColor">
            <summary>
            Get/set LeftBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.RightBorderColor">
            <summary>
            Get/set RightBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.TopBorderColor">
            <summary>
            Get/set TopBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.BottomBorderColor">
            <summary>
            Get/set BottomBorder color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.LeftBorderLineStyle">
            <summary>
            Gets / sets line style of the left border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.RightBorderLineStyle">
            <summary>
            Gets / sets line style of the right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.TopBorderLineStyle">
            <summary>
            Gets / sets line style of the top border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.BottomBorderLineStyle">
            <summary>
            Gets / sets line style of the top border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellStyle.AskAdjacent">
            <summary>
            Gets or sets a boolean value 
            whether to get adjacent or not
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl">
            <summary>
            Represents an axis on the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartAxis">
            <summary>
            Represents an axis on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.NumberFormat">
            <summary>
            Gets or sets number format for the axis values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.AxisType">
            <summary>
            Gets the type of the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Title">
            <summary>
            Gets or sets the axis title.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.TextRotationAngle">
            <summary>
            Gets or sets the axis text rotation angle. Should be an integer value between -90 and 90.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.TitleArea">
            <summary>
            Gets the area for the axis title. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Font">
            <summary>
            Gets the font used for axis text display. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.MajorGridLines">
            <summary>
            Gets the major grid lines for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.MinorGridLines">
            <summary>
            Gets the minor grid lines for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.HasMinorGridLines">
            <summary>
            Gets or sets a boolean value indicating if the axis has minor grid lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.HasMajorGridLines">
            <summary>
            Gets or sets a boolean value indicating if the axis has major grid lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.MinorTickMark">
            <summary>
            Gets or sets the type of minor tick mark for the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.MajorTickMark">
            <summary>
            Gets or sets the type of major tick mark for the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Border">
            <summary>
            Gets the chart border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.AutoTickLabelSpacing">
            <summary>
            Gets or sets a boolean value indicating whether or not the tick label spacing is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.TickLabelPosition">
            <summary>
            Gets or sets the position of tick-mark labels on the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Visible">
            <summary>
            True if the axis is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Alignment">
            <summary>
            Gets or sets the alignment for the tick label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.IsReversed">
            <summary>
            True if data points are plotted from last to first. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.ReversePlotOrder">
            <summary>
            Gets or sets a boolean value indicating whether to plot data points from last to first. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Shadow">
            <summary>
            Gets the shadow properties for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartAxis.Chart3DOptions">
            <summary>
            Gets the 3D options for the chart. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.DEF_NUMBER_FORMAT_INDEX">
            <summary>
            Represents the default number format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.DEF_GENERAL_FORMAT">
            <summary>
            Represents index to general format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_axisType">
            <summary>
            Type of the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bPrimary">
            <summary>
            True if this is the primary axis; false if secondary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_titleArea">
            <summary>
            Text area for the axis title.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_chartTick">
            <summary>
            Chart tick record for this axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bLineFormat">
            <summary>
            Indicates whether line format is present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_startBlock">
            <summary>
            Represents the beginning of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_shapePropsStreams">
            <summary>
            Represents the shape formatting properties for chart elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_endBlock">
            <summary>
            Represents the end of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_font">
            <summary>
            Font used for axis drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.old_Font">
            <summary>
            Font used to store the default font used with axis drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_majorGrid">
            <summary>
            Represents major grid.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_minorGrid">
            <summary>
            Represents minor grid.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bHasMajor">
            <summary>
            Represents if axis has major gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bHasMinor">
            <summary>
            Represents if axis has minor gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_parentAxis">
            <summary>
            Represents parent axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_iNumberFormat">
            <summary>
            Represents format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_border">
            <summary>
            Represents border axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_textDirection">
            <summary>
            Represents text direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_textRotation">
            <summary>
            Represents the text rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_iAxisId">
            <summary>
            Axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bDeleted">
            <summary>
            Inidicates whether axis was deleted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bAutoTickLabelSpacing">
            <summary>
            Indicates whether tick label spacing value is automatically evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_bAutoTickMarkSpacing">
            <summary>
            Indicates whether TickMarkSpacing has automatic value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.LabelAlign">
            <summary>
            Stores label alignment setting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_paraType">
            <summary>
            Represents the TextArea Paragraph 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.m_axisFormat">
            <summary>
            Represents the frame format of Axis
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl"/> class.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl"/> class with the specified primary axis type.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType,System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl"/> class with 
            specified axis type and specified IsPrimary value.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
            <param name="bIsPrimary">
            True if primary axis should be created; False otherwise.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl"/> class from array of BiffRecords
            with primary axis data.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl"/> class from array of BiffRecords
            with axis data.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
            <param name="isPrimary">
            True if it is primary axis; False otherwise.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SetParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Extracts the axis from array of BiffRecords.
            </summary>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
            <param name="isPrimary">
            True if it is primary axis; False otherwise.
            </param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If specified record is not ChartAxis record
            or next record is not Begin record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseChartAxisLineFormat(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses axis line format.
            </summary>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the ChartAxisLineFormat record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseFontXRecord(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord)">
            <summary>
            Extracts extended font record data of the chart axis.
            </summary>
            <param name="fontx">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseWallsOrFloor(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts chart walls or floor data.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position of the axis record in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseIfmt(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord)">
            <summary>
            Extracts chart format record data.
            </summary>
            <param name="record">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseData(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts axis data with specified array of Biff records.
            </summary>
            <param name="record">Represents record data.</param>
            <param name="data">Represents records storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParseTickRecord(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord)">
            <summary>
            Parses chart tick record.
            </summary>
            <param name="chartTick">Represents chart tick record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes axis records.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeAxisTitle(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes title of the axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeFont(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the font records used in the chart axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeGridLines(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the grid lines of chart axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeNumberFormat(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the number format records for the axis values.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeAxisBorder(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the axis border.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SerializeTickRecord(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the tick record.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.InitializeVariables">
            <summary>
            Sets some important variables to the initial state.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.InitializeTickRecord">
            <summary>
            Initializes internal tick record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SetTitleArea(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            Sets the specified title area.
            </summary>
            <param name="titleArea">Title area to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a copy of current instance with the specified dictionaries of font indexes and
            worksheet names.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Cloned object which is a copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Clone(Syncfusion.XlsIO.Implementation.FontWrapper)">
            <summary>
            Creates a copy of current instance with the specified font wrapper object.
            </summary>
            <param name="font">Font object for the chart axis.</param>
            <returns>Cloned chart axis which is a copy of the current object.</returns>     
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SetTitle(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            Sets the axis title.
            </summary>
            <param name="text">Title to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.UpdateTickRecord(Syncfusion.XlsIO.ExcelTickLabelPosition)">
            <summary>
            Updates surface tick record.
            </summary>
            <param name="value">Represents tick label position value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.InitFrameFormat">
            <summary>
            Initializes frame format for the axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.CreateFrameFormat">
            <summary>
            Creates frame format for the axis.
            </summary>
            <returns>Newly created frame format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.AssignReference(Syncfusion.XlsIO.IChartBorder)">
            <summary>
            Set the border on this object
            </summary>
            <param name="border">the input border</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.SetDefaultFont(System.String,System.Single)">
            <summary>
            Set default font and size  
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.AxisType">
            <summary>
            Gets the type of the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.IsPrimary">
            <summary>
            True if this is primary axis. False if secondary.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Title">
            <summary>
            Gets or sets the axis title.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.TextRotationAngle">
            <summary>
            Gets or sets the axis text rotation angle. Should be an integer value between -90 and 90.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.IsAutoTextRotation">
            <summary>
            True if the axis text rotation angle is autoselected. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.TitleArea">
            <summary>
            Gets the area for the axis title. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Font">
            <summary>
            Gets the font used for axis text display. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.IsChartFont">
            <summary>
            Gets or Sets the value indicating whether the aixs font settings are applied from the chart default font settings. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.MajorGridLines">
            <summary>
            Gets the major grid lines for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.MinorGridLines">
            <summary>
            Gets the minor grid lines for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.HasMinorGridLines">
            <summary>
            Gets or sets a boolean value indicating if the axis has minor grid lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.HasMajorGridLines">
            <summary>
            Gets or sets a boolean value indicating if the axis has major grid lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.isNumber">
            <summary>
            True if the axis has numerical values. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParentAxis">
            <summary>
            Gets the chart parent axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.NumberFormatIndex">
            <summary>
            Gets or sets the number format index for the axis values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.NumberFormat">
            <summary>
            Gets or sets number format for the axis values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.MinorTickMark">
            <summary>
            Gets or sets the type of minor tick mark for the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.MajorTickMark">
            <summary>
            Gets or sets the type of major tick mark for the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Border">
            <summary>
            Gets the chart border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.TickLabelPosition">
            <summary>
            Gets or sets the position of tick-mark labels on the axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Visible">
            <summary>
            True if the axis is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Alignment">
            <summary>
            Gets or sets the alignment for the tick label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.IsReversed">
            <summary>
            True if data points are plotted from last to first. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ReversePlotOrder">
            <summary>
            Gets or sets a boolean value indicating whether to plot data points from last to first. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.AxisId">
            <summary>
            Gets the axis identifier.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParentChart">
            <summary>
            Gets the parent chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Deleted">
            <summary>
            Gets or sets a Boolean value indicating whether axis is deleted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.AutoTickLabelSpacing">
            <summary>
            Gets or sets a boolean value indicating whether or not the tick label spacing is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.AutoTickMarkSpacing">
            <summary>
            Gets or sets a Boolean value indicating whether or not 
            the tick label spacing is automatic. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Shadow">
            <summary>
            Gets the shadow properties for the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ShadowProperties">
            <summary>
            Gets the shadow Properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.HasShadowProperties">
            <summary>
            True if a shadow object is created. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Chart3DOptions">
            <summary>
            Gets the 3D options for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Chart3DProperties">
            <summary>
            Gets the 3D properties for the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.Has3dProperties">
            <summary>
            True if a shadow object 
            (which includes the 3D properties) is created.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.FrameFormat">
            <summary>
            Gets the frame format of the axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.HasAxisTitle">
            <summary>
            True if the axis has a title. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParagraphType">
            <summary>
            Gets or sets the paragraph type for the text area paragraph. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.IsDefaultTextSettings">
            <summary>
            Represents the Default Text Settings
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.TextLinkType">
            <summary>
            Gets the text link type for the title area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl.ParentWorkbook">
            <summary>
            Gets the parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl">
            <summary>
            Represents chart border.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartBorder">
            <summary>
            Represents chart border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.LineColor">
            <summary>
            Gets or sets the border line color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.LinePattern">
            <summary>
            Gets or sets the border line pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.LineWeight">
            <summary>
            Gets or sets the border line weight.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.AutoFormat">
            <summary>
            Gets or sets a boolean value indicating if the border has default or custom format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.IsAutoLineColor">
            <summary>
            True for default border line color as in <see cref="P:Syncfusion.XlsIO.IChartBorder.AutoFormat"/>. otherwise False.
            </summary>
            <example>
            <code>
            IChart chart = workbook.Charts[0];
            chart.ChartArea.Border.IsAutoLineColor = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.ColorIndex">
            <summary>
            Gets or sets the index of the border color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.DrawTickLabels">
            <summary>
            True to draw tick labels on this axis. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartBorder.Transparency">
            <summary>
            Gets or sets the transparency level of the solid color shaded fill as a floating-point
            value from 0.0 (Clear) through 1.0 (Opaque).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.DEF_COLOR_INEDX">
            <summary>
            Represents chart border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_lineFormat">
            <summary>
            Line format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_parentBook">
            <summary>
            Represents parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_serieFormat">
            <summary>
            Represents parent Series format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_color">
            <summary>
            Represents line color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_solidTransparency">
            <summary>
            Represents the default transparency level for the solid type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_fill">
            <summary>
            Preserve Gradient Stops (Supported in Excel 2007 and higher)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.m_joinType">
            <summary>
            border edge join type
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl"/> class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl"/> class with the specified line format record.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="line">Represents line record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl"/> class with the specified Biff records.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="data">Represents record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts chart border data from the specified Biff records.
            </summary>
            <param name="data">List of Biff records.</param>
            <param name="iPos">Position in offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serializes the chart border records.
            </summary>
            <param name="records">Records offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.SetParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.UpdateColor">
            <summary>
            Updates internal record for Excel97 file format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Clone(System.Object)">
            <summary>
            Creates a copy of current instance.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.TryAndClearAutoColor">
            <summary>
            Check whether the serie Format is available, if it update auto color
            Only to be called on auto format is false
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
             Makes complete copy of the current object and updates its parent.
            </summary>
            <param name="parent">Parent object to set.</param>
            <returns>Cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.LineColor">
            <summary>
            Gets or sets the border line color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.LinePattern">
            <summary>
            Gets or sets the border line pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.LineWeight">
            <summary>
            Gets or sets the border line weight.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Fill">
            <summary>
            preserve fill and gradient stops (Supported in Excel 2007 and higher)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.HasGradientFill">
            <summary>
            indicates whether the line filled with gradient fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.JoinType">
            <summary>
            Border edge join type
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.AutoFormat">
            <summary>
            Gets or sets a boolean value indicating if the border has default or custom format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.DrawTickLabels">
            <summary>
            True to draw tick labels on this axis. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.IsAutoLineColor">
            <summary>
            True for default border line color as in <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.AutoFormat"/>. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.ColorIndex">
            <summary>
            Gets or sets the index of the border color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Color">
            <summary>
            Gets the border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.Transparency">
            <summary>
            Gets or sets the transparency level of the solid color shaded fill as a floating-point
            value from 0.0 (Clear) through 1.0 (Opaque).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl.LineWeightString">
            <summary>
            Gets or sets the line weight string.
            </summary>
            <value>The line weight string.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl">
            <summary>
            Represents category axis of the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl">
            <summary>
            Class used for Chart Value Axis implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartValueAxis">
            <summary>
            Represents the chart value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.MinimumValue">
            <summary>
            Minimum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.MaximumValue">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.MajorUnit">
            <summary>
            Value of major increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.MinorUnit">
            <summary>
            Value of minor increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.CrossValue">
            <summary>
            Represents the point on the axis another axis crosses it.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.CrossesAt">
            <summary>
            Represents the point on the axis another axis crosses it.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsAutoMin">
            <summary>
            Automatic minimum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsAutoMax">
            <summary>
            Automatic maximum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsAutoMajor">
            <summary>
            Automatic major selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsAutoMinor">
            <summary>
            Automatic minor selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsAutoCross">
            <summary>
            Automatic category crossing point selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsLogScale">
            <summary>
            Logarithmic scale.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.IsMaxCross">
            <summary>
            Category axis to cross at maximum value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.DisplayUnitCustom">
            <summary>
            Represents custom unit to display.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.DisplayUnit">
            <summary>
            Returns or sets the unit label for the specified axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.HasDisplayUnitLabel">
            <summary>
            True if the label is displayed on the specified axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartValueAxis.DisplayUnitLabel">
            <summary>
            Returns the DisplayUnitLabel object for the specified axis.
            Returns Null if the HasDisplayUnitLabel property is set to False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.IScalable.IsLogScale">
            <summary>
            Represents logarithmic scale.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.IScalable.IsReversed">
            <summary>
            Indicates whether datapoint plot from last to first.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.IScalable.MaximumValue">
            <summary>
            Represents maximum value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.IScalable.MinimumValue">
            <summary>
            Represents minimum value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.DEF_DISPLAY_UNIT_VALUES">
            <summary>
            Represents array of display units values.
            Index - display units index, value - double value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_bHasDisplayUnitLabel">
            <summary>
            Indicates is has display unit label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_chartValueRange">
            <summary>
            Chart value record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_displayUnitCustom">
            <summary>
            Represents custom unit to display.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_displayUnit">
            <summary>
            Represents display unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_displayUnitLabel">
            <summary>
            Represents display Unit label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.m_bAutoTickLabelSpacing">
            <summary>
            Indicates whether tick label spacing value is automatically evaluated.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates axis object.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType)">
            <summary>
            Creates primary axis of specified type.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType,System.Boolean)">
            <summary>
            Creates axis of specified type and specified IsPrimary value.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
            <param name="bIsPrimary">
            True if primary axis should be created; otherwise False.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts primary axis from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Extracts axis from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
            <param name="isPrimary">
            True if it is primary axis; otherwise False.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ParseMaxCross(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses max cross.
            </summary>
            <param name="record">Represents max cross data to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ParseWallsOrFloor(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses walls or floor.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ParseData(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses data.
            </summary>
            <param name="record">Represents current record to parse.</param>
            <param name="data">Represents records storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ParseDisplayUnits(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord)">
            <summary>
            Parses display unit record.
            </summary>
            <param name="record">Represents record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ParseDisplayUnitLabel(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses display unit label.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ChartAxisType)">
            <summary>
            Serializes axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
            <param name="axisType">Represents axis type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.SerializeWallsOrFloor(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes walls or floor.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.SerializeDisplayUnits(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize display units.
            </summary>
            <param name="records">Represents records storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.InitializeVariables">
            <summary>
            Initializes internal variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.CheckValueRangeRecord">
            <summary>
            Checks if everything is ok with ChartValueRangeRecord.
            </summary>
            <returns>True if check succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.CheckValueRangeRecord(System.Boolean)">
            <summary>
            Checks if everything is ok with ChartValueRangeRecord.
            </summary>
            <param name="throwException">Indicates whether we should throw an exception in the case of check failed.</param>
            <returns>True if check succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clone current object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.CreateDispalayUnitLabel">
            <summary>
            Creates display unit label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.MinimumValue">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.MaximumValue">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.MajorUnit">
            <summary>
            Value of major increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.MinorUnit">
            <summary>
            Value of minor increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.CrossValue">
            <summary>
            Represents the point on the axis another axis crosses it.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.CrossesAt">
            <summary>
            Represents the point on the axis another axis crosses it.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsAutoMin">
            <summary>
            Automatic minimum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsAutoMax">
            <summary>
            Automatic maximum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.AutoTickLabelSpacing">
            <summary>
            Represents whether the label spacing is automatic or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsAutoMajor">
            <summary>
            Automatic major selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsAutoMinor">
            <summary>
            Automatic minor selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsAutoCross">
            <summary>
            Automatic category crossing point selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsLogScale">
            <summary>
            Logarithmic scale.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ReversePlotOrder">
            <summary>
            True if plots data points from last to first.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.IsMaxCross">
            <summary>
            Category axis to cross at maximum value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.ChartValueRange">
            <summary>
            Gets or sets the ChartValueRangeRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.DisplayUnitCustom">
            <summary>
            Represents custom unit to display.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.DisplayUnit">
            <summary>
            Returns or sets the unit label for the specified axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.HasDisplayUnitLabel">
            <summary>
            True if the label is displayed on the specified axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.DisplayUnitLabel">
            <summary>
            Returns the DisplayUnitLabel object for the specified axis.
            Returns Null if the HasDisplayUnitLabel property is set to False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl.TextLinkType">
            <summary>
            Gets text link for this axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartCategoryAxis">
            <summary>
            Represents category axis of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.LabelFrequency">
            <summary>
            Gets or sets the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.TickLabelSpacing">
            <summary>
            Gets or sets the number of categories or series between tick-mark labels.
            Applies only to category and series axes. Can be a value from 1 through 31999.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.AutoTickLabelSpacing">
            <summary>
            Gets or sets whether or not the tick label spacing is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.TickMarksFrequency">
            <summary>
            Gets or sets the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.TickMarkSpacing">
            <summary>
            Gets or sets the number of categories or series between tick marks.
            Applies only to category and series axes. Can be a value from 1 through 31999.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.IsBetween">
            <summary>
            True to cut unused plot area. otherwise False. Default for area and surface charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryLabels">
            <summary>
            Gets or sets the category labels for the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.EnteredDirectlyCategoryLabels">
            <summary>
            Gets or sets the directly entered category labels for the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryType">
            <summary>
            Gets or sets the <see cref="T:Syncfusion.XlsIO.ExcelCategoryType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.Offset">
            <summary>
            Gets or sets the distance between the labels and the axis line.
            The value can be from 0 through 1000.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.BaseUnit">
            <summary>
            Gets or sets the base unit for the category axis.
            </summary>
            Setting this property has no visible effect if the <see cref="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryType"/> property 
            for the specified axis is set to Category. The set value is retained, however, and 
            takes effect when the <see cref="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryType"/> property is set to Time.
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.BaseUnitIsAuto">
            <summary>
            True to use automatic base units for the specified category axis. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.MajorUnitScale">
            <summary>
            Gets or sets the major unit scale value for the category axis
             when the <see cref="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryType"/> of the axis is set to Time.
            </summary>
            <example>
            <code>
            chart.PrimaryCategoryAxis.CategoryType = ExcelCategoryType.Time;
            chart.PrimaryCategoryAxis.MajorUnit = 5;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.MinorUnitScale">
            <summary>
            Gets or sets the minor unit scale value for the category axis
             when the <see cref="P:Syncfusion.XlsIO.IChartCategoryAxis.CategoryType"/> of the axis is set to TimeScale.
            </summary>
            <example>
            <code>
            chart.PrimaryCategoryAxis.CategoryType = ExcelCategoryType.Time;
            chart.PrimaryCategoryAxis.MinorUnit = 1;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.NoMultiLevelLabel">
            <summary>
            True if multi-Level category axis is not allowed. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.IsBinningByCategory">
            <summary>
            True if bins generated by category values. otherwise False
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.HasAutomaticBins">
            <summary>
            True if bins generated are automatic. otherwise False
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.NumberOfBins">
            <summary>
            Gets / Sets the Number of Bins in the axis
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.Can be a value from 1 through 31999.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.BinWidth">
            <summary>
            Get or Set the number of data points in each range.
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.UnderflowBinValue">
            <summary>
            Get or Set the UnderFlow Bin value
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartCategoryAxis.OverflowBinValue">
            <summary>
            Get or Set the OverFlow Bin value
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_NOTSUPPORTED_PROPERTY">
            <summary>
            Error message for not supported property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_AXIS_OFFSET">
            <summary>
            Represents default offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_MONTH_COUNT">
            <summary>
            Represents month count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_NOMULTILVLLBL_TAG">
            <summary>
            Represents the XmlTkValue of multilevel label is enabled in binary file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_TICKLBLSKIP_TAG">
            <summary>
            Represents the XmlTkValue of automatic tick label is enabled in binary file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.DEF_MIN_DATE">
            <summary>
            Represents min axis data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_chartCatser">
            <summary>
            ChartCatserRangeRecord that describes this axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_chartMlFrt">
            <summary>
            UnknownRecord that describes label intervals of this axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_axcetRecord">
            <summary>
            Represents time scale data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_categoryType">
            <summary>
            Represents category axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_iOffset">
            <summary>
            Represents default axis offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_isMaxCross">
            <summary>
            Represents the crosses in axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_bAutoTickLabelSpacing">
            <summary>
            Indicates whether tick label spacing value is automatically evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_bnoMultiLvlLbl">
            <summary>
            Indicates whether multi level label is allowed or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_showNoMultiLvlLbl">
            <summary>
            Represents to serialize NoMultiLvlLbl attribute or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_majorUnitIsAuto">
            <summary>
            Represents to serialize majorUnitScale is Auto
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_minorUnitIsAuto">
            <summary>
            Represents to serialize minorUnitScale is Auto
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_xmlTKLabelSkipFrt">
            <summary>
            boolean value used for tick label spacing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_isChartAxisOffsetRecord">
            <summary>
            boolean value used for ChartAxisOffsetRecord
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.m_histogramAxisFormat">
            <summary>
            Object that holds the information required for Histogram series
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl"/> class with the specified 
            application and parent objects.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl"/> class 
            of specified primary axis type.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType,System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl"/> class 
            of specified type and specified IsPrimary value.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
            <param name="bIsPrimary">
            True if primary axis should be created; False otherwise.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl"/> class 
            with primary axis extracted from array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl"/> class 
            with the axis extracted from array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
            <param name="isPrimary">
            True if it is primary axis; False otherwise.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.ParseData(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses data of the specified record.
            </summary>
            <param name="record">Represents record to parse.</param>
            <param name="data">Represents records storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.ParseMaxCross(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses max cross from the specified record.
            </summary>
            <param name="record">Represents max cross data to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.ParseWallsOrFloor(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses walls or floor from the specified list of 
            Binary Interchanged File Formats (BIFF) records and the offset.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.ParseCategoryType(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord)">
            <summary>
            Parses category axis type.
            </summary>
            <param name="record">Represents record for parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes the axis record.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.SerializeCategory(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes primary standard category axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.SerializeWallsOrFloor(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes walls or floor of the axis.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.SerializeAxcetRecord(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize category axis type.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.InitializeVariables">
            <summary>
            Initializes internal variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CheckValueRangeRecord(System.Boolean)">
            <summary>
            Checks for error free ChartValueRangeRecord.
            </summary>
            <param name="throwException">Indicates whether we should throw an exception in the case of check failed.</param>
            <returns>True if check succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a copy of current instance with the specified parent object, 
            Font indexes and worksheet names dictionary.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns the cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.GetStartChartType">
            <summary>
            Gets start chart type only for series type.
            </summary>
            <returns>Returns start chart type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CheckTimeScaleProperties">
            <summary>
            Checks for time scale axis mode. Otherwise rise exception.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CheckForXmlTKOptions(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Check the CrtmlFrt record whether it have automatic tick labels and multilevel labels
            </summary>
            <param name="record">input record files to be checked</param>
            <returns>the boolean value indicates it have automatic tick labels and no multilevel labels</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsMaxCross">
            <summary>
            True if the value axis crosses at the far right category (in a line, bar, 
            column, scatter, or area chart; 2D charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CrossesAt">
            <summary>
            Gets or sets the point on the value axis where the category axis crosses it. 
            Applies only to the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.AutoTickLabelSpacing">
            <summary>
            Gets or sets whether or not the tick label spacing is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.LabelFrequency">
            <summary>
            Gets or sets the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.TickLabelSpacing">
            <summary>
            Gets or sets the number of categories or series between tick-mark labels.
            Applies only to category and series axes. Can be a value from 1 through 31999.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.TickMarksFrequency">
            <summary>
            Gets or sets the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.TickMarkSpacing">
            <summary>
            Gets or sets the number of categories or series between tick marks.
            Applies only to category and series axes. Can be a value from 1 through 31999.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.TextLinkType">
            <summary>
            Creates title area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsBetween">
            <summary>
            True to cut unused plot area. otherwise False. Default for area and surface charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.ReversePlotOrder">
            <summary>
            True if plots data points from last to first.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryLabels">
            <summary>
            Gets or sets the category labels for the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.EnteredDirectlyCategoryLabels">
            <summary>
            Gets or sets the directly entered category labels for the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryType">
            <summary>
            Gets or sets the <see cref="T:Syncfusion.XlsIO.ExcelCategoryType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.Offset">
            <summary>
            Gets or sets the distance between the labels and the axis line.
            The value can be from 0 through 1000.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.BaseUnit">
            <summary>
            Gets or sets the base unit for the category axis.
            </summary>
            Setting this property has no visible effect if the <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryType"/> property 
            for the specified axis is set to Category. The set value is retained, however, and 
            takes effect when the <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryType"/> property is set to Time.
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.BaseUnitIsAuto">
            <summary>
            True to use automatic base units for the specified category axis. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MajorUnitScaleIsAuto">
            <summary>
            True if use automatic major units for the specified category axis.
            </summary> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MinorUnitScaleIsAuto">
            <summary>
            True if use automatic major units for the specified category axis.
            </summary> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsAutoMajor">
            <summary>
            Automatic major selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsAutoMinor">
            <summary>
            Automatic minor selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsAutoCross">
            <summary>
            Automatic category crossing point selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsAutoMax">
            <summary>
            Automatic maximum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsAutoMin">
            <summary>
            Automatic minimum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MajorUnit">
            <summary>
            Gets or sets the major units for the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MinorUnit">
            <summary>
            Value of minor increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MajorUnitScale">
            <summary>
            Gets or sets the major unit scale value for the category axis
             when the <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryType"/> of the axis is set to Time.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.MinorUnitScale">
            <summary>
            Gets or sets the minor unit scale value for the category axis
             when the <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CategoryType"/> of the axis is set to TimeScale.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.NoMultiLevelLabel">
            <summary>
            True if multi-Level category axis is not allowed. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsBinningByCategory">
            <summary>
            True if bins generated by category values. otherwise False
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.HasAutomaticBins">
            <summary>
            True if bins generated are automatic. otherwise False
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.NumberOfBins">
            <summary>
            Get or set the Number of Bins in the axis
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.Can be a value from 1 through 31999.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.BinWidth">
            <summary>
            Get or Set the number of data points in each range.
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.UnderflowBinValue">
            <summary>
            Get or Set the UnderFlow Bin value
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.OverflowBinValue">
            <summary>
            Get or Set the OverFlow Bin value
            </summary>
            <remarks>Applies only to Histogram and Pareto charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.HistogramAxisFormatProperty">
            <summary>
            returns an Object that holds the information required for Histogram series
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.CatserRecord">
            <summary>
            Returns ChartCatserRangeRecord record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsChartBubbleOrScatter">
            <summary>
            Indicates is chart bubble or scatter. Using series start type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl.IsCategoryType">
            <summary>
            Indicates is category axis type is category. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl">
            <summary>
            Represents a collection of chart data labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartDataLabels">
            <summary>
            Represents a collection of chart data labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartTextArea">
            <summary>
            Represents the Text Area in a chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IFont">
            <summary>
            Contains the font attributes (font name, font size,
            color and so on) for an object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IFont.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Bold">
            <summary>
            True if the font is bold. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Color">
            <summary>
            Returns or sets the primary color of the object. Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.RGBColor">
            <summary>
            Gets / sets font color. Searches for the closest color in 
            the workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Italic">
            <summary>
            True if the font style is italic. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Size">
            <summary>
            Returns or sets the size of the font. Read / write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read / write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Superscript">
            <summary>
            True if the font is formatted as superscript. False by default.
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read / write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.FontName">
            <summary>
            Returns or sets the font name. Read / write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFont.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.Text">
            <summary>
            Area's text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.RichText">
            <summary>
            String with rich text formatting. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.TextRotationAngle">
            <summary>
            Text rotation angle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.FrameFormat">
            <summary>
            Return format of the text area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.BackgroundMode">
            <summary>
            Display mode of the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.IsAutoMode">
            <summary>
            True if background is set to automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTextArea.Layout">
            <summary>
            Represents the Layout settings of TextArea
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsSeriesName">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            series name for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsCategoryName">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            category name for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsValue">
            <summary>
            Gets or sets a boolean value indicating whether 
            to display data label values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsPercentage">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            percentage value for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsBubbleSize">
            <summary>
            Gets or sets a boolean value indicating whether to show 
            bubble size for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.Delimiter">
            <summary>
            Gets or sets the variant representing the separator used for data labels on the chart.
            </summary>
            <example>
            <code>
            chart.Series[0].DataPoints.DefaultDataPoint.DataLabels.Delimiter = ",";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.IsLegendKey">
            <summary>
            Gets or sets a boolean value indicating whether 
            data label legend key is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.ShowLeaderLines">
            <summary>
            Gets or sets a boolean value indicating whether
            to display leader lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataLabels.Position">
            <summary>
            Gets or sets the data labels position.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.ISerializable">
            <summary>
            Represents objects that can be saved into list of biff records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.ISerializable.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves object into list of biff records.
            </summary>
            <param name="records">List of biff records to save object into.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IInternalFont">
            <summary>
            Summary description for IInternalFont.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFont.Index">
            <summary>
            Returns font index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFont.Font">
            <summary>
            Returns FontImpl for current font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea.ColorObject">
            <summary>
            Returns textarea's color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea.HasTextRotation">
            <summary>
            Gets value indicating whether TextRotation was changed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea.ParagraphType">
            <summary>
            Represents the Legend Paragraph 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.DEFAULT_FONTNAME">
            <summary>
            Represents the Default Fontname
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.DEFAULT_LANGUAGE">
            <summary>
            Represents the Default Language
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.DEFAULT_FONTSIZE">
            <summary>
            Represents the Default size
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_chart">
            <summary>
            Parent chart
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_serie">
            <summary>
            Parent Series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_textArea">
            <summary>
            Text area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_dataPoint">
            <summary>
            Parent data point;
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_layout">
            <summary>
            Represents Excel 2007 layout data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_isDelete">
            <summary>
            boolean containing delete value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_paraType">
            <summary>
            Represents the TextArea Paragraph 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_bShowTextProperties">
            <summary>
            Indicats whether to show text properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_bShowSizeProperties">
            <summary>
            Indicats whether to show text size properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_bShowBoldProperties">
            <summary>
            Indicats whether to show text bold properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_isSourceLinked">
            <summary>
            Indicates if data labels are linked to source
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_bShowLeaderLines">
            <summary>
            Indicates whether to show leader lines or not
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.m_isAutoEnableDataLabels">
            <summary>
            Indicates whether to enables the data labels automatically
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32)">
            <summary>
            Initializes new instance of data label and sets its parent and application objects.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object</param>
            <param name="index">Data point index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.SetParents(System.Boolean)">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves object into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.SetObjectLink">
            <summary>
            Fill object link record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.UpdateSerieIndex">
            <summary>
            Updates Series index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <param name="dicFontIndexes">New font indexes.</param>
            <param name="dicNewSheetNames">New worksheet names.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsSeriesName">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            series name for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsCategoryName">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            category name for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsValue">
            <summary>
            Gets or sets a boolean value indicating whether 
            to display data label values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsPercentage">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            percentage value for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsSourceLinked">
            <summary>
            Indicates if data labels are linked to source.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsBubbleSize">
            <summary>
            Gets or sets a boolean value indicating whether to show 
            bubble size for data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Delimiter">
            <summary>
            Gets or sets the variant representing the separator used for data labels on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsLegendKey">
            <summary>
            Gets or sets a boolean value indicating whether 
            data label legend key is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ShowLeaderLines">
            <summary>
            Gets or sets a boolean value indicating whether
            to display leader lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Position">
            <summary>
            Gets or sets the data labels position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.BackgroundMode">
            <summary>
            Display mode of the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsAutoMode">
            <summary>
            True if background is set to automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Text">
            <summary>
            Area's text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.RichText">
            <summary>
            Gets rich text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.TextRotationAngle">
            <summary>
            Text rotation angle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.FrameFormat">
            <summary>
            Return format of the text area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Bold">
            <summary>
            True if the font is bold. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.RGBColor">
            <summary>
            Gets / sets font color. Searches for the closest color in 
            the workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Italic">
            <summary>
            True if the font style is italic. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Size">
            <summary>
            Returns or sets the size of the font. Read / write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read / write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Superscript">
            <summary>
            True if the font is formatted as superscript. False by default.
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read / write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.FontName">
            <summary>
            Returns or sets the font name. Read / write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.TextArea">
            <summary>
            Gets / sets text area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Format">
            <summary>
            Gets corresponding data format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Layout">
            <summary>
            Gets or sets Excel 2007 layout data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsDelete">
            <summary>
            Gets or sets whether to delete or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.HasTextRotation">
            <summary>
            Gets value indicating whether TextRotation was changed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ParagraphType">
            <summary>
            Represents the Legend Paragraph 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.NumberFormat">
            <summary>
            Gets or sets a value indicating whether this instance is formula.
            </summary>
            <value>
            	<c>true</c> if this instance is formula; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsFormula">
            <summary>
            Gets or sets a value indicating whether this instance is formula.
            </summary>
            <value>
            	<c>true</c> if this instance is formula; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ShowTextProperties">
            <summary>
            Gets or sets a value indicating whether to show text properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ShowSizeProperties">
            <summary>
            Gets or sets a value indicating whether to show text size properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ShowBoldProperties">
            <summary>
            Gets or sets a value indicating whether to show text bold properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.TextRotation">
            <summary>
            Gets or sets the Text Rotation
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ColorObject">
            <summary>
            Data labels color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Index">
            <summary>
            Returns font index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.Font">
            <summary>
            Returns FontImpl for current font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.CheckSerieIsPie">
            <summary>
            Indicates whether the serie type is pie
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.IsEnableDataLabels">
            <summary>
            Indicates whether to enable the data labels respect to version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl.ParentBook">
            <summary>
            Parent Workbook
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl">
            <summary>
            Represents data point in the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartDataPoint">
            <summary>
            Represents data point in the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.DataLabels">
            <summary>
            Gets the data labels object for the data point. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.Index">
            <summary>
            Gets index of the point in the points collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.DataFormat">
            <summary>
            Gets or sets the data format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.IsDefault">
            <summary>
            True if the data point is a default one. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.IsDefaultmarkertype">
            <summary>
            True if the data point has default marker object. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoint.SetAsTotal">
            <summary>
             True if the data point is considered as Subtotals or Totals. otherwise False.
            </summary>
            <remarks>Applies only to Waterfall charts.</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_dataLabels">
            <summary>
            Data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_iIndex">
            <summary>
            Point index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_dataFormat">
            <summary>
            Data format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_parentChart">
            <summary>
            Represents parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_bHasDataPoint">
            <summary>
            Represents whether the series has datapoint or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_defaultMarker">
            <summary>
            Represent whether it's having the seperate seperate marker
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_bBubble3D">
            <summary>
            Indicates whether bubbles have a 3-D effect applied to them or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_explosion">
            <summary>
            Represents the amount the data shall be moved from the center of the pie.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_bHasExplosion">
            <summary>
            Represents whether the pie has explosion
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.m_setAsTotal">
            <summary>
            Set the data point as total
            Used only in waterfall chart
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32)">
            <summary>
            Initializes new instance and sets its application and parent objects.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="index">Index of the data point.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.SerializeDataLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data labels data.
            </summary>
            <param name="records">List to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.SerializeDataFormat(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes used data formats.
            </summary>
            <param name="records">List to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.SetDataLabels(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            Sets data labels text area format.
            </summary>
            <param name="textArea">Text area to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.CreateDataLabels">
            <summary>
            Creates data labels object if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for the cloned object.</param>
            <param name="dicFontIndexes">New font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.UpdateSerieIndex">
            <summary>
            Updates Series index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.ChangeChartStockHigh_Low_CloseType">
            <summary>
            Changes data format to create ChartStockHighLowClose chart type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.ChangeChartStockVolume_High_Low_CloseType">
            <summary>
            Changes data format to create ChartStockHighLowClose chart type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.ChangeIntimateBuble(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes intimate bubble series.
            </summary>
            <param name="typeToChange">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.ChangeIntimateBubble(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes intimate bubble series.
            </summary>
            <param name="typeToChange">Type to change.</param>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.CloneDataFormat(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Updates current data format.
            </summary>
            <param name="serieFormat">Represents data format for update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.ClearDataFormats(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Clears data formats.
            </summary>
            <param name="format">Represents format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.DataLabels">
            <summary>
            Gets the data labels object for the data point. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.DataFormat">
            <summary>
            Gets or sets the data format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.InnerDataFormat">
            <summary>
            Gets /sets inner data format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.Index">
            <summary>
            Gets index of the point in the points collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.DataFormatOrNull">
            <summary>
            Returns data format or null.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.IsDefault">
            <summary>
            True if the data point is a default one. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.HasDataLabels">
            <summary>
            Indicates whether data labels object was created for this data point. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.HasDataPoint">
            <summary>
            Indicates whether the series has datapoint or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.IsDefaultmarkertype">
            <summary>
            True if the data point has default marker object. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.Bubble3D">
            <summary>
            Indicates whether bubbles have a 3-D effect applied to them or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.Explosion">
            <summary>
            Gets or sets the amount the data shall be moved from the center of the pie.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.HasExplosion">
            <summary>
            Gets the boolean value which represents whether the pie has explosion
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl.SetAsTotal">
            <summary>
             True if the data point is considered as Subtotals or Totals. otherwise False.
            </summary>
            <remarks>Applies only to Waterfall charts.</remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection">
            <summary>
            Represents a collection of data points in the series.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartDataPoints">
            <summary>
            Represents a collection of data points in the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoints.DefaultDataPoint">
            <summary>
            Gets the default data point. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataPoints.Item(System.Int32)">
            <summary>
            Gets the data point with the specified index. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.m_dataPointDefault">
            <summary>
            Format for data points without explicit format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.m_hashDataPoints">
            <summary>
            Collection of used data points, key - int index, value - data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.m_series">
            <summary>
            Parent chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.m_chart">
            <summary>
             Parent chart
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection and sets its parent and application properties.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.SetParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.SetParentChart">
            <summary>
            Finds parent objects for chart common data points
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.SerializeDataLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data labels data.
            </summary>
            <param name="records">List to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.SerializeDataFormats(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes all used data formats.
            </summary>
            <param name="records">List to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.Clone(System.Object,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for the cloned object.</param>
            <param name="book">Parent workbook.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.Add(Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl)">
            <summary>
            Adds new data point to the collection.
            </summary>
            <param name="point">Data point to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.UpdateSerieIndex">
            <summary>
            Updates index of the parent Series.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.ClearDataFormats(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Clears all series data formats.
            </summary>
            <param name="format">Represents format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection. 
            </summary>
            <returns>An IEnumerator object that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.CheckDPDataLabels">
            <summary>
            Check for data labels on data points 
            </summary>
            <returns>retuns true,if single data point have data labels,otherwise false</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.Item(System.Int32)">
            <summary>
            Gets the data point with the specified index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.DefaultDataPoint">
            <summary>
            Gets the default data point. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.IsLoading">
            <summary>
            Indicates whether workbook is loading. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.DefPointFormatOrNull">
            <summary>
            Gets default data format or null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection.DeninedDPCount">
            <summary>
            Returns number of defined (created) data points. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl">
            <summary>
            Class used for Chart DataTable implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartDataTable">
            <summary>
            Represents the chart data table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataTable.HasHorzBorder">
            <summary>
            True if the data table has horizontal border. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataTable.HasVertBorder">
            <summary>
            True if the data table has vertical border. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataTable.HasBorders">
            <summary>
            True if the data table has borders. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataTable.ShowSeriesKeys">
            <summary>
            True to show legend keys in the data table. otherwise False.
            </summary>
            <example>
            <code>
            chart.HasDataTable = true;
            IChartDataTable dataTable = chart.DataTable;
            chart.DataTable.ShowSeriesKeys = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDataTable.TextArea">
            <summary>
            Gets the text area of the data table. Read-only.
            </summary>
            <example>
            <code>
            chart.HasDataTable = true;
            IChartDataTable dataTable = chart.DataTable;
            chart.DataTable.TextArea.Color = ExcelKnownColors.BlueCustom;
            </code>
            </example>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.m_chartDat">
            <summary>
            This record stores options for the chart data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.m_arrRecords">
            <summary>
            Records that were read (if data table was not created but loaded).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.m_text">
            <summary>
            Represents chart text record and sub records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates default data table.
            </summary>
            <param name="application">Application object for the new data table.</param>
            <param name="parent">Parent object for the new data table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts data table's data from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the new data table.</param>
            <param name="parent">Parent object for the new data table.</param>
            <param name="data">Array of BiffRecords that contains the data table's data.</param>
            <param name="iPos">Position of the ChartData record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts data table from the array of BiffRecords.
            </summary>
            <param name="data">BiffRecords with data table records.</param>
            <param name="iPos">Position of the ChartData record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartData record
            or when next record is not Begin record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data table.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all data table records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.Clone(System.Object)">
            <summary>
            Clone current Record.
            </summary>
            <param name="parent">Parent object for create new instance.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.HasHorzBorder">
            <summary>
            True if the data table has horizontal border. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.HasVertBorder">
            <summary>
            True if the data table has vertical border. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.HasBorders">
            <summary>
            True if the data table has borders. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.ShowSeriesKeys">
            <summary>
            True to show legend keys in the data table. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDataTableImpl.TextArea">
            <summary>
            Gets the text area of the data table. Read-only.
            </summary>9
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl">
            <summary>
            Represents up or down bars for the line chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartDropBar">
            <summary>
            Represents up or down bars for the line chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartFillBorder">
            <summary>
            Provides formatting options for area elements in the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.HasInterior">
            <summary>
            True if the chart element has interior formatting. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.HasLineProperties">
            <summary>
            True if the chart element has line formatting. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.Has3dProperties">
            <summary>
            True if the chart element has 3D formatting. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.HasShadowProperties">
            <summary>
            True if the chart element has shadow formatting properties. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.LineProperties">
            <summary>
            Gets line formatting properties for the chart element. Read-only.
            </summary>
            <example>This example applies line pattern to the plot area border.
            <code>
            IChartBorder border = chart.PlotArea.Border;
            border.LinePattern = ExcelChartLinePattern.DashDotDot;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.Interior">
            <summary>
            Gets interior formatting properties for the chart element. Read-only.
            </summary>
            <example>This example applies foreground color to the interior of plot area.
            <code>
            IChartInterior chartInterior = chart.ChartArea.Interior;
            chartInterior.ForegroundColor = Color.Beige;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.Fill">
            <summary>
            Gets fill options for the chart element. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.ThreeD">
            <summary>
            Gets 3D-effect properties for the chart element. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFillBorder.Shadow">
            <summary>
            Gets shadow formatting properties for the chart element. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartDropBar.Gap">
            <summary>
            Gets or sets the gap width of the drop bar in percent (0 to 100%).
            </summary>
            <example>
            <code>
            IChartDropBar upBars = chart.Series[0].SerieFormat.CommonSerieOptions.FirstDropBar;
            upBars.Gap = 20;
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.XlsIO.IFillColor">
            <summary>
            Represents interface, that synchronize chart fill color properties and interior colors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.ForeGroundColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.BackGroundColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.Pattern">
            <summary>
            Represents pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.IsAutomaticFormat">
            <summary>
            Represents is automatic format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.Fill">
            <summary>
            Represents fill properties.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFillColor.Visible">
            <summary>
            Represents visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_dropBar">
            <summary>
            Represents chart drop bar record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_lineFormat">
            <summary>
            Represents drop bar line format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_interior">
            <summary>
            Represents drop bar area format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_parentBook">
            <summary>
            Represents parent workBook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_fill">
            <summary>
            Represents drop bar filling options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initialize new instance.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.SetParents">
            <summary>
            Sets parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses current block of records.
            </summary>
            <param name="data">Offset array list.</param>
            <param name="iPos">Current position in offset array list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes DropBar.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.HasInterior">
            <summary>
            This property indicates whether interior object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Shadow">
            <summary>
            Represents the Shadow.Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.HasShadowProperties">
            <summary>
            Gets a value indicating whether this instance has shadow properties.
            </summary>
            <value>
            	<c>true</c> if this instance has shadow properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.ThreeD">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.HasLineProperties">
            <summary>
            This property indicates whether border formatting object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Gap">
            <summary>
            Gets or sets the gap width of the drop bar in percent (0 to 100%).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Interior">
            <summary>
            Returns interior object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.LineProperties">
            <summary>
            Returns object, that represents line properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Fill">
            <summary>
            Represents fill options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.ForeGroundColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.BackGroundColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Pattern">
            <summary>
            Represents pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.IsAutomaticFormat">
            <summary>
            Represents if use automatic format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartDropBarImpl.Visible">
            <summary>
            Represents visibility.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl">
            <summary>
            Represent error bars on the chart series.
            
            Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, 
            and scatter groups on a 2-D chart can have error bars. 
            Only series in scatter groups can have x and y error bars.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartErrorBars">
            <summary>
            Represent error bars on the chart series.
            
            Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, 
            and scatter groups on a 2-D chart can have error bars. 
            Only series in scatter groups can have x and y error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartErrorBars.ClearFormats">
            <summary>
            Clears the formats of the error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartErrorBars.Delete">
            <summary>
            Deletes the error bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.Border">
            <summary>
            Gets the border for the drop bars. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.Include">
            <summary>
            Gets or sets the error bar include type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.HasCap">
            <summary>
            Gets or sets a boolean value indicating end style for the error bars.
            </summary>
            <example>
            <code>
            IChart chart = workbook.Charts[0];
            chart.ChartType = ExcelChartType.Scatter_Line;
            IChartErrorBars errorBars = chart.Series[0].ErrorBar(false);
            errorBars.HasCap = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.Type">
            <summary>
            Gets or sets the error bar type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.NumberValue">
            <summary>
            Gets or sets the number value for applicable <see cref="T:Syncfusion.XlsIO.ExcelErrorBarType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.PlusRange">
            <summary>
            Gets or sets <see cref="T:Syncfusion.XlsIO.IRange"/> object with positive error value for custom error bar.
            </summary>
            <example>
            <code>
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            errorBars.Type = ExcelErrorBarType.Custom;
            errorBars.PlusRange = worksheet.Range["B2"];
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.MinusRange">
            <summary>
            Gets or sets <see cref="T:Syncfusion.XlsIO.IRange"/> object with negative error value for custom error bar.
            </summary>
            <example>
            <code>
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            errorBars.Type = ExcelErrorBarType.Custom;
            errorBars.MinusRange = worksheet.Range["A2"];
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.Shadow">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IShadow"/> object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartErrorBars.Chart3DOptions">
            <summary>
            Gets the chart3D options. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.DEF_NUMBER_X_VALUE">
            <summary>
            Represents default value for X error bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.DEF_NUMBER_Y_VALUE">
            <summary>
            Represents default value for Y axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.SerializeSerieRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},System.Int32)">
            <summary>
            Serialize Series record.
            </summary>
            <param name="records">Represents record holder.</param>
            <param name="count">Values number.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.SerializeDataFormatRecords(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord)">
            <summary>
            Serialize data format records.
            </summary>
            <param name="records">Represents record holder.</param>
            <param name="border">Represents border object.</param>
            <param name="iSerieIndex">Represents Series index.</param>
            <param name="iIndex">Represents Series indexes.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_border">
            <summary>
            Represents border object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_errorBarRecord">
            <summary>
            Represents error bar record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_include">
            <summary>
            Represents error include.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_serie">
            <summary>
            Represents parent Series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_plusRange">
            <summary>
            Represents positive range of custom values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_minusRange">
            <summary>
            Represents negative range of custom values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_bIsY">
            <summary>
            Indicates that is on Y axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_chartAi">
            <summary>
            ChartAI record containing referred range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_markerFormat">
            <summary>
            Preserved marker formta record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_plusRangeValues">
            <summary>
            Represents the chart ErrorBar plus range values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.m_minusRangeValues">
            <summary>
            Represents the chart ErrorBar minus range values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates new instance of error bars implementation.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Represents parent object.</param>
            <param name="bIsY">Indicates if it's Y axis bar.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Parses new instance of error bars from stream.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Represents parent object.</param>
            <param name="data">Represents data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.FindParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.ClearFormats">
            <summary>
            Clears the formats of the error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Delete">
            <summary>
            Deletes the error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Parses error bars object from stream.
            </summary>
            <param name="data">Represents record holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serializes records to biff stream
            </summary>
            <param name="records">Represents record holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.SerializeAiRecords(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},System.Boolean)">
            <summary>
            Serializes AI records.
            </summary>
            <param name="records">Represents records holder.</param>
            <param name="bIsPlus">If true than plus sub bar; otherwise minus.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.SerializeErrorBar(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},System.Boolean,System.Boolean,System.Int32)">
            <summary>
            Serializes single error bar to biff stream.
            </summary>
            <param name="records">Represents record holder.</param>
            <param name="bIsYAxis">Indicates if in Y axis.</param>
            <param name="bIsPlus">Indicates if Plus error bar.</param>
            <param name="iSerieIndex">Represents Series index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.GetPtg(System.Boolean)">
            <summary>
            Gets native PTG.
            </summary>
            <param name="bIsPlus">Indicates if it plus error bar.</param>
            <returns>Returns PTG.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.CheckInclude(Syncfusion.XlsIO.ExcelErrorBarInclude)">
            <summary>
            Checks include value.
            </summary>
            <param name="value">Represents include value.</param>
            <returns>Returns true if class support current inclure; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object for new cloned instance.</param>
            <param name="hashNewNames">Represents new names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Border">
            <summary>
            Gets the border for the drop bars. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Include">
            <summary>
            Gets or sets the error bar include type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.HasCap">
            <summary>
            Gets or sets a boolean value indicating end style for the error bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Type">
            <summary>
            Gets or sets the error bar type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.NumberValue">
            <summary>
            Gets or sets the number value for applicable <see cref="T:Syncfusion.XlsIO.ExcelErrorBarType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.IsPlusNumberLiteral">
            <summary>
            Gets or sets a value indicating whether this instance is plus number literal.
            </summary>
            <value>
            	<c>true</c> if this instance is plus number literal; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.IsMinusNumberLiteral">
            <summary>
            Gets or sets a value indicating whether this instance is minus number literal.
            </summary>
            <value>
            	<c>true</c> if this instance is minus number literal; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.PlusRange">
            <summary>
            Gets or sets <see cref="T:Syncfusion.XlsIO.IRange"/> object with positive error value for custom error bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.MinusRange">
            <summary>
            Gets or sets <see cref="T:Syncfusion.XlsIO.IRange"/> object with negative error value for custom error bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Shadow">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IShadow"/> object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.HasShadowProperties">
            <summary>
            This property indicates whether the shadow object has been created 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Chart3DOptions">
            <summary>
            Gets the chart3D options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.IsY">
            <summary>
            If true, error bar is on Y axis; otherwise - on X axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.PlusRangeValues">
            <summary>
            Represents the chart ErrorBar plus range values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl.MinusRangeValues">
            <summary>
            Represents the chart ErrorBar minus range values
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl">
            <summary>
            Represents fill format in chart object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl">
            <summary>
            Represents fill format in shape object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IFill">
            <summary>
            Represents fill format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.UserPicture(System.String)">
            <summary>
            Sets user defined picture.
            </summary>
            <param name="path">Path to image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.UserPicture(System.Drawing.Image,System.String)">
             <summary>
             Sets user defined picture.
             </summary>
            <param name="im">Represents user defined image.</param>
            <param name="name">Represents name of user defined image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.UserTexture(System.Drawing.Image,System.String)">
             <summary>
             Sets user defined texture.
             </summary>
            <param name="im">Represents user defined texture.</param>
            <param name="name">Represents name of user defined texture.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.UserTexture(System.String)">
            <summary>
            Sets user defined texture.
            </summary>
            <param name="path">Path to image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.Patterned(Syncfusion.XlsIO.ExcelGradientPattern)">
            <summary>
            Sets the specified fill to a pattern.
            </summary>
            <param name="pattern">Pattern to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset,Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
            <param name="shadStyle">Represents gradient style, for preset gradient.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset,Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
            <param name="shadStyle">Represents gradient style, for preset gradient.</param>
            <param name="shadVar">Represents gradient variant for preset gradient.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.PresetTextured(Syncfusion.XlsIO.ExcelTexture)">
            <summary>
            Sets the specified fill format to a preset texture.
            </summary>
            <param name="texture">Represents texture to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.TwoColorGradient">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.OneColorGradient">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.OneColorGradient(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.OneColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IFill.Solid">
            <summary>
            Sets the specified fill to a uniform color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.FillType">
            <summary>
            Represents shape fill type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.GradientStyle">
            <summary>
            Represents gradient shading style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.GradientVariant">
            <summary>
            Represents current shading variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TransparencyTo">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TransparencyFrom">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.GradientColorType">
            <summary>
            Represents gradient style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.Pattern">
            <summary>
            Represents gradient pattern
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.Texture">
            <summary>
            Represents gradient texture
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.PresetGradientType">
            <summary>
            Represents preset gradient type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TransparencyColor">
            <summary>
            Gets or Sets the Transparency for specified picture_only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.Picture">
            <summary>
            Represents user defined picture or texture. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.PictureName">
            <summary>
            Returns user defined picture of texture name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.Visible">
            <summary>
            Represents if fill style visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.GradientDegree">
            <summary>
            Returns the gradient degree of the specified one-color shaded fill as a floating-point
            value from 0.0 (dark) through 1.0 (light)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.Transparency">
            <summary>
            Returns the transparency level of the specified Solid color shaded fill as a floating-point
            value from 0.0 (Clear) through 1.0(Opaque)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TextureVerticalScale">
            <summary>
            Gets or Sets the TextureVerticalScale for specified fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TextureHorizontalScale">
            <summary>
            Gets or Sets the TextureHorizontalScale for specified fill 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TextureOffsetX">
            <summary>
            Represents  the offset X for the texture fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IFill.TextureOffsetY">
            <summary>
            Represents  the offset Y for the texture fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFill.BackColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFill.ForeColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFill.Tile">
            <summary>
            Represents whether picture is tiled or stretched.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFill.TransparencyColor">
            <summary>
            It's define Alphamodfix for bilp(tranparency)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalFill.TextureVerticalScale">
            <summary>
            It's define the Texture properties
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IGradient">
            <summary>
            Interface used to get gradient fill effects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IGradient.CompareTo(Syncfusion.XlsIO.Interfaces.IGradient)">
            <summary>
            Compares with gradient.
            </summary>
            <param name="gradient">Gradient to compare with.</param>
            <returns>Zero if gradients are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IGradient.TwoColorGradient">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IGradient.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill style with fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.BackColorObject">
            <summary>
            Represents background color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.ForeColorObject">
            <summary>
            Represents foreground color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.GradientStyle">
            <summary>
            Represents gradient shading style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IGradient.GradientVariant">
            <summary>
            Represents gradient shading variant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_SHAD_STYLE_VERTICAL">
            <summary>
            Represents default vertical shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_SHAD_STYLE_VERTICAL2007">
            <summary>
            Represents default vertical shading style in Excel 2007 generated xls files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_SHAD_STYLE_DIAGONAL_UP">
            <summary>
            Represents default diagonal up shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_SHAD_STYLE_DIAGONAL_DOWN">
            <summary>
            Represents default diagonal down shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_COLOR_CONSTANT">
            <summary>
            Represents color constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_ONE_COLOR_STYLE_VALUE">
            <summary>
            Represents default value for one color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_PATTERN_PREFIX">
            <summary>
            Represents pattern prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_TEXTURE_PREFIX">
            <summary>
            Represents texture prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_GRAD_PREFIX">
            <summary>
            Represents preset gradient prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_PATTERN_ENUM_PREFIX">
            <summary>
            Represents pattern enum prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_NOT_VISIBLE_VALUE">
            <summary>
            Represents value, that indicate that fill doesn't visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_COMMENT_COLOR_INDEX">
            <summary>
            Represents index, that represents default comment color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_CORNER_STYLE">
            <summary>
            Represents corner gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_CENTER_STYLE">
            <summary>
            Represents center gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_OFFSET">
            <summary>
            Represents default offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.MaxValue">
            <summary>
            Maximum value for such attributes like Alpha, Tint, Shade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.HorizontalAngle">
            <summary>
            Represents horizontal angle of fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.VerticalAngle">
            <summary>
            Represents vertical angle of fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DiagonalUpAngle">
            <summary>
            Represents Diagonal up angle of fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DiagonalDownAngle">
            <summary>
            Represents Diagonal down angle of fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_VARIANT_FIRST_ARR">
            <summary>
            Represents default shade variant array value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_VARIANT_THIRD_ARR">
            <summary>
            Represents default shade third variant array value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_VARIANT_FOURTH_ARR">
            <summary>
            Represents default shade variant array value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_VARIANT_CENTER_ADD_DATA">
            <summary>
            Represents additional data for center variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_VARIANT_CORNER_ADD_DATA">
            <summary>
            Represents additional data for corner variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_BITMAP_INDEX">
            <summary>
            Represents array, that indicate, that current picture is bitmap.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DEF_COMENT_PARSE_COLOR">
            <summary>
            Represents default comment fill color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.RectangleFromCenter">
            <summary>
            Represents rectangular structure fill from center.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.RectanglesCorner">
            <summary>
            Represents rectangular structure fill from corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_dicResources">
            <summary>
            Dictionary to access to resource data. Key - string, resource id, value - byte[], resource data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_fillType">
            <summary>
            Represents fill type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradStyle">
            <summary>
            Represents shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradVariant">
            <summary>
            Represents current shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_transparencyTo">
            <summary>
            Represents transparency to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_transparencyFrom">
            <summary>
            Represents transparency from.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradientColor">
            <summary>
            Represents gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradPattern">
            <summary>
            Represents gradient pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradTexture">
            <summary>
            Represents gradient texture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_book">
            <summary>
            Represents parent book.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_backColor">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_foreColor">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_presetGrad">
            <summary>
            Represents preset gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_picture">
            <summary>
            Represents user defined picture of texture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_strPictureName">
            <summary>
            Represents picture name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_bVisible">
            <summary>
            Represents if fill style is visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_imageIndex">
            <summary>
            Represents image index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_gradDegree">
            <summary>
            Represents gradient degree.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_parsePictureData">
            <summary>
            Represents picture data to parse.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_bIsShapeFill">
            <summary>
            Indicates if this instance of object is shape fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_fillrect">
            <summary>
            Represent the fillrectangle
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_srcRect">
            <summary>
            Represent the source rectangle
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_amt">
            <summary>
            It's define the alphamodfix value 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_preseredGradient">
            <summary>
            Preset gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_bSupportedGradient">
            <summary>
            Indicates whether gradient is supported.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_textureVerticalScale">
            <summary>
            It's define the texture attributes 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_isTexture">
            <summary>
            Specifies whether FillType is Texture
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.s_asem">
            <summary>
            Represents current assembly.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.m_arrPreset">
            <summary>
            Represent array, that contain all preset gradient types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.s_dicPresetStops">
            <summary>
            This collection contains gradient stops collection for preset gradients.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.#cctor">
            <summary>
            Initialize all static members.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GetResData(System.String)">
            <summary>
            Gets picture from resources file by id.
            </summary>
            <param name="strID">Represents unique id in resource file.</param>
            <returns>Returns picture from resource file by unique id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseColor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Byte[])">
            <summary>
            Parses color.
            </summary>
            <param name="book">Represents parent book.</param>
            <param name="value">Color value to parse.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseColor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Byte[],Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Parses color.
            </summary>
            <param name="book">Represents parent book.</param>
            <param name="value">Color value to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GetPresetGradientStops(Syncfusion.XlsIO.ExcelGradientPreset)">
            <summary>
            Returns collection of gradient stops that stores specified preset color.
            </summary>
            <param name="preset">Gradient preset to return gradient stops collection for.</param>
            <returns>Corresponding gradient stops collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GetPresetGradientStopsData(Syncfusion.XlsIO.ExcelGradientPreset)">
            <summary>
            Returns binary data for collection of gradient stops that stores specified preset color.
            </summary>
            <param name="preset">Gradient preset to return gradient stops collection for.</param>
            <returns>Corresponding gradient stops binary data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of this class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelFillType)">
            <summary>
            Creates new instance of this class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="fillType">Fill type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelFillType,Syncfusion.Drawing.PreservationLogger)">
            <summary>
            Creates new instance of this class. AutoShapeImplementation
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="fillType">Fill type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.FindParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DetectGradientColor(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            This method tries to detect gradient color settings (One or Two color gradient).
            </summary>
            <param name="gradientStops">Gradient stops to detect gradient color</param>
            <returns>Detected gradient color or -1 if it is neither one nor two color gradient.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UserPicture(System.String)">
            <summary>
            Sets user defined picture.
            </summary>
            <param name="path">Path to image.</param>
            <remarks> This method is not supported in WinRT, Windows Phone, Universal and Portable platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UserPicture(System.Drawing.Image,System.String)">
             <summary>
             Sets user defined picture.
             </summary>
            <param name="im">Represents user defined image.</param>
            <param name="name">Represents name of user defined image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UserTexture(System.String)">
            <summary>
            Sets user defined texture.
            </summary>
            <param name="path">Path to image.</param>
            <remarks> This method is not supported in WinRT, Windows Phone, Universal and Portable platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UserTexture(System.Drawing.Image,System.String)">
             <summary>
             Sets user defined texture.
             </summary>
            <param name="im">Represents user defined texture.</param>
            <param name="name">Represents name of user defined texture.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Patterned(Syncfusion.XlsIO.ExcelGradientPattern)">
            <summary>
            Sets the specified fill to a pattern.
            </summary>
            <param name="pattern">Pattern to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset,Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
            <param name="shadStyle">Represents gradient style, for preset gradient.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PresetGradient(Syncfusion.XlsIO.ExcelGradientPreset,Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a preset gradient.
            </summary>
            <param name="grad">Represents preset gradient type.</param>
            <param name="shadStyle">Represents gradient style, for preset gradient.</param>
            <param name="shadVar">Represents gradient variant for preset gradient.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PresetTextured(Syncfusion.XlsIO.ExcelTexture)">
            <summary>
            Sets the specified fill format to a preset texture.
            </summary>
            <param name="texture">Represents texture to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TwoColorGradient">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.OneColorGradient">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.OneColorGradient(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.OneColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a one-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Solid">
            <summary>
            Sets the specified fill to a uniform color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.CompareTo(Syncfusion.XlsIO.Interfaces.IGradient)">
            <summary>
            Compares with shape fill impl.
            </summary>
            <param name="twin">Shape fill to compare with.</param>
            <returns>Zero if shape fills are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses fill options.
            </summary>
            <param name="option">Record to parse.</param>
            <returns>Value indicating fill option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseFillType(System.UInt32)">
            <summary>
            Parses fill type.
            </summary>
            <param name="value">Represents fill type value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseShadingStyle(System.Byte[])">
            <summary>
            Parses shading style.
            </summary>
            <param name="arr">Represents option value byte array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseShadingVariant(System.Byte)">
            <summary>
            Parse shading variant.
            </summary>
            <param name="value">Represents variant value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParsePattTextName(System.Byte[])">
            <summary>
            Parses pattern or texture name.
            </summary>
            <param name="addData">Represents addition data, that contain name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseGradientColor(System.UInt32)">
            <summary>
            Parses gradient color.
            </summary>
            <param name="value">Represents gradient color value to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParsePresetGradient(System.Byte[])">
            <summary>
            Parses preset gradient type.
            </summary>
            <param name="value">Represents data to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParsePictureOrUserDefinedTexture(System.String,System.Boolean)">
            <summary>
            Parses picture or user defined texture.
            </summary>
            <param name="strName">Represents name of picture.</param>
            <param name="bIsPicture">If true - parses picture otherwise user defined texture.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UpdateBitMapHederToStream(System.IO.MemoryStream,System.Byte[])">
            <summary>
            Updates bitmap header to stream.
            </summary>
            <param name="ms">Represents memory stream.</param>
            <param name="arr">Represents bitmap data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.UpdateBitmapHeaderToStream(System.IO.MemoryStream,System.Byte[])">
            <summary>
            Updates bitmap header to stream.
            </summary>
            <param name="ms">Represents memory stream.</param>
            <param name="arr">Represents bitmap data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseVisible(System.Byte[])">
            <summary>
            Parses visible property.
            </summary>
            <param name="data">Represents data value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize fill properties.
            </summary>
            <param name="opt">Option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeGradient(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient as gradient style.
            </summary>
            <param name="opt">Option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializePatternTexture(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient as pattern style.
            </summary>
            <param name="opt">Option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializePicture(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient as picture style.
            </summary>
            <param name="opt">Option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeSolidColor(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient as solid color style.
            </summary>
            <param name="opt">Option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeFillType(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize fill type.
            </summary>
            <param name="opt">Options holder.</param>
            <returns>Returns updated options holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeShadStyle(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize shading style.
            </summary>
            <param name="opt">Represents fopte option.</param>
            <returns>Serialized option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeShadVariant(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize shading variant.
            </summary>
            <param name="opt">Options holder.</param>
            <returns>Returns updated options holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeShadVariantCenter(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize center shad variants.
            </summary>
            <param name="opt">Represents options holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeShadVariantCorner(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize corner shad variants.
            </summary>
            <param name="opt">Represents options holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeGradientStyle(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient style.
            </summary>
            <param name="opt">Represents options holder.</param>
            <returns>Returns updated options holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeGradientPreset(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient preset type.
            </summary>
            <param name="opt">Represents option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeVisible(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize visible.
            </summary>
            <param name="opt">Represents option holder.</param>
            <returns>Returns updated visible.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeGradientDegree(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize gradient degree to biff stream
            </summary>
            <param name="opt">Represents option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ValidateGradientType">
            <summary>
            Indicates if fill type is gradient. If not throw NotSupportedException.
            the condition (m_preseredGradient.Count>2) is made by considering that gradient stops should be more than two for multicolor type.
            here compared with 2 by considering the Excel behaviour.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ValidatePictureProperties">
            <summary>
            Indicates if fill type is user defined texture or picture. If not throw NotSupportedException.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ValidatePatternType">
            <summary>
            Indicates if fill type is pattern. If not throw NotSupportedException.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ValidateTextureType">
            <summary>
            Indicates if fill type is texture. If not throw NotSupportedException.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ValidateSolidType">
            <summary>
            Validates the type of the solid.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ConvertNameToByteArray(System.String)">
            <summary>
            Convert name to byte array.
            </summary>
            <param name="strName">Represents name to convert.</param>
            <returns>Returns converted name in byte array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseGradientDegree(System.Byte[])">
            <summary>
            Parses gradient degree.
            </summary>
            <param name="value">Represents value to parse.</param>
            <returns>Returns parsed gradient degree.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParseCornerVariants(System.Byte)">
            <summary>
            Parses corner variants.
            </summary>
            <param name="value">Represents value to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.FillPresetsGradientStops">
            <summary>
            Fills internal collection with preset gradients default data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SetPicture(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Sets picture to option storage.
            </summary>
            <param name="opt">Represents option storage.</param>
            <returns>Returns updated option storage.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SetPictureToBse(System.Drawing.Image,System.String)">
            <summary>
            Sets picture to bse collection.
            </summary>
            <param name="im">Image to set.</param>
            <param name="strName">Represent name of image.</param>
            <returns>Return index of image.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SerializeTransparency(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize transparency to option holder.
            </summary>
            <param name="opt">Represents option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ChangeVisible">
            <summary>
            If need changes visible.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>Returns cloned methods.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.CopyFrom(Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl)">
            <summary>
            Copies filling settings from.
            </summary>
            <param name="fill">Object to copy settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.IsInverted(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Returns true if colors should be placed in inverted order.
            </summary>
            <param name="gradientStyle">Gradient style.</param>
            <param name="variant">Gradient variant.</param>
            <returns>True if colors should be placed in inverted order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.DiagonalDownInverted(Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Evaluates whether colors should be placed in inverted order for DiagonalDown gradient style.
            </summary>
            <param name="variant">Gradient variant to check.</param>
            <returns>True if colors should be placed in inverted order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.StandardInverted(Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Evaluates whether colors should be placed in inverted order for the most
            of gradient styles (Horizontal, Vertical, DiagonalUp and FromCenter).
            </summary>
            <param name="variant">Represents gradient variant.</param>
            <returns>Value indicating whether colors placed in inverted order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.IsDoubled(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Detects whether color sequence should be doubled or not.
            </summary>
            <param name="gradientStyle">Gradient style.</param>
            <param name="variant">Gradient variant.</param>
            <returns>True if color sequence should be doubled.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.StandardDoubled(Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Detects whether color sequence should be doubled for the most of gradient
            styles (all except From_Corner).
            </summary>
            <param name="variant">Gradient variant.</param>
            <returns>True if color sequence should be doubled.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientAngle(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Evaluates gradient angle based on gradient style.
            </summary>
            <param name="gradientStyle">Gradient style.</param>
            <returns>Gradient angle, or -1 when gradient style is not linear gradient.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientFillToRect(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Evaluates fillToRect value for gradient.
            </summary>
            <param name="gradientStyle">Gradient style.</param>
            <param name="variant">Gradient variant.</param>
            <returns>Value of the fillToRect rectangle or Rectangle.Empty if gradient style doesn't need it.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GetGradientType(Syncfusion.XlsIO.ExcelGradientStyle)">
            <summary>
            Returns gradient type value based on gradient style.
            </summary>
            <param name="gradStyle">Gradient style.</param>
            <returns>Gradient type value that correspond to the specified gradient style.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientStops">
            <summary>
            Returns collection of gradient stops that stores gradient fill settings. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Tile">
            <summary>
            Represents whether picture is tiled or stretched.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.FillRect">
            <summary>
            Gets or Sets the fillrect values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.SourceRect">
            <summary>
            Gets or Sets the sourcerect values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ParsePictureData">
            <summary>
            Gets parsed picture data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.FillType">
            <summary>
            Represents shape fill type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientStyle">
            <summary>
            Represents gradient shading style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientVariant">
            <summary>
            Represents current shading variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TransparencyTo">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TransparencyFrom">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TransparencyColor">
            <summary>
            It Gets or Sets the TransparencyColor value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Transparency">
            <summary>
            Returns the transparency level of the specified Solid color shaded fill as a floating-point
            value from 0.0 (opaque) through 1.0(transparent)
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientColorType">
            <summary>
            Represents gradient style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Pattern">
            <summary>
            Represents gradient pattern
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Texture">
            <summary>
            Represents gradient texture
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.BackColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.ForeColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PresetGradientType">
            <summary>
            Represents preset gradient type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Picture">
            <summary>
            Represents user defined picture or texture. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.PictureName">
            <summary>
            Returns user defined picture of texture name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Visible">
            <summary>
            Represents if fill style visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.GradientDegree">
            <summary>
            Returns the gradient degree of the specified one-color shaded fill as a floating-point
             value from 0.0 (dark) through 1.0 (light)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TextureVerticalScale">
            <summary>
            Gets or Sets the TextureVerticalScale for specified fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TextureHorizontalScale">
            <summary>
            Gets or Sets the TextureHorizontalScale for specified fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TextureOffsetX">
            <summary>
            Gets or Sets the offset X for the specified fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TextureOffsetY">
            <summary>
            Gets or Sets the offset Y for the specified fill
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.Alignment">
            <summary>
            Define Alignment value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl.TileFlipping">
            <summary>
            Define TileFlipping value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.m_gel">
            <summary>
            Represents gel record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.m_invertIfNegative">
             <summary>
            It's define the series color with invertifnegative attribute 
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initialize new instance of fill class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord)">
            <summary>
            Initialize new instance of fill class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="gel">Represents gel record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.Parse">
            <summary>
            Parses current properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize fill properties.
            </summary>
            <param name="records">Represents records to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.SetPicture(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Sets picture to option storage.
            </summary>
            <param name="opt">Represents option storage.</param>
            <returns>Returns updated option storage.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.SetPictureToBse(System.Drawing.Image,System.String)">
            <summary>
            Sets picture to bse collection.
            </summary>
            <param name="im">Image to set.</param>
            <param name="strName">Represent name of image.</param>
            <returns>Return index of image.</returns>
            <remarks> This method is not supported in WinRT, Windows Phone and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.SerializeTransparency(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper)">
            <summary>
            Serialize transparency to option holder.
            </summary>
            <param name="opt">Represents option holder.</param>
            <returns>Returns updated option holder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.ChangeVisible">
            <summary>
            Changes if need visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.TransparencyFrom">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.TransparencyTo">
            <summary>
            Returns or sets the degree of transparency of the specified fill as
             a value from 0.0 (opaque) through 1.0 (clear).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.ForeColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.BackColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.Visible">
            <summary>
            Represents if fill format is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFillImpl.InvertIfNegative">
            <summary>
            Represent the invert option's
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection">
            <summary>
            Represents collection of ChartFormatImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.DEF_ARRAY_VALUE">
            <summary>
            Represents default array value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.DEF_ARRAY_CAPACITY">
            <summary>
            Represents capacity of array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.DEF_NEED_SECONDARY_AXIS">
            <summary>
            Represents chart types that need secondary axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.m_arrOrder">
            <summary>
            Key - ZOrder, value - index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.m_parentAxis">
            <summary>
            Represents parent axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.m_isParetoFormat">
            <summary>
            Boolean value indicates whether the format is enabled for pareto chart
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of collection.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.SetParents">
            <summary>
            Sets parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes current collection.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Add(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl,System.Boolean)">
            <summary>
            Adds new format.
            </summary>
            <param name="formatToAdd">Chartformat to add.</param>
            <returns>Returns just added format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.FindOrAdd(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Checks whether similar format is already present in the collection
            and returns it, otherwise it add new format.
            </summary>
            <param name="formatToAdd">Format that should be placed in the collection.</param>
            <returns>Format from the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.ContainsIndex(System.Int32)">
            <summary>
            Checks for containing index in collection.
            </summary>
            <param name="index">Index to check.</param>
            <returns>If contains - returns true; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Remove(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Removes formats by instance.
            </summary>
            <param name="toRemove">Removes current instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.UpdateIndexesAfterRemove(System.Int32)">
            <summary>
            Updates indexes in collection after remove.
            </summary>
            <param name="removeIndex">Index of removed format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.UpdateSeriesByChartGroup(System.Int32,System.Int32)">
            <summary>
            Changes Series chart group in all series.
            </summary>
            <param name="newIndex">New index.</param>
            <param name="OldIndex">Old Index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Clear">
            <summary>
            Clears current collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.SetIndex(System.Int32,System.Int32)">
            <summary>
            Sets value by index.
            </summary>
            <param name="index">Index to set.</param>
            <param name="Value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.UpdateFormatsOnAdding(System.Int32)">
            <summary>
            Updates formats on adding format.
            </summary>
            <param name="index">Index to updates.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.UpdateFormatsOnRemoving(System.Int32)">
            <summary>
            Updates formats on removing.
            </summary>
            <param name="index">Index to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.GetFormat(System.Int32,System.Boolean)">
            <summary>
            Gets format by index, and shallow removes current format.
            </summary>
            <param name="iOrder">Format order.</param>
            <param name="bDelete">If true - delete current format.</param>
            <returns>Format by index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.AddFormat(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Shallow adds format to collection.
            </summary>
            <param name="format">Format to add.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.Item(System.Int32)">
            <summary>
            Returns single format by DrawingZOrder. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.IsPrimary">
            <summary>
            If true - this collection represents formats for primary axis;
            otherwise - secondary collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.NeedSecondaryAxis">
            <summary>
            Returns true if this collection is primary and contain series that need
            secondary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection.IsParetoFormat">
            <summary>
            Gets / Sets the Is Pareto format variable
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl">
            <summary>
            Provides access to the formatting options for chart elements.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartFormat">
            <summary>
            Provides access to the formatting options for chart elements.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.IsVeryColor">
            <summary>
            Gets or sets a boolean value indicating whether to vary color for each data point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.IsVaryColor">
            <summary>
            Gets or sets a boolean value indicating whether to vary color for each data point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.Overlap">
            <summary>
            Gets or sets the space between the bars/columns. Can be a value between - 100 and 100.
            </summary>
            <remarks>Applies only to 2-D bar and 2-D column charts.</remarks>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.IChartFormat.GapWidth" -->
        <member name="P:Syncfusion.XlsIO.IChartFormat.FirstSliceAngle">
            <summary>
            Gets or sets the angle of the first pie-chart or dough-nut chart slice, in degrees (clockwise from vertical).
            Can be a value from 0 through 360.
            </summary>
            <remarks>Applies only to pie, 3-D pie, and dough-nut charts.</remarks>
            <example>
            <code>
            chart.ChartType = ExcelChartType.Pie;
            IChartFormat chartFormat = chart.Series[0].SerieFormat.CommonSerieOptions;
            chartFormat.FirstSliceAngle = 60;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.DoughnutHoleSize">
            <summary>
            Gets or sets the size of the hole in a dough-nut chart.
            The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.
            </summary>
            <example>
            <code>
            chart.ChartType = ExcelChartType.Doughnut;
            IChartFormat chartFormat = chart.Series[0].SerieFormat.CommonSerieOptions;
            chartFormat.DoughnutHoleSize = 60;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.BubbleScale">
            <summary>
            Gets or sets the scale factor for bubbles. Can be an integer value from 0 to 300, 
            corresponding to a percentage of the default size.
            </summary>
            <exception cref="T:System.NotSupportedException"/> For chart types other than <see cref="!:CHARTS_BUBBLE"/>.
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.SizeRepresents">
            <summary>
            Gets or sets a value indicating what the bubble size represents on a bubble chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.ShowNegativeBubbles">
            <summary>
            True to show negative bubbles on bubble chart. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.HasRadarAxisLabels">
            <summary>
            True if a radar chart has axis labels. otherwise False. Applies only to radar charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.SplitType">
            <summary>
            Gets or sets the way the two sections of either a pie of pie chart or a bar
            of pie chart are split.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.SplitValue">
            <summary>
            Gets or sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.
            </summary>
            <example>
            <code>
            chart.ChartType = ExcelChartType.PieOfPie;
            IChartFormat chartFormat = chart.Series[0].SerieFormat.CommonSerieOptions;
            chartFormat.SplitValue = 90;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.PieSecondSize">
            <summary>
            Gets or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart,
            as a percentage of the size of the primary pie. ( 5 - 200 ).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.FirstDropBar">
            <summary>
            Gets the up bars on the line chart. Read-only.
            </summary>
            <remarks>
            Up bars connect points on series one with higher values on the last series in the chart group 
            (the lines go up from series one). Only 2-D line groups that contain at least two series 
            can have up bars. This object isn�t a collection. There�s no object that represents a single up bar; 
            you either have up bars turned on for all points in a chart group or you have them turned off.
            </remarks>
            <example>
            <code>
            IChartDropBar upBars = chart.Series[0].SerieFormat.CommonSerieOptions.FirstDropBar;
            upBars.Gap = 20;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.SecondDropBar">
            <summary>
            Gets the down bars on the line chart. Read-only.
            </summary>
            <remarks>
            Down bars connect points on the first series in the chart group with lower values on the last series 
            (the lines go down from the first series). Only 2-D line groups that contain at least two series 
            can have down bars. This object isn�t a collection. There�s no object that represents a single down bar; 
            you either have up bars and down bars turned on for all points in a chart group or you have them turned off.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFormat.PieSeriesLine">
            <summary>
            Gets the series line properties for pie of pie or pie of bar charts. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DEF_BAR_STACKED">
            <summary>
            Id for bar stacked chart type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DEF_SERIES_NUMBER">
            <summary>
            Represents default series number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_chartChartFormat">
            <summary>
            Represents the ChartChartFormatRecord
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_serieFormat">
            <summary>
            Represents the chart format of some series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_chart3D">
            <summary>
            Represents chart 3d record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_formatLink">
            <summary>
            Represents format link record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_dataLabels">
            <summary>
            Represents data labels record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_chartChartLine">
            <summary>
            Represents chart chart line record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_dataFormat">
            <summary>
            Represents data format record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_firstDropBar">
            <summary>
            Represents first drop bar record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_secondDropBar">
            <summary>
            Represents second drop bar record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_seriesList">
            <summary>
            Represents series list record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_chart">
            <summary>
            Parent chart object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_parentAxis">
            <summary>
            Parent axis object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_serieLine">
            <summary>
            Represents chart Series line properties object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.m_isChartExType">
            <summary>
            Boolean value indicates whether the format is in chart ex type
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Create new instance.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SetParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parsing chart chart format.
            </summary>
            <param name="data">Records offset.</param>
            <param name="iPos">Position in offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize current object.
            </summary>
            <param name="records">Records offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.GetStartSerieType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Gets start Series type.
            </summary>
            <param name="type">Type to extract.</param>
            <returns>Returns start Series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartType(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Changed chart type.
            </summary>
            <param name="type">Type to change.</param>
            <param name="isSeriesCreation">Indicates whether we are in the process of series creation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SetNullForAllRecords">
            <summary>
            Sets null for some records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockLine">
            <summary>
            Changes for chart stock.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockHigh_Low_CloseType">
            <summary>
            Changes type for stock high low close type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockOpen_High_Low_CloseType">
            <summary>
            Changes type for stock open high low close type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockVolume_High_Low_CloseTypeFirst">
            <summary>
            Change type for stock volume high low close type in primary axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockVolume_High_Low_CloseTypeSecond">
            <summary>
            Change type for stock volume high low close type in secondary axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeChartStockVolume_Open_High_Low_CloseType">
            <summary>
            Change type for stock volume open high low close type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieType(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Changes Series type.
            </summary>
            <param name="type">Type to change.</param>
            <param name="isSeriesCreation">Indicates whether we are in the process of series creation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieDoughnut(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of doughnut.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieBuble(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Change Series type to one kind of bubble.
            </summary>
            <param name="type">Type to change.</param>
            <param name="isSeriesCreation">Indicates whether we are in the process of series creation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.UpdateBubbleSeries(Syncfusion.XlsIO.IChartSeries)">
            <summary>
            Updates bubble series.
            </summary>
            <param name="series">Represents series collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieSurface(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Change Series type as one kind of surface.
            </summary>
            <param name="type">Type to change.</param>
            <param name="isSeriesCreation">Indicates whether we are in the process of series creation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieRadar(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of radar.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieBarClustered(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of bar clustered.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieBarStacked(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of bar stacked.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieLine(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of line.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSeriePie(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of pie.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieArea(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of area.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieScatter(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Change Series type as one kind of scatter.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChangeSerieConeCylinderPyramyd(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes Series type for Cylinder or Pyramid, Cone.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object for clone.</param>
            <returns>Returns just cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.InitializeStockFormat">
            <summary>
            Initialize the high-low lines,drop bar for stock chart at parsing
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.CloneDeletedFormat(System.Object,Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl@,System.Boolean)">
             <summary>
             cloning the removed format from collection
             </summary>
             <param name="parent">Parent object for clone</param>
            <param name="format">format to be cloned</param>
             <param name="cloneDataFormat">If true clone the dataformat,else clone others</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.CheckAndApplyChartType">
            <summary>
            Check on formats and apply the chart type by the formats
            </summary>
            <returns>the chart type on formats</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsVeryColor">
            <summary>
            Gets or sets a boolean value indicating whether to vary color for each data point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsVaryColor">
            <summary>
            Gets or sets a boolean value indicating whether to vary color for each data point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SerieDataFormat">
            <summary>
            Returns data format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Overlap">
            <summary>
            Gets or sets the space between the bars/columns. Can be a value between � 100 and 100.
            </summary>
            <remarks>Applies only to 2-D bar and 2-D column charts.</remarks>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.GapWidth" -->
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsHorizontalBar">
            <summary>
            True for horizontal bars (bar chart).
            False for vertical bars (column chart).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.StackValuesBar">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ShowAsPercentsBar">
            <summary>
            Each category is displayed as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowBar">
            <summary>
            True if this bar has a shadow; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.StackValuesLine">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ShowAsPercentsLine">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowLine">
            <summary>
            True if this line has a shadow.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.FirstSliceAngle" -->
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DoughnutHoleSize">
            <summary>
            Gets or sets the size of the hole in a dough-nut chart.
            The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowPie">
            <summary>
            True if this pie has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ShowLeaderLines">
            <summary>
            True to show leader lines to data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.BubbleScale">
            <summary>
            Gets or sets the scale factor for bubbles. Can be an integer value from 0 to 300, 
            corresponding to a percentage of the default size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SizeRepresents">
            <summary>
            Gets or sets a value indicating what the bubble size represents on a bubble chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsBubbles">
            <summary>
            True if this a bubble series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ShowNegativeBubbles">
            <summary>
            True to show negative bubbles on bubble chart. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowScatter">
            <summary>
            True if bubble series has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsStacked">
            <summary>
            Series in this group are stacked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsCategoryBrokenDown">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsAreaShadowed">
            <summary>
            This area has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsFillSurface">
            <summary>
            True if chart contains color fill for surface.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Is3DPhongShade">
            <summary>
            True if this surface chart has shading.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowRadar">
            <summary>
            True if this radar series has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasRadarAxisLabels">
            <summary>
            True if a radar chart has axis labels. otherwise False. Applies only to radar charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.PieChartType">
            <summary>
            0 = normal pie chart
            1 = pie of pie chart
            2 = bar of pie chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.UseDefaultSplitValue">
            <summary>
            True to use default split value; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SplitType">
            <summary>
            Gets or sets the way the two sections of either a pie of pie chart or a bar
            of pie chart are split.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SplitValue">
            <summary>
            Gets or sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SplitPercent">
            <summary>
            For split = 2, what percentage should go to the other pie / bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.PieSecondSize">
            <summary>
            Gets or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart,
            as a percentage of the size of the primary pie. ( 5 - 200 ).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Gap">
            <summary>
            Space between the first pie and the second.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.NumSplitValue">
            <summary>
            For split = 1, what values should go to the other pie / bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HasShadowBoppop">
            <summary>
            1 = the second pie / bar has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsSeriesName">
            <summary>
            If true Series has name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsCategoryName">
            <summary>
            If true category has name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsValue">
            <summary>
            If true has value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsPercentage">
            <summary>
            If true has percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsBubbleSize">
            <summary>
            If true bubble has size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DelimiterLength">
            <summary>
            Returns delimiter length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Delimiter">
            <summary>
            Represents delimiter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.LineStyle">
            <summary>
            Drop lines / hi-lo lines:
            0 = drop lines
            1 = hi-lo lines
            2 = series lines (the lines that connect the columns in a stacked column chart)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.FirstDropBar">
            <summary>
            Gets the up bars on the line chart. Read-only.
            </summary>
            <remarks>
            Up bars connect points on series one with higher values on the last series in the chart group 
            (the lines go up from series one). Only 2-D line groups that contain at least two series 
            can have up bars. This object isn�t a collection. There�s no object that represents a single up bar; 
            you either have up bars turned on for all points in a chart group or you have them turned off.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SecondDropBar">
            <summary>
            Gets the down bars on the line chart. Read-only.
            </summary>
            <remarks>
            Down bars connect points on the first series in the chart group with lower values on the last series 
            (the lines go down from the first series). Only 2-D line groups that contain at least two series 
            can have down bars. This object isn�t a collection. There�s no object that represents a single down bar; 
            you either have up bars and down bars turned on for all points in a chart group or you have them turned off.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.PieSeriesLine">
            <summary>
            Gets the series line properties for pie of pie or pie of bar charts. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Rotation">
            <summary>
            Returns or sets the rotation of the 3-D chart view
            (the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsDefaultRotation">
            <summary>
            Indicates whether rotation has default value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Elevation">
            <summary>
            Returns or sets the elevation of the 3-D chart view, in degrees (�90 to +90 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsDefaultElevation">
            <summary>
            Indicates whether elevation has default value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Perspective">
            <summary>
            Returns or sets the perspective for the 3-D chart view.( 0 - 100 )
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HeightPercent">
            <summary>
            Returns or sets the height of a 3-D chart as a percentage of the chart width
            (between 5 and 500 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DepthPercent">
            <summary>
            Returns or sets the depth of a 3-D chart as a percentage of the chart width
            (between 20 and 2000 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.GapDepth">
            <summary>
            Returns or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.( 0 - 500 )
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.RightAngleAxes">
            <summary>
            True if the chart axes are at right angles, independent of chart rotation or elevation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsClustered">
            <summary>
            3D columns are clustered or stacked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsChartExType">
            <summary>
            Gets / Sets the chart type is chart ex or ot
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.AutoScaling">
            <summary>
            True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart..
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.WallsAndGridlines2D">
            <summary>
            True if gridlines are drawn two-dimensionally on a 3-D chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.BarRecord">
            <summary>
            Try to convert m_serieFormat to chartBarRecord.
            If can  - returns chartBarRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.LineRecord">
            <summary>
            Try to convert m_serieFormat to chartLineRecord.
            If can  - returns chartLineRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.PieRecord">
            <summary>
            Try to convert m_serieFormat to chartPieRecord.
            If can  - returns chartPieRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ScatterRecord">
            <summary>
            Try to convert m_serieFormat to chartScatterRecord.
            If can  - returns chartScatterRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.AreaRecord">
            <summary>
            Try to convert m_serieFormat to chartAreaRecord.
            If can  - returns chartAreaRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SurfaceRecord">
            <summary>
            Try to convert m_serieFormat to chartSurfaceRecord.
            If can  - returns chartSurfaceRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.RadarRecord">
            <summary>
            Try to convert m_serieFormat to chartRadarRecord.
            If can  - returns chartRadarRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.RadarAreaRecord">
            <summary>
            Try to convert m_serieFormat to chartRadarAreaRecord.
            If can  - returns chartRadarAreaRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.BoppopRecord">
            <summary>
            Try to convert m_serieFormat to chartBoppopRecord.
            If can  - returns chartBoppopRecord; otherwise rise exception. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DataLabelsRecord">
            <summary>
            Returns data labels record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DataFormat">
            <summary>
            Returns chart data format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.ChartChartFormatRecord">
            <summary>
            Returns chart chart format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Chart3DRecord">
            <summary>
            Returns Chart3d record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsPrimaryAxis">
            <summary>
            If true then belong to primary axis; otherwise to secondary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsChartChartLine">
            <summary>
            If true - format contains chart chart line record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsChartLineFormat">
            <summary>
            If true - format contains series line. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsDropBar">
            <summary>
            If true - format contains drop bar record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.SerieFormat">
            <summary>
            Returns record that represents Series format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DrawingZOrder">
            <summary>
            Drawing order (0 = bottom of the z-order).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.FormatRecordType">
            <summary>
            Represents type code of major format record type. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.Is3D">
            <summary>
            If true - Series 3D; otherwise Series 2D. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.DataFormatOrNull">
            <summary>
            Returns dataformat or null; Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsMarker">
            <summary>
            If true - format has marker; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsLine">
            <summary>
            If true - format has line; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.IsSmoothed">
            <summary>
            If true - format has smoothed line; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl.HighLowLineProperties">
            <summary>
            Represents High Low line properties. ( For stock chart and line chart only.).
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat">
            <summary>
            Class provide the options for Box and Whisker series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.m_options">
            <summary>
            It provide the options used for Box and Whisker series
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.ShowMeanLine">
            <summary>
            Indicates whether the show mean line option is enabled
            Bit position - 0
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.ShowMeanMarkers">
            <summary>
            Indicates whether the show mean marker option is enabled
            Bit position - 1
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.ShowInnerPoints">
            <summary>
            Indicates whether the show inner points option is enabled
            Bit position - 2
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.ShowOutlierPoints">
            <summary>
            Indicates whether the show outlier points option is enabled
            Bit position - 3
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.QuartileCalculationType">
            <summary>
            Indicates quartile calculation is exclusive or inclusive
            Bit position - 4
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.BoxAndWhiskerSerieFormat.Options">
            <summary>
            Gets / Sets the options for the charts
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat">
            <summary>
            Class provide the options for Histogram and Pareto Chart axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.m_flagOptions">
            <summary>
            byte value used as flag and boolean property for the values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.m_numberOfBins">
            <summary>
            Indicates the number of bins in the axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.m_binWidth">
            <summary>
            Indicates the bin width for axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.m_overflowBinValue">
            <summary>
            Indicates the overflow bin value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.m_underflowBinValue">
            <summary>
            Indicates the underflow bin value
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.ResetValues(System.Byte)">
            <summary>
            Reset the member values respect to input value
            </summary>
            <param name="value">Input Bit position changed</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.Clone(Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat)">
            <summary>
            Clones the value from input object
            </summary>
            <param name="inputFormat">input object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.Equals(System.Object)">
            <summary>
            Check for the equals an object
            </summary>
            <param name="obj">input another histogram object</param>
            <returns>the boolean value indicates whether the objects are equal or not.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.HasAutomaticBins">
            <summary>
            Get or Set the is Automatic Bin member value
            Bit Position  - 0
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.IsBinningByCategory">
            <summary>
            Get or Set the isBinning by Category member value
            Bit position - 1
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.BinWidth">
            <summary>
            Get or Set the Bin width member value
            flag Bit position - 2
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.NumberOfBins">
            <summary>
            Get or Set the number of Bins member value
            Flag Bit position - 3
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.OverflowBinValue">
            <summary>
            Get or Set the overflow bin member value
            Flag Bit Position - 4
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.UnderflowBinValue">
            <summary>
            Get or Set the underflow bin member value
            Flag Bit position - 5
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.IsIntervalClosedinLeft">
            <summary>
            Get or Set the value for interval is closed in left or right
            Flag Bit position - 6
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.FlagOptions">
            <summary>
            Byte value shows the options used in this class
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.Charts.HistogramAxisFormat.IsAutomaticFlowValue" -->
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl">
            <summary>
            Represent the borders and layout options of the chart elements.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartFrameFormat">
            <summary>
            Represent the borders and layout options of the chart elements.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartFrameFormat.Clear">
            <summary>
            Clears the plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFrameFormat.RectangleStyle">
            <summary>
            Gets or sets the rectangle style for the chart element.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFrameFormat.IsBorderCornersRound">
            <summary>
            True if the chart area has rounded corners. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFrameFormat.Border">
            <summary>
            Gets the border of the chart element. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartFrameFormat.Layout">
            <summary>
            Gets or sets the layout settings of chart text area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_chartFrame">
            <summary>
            Chart frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_border">
            <summary>
            Represents chart border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_interior">
            <summary>
            Represents chart interior.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_startBlock">
            <summary>
            Represents the beginning of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_shapePropsStream">
            <summary>
            Represents the shape formatting properties for chart elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_endBlock">
            <summary>
            Represents the end of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_fill">
            <summary>
            Represents fill format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_chart">
            <summary>
            Parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_layout">
            <summary>
            Represents Excel 2007 layout data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.m_plotAreaLayout">
            <summary>
            Plot area layout
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates chart and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="bAutoSize">Indicates is auto size.</param>
            <param name="bIsInteriorGrey">Indicates is interior is gray.</param>
            <param name="bSetDefaults">Indicates whether we should set defaults for fill and border properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates and parses current object.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="data">Records storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses frame.
            </summary>
            <param name="data">Array with frame records.</param>
            <param name="iPos">Position of the frame records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.CheckBegin(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Checks whether specified record is begin.
            </summary>
            <param name="record">Record to check.</param>
            <returns>True if this is begin; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32@)">
            <summary>
            Parses single record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="iBeginCounter">Number of not closed begin record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves chart frame as biff records.
            </summary>
            <param name="records">OffsetArrayList that will get biff records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Serializes single record.
            </summary>
            <param name="list">OffsetArrayList that will get biff records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.UnwrapRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Unwraps record.
            </summary>
            <param name="record">Record to unwrap.</param>
            <returns>Unwrapped record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.SetDefaultValues(System.Boolean,System.Boolean)">
            <summary>
            Set variable to the default state.
            </summary>
            <param name="bAutoSize">Indicates whether MS Excel should calculate size of the frame.</param>
            <param name="bIsInteriorGray">Indicates is default interior is gray.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.UpdateLineColor(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Updates known colors.
            </summary>
            <param name="color">Color to update.</param>
            <returns>Returns updated color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Clear">
            <summary>
            Clears the plot area.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Clone(System.Object)">
            <summary>
            Clone current Record.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.FrameRecord">
            <summary>
            Gets frame record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Layout">
            <summary>
            Gets or sets the layout settings of chart text area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.HasInterior">
            <summary>
            This property indicates whether interior object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.HasLineProperties">
            <summary>
            This property indicates whether border formatting object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Border">
            <summary>
            Gets the border of the chart element. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Interior">
            <summary>
            Represents frame interior. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.ThreeD">
            <summary>
            Gets the chart3 D properties.
            </summary>
            <value>The chart3 D properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Fill">
            <summary>
            Represents fill gradient format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.HasShadowProperties">
            <summary>
            This property indicates whether the shadow object has been created 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Shadow">
            <summary>
            Gets the shadow properties.
            </summary>
            <value>The shadow properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.RectangleStyle">
            <summary>
            Gets or sets the rectangle style for the chart element.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.IsAutoSize">
            <summary>
            Microsoft Excel calculates size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.IsAutoPosition">
            <summary>
            Microsoft Excel calculates position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.IsBorderCornersRound">
            <summary>
            True if the chart area has rounded corners. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.LineProperties">
            <summary>
            Represents chart border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.ForeGroundColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.BackGroundColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Pattern">
            <summary>
            Represents pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.IsAutomaticFormat">
            <summary>
            Represents if use automatic format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl.Visible">
            <summary>
            Represents visibility.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection">
            <summary>
            Contains primary parent axis, secondary parent axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.DEF_MABY_COMBINATION_TYPES">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.DEF_MABY_COMBINATION_TYPES_START">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.m_primary">
            <summary>
            Represents primary parent axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.m_secondary">
            <summary>
            Represents secondary parent axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.#ctor(Syncfusion.XlsIO.IApplication,Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl)">
            <summary>
            Creates object and initializes collections.
            </summary>
            <param name="application">Application object.</param>
            <param name="primaryParent">Parent object for primary collection.</param>
            <param name="secondaryParent">Parent object for secondary collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.Parse(System.Collections.IList,System.Int32@)">
            <summary>
            Parses ChartAxisParent record.
            </summary>
            <param name="data">Array of records containing record.</param>
            <param name="iPos">Position of the record to parse.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartAxisParent record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes chart axes.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.Remove(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            If can - removes format.
            </summary>
            <param name="format">Format to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.CreateCollection(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates format collection.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object for collection.</param>
            <param name="bIsPrimary">If true - primary collection; otherwise - secondary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.ChangeCollections">
            <summary>
            Changes primary and secondary format collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.AddFormat(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Helper methods for adding new formats.
            </summary>
            <param name="formatToAdd">Format to add.</param>
            <param name="order">Format order.</param>
            <param name="index">Format index.</param>
            <param name="isPrimary">If true - adds in primary format; otherwise - in secondary.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.RemoveFormat(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Removes format from collection.
            </summary>
            <param name="indexToRemove">Index to remove.</param>
            <param name="iOrder">Order to remove.</param>
            <param name="isPrimary">If true - removes in primary collection; otherwise - secondary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.GetCurrentCollection(System.Boolean)">
            <summary>
            Returns collection by parameter.
            </summary>
            <param name="isPrimary">If true  - returns primary collection; otherwise - secondary.</param>
            <returns>Returns one of collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.CloneForPrimary(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent for primary collection.</param>
            <returns>Returns just cloned method.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.CloneForSecondary(Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection,System.Object)">
            <summary>
            Clones secondary collection.
            </summary>
            <param name="result">Global collection.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.DetectChartType(Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection)">
            <summary>
            Detects chart type.
            </summary>
            <param name="series">Chart series collection.</param>
            <returns>Returns chart type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.DetectTypeForPrimaryCollOnly(Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection)">
            <summary>
            Detects chart type by primary formats only.
            </summary>
            <param name="series">Chart series collection.</param>
            <returns>Returns chart type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.Clear">
            <summary>
            Clears all format collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.ChangeNotIntimateSerieType(Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.IApplication,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Changes not intimate types.
            </summary>
            <param name="typeToChange">Type to change.</param>
            <param name="serieType">Current Series type.</param>
            <param name="application">Application object.</param>
            <param name="chart">Chart object.</param>
            <returns>Returns format for current type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.ChangeShallowAxis(System.Boolean,System.Int32,System.Boolean,System.Int32)">
            <summary>
            Change format in axis.
            </summary>
            <param name="bToPrimary">If true - changes format to primary. otherwise - to secondary.</param>
            <param name="iOrder">Format order.</param>
            <param name="bAdd">If true - standard add; otherwise - shallow.</param>
            <param name="iNewOrder">Represents new order.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.ChangeInAxis(Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection,Syncfusion.XlsIO.Implementation.Charts.ChartFormatCollection,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Changes format in axis collection.
            </summary>
            <param name="from">Collection from format gets.</param>
            <param name="to">Collection to format sets.</param>
            <param name="iOrder">Formats order.</param>
            <param name="iNewOrdr">New order to set.</param>
            <param name="bAdd">IF true - standard add; otherwise - shallow.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.PrimaryFormats">
            <summary>
            Represents primary format collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGlobalFormatsCollection.SecondaryFormats">
            <summary>
            Represents secondary format collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl">
            <summary>
            Represent grid lines of the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartGridLine">
            <summary>
            Represent grid lines of the chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartGridLine.Delete">
            <summary>
            Clears the chart grid lines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartGridLine.Border">
            <summary>
            Gets the grid line border. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.DEF_COLOR_INEDX">
            <summary>
            Represents default color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_axisLine">
            <summary>
            Represents axis line record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_parentAxis">
            <summary>
            Represents parent axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_parentBook">
            <summary>
            Represents parent book.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_border">
            <summary>
            Represents chart border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisLineIdentifier)">
            <summary>
            Creates ChartGridLine object.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="axisType">Represents type of axisline record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates ChartGridLine object. Only for parsing.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="data">Represents records storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.SetParents">
            <summary>
            Finds all parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses GridLine records.
            </summary>
            <param name="data">Offset array list.</param>
            <param name="iPos">Current position in offset array list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes Grid lines.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Delete">
            <summary>
            Clears the chart grid lines.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Border">
            <summary>
            Gets line border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.LineProperties">
            <summary>
            Gets line border. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.HasLineProperties">
            <summary>
            This property indicates whether line formatting object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Shadow">
            <summary>
            Represents the Shadow.Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.HasShadowProperties">
            <summary>
            This property indicates whether the shadow object has been created 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.ThreeD">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.HasInterior">
            <summary>
            This property indicates whether interior object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Interior">
            <summary>
            Returns object, that represents area properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.Fill">
            <summary>
            Represents fill options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.AxisLineType">
            <summary>
            Gets or sets axis line type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartGridLineImpl.ParentAxis">
            <summary>
            Returns parent axis. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartImpl">
            <summary>
            Represents a chart sheet in the workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl">
            <summary>
            Base class for all worksheet objects (objects that have own tab in the workbook)
            like worksheets and charts.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IParseable">
            <summary>
            Supports parsing, which parses internal records and creates necessary objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IParseable.Parse">
            <summary>
            Parses internal records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_MAX_PASSWORDLEN">
            <summary>
            Maximum length of the password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_PASSWORD_CONST">
            <summary>
            Default password hash value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_MIN_COLUMN_INDEX">
            <summary>
            Min column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_MIN_ROW_INDEX">
            <summary>
            Min row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_DEFAULT_TAB_COLOR">
            <summary>
            Default tab color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_MAX_ROW_ONE_INDEX">
            <summary>
            Maximum one-based index of the row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_MAX_COLUMN_ONE_INDEX">
            <summary>
            Maximum one-based index of the column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.MaxSheetNameLength">
            <summary>
            Maximum allowed worksheet name length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ProtectionAllOptions">
            <summary>
            Values of all options, helps to switch all enum to ExcelSheetProtection.All enum value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_NOTMSORECORDS">
            <summary>
            Records that do not belong to mso part of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DEF_DEFAULT_TAB_COLOR_RGB">
            <summary>
            Default tab color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bParseOnDemand">
            <summary>
            Represents a boolean value to parse worksheets on demand
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bParseDataOnDemand">
            <summary>
            Represents to parse sheet on demand
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_strName">
            <summary>
            Worksheet's name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bChanged">
            <summary>
            Indicates whether worksheet was changed and need saving.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iRealIndex">
            <summary>
            Real worksheet's index in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iMsoStartIndex">
            <summary>
            Starting index for Mso record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iCurMsoIndex">
            <summary>
            Current index of the mso drawing object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_parseOptions">
            <summary>
            Parse options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_arrMSODrawings">
            <summary>
            List with all mso drawing records in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_arrRecords">
            <summary>
            List in which all records which belong to worksheet are stored.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_shapes">
            <summary>
            Collection with all shapes in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_charts">
            <summary>
            Charts collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_pictures">
            <summary>
            Collection of all pictures in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bIsSupported">
            <summary>
            True - indicates that record extracted from stream can be used, by this
            implementation, otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iZoom">
            <summary>
            Zoom of the current window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_sheetProtection">
            <summary>
            Represents sheet protection record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_rangeProtectionRecord">
            <summary>
            Represents Range Protection Record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_password">
            <summary>
            Describes password entered by user to protect worksheet's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_strCodeName">
            <summary>
            Code name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bParsed">
            <summary>
            Indicates whether worksheet was parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bParsing">
            <summary>
            Indicates whether object is currently being parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bSkipParsing">
            <summary>
            Indicates whether to skip parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_windowTwo">
            <summary>
            Window two record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_layout">
            <summary>
            Pagelayout view record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iFirstColumn">
            <summary>
            One field from Worksheet dimension records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iLastColumn">
            <summary>
            One field from Worksheet dimension records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iFirstRow">
            <summary>
            One field from Worksheet dimension records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iLastRow">
            <summary>
            One field from Worksheet dimension records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_tabColor">
            <summary>
            Index of the tab color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_headerFooterShapes">
            <summary>
            Contains images used in header and footer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_iIndex">
            <summary>
            Worksheet index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_parseProtection">
            <summary>
            Represents sheet protection for support old version. Using for parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bof">
            <summary>
            BOF record that will be serialized.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.KeepRecord">
            <summary>
            Indicates whether to keep record inside of internal storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_visiblity">
            <summary>
            Visibility of worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_dataHolder">
            <summary>
            Data holder for 2007 Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bUnknownVmlShapes">
            <summary>
            Indicates whether worksheet contains some unknown vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_textBoxes">
            <summary>
            Collection with all textboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_checkBoxes">
            <summary>
            Collection with all checkboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_optionButtons">
            <summary>
            Collection with all OptionButton.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_comboBoxes">
            <summary>
            Collection with all comboboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_isCustomHeight">
            <summary>
            Custom height
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_previousRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_errorIndicators">
            <summary>
            Collection of worksheet's error indicators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_bTabColorRGB">
            <summary>
            Indicate whether sheet contain tab color rgb
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_algorithmName">
            <summary>
            Alogrithm name to protect/unprotect worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_hashValue">
            <summary>
            Hash value to ensure the sheet protected password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_saltValue">
            <summary>
            Random generated Salt for the sheet password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.m_spinCount">
            <summary>
            Spin count to loop the hash algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.sharedBgImageName">
            <summary>
            Represents the name of the shared background image
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance and sets its application and parent properties.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Initializes new instance and sets its application and parent properties.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
            <param name="reader">BiffReader to extract data from.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip parsing.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ClearEvents">
            <summary>
            Clears NameChanged event.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.FindUnhided(Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection,System.Int32)">
            <summary>
            Returns true if visible sheet found. Also sets active sheet index and display tab.
            </summary>
            <param name="objects">Workbook objects collection </param>
            <param name="iIndex">Object index.</param>
            <returns>True if visible sheet found</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.OnNameChanged(Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This method is called when Name of the worksheet was changed.
            </summary>
            <param name="args">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.RaiseNameChangedEvent(Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This method raises NameChanged event.
            </summary>
            <param name="args">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SetChanged">
            <summary>
            This method should be called after any changes in the worksheet.
            Sets Saved property of the parent workbook to false.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InitializeCollections">
            <summary>
            Initializes all required collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ClearAll(Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Clear all internal collections but excluding mentioned flags.
            </summary>
            <param name="flags">Allows to avoid clearing of some properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Activate">
            <summary>
            Makes the current sheet the active sheet. 
            </summary>
            <remarks>Calling this method is equivalent to clicking the
            sheet's tab in MS Excel. </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Select">
            <summary>
            Selects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Unselect">
            <summary>
            Unselects current tab sheet if possible.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Unselect(System.Boolean)">
            <summary>
            Unselects current tab sheet if possible.
            </summary>
            <param name="bCheckNumber">Indicates whether to allow unselect last sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Protect(System.String)">
            <summary>
            Protects worksheet with password.
            </summary>
            <param name="password">Protection password.</param>
            <exception cref="T:System.ApplicationException">
            If worksheet is already protected.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            If specified password is null.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If length of the password is more than 15 symbols.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Protect(System.String,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects current worksheet.
            </summary>
            <param name="password">Represents password to protect.</param>
            <param name="options">Represents params to protect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.PrepareProtectionOptions(Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Prepares protection options before setting protection.
            </summary>
            <param name="options"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Unprotect">
            <summary>
            Unprotects this worksheet without password.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Unprotect(System.String)">
            <summary>
            Unprotects this worksheet using specified password.
            </summary>
            <param name="password">Password to unprotect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.OnRealIndexChanged(System.Int32)">
            <summary>
            This method is called after RealIndex property change.
            </summary>
            <param name="iOldIndex">Old index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SelectTab">
            <summary>
            Adds sheet tab to the selected tab.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.UpdateExtendedFormatIndex(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Clone(System.Object)">
            <summary>
            Creates copy of the current object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Clone(System.Object,System.Boolean)">
            <summary>
            Creates copy of the current object and indicates whether we should copy the shapes or not.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <param name="cloneShapes">Indicates whether we should clone shapes or not.</param>
            <returns>Copy of the current object and indicates whether we should copy the shapes or not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CloneShapes(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Create copy of the shapes collection inside specified worksheet object.
            </summary>
            <param name="result">Object to put shapes into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.UpdateStyleIndexes(System.Int32[])">
            <summary>
            Updates style indexes.
            </summary>
            <param name="styleIndexes">Array with changed style indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Protect(System.UInt16,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects worksheet.
            </summary>
            <param name="password">Password hash to use for protection.</param>
            <param name="options">Protection options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Method extracts biff records belonging to the worksheet.
            </summary>
            <param name="reader">BiffReader that contains worksheet's records.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip parsing.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.PrepareProtection">
            <summary>
            Prepares protection variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseNextRecord(Syncfusion.XlsIO.Parser.BiffReader,System.Int32,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts next record from reader and parses it.
            </summary>
            <param name="reader">Reader to extract record from.</param>
            <param name="iBOFCounter">Number of BOF records without closing EOF record.</param>
            <param name="bSkipStyles">Indicates whether styles information must be skipped.</param>
            <param name="options">Parsing options.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <returns>Updated number of BOF records without closing EOF record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseProtect(Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord)">
            <summary>
            Parses Protect record.
            </summary>
            <param name="protectRecord">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParsePassword(Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord)">
            <summary>
            Parses Password record.
            </summary>
            <param name="passwordRecord">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseObjectProtect(Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord)">
            <summary>
            Parse ObjectProtect record.
            </summary>
            <param name="objectProtect">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseScenProtect(Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord)">
            <summary>
            Parse ScenProtect record.
            </summary>
            <param name="scenProtect">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.PrepareVariables(Syncfusion.XlsIO.ExcelParseOptions,System.Boolean)">
            <summary>
            Prepares variables to worksheet parsing.
            </summary>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParsePageLayoutView(Syncfusion.XlsIO.Parser.Biff_Records.PageLayoutView)">
            <summary>
            Parse pagelayoutview
            </summary>
            <param name="layout">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseWindowTwo(Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord)">
            <summary>
            Parse WindowTwo record.
            </summary>
            <param name="windowTwo">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses single record.
            </summary>
            <param name="raw">Record to parse.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseDimensions(Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord)">
            <summary>
            Parses dimensions record.
            </summary>
            <param name="dimensions">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseWindowZoom(Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord)">
            <summary>
            Parses WindowZoom record.
            </summary>
            <param name="windowZoom">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseSheetLayout(Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord)">
            <summary>
            Parses sheet layout record.
            </summary>
            <param name="sheetLayout">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
             Serializes records.
            </summary>
            <param name="records">Records to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeMsoDrawings(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves all shapes.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeProtection(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Boolean)">
            <summary>
            Saves protection block.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeSheetProtection(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize sheet protection.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeHeaderFooterPictures(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes header / footer pictures.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeWindowTwo(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes WindowTwo record.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializePageLayoutView(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes page layout view
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeMacrosSupport(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes macros support.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeWindowZoom(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes WindowZoom.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SerializeSheetLayout(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes sheet layout record.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetPasswordHash(System.String)">
            <summary>
            Returns hash value for the password string.
            </summary>
            <param name="password">Password to hash.</param>
            <returns>Hash value for the password string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetCharBits15(System.Char)">
            <summary>
            Converts character to 15 bits sequence
            </summary>
            <param name="charToConvert">Character to convert.</param>
            <returns>Array of values indicating 15 bit sequence.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetUInt16FromBits(System.Boolean[])">
            <summary>
            Converts bits array to UInt16 value.
            </summary>
            <param name="bits">Array to convert.</param>
            <returns>Converted UInt16 value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.RotateBits(System.Boolean[],System.Int32)">
            <summary>
            Rotates (cyclic shift) bits in the array specified number of times
            </summary>
            <param name="bits">Array to rotate</param>
            <param name="count">Number of times to rotate</param>
            <returns>Rotated array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Round(System.Int32,System.Int32)">
            <summary>
            Rounds value.
            </summary>
            <param name="value">Value to be rounded.</param>
            <param name="degree">Represents degree used to round the given value.</param>
            <returns>Rounded value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Parse">
            <summary>
            Parses internal records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseData">
            <summary>
            Parses worksheet's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseData(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses worksheet's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ExtractMSODrawing(System.Int32,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Extracts MsoDrawing records from internal array.
            </summary>
            <param name="startIndex">Index to the first MsoDrawing record.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CombineMsoDrawings">
            <summary>
            Combines all MsoBase records into one array.
            </summary>
            <returns>Array of records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetNextMsoData">
            <summary>
            Extracts client data for mso records.
            </summary>
            <returns>Array of records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CombineArrays(System.Int32,System.Collections.Generic.List{System.Byte[]})">
            <summary>
            Combines several byte arrays into one.
            </summary>
            <param name="iCombinedLength">Size of the combined data.</param>
            <param name="arrCombined">List that contains byte arrays to combine.</param>
            <returns>Combined array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CopyFrom(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelWorksheetCopyFlags,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies all data from another worksheet.
            </summary>
            <param name="worksheet">Parent worksheet.</param>
            <param name="hashStyleNames">Dictionary with style names.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="flags">Copy flags.</param>
            <param name="hashExtFormatIndexes">
            Dictionary with extended format indexes, key - old index, value - new index.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CopyHeaderFooterImages(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.IDictionary)">
            <summary>
            Copies preserved header/footer images.
            </summary>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashNewNames">Hash with new WorkSheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CopyShapes(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies all shapes from a source worksheet.
            </summary>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashNewNames">Hash with new WorkSheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CopyOptions(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Copies different sheet options.
            </summary>
            <param name="sourceSheet">Source sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GenerateUniqueName(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.NameGetter,System.String)">
            <summary>
            Generates unique name for the parent collection
            </summary>
            <param name="getName">Name getter.</param>
            <param name="sourceCodeName">Proposed name</param>
            <returns>Generated unique name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetCodeName(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Gets code name of the tabsheet.
            </summary>
            <param name="tabSheet">Tabsheet to get name from.</param>
            <returns>Code name of the tabsheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GetName(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Gets name of the tabsheet.
            </summary>
            <param name="tabSheet">Tabsheet to get name from.</param>
            <returns>Name of the tabsheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CopyTabColor(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Copies tab color from another worksheet.
            </summary>
            <param name="sourceSheet">Worksheet to copy tab color from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CheckParseOnDemand">
            <summary>
            Checks the worksheet for parse on demand load
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.AdvancedSheetProtection(System.String)">
            <summary>
            Protects the worksheet based on the Excel 2013. 
            </summary>
            <param name="password">Password to generate the hash value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CreateSalt(System.Int32)">
            <summary>
            Creates random salt.
            </summary>
            <param name="length">Desired salt length.</param>
            <returns>Array with random data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ChartDispose">
            <summary>
            This method is called during dispose operation of chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Name">
            <summary>
            Returns or sets the name of the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsSaved">
            <summary>
            Indicates whether worksheet was saved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerComments">
            <summary>
            Returns comments collection for this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerPictures">
            <summary>
            Returns pictures collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerCharts">
            <summary>
            Returns embedded charts collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerShapes">
            <summary>
            Returns shapes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Shapes">
            <summary>
            Gets shape collection in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerShapesBase">
            <summary>
            Returns InnerShapes base collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HeaderFooterShapes">
            <summary>
            Header / footer shapes collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerHeaderFooterShapes">
            <summary>
            Header / footer shapes collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Comments">
            <summary>
            Gets a Comments collection that represents all the comments for the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Charts">
            <summary>
            Gets charts collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Pictures">
            <summary>
            Gets pictures collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CodeName">
            <summary>
            Name used by macros to access workbook items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.WindowTwo">
            <summary>
            Sheet window settings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ProtectContents">
            <summary>
            Indicates is current sheet is protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ProtectDrawingObjects">
            <summary>
            True if objects are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ProtectScenarios">
            <summary>
            True if the scenarios of the current sheet are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsPasswordProtected">
            <summary>
            Gets a value indicating whether worksheet is protected with password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsParsed">
            <summary>
            Indicates whether object was parsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsParsing">
            <summary>
            Indicates whether object is currently being parsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsSkipParsing">
            <summary>
            Indicates whether worksheet was opened in skip parsing mode. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsSupported">
            <summary>
            Indicates whether worksheet type is supported. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParentWorkbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.FirstRow">
            <summary>
            Gets or sets one-based index of the first row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.FirstColumn">
            <summary>
            Gets or sets one-based index of the first column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.LastRow">
            <summary>
            Gets or sets one-based index of the last row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.LastColumn">
            <summary>
            Gets or sets one-based index of the last column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TabColorObject">
            <summary>
            Gets Tab color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TabColor">
            <summary>
            Gets or Sets Tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TabColorRGB">
            <summary>
            Gets or Sets Tab color RGB.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.GridLineColor">
            <summary>
            Gets or sets the color of the Grid line in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DefaultGridlineColor">
            <summary>
            Indicates whether gridline color has default value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Workbook">
            <summary>
            Get parent workbook of current worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.PageSetupBase">
            <summary>
            Return page setup. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.IsSelected">
            <summary>
            Indicates whether tab of this sheet is selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Index">
            <summary>
            Gets the index number of the worksheet within the collection of
            worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Protection">
            <summary>
            Gets protected options. Read-only. To set protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerProtection">
            <summary>
            Gets protected options. Read-only. For sets protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.BOF">
            <summary>
            Returns internal BOF record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Visibility">
            <summary>
            Controls end user visibility of worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DataHolder">
            <summary>
            Gets / sets worksheet data holder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TopVisibleRow">
            <summary>
            Gets or sets the top visible row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.LeftVisibleColumn">
            <summary>
            Gets or sets the left visible column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Password">
            <summary>
            Describes password entered by user to protect worksheet's data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.UnknownVmlShapes">
            <summary>
            Indicates whether worksheet contains some unknown vml shapes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TypedTextBoxes">
            <summary>
            Gets inner textboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerTextBoxes">
            <summary>
            Gets inner textboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TextBoxes">
            <summary>
            Gets inner textboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TypedCheckBoxes">
            <summary>
            Returns inner checkboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TypedOptionButtons">
            <summary>
            Returns inner checkboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.TypedComboBoxes">
            <summary>
            Returns inner comboboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.InnerCheckBoxes">
            <summary>
            Returns checkboxes collection for this sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.CheckBoxes">
            <summary>
            Gets inner checkboxes collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.OptionButtons">
            <summary>
            Gets inner option buttons collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ComboBoxes">
            <summary>
            Gets inner combo boxes collection in the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HasPictures">
            <summary>
            Indicates whether tabsheet contains any picture. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HasCharts">
            <summary>
            Indicates whether tabsheet has charts. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HasVmlShapes">
            <summary>
            Indicates whether worksheet has vml shapes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.VmlShapesCount">
            <summary>
            Returns number of known vml shapes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.DefaultProtectionOptions">
            <summary>
            Gets default protection options for the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ProtectionMeaningDirect">
            <summary>
            Indicates whether Protection property is direct (specified items are
            protected) or indirect (specified items are unprotected).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ContainsProtection">
            <summary>
            Inidicates whether protection should be serialized.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SheetProtection">
            <summary>
            Returns sheet protection record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseOnDemand">
            <summary>
            Gets or Sets a boolean value to parse worksheets on demand
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.ParseDataOnDemand">
            <summary>
            Gets or sets the boolean value to load worksheets on demand
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HasTabColorRGB">
            <summary>
            Indicate whether sheet contain tab color rgb
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.AlgorithmName">
            <summary>
            Alogrithm name to protect/unprotect worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.HashValue">
            <summary>
            Hash value to ensure the sheet protected password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SaltValue">
            <summary>
            Random generated Salt for the sheet password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.SpinCount">
            <summary>
            Spin count to loop the hash algorithm.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.NameChanged">
            <summary>
            This event is raised when name of the worksheet is changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.RealIndex">
            <summary>
            Index of the worksheet in the workbook
            (not necessary in Worksheets collection)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.Syncfusion#XlsIO#ITabSheet#TabIndex">
            <summary>
            Returns index in the parent ITabSheets collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetBaseImpl.NameGetter">
            <summary>
            Delegate to be used for getting name information from the worksheet.
            </summary>
            <param name="tabSheet">Worksheet to get name from.</param>
            <returns>Extracted name.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.IChart">
            <summary>
            Represents a chart sheet in the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChart.SaveAsImage(System.IO.Stream)">
             <summary>
             Converts the chart to image stream.
             </summary>
             <param name="imageAsStream">Stream object where the image is streamed.</param>
             <example> This example converts the chart in the worksheet/workbook to an image.
             This can also be used with embedded chart (<see cref="!:WorksheetBaseImpl.Charts"/>) in a worksheet.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Open(@"book1.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
             IChart chart = workbook.Charts[0];
            
             application.ChartToImageConverter = new ChartToImageConverter();
             application.ChartToImageConverter.ScalingMode = ScalingMode.Best;  
             MemoryStream stream = new MemoryStream();
             chart.SaveAsImage(stream);
             Image image = Image.FromStream(stream);
            
             image.Save("Output.png");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ChartType">
            <summary>
            Gets or sets the <see cref="T:Syncfusion.XlsIO.ExcelChartType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.DataRange">
            <summary>
            Gets or sets the data range for the chart series.
            </summary>
            <example> This example shows setting of data range to chart.
            This can also be used with embedded chart (<see cref="!:WorksheetBaseImpl.Charts"/>) in a worksheet.
            <code>
            ExcelEngine engine = new ExcelEngine();
            IApplication application = engine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
                 
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.Range["A1"].Text = "Jan";
            sheet.Range["B1"].Text = "Feb";
            sheet.Range["C1"].Text = "Mar";
            sheet.Range["A2"].Value = "10";
            sheet.Range["B2"].Value = "20";
            sheet.Range["C2"].Value = "30";
            IChart chart = workbook.Charts.Add();
            chart.DataRange = sheet.Range["A1:C2"];
            
            workbook.SaveAs(@"Output.xlsx");
            workbook.Close();
            engine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.IsSeriesInRows">
            <summary>
            True to swap the data in <see cref="P:Syncfusion.XlsIO.IChart.DataRange"/> over the axis. Series data is charted
            on the Y axis by default.
            </summary>
            <remarks>Data being charted on the X axis will move to the Y axis and vise versa.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ChartTitle">
            <summary>
            Gets or sets the title of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ChartTitleArea">
            <summary>
            Gets the area for chart title. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PageSetup">
            <summary>
            Gets the page setup for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.XPos">
            <summary>
            Gets or sets the X coordinate of upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.YPos">
            <summary>
            Gets or sets the Y coordinate of upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Width">
            <summary>
            Gets or sets the width of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Height">
            <summary>
            Gets or sets the height of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Series">
            <summary>
            Gets the collection of series of the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis">
            <summary>
            Gets the primary category axis of the chart. Read-only.
            </summary>
            <remarks>
            Charts are plotted using X and Y axes. The Y axes typically have numerical scales, whereas the X axes typically have categorical scales. 
            Some charts, for example, have axes, and others, like PieChart don't. 
            Most charts have horizontal axis of type <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> and vertical axis of type 
            <see cref="P:Syncfusion.XlsIO.IChart.PrimaryValueAxis"/> but some, like BarChart, have the opposite.
            <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> represents an axis used for categories. Categories can include string, numeric, and date values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PrimaryValueAxis">
            <summary>
            Gets the primary value axis. Read-only.
            </summary>
            <remarks>
            Charts are plotted using X and Y axes. The Y axes typically have numerical scales, whereas the X axes typically have categorical scales. 
            Some charts, for example, have axes, and others, like PieChart don't. 
            Most charts have horizontal axis of type <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> and vertical axis of type 
            <see cref="P:Syncfusion.XlsIO.IChart.PrimaryValueAxis"/> but some, like BarChart, have the opposite.
            <see cref="P:Syncfusion.XlsIO.IChart.PrimaryValueAxis"/> represents an axis used for series values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PrimarySerieAxis">
            <summary>
            Gets the primary series axis. Read-only.
            </summary>
            <remarks>This is the depth axis showing the depth of the third dimension in 3D charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.SecondaryCategoryAxis">
            <summary>
            Gets the secondary category axis of the chart. Read-only.
            </summary>
            <remarks>
            The most commonly used charts have a set of primary axes and may have a set of secondary axes.
            You can enable and disable this through <see cref="P:Syncfusion.XlsIO.IChartAxis.Visible"/> property. 
            </remarks>
            <example> This example plots series on secondary axis and the secondary category axis is enabled.
            <code>
            IChartSerie serie = chart.Series[1];
            serie.UsePrimaryAxis = false;
            chart.SecondaryCategoryAxis.Visible = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.SecondaryValueAxis">
            <summary>
            Gets the secondary value axis of the chart. Read-only.
            </summary>
            <remarks>
            The most commonly used charts have a set of primary axes and may have a set of secondary axes.
            You can enable and disable this through <see cref="P:Syncfusion.XlsIO.IChartSerie.UsePrimaryAxis"/> property.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ChartArea">
            <summary>
            Gets the chart area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PlotArea">
            <summary>
            Gets the plot area where the chart data is plotted. Read-only.
            </summary>
            <remarks>The plot area on a 2-D chart contains the data markers, grid lines, data labels, trend lines, 
            and optional chart items placed in the chart area. The plot area on a 3-D chart contains all the above items 
            plus the walls and floor. 
            The plot area is surrounded by the chart area.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Walls">
            <summary>
            Gets the walls of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.SideWall">
            <summary>
            Gets the side wall of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.BackWall">
            <summary>
            Gets the back wall of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Floor">
            <summary>
            Gets the floor of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.DataTable">
            <summary>
            Gets the data table of the chart. Read-only.
            </summary>
            <example> This example shows enabling data table in the chart.
            <code>
            chart.HasDataTable = true;
            IChartDataTable dataTable = chart.DataTable;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.HasDataTable">
            <summary>
            True if the chart has data table. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Legend">
            <summary>
            Gets legend in the chart. Read-only.
            </summary>
            <remarks>This is a key that identifies patterns, colors or symbols associated with the markers of a chart data series.
            It shows data series name corresponding to each data marker.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.HasLegend">
            <summary>
            True if the chart has a legend object. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Rotation">
            <summary>
            Gets or sets the rotation of the 3D chart view
            (the rotation of the plot area around the z-axis, in degrees)-(0 to 360 degrees).
            </summary>
            <remarks>The value of this property must be from 0 to 360, except for 3-D bar charts, 
            where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Elevation">
            <summary>
            Gets or sets the elevation of the 3-D chart view, in degrees (-90 to +90 degrees).
            </summary>
            <remarks>
            The chart elevation is the height at which you view the chart, in degrees. 
            The default is 15 for most chart types. The value of this property must be between -90 and 90, except 
            for 3-D bar charts, where it must be between 0 and 44.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Perspective">
            <summary>
            Gets or sets the perspective for the 3D chart view (0 to 100).
            </summary>
            <remarks>This property is ignored if the <see cref="P:Syncfusion.XlsIO.IChart.RightAngleAxes"/> property is True.</remarks>
            <example>
            <code>
            chart.RightAngleAxes = false;
            chart.Perspective = 70;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.HeightPercent">
            <summary>
            Gets or sets the height of a 3D chart as a percentage of the chart width
            (5 - 500 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.DepthPercent">
            <summary>
            Gets or sets the depth of a 3D chart as a percentage of the chart width
            (20 - 2000 percent).
            </summary> 
            <example> This example shows setting <see cref="P:Syncfusion.XlsIO.IChart.DepthPercent"/> to a Column 3D chart.
            This can also be used with embedded chart (<see cref="!:WorksheetBaseImpl.Charts"/>) in a worksheet.
            <code>
            ExcelEngine engine = new ExcelEngine();
            IApplication application = engine.Excel;
            IWorkbook workbook = application.Workbooks.Open(@"Book1.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
            IChart chart = workbook.Charts.Add("Chart1");
            chart.DataRange = workbook.Worksheets[0].UsedRange;
            chart.ChartType = ExcelChartType.Column_3D;
            chart.DepthPercent = 150;
            workbook.SaveAs(@"Output.xlsx");
            workbook.Close();
            engine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.GapDepth">
            <summary>
            Gets or sets the distance between data series in a 3D chart, as a percentage of marker width ( 0 - 500 ).
            </summary>
            <example> This example shows setting <see cref="P:Syncfusion.XlsIO.IChart.GapDepth"/> to a Column 3D chart.
            This can also be used with embedded chart (<see cref="!:WorksheetBaseImpl.Charts"/>) in a worksheet.
            <code>
            ExcelEngine engine = new ExcelEngine();
            IApplication application = engine.Excel;
            IWorkbook workbook = application.Workbooks.Open(@"Book1.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
            IChart chart = workbook.Charts.Add("Chart1");
            chart.DataRange = workbook.Worksheets[0].UsedRange;
            chart.ChartType = ExcelChartType.Column_3D;
            chart.GapDepth = 500;
            workbook.SaveAs(@"Output.xlsx");
            workbook.Close();
            engine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.RightAngleAxes">
            <summary>
            True if the chart axes are at right angles, independent of chart rotation or elevation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.AutoScaling">
            <summary>
            True to automatically scale the chart. otherwise False. The <see cref="P:Syncfusion.XlsIO.IChart.RightAngleAxes"/> property must be True.
            </summary>
            <remarks>Excel scales a 3-D chart so that it is closer in size to the equivalent 2-D chart when this property is enabled.</remarks>
            <example>
            <code>
            chart.ChartType = ExcelChartType.Column_3D;
            chart.RightAngleAxes = true;
            chart.AutoScaling = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.WallsAndGridlines2D">
            <summary>
            True if grid lines are drawn two-dimensionally on a 3-D chart. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.HasPlotArea">
            <summary>
            Gets or sets a boolean value indicating whether the chart has plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.DisplayBlanksAs">
             <summary>
             Gets or sets a value indicating how the blank cells are plotted on chart.
             </summary>
             <example> Here blank cell values are plotted as zeros.
             This can also be used with embedded chart (<see cref="!:WorksheetBaseImpl.Charts"/>) in a worksheet.
             <code>
             ExcelEngine engine = new ExcelEngine();
             IApplication application = engine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
             sheet.Range["A1"].Text = "Jan";
             sheet.Range["B1"].Text = "Feb";
             sheet.Range["C1"].Text = "Mar";
             sheet.Range["D1"].Text = "Mar";
             sheet.Range["A2"].Value = "10";
             sheet.Range["C2"].Value = "30";
             sheet.Range["D2"].Value = "40";          
             IChart chart = workbook.Charts.Add();
            
             //B2 has empty value
             chart.DataRange = sheet.Range["A1:D2"];
             chart.ChartType = ExcelChartType.Pie;
             chart.DisplayBlanksAs = ExcelChartPlotEmpty.Zero;
             workbook.SaveAs(@"Output.xlsx");
             workbook.Close();
             engine.Dispose();
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PlotVisibleOnly">
            <summary>
            True if only visible cells are plotted. False if both visible and hidden cells are plotted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.SizeWithWindow">
            <summary>
            True if the chart is resized to match the size of the chart sheet window.
            False if the chart size is not attached to the window size. Applies only to chart sheets.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PivotSource">
            <summary>
            Gets or sets the pivot source.
            </summary>
            <value>The pivot source.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.PivotChartType">
            <summary>
            Gets or sets the type of the pivot chart.
            </summary>
            <value>The type of the pivot chart.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ShowAllFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show all field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show all field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ShowValueFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show value field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show value field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ShowAxisFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show axis field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show axis field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ShowLegendFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show legend field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show legend field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.ShowReportFilterFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show report filter field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show report filter field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.Categories">
            <summary>
            Gets a collection of categories of the chart. Read-only.
            </summary>
            <remarks> Charts are plotted using X and Y axes. X axes typically have categorical scales. 
            Categories can include string, numeric, and date values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.SeriesNameLevel">
            <summary>
            Gets or sets a value referring to the source level for series names.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChart.CategoryLabelLevel">
            <summary>
            Gets or sets a value referring to the source level for the category labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.ISerializableNamedObject">
            <summary>
            INamedObject interface declaration - object with name,
            index, and ability to serialize.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.ISerializableNamedObject.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes this object into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive records of the object.
            </param>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.ISerializableNamedObject.Name">
            <summary>
            Name of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.ISerializableNamedObject.RealIndex">
            <summary>
            Index of the object in the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Interfaces.ISerializableNamedObject.NameChanged">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_FIRST_SERIE_NAME">
            <summary>
            Represent default name for the first series of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEFAULT_CHART_TYPE">
            <summary>
            Represents the default chart type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_3D">
            <summary>
            Represents the prefix for 3D charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_BAR">
            <summary>
            Represents the prefix for bar charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_CLUSTERED">
            <summary>
            Represents the prefix for clustered charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_CONTOUR">
            <summary>
            Represents the prefix for contour charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_EXPLODED">
            <summary>
            Represents the prefix for exploded charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_LINE">
            <summary>
            Represents the prefix for line charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_MARKERS">
            <summary>
            Represents the prefix for charts with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_NOCOLOR">
            <summary>
            Represents the prefix for charts with no color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_SHOW_PERCENT">
            <summary>
            Represents the prefix for 100% charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_SMOOTHEDLINE">
            <summary>
            Represents the prefix for charts with smoothed lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PREFIX_STACKED">
            <summary>
            Represents the prefix for stacked charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_AREA">
            <summary>
            Represents the defined start for area charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_BAR">
            <summary>
            Represents the defined start for bar charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_BUBBLE">
            <summary>
            Represents the defined start for bubble charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_COLUMN">
            <summary>
            Represents the defined start for column charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_CONE">
            <summary>
            Represents the defined start for cone charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_CYLINDER">
            <summary>
            Represents the defined start for cylinder charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_DOUGHNUT">
            <summary>
            Represents the defined start for doughnut charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_LINE">
             <summary>
            Represents the defined start for line charts.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_PIE">
            <summary>
            Represents the defined start for pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_PYRAMID">
            <summary>
            Represents the defined start for pyramid charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_RADAR">
            <summary>
            Represents the defined start for radar charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_SCATTER">
            <summary>
            Represents the defined start for scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.START_SURFACE">
            <summary>
            Represents the defined start for surface charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_PRIMARY_INDEX">
            <summary>
            Index of the primary axes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SI_VALUE">
            <summary>
            Si value index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SI_CATEGORY">
            <summary>
            Si category index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SI_BUBBLE">
            <summary>
            Si bubble index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SECONDARY_INDEX">
            <summary>
            Index of the secondary axes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.MaximumFontCount">
            <summary>
            Maximum font count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultPlotAreaX">
            <summary>
            Represents the Defualt Plot Area Top Left X.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultPlotAreaY">
            <summary>
            Represents the Default Plot Area Top Left Y.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultPlotAreaXLength">
            <summary>
            Represents the Default Plot Area X Length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultPlotAreaYLength">
            <summary>
            Represents the Default Plot Area Y Length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_LEGEND_NEED_DATA_POINT">
            <summary>
            Represent start types of chart that support data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SUPPORT_SERIES_AXIS">
            <summary>
            Represent the charts that support series axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_UNSUPPORT_PIVOT_CHART">
            <summary>
            Represent the charts that do not support pivot charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SUPPORT_DATA_TABLE">
            <summary>
            Represent the charts that support data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SUPPORT_ERROR_BARS">
            <summary>
            Represent the charts that support error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SUPPORT_TREND_LINES">
            <summary>
            Represent the charts that support trendlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_WALLS_OR_FLOOR_TYPES">
            <summary>
            Represent the charts that contain walls or floor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SECONDARY_AXES_TYPES">
            <summary>
            Specifies default secondary axis types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_NOT_3D">
            <summary>
            Represent types of charts that are not 3D.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_CHANGE_SERIE">
            <summary>
            Represent types of charts that allow serie change.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_NOT_SUPPORT_GRIDLINES">
            <summary>
            Represent serie types that does not support gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_NEED_SECONDARY_AXIS">
            <summary>
            Represent serie types that must be in secondary axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_COMBINATION_CHART">
            <summary>
            Represent chart types that are combination of two different charts. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_PRIORITY_START_TYPES">
            <summary>
            Represents array of start serie types sorted by drawing order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_CHANGE_INTIMATE">
            <summary>
            Represent chart types that can change as intimate types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_DONT_NEED_PLOT">
            <summary>
            Represent chart start types that does not need plot or walls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_NEED_VIEW_3D">
            <summary>
            Represent pivot chart types which need view tag to be rendered.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_100">
            <summary>
            Represent 100% charts.
            </summary>
            <remarks>Here each value in a series is shown as a portion of 100%.</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.STACKEDCHARTS">
            <summary>
            Represent the stacked charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS3D">
            <summary>
            Represent 3D charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_LINE">
            <summary>
            Represent line charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_BUBBLE">
            <summary>
            Represent bubble charts.
            </summary>
            <remarks>These are variation of scatter charts in which 
            the data points are replaced with bubbles.</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.NO_CATEGORY_AXIS">
            <summary>
            Represent the charts that can be without category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_VARYCOLOR">
            <summary>
            Represent charts that need different color for each value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_EXPLODED">
            <summary>
            Represent exploded charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHART_SERIES_LINES">
            <summary>
            Charts that need series lines:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_SCATTER">
            <summary>
            Represent scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_SMOOTHED_LINE">
            <summary>
            Represent charts with smoothed lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_STOCK">
            <summary>
            Represent stock charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_PERSPECTIVE">
            <summary>
            Represent charts with perspective.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_CLUSTERED">
            <summary>
            Represent clustered charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CHARTS_WITH_PLOT_AREA">
            <summary>
            Represent charts with plot area (by default).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.LEGEND_VERTICAL">
            <summary>
            Represent the legend types that are displayed vertically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_UNKNOWN_SERIE_LABEL">
            <summary>
            Unknown bytes. Needed for data labels serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_SPECIAL_DATA_LABELS">
            <summary>
            Represent the charts with data labels stored in different ways.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DEF_CHART_PERCENTAGE">
            <summary>
            Represent charts with percentage data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bParseDataOnDemand">
            <summary>
            Represents to parse sheet on demand
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_iOverlap">
            <summary>
            Specifies the contents of this attribute contain an integer between -100 and 100.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_gapWidth">
            <summary>
            Specifies the contents
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bShowGapWidth">
            <summary>
            Represents whether to serialize gapwidth 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bIsSecondaryAxis">
            <summary>
            If true than chart contain secondary axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bInWorksheet">
            <summary>
            Represents if chart in worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartType">
            <summary>
            Chart type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_pivotChartType">
            <summary>
            Pivot Chart type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dataRange">
            <summary>
            DataRange for the chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bSeriesInRows">
            <summary>
            True if series are in rows in DataRange;
            otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bHasDataTable">
            <summary>
            True if has data table;
            otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_pageSetup">
            <summary>
            Page setup for the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dXPos">
            <summary>
            X coordinate of the upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dYPos">
            <summary>
            Y coordinate of the upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dWidth">
            <summary>
            Width of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dHeight">
            <summary>
            Height of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_arrFonts">
            <summary>
            Array of the fonts used in the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_series">
            <summary>
            Collection of all the series of this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_categories">
            <summary>
            Collection of all the categories of this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dataTable">
            <summary>
            Chart's data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartProperties">
            <summary>
            Chart sheet properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_plotGrowth">
            <summary>
            This record stores scale factors for font scaling.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_plotAreaBoundingBox">
            <summary>
            Position of the plot area bounding box. The plot-area bounding box
            includes the plot area, tick marks, and a small border around
            the tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartArea">
            <summary>
            Chart frame format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_plotAreaFrame">
            <summary>
            Frame for plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_lstDefaultText">
            <summary>
            Dictionary that contains information about default text.
            Key - Object identifier for the text,
            Value - List with text records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_title">
            <summary>
            Title area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_primaryParentAxis">
            <summary>
            Represents primary parent axis record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_secondaryParentAxis">
            <summary>
            Represents secondary parent axis record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_legend">
            <summary>
            Represents legend in chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bHasLegend">
            <summary>
            True if has legend;
            otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_walls">
            <summary>
            Represents chart walls/back_walls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_sidewall">
            <summary>
            Represents chart side_walls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_floor">
            <summary>
            Represents chart floor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_plotArea">
            <summary>
            Represents chart plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bTypeChanging">
            <summary>
            Indicates if we change chart or Series type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_destinationType">
            <summary>
            Indicates if we change chart or Series type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_trendList">
            <summary>
            Represents helper array for parse trends. Use only for parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_pivotList">
            <summary>
            Represents list with pivot records;
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartChartZoom">
            <summary>
            WindowZoomRecord that was met inside ChartChartRecord block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_relations">
            <summary>
            Relations collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_iStyle2007">
            <summary>
            Style index for Excel 2007 chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_pivotFormatsStream">
            <summary>
            Stream with extracted pivot formats data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bZoomToFit">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_dictReparseErrorBars">
            <summary>
            Dictionary with error bars which requires future reparsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bandFormats">
            <summary>
            Preserved band formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_pivotSource">
            <summary>
            Pivot source string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_preservedPivotSource">
            <summary>
            Since we don't parse pivot tables we can only preserve pivot source using string variable, this should be remove after we start pivot tables parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_formatId">
            <summary>
            represents the format id of the chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showAllFieldButtons">
            <summary>
            Indicates the all button fields in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showAxisFieldButtons">
            <summary>
            Indicates the Axis button in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showValueFieldButtons">
            <summary>
            Indicates the value button in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showLegendFieldButtons">
            <summary>
            Indicates the legend button in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showExpandCollapseFieldButtons">
            <summary>
            Indicates the ExpandCollapseField button in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showReportFilterFieldButtons">
            <summary>
            Indicates the filter button in a pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bHasChartTitle">
            <summary>
            Indicates wheather the chart contains title 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_defaultTextProperty">
            <summary>
            Preserves the Chart's Default Text Property.
            TODO: Need to support Chart default text proprety, should be remove after we start to parse.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_font">
            <summary>
            Font used for chart drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_plotAreaLayout">
            <summary>
            Plot area layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.category">
            <summary>
            Collect the filter from category
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.series">
            <summary>
            Collect the filter from series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_seriesNameLevel">
            <summary>
            Represents the Excel2013 series name filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_categoriesLabelLevel">
            <summary>
            Represents the Excel2013 category Filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_showPlotVisible">
            <summary>
            Indicates whether the PlotVisOnly attribute exists or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_radarStyle">
            <summary>
            Indicates whether the PlotVisOnly attribute exists or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsAddCopied">
            <summary>
            Indicates whether the chart is copied from another workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CommonDataPointsCollection">
            <summary>
            Dictionary with Data Points which has data labels for different chart groups.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.imageCodec">
            <summary>
             Dictionary with imageCodec which has image raw formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_categoryLabelValues">
            <summary>
            Represents the common category label values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_formula">
            <summary>
            Represents the category lable reference as range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsStock">
            <summary>
            Indicates whether the chart type is Stock chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_bIsRadarTypeChanged">
            <summary>
            Indicates whether Radar series type is changed on parsing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_themeOverrideStream">
            <summary>
            This stream stores xml text with overided themes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_themeColors">
            <summary>
            Contains list of theme colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_isChartColorStyleSkipped">
            <summary>
            Boolean value indicates whether the color style element file (colors1.xml) is skipped on parsing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_isChartStyleSkipped">
            <summary>
            Boolean value indicates whether the chart style element file (style1.xml) is skipped on parsing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_colorMapOverrideStream">
            <summary>
            This stream stores xml text with color mapped override.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartExTitlePosition">
            <summary>
            short value indicates the chartEx element position
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartTitleIncludeInLayout">
            <summary>
            Boolean value indicates whether the title can be overlay or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_isAutoUpdate">
            <summary>
            Boolean value indicates whether the external data need to be updated
            Useful only in parsed workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.m_chartExRelationId">
            <summary>
            Relation id denotes the external referenced Id
            Useful only in parsed workbook
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartImpl"/> class.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartImpl"/> class from biff reader and specified decryptor.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="reader">BiffReader to extract data from.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip parsing.</param>
            <param name="hashXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.IList,System.Int32@,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.Charts.ChartImpl"/> class from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
            <param name="data">Array of BiffRecords with chart's data.</param>
            <param name="iPos">Position of the first chart's record.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CreateChartTitle">
            <summary>
            Creates chart title object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Parse">
            <summary>
            Parses internal records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Parse(System.Collections.IList,System.Int32@,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Extracts chart from array of BiffRecords.
            </summary>
            <param name="data">Array of BiffRecords containing chart's data.</param>
            <param name="iPos">Position of the first chart's record.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseData(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses object's records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ReparseErrorBars(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Reparses error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseOrdinaryRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32@,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses ordinary chart record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="iPos">Record position - will be updated during this operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetChartRecords(System.Collections.IList,System.Int32@,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Saves all chart records in the internal storage (without first BOF record).
            </summary>
            <param name="data">Array with chart records.</param>
            <param name="iPos">Position to the first chart record.</param>
            <param name="records">Array that will get all chart records.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseFonts(System.Collections.IList,System.Int32@)">
            <summary>
            Extracts fonts from the BiffRecords array.
            </summary>
            <param name="data">BiffRecords array containing fonts.</param>
            <param name="iPos">Position of the first font record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If specified by parameter record is not ChartFbi record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseChart(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses ChartChartReacod and all its subrecords.
            </summary>
            <param name="data">Array of BiffRecords containing chart's data.</param>
            <param name="iPos">Position of the ChartChart record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartChart record
            or the next record is not Begin record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.FillDataFromChartRecord(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord)">
            <summary>
            Extracts data from ChartChart record.
            </summary>
            <param name="chart">Record with data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParsePlotGrowth(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord)">
            <summary>
            Parses ChartPlotGrowth record.
            </summary>
            <param name="plotGrowth">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseSiIndex(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartSiIndex records.
            </summary>
            <param name="data">Array of records containing ChartSiIndex records.</param>
            <param name="iPos">Position of the first ChartSiIndex record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartSiIndex record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseSeriesOrErrorBars(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses ChartSeries record and its subrecords.
            Creates new series in the Series collection.
            </summary>
            <param name="data">Array of records containing ChartSeries data.</param>
            <param name="iPos">Position of the ChartSeries record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseSheetProperties(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses sheet properties.
            </summary>
            <param name="data">Array of records containing sheet properties data.</param>
            <param name="iPos">Position of the ChartShtprops record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartShtprops record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseDefaultText(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartDefaultText record.
            </summary>
            <param name="data">Array of records containing default text data.</param>
            <param name="iPos">Position of the record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartDefaultText record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetTextData(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Gets record of the text data block.
            </summary>
            <param name="data">Array of records containing text data.</param>
            <param name="iPos">Position of the first text record.</param>
            <returns>List with all text records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseText(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartText record and all its subrecords.
            </summary>
            <param name="data">Array of records containing text data.</param>
            <param name="iPos">Position of the record.</param>
            <returns>ChartTextAreaImpl that represents parsed text area.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartText record
            or when next record is not Begin record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseAxesUsed(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartAxesUsed record.
            </summary>
            <param name="data">Array of records containing record.</param>
            <param name="iPos">Position of the record to parse.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartAxesUsed record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseAxisParent(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartAxisParent record.
            </summary>
            <param name="data">Array of records containing record.</param>
            <param name="iPos">Position of the record to parse.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartAxisParent record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseDataTable(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartData table records.
            </summary>
            <param name="data">Array of records containing data table records.</param>
            <param name="iPos">Position of the ChartData record in the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartData record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AssignTextArea(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Assigns text area to its owner.
            </summary>
            <param name="textArea">Text area to assign.</param>
            <returns>List with unassigned text areas.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParsePlotArea(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses chart's plot area and all its sub records.
            </summary>
            <param name="data">Array of records containing plot area data.</param>
            <param name="iPos">
            Position of the ChartPlotArea record in the array.
            </param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartPlotArea record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseChartFrame(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses chart frame records.
            </summary>
            <param name="data">Array of records containing axes names data.</param>
            <param name="iPos">Position of the ChartFrame record in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DetectChartType">
            <summary>
            Detects the type of the chart.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When it is not possible to detect chart type.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SetDefaultValues">
            <summary>
            Sets some important variables into initial state.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseFontx(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord)">
            <summary>
            Parses ChartFontxRecord.
            </summary>
            <param name="fontx">Record to parse.</param>
            <returns>IFont corresponding to the fontx record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseLegend(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses the legend in the chart.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddRecords(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Int32@,System.Boolean@)">
            <summary>
            Adds series records to subholder from global holder.
            </summary>
            <param name="list">Represents global record holder.</param>
            <param name="holder">Represents record subholder.</param>
            <param name="iPos">Represents position in global holder</param>
            <param name="serieIndex">Gets series index for error bar.</param>
            <param name="bIsErrorBars">Indicates parsing error bars.</param>
            <returns>If true - parse Series; otherwise - error bars or trend lines.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ReparseTrendLegends">
            <summary>
            Reparse trend line legend entries.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves chart into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all chart's records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeFonts(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves all chart's fonts into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all fonts records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeChart(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Boolean)">
            <summary>
            Saves ChartChart record and all its subrecords.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
            <param name="isChartEx">Boolean value indicates whether the chart is chartEx or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeDefaultText(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves DefaultText.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeAxes(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes chart's axes.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeSheetProperties(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes sheet properties.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeChartSiIndexes(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes ChartSiIndex records.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InsertSeriesLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes category labels.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InsertSeriesValues(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes series values.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeDataTable(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data table if it is visible.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeDataLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data labels.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeSeriesList(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes Series list.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeChartSiMembers(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Int32)">
            <summary>
            Serializes ChartSi members.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
            <param name="siIndex">SiIndex record index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeLegend(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize the chart's legend.
            </summary>
            <param name="records">Represents record list to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeWalls(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize chart walls.
            </summary>
            <param name="records">Records collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializeFloor(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize the chart's floor.
            </summary>
            <param name="records">Records collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializePlotArea(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize plot area to stg stream.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DetectAndUpdateDataRangeForChartEx(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            from the data range it detects and assign the series and its values
            </summary>
            <param name="type">input chart type</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSeriesRangesForChartEx(System.Int32,System.Int32,System.Boolean,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange@,Syncfusion.XlsIO.IRange@,Syncfusion.XlsIO.IRange@)">
            <summary>
            from given information it creates series and its values
            </summary>
            <param name="reqRowsCount">required rows count used series creation</param>
            <param name="reqColsCount">required columns count used series creation</param>
            <param name="isAnySpace">boolean value indicates whether the series ranges have any space</param>
            <param name="inputSerieValue">input series Ranges</param>
            <param name="inputSerieNameRange">input seriesName ranges</param>
            <param name="outputSerieValue">output modified serie value ranges</param>
            <param name="outputSerieNameRange">output modified serie named ranges</param>
            <param name="outputAxisRange">output axis ranges</param>
            <returns>the boolean value indicates whether the series in rows or not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetRangeForChartEx(Syncfusion.XlsIO.Implementation.MigrantRangeImpl,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calculate and retruns count of the required cells inside the range
            </summary>
            <param name="tempRange">input migrant range</param>
            <param name="lastIndex">last index in the column or row wise</param>
            <param name="index">index in the column or row wise</param>
            <param name="constantValue">constant column or row value</param>
            <param name="isChangeRow">boolean value indicates whether the iteration in row or not</param>
            <returns>the number of required cells count</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateCategory(Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection,System.Boolean)">
            <summary>
            Updates chart categories from the specified series collection.
            </summary>
            <param name="series">Series collection.</param>
            <param name="fromDataRange">Boolean value indicating if the chart is from data range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateSeries(Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection)">
            <summary>
            Updates series filter from the specified series collection.
            </summary>
            <param name="series">Series collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetCategoryRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange@,System.Int32,System.Boolean)">
            <summary>
            Finds the category range in the specified chart range.
            </summary>
            <param name="Chartvalues">Range of chart values.</param>
            <param name="values">Outputted category range values.</param>
            <param name="count">Chart values count.</param>
            <param name="bIsInRow">Boolean value indicating if series is in row.</param>
            <returns>Category range in the specified chart range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetFilter">
            <summary>
            Getting the filter from series and categories
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Setfilter">
            <summary>
            Filter is assigned to the categories/series.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetIsClustered(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Determines if the specified chart type is clustered chart.
            </summary>
            <param name="chartType">The chart type to check.</param>
            <returns>True if teh chart type is clustered. False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetIs100(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Determines if the chart is 100% in view.
            </summary>
            <param name="chartType">The type of the chart.</param>
            <returns>True if the chart is 100%. False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetIsStacked(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Determines if the specified chart type is stacked.
            </summary>
            <param name="chartType">The chart type to check.</param>
            <returns>True if the chart is clustered chart. False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetIsChartPie(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Determines whether specified chart type is pie chart.
            </summary>
            <param name="chartType">The chart type to check.</param>
            <returns>Value indicating whether specified chart type is pie chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CreateNecessaryAxes(System.Boolean)">
            <summary>
            Creates necessary primary axes.
            </summary>
            <param name="bPrimary">Value indicating whether axis is primary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InitializeCollections">
            <summary>
            Initializes all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CheckSupportDataTable">
            <summary>
            Checks whether chart support data table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CheckDataTablePossibility(System.String,System.Boolean)">
            <summary>
            Checks whether data table is compatible with specified start type.
            </summary>
            <param name="startType">Start type of the chart.</param>
            <param name="bThrowException">Boolean value indicating whether to throw exception.</param>
            <returns>True if  data table is compatible with specified start type. False otherwise.</returns>
            <exception cref="T:System.NotSupportedException"> 
            When the chart type is not supported by the data table.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InitializeDefaultText">
            <summary>
            Initializes collection of default text objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.OnDataRangeChanged(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            This method is called if DataRange was changed.
            </summary>
            <param name="type">Represents chart type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddDefaultRowSerie">
            <summary>
            Adds default row series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddDefaultColumnSerie">
            <summary>
            Adds default column series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddBubbleRowSerie">
            <summary>
            Adds bubble row series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddBubbleColumnSerie">
            <summary>
            Adds bubble column series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddScatterRowSerie">
            <summary>
            Adds scatter row series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddScatterColumnSerie">
            <summary>
            Adds scatter column series to the series collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddStockHLCRowSerie(System.Int32)">
            <summary>
            Adds stock row series without volume to the series collection.
            </summary>
            <param name="count">Number of series to add.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data range rows count does not correspond to the specified count.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddStockHLCColumnSerie(System.Int32)">
            <summary>
            Adds stock column series without volume to the series collection.
            </summary>
            <param name="count">Number of series to add.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data range columns count does not correspond to the specified count.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddStockVolumeRowSerie(System.Int32)">
            <summary>
            Adds stock row series with volume to the series collection.
            </summary>
            <param name="count">Number of series to add.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data range rows count does not correspond to the specified count.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AddStockVolumeColumnSerie(System.Int32)">
            <summary>
            Adds stock column series with volume to the series collection.
            </summary>
            <param name="count">Number of series to add.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data range columns count does not correspond to the specified count.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SetVolumeSecondaryAxisFormat">
            <summary>
            Sets format of secondary axes for volume chart type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SetStockSerieFormat(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Sets default format for the first stock Series.
            </summary>
            <param name="serie">Series to set format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.OnSeriesInRowsChanged">
            <summary>
            This method is called when IsSeriesInRows is changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateSeriesInBubleChart">
            <summary>
            Updates series in bubble chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.OnChartTypeChanged(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            This method is called when chart type is changed.
            </summary>
            <param name="type">Represents chart type.</param>
            <param name="isSeriesCreation">Value indicating whether series needs to be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateSurfaceTickRecord">
            <summary>
            Updates tick record in surface chart type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateRadarTickRecord">
            <summary>
            Updates tick record in radar chart type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateChartMembersOnTypeChanging(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Updates chart members on type changing.
            </summary>
            <param name="type">Represents new chart type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartExSerieType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Check whether the input chart type is ChartEx type or not
            </summary>
            <param name="type">input chart type</param>
            <returns>the boolean value indicates whether the chart type is chart ex</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChangeToChartExType(Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Change the chart to chart ex type
            </summary>
            <param name="oldChartType">Indicates the old chart type</param>
            <param name="type">input chart type to be modified</param>
            <param name="isSeriesCreation">boolean value indicates whether the series is created or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChangeChartStockType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes Chart type for one of stock types.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetChart3D">
            <summary>
            Returns Chart3D record for this chart.
            </summary>
            <returns>Chart3D record for this chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.serie_ValueRangeChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This is event handler for ValueRangeChanged of each series of the chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InitializeFrames">
            <summary>
            Initializes chart frames.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.RemoveFormat(Syncfusion.XlsIO.IChartFormat)">
            <summary>
            Removes the specified chart format.
            </summary>
            <param name="formatToRemove">Format to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateChartTitle">
            <summary>
            Updates chart title on chart creation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetChartTypeStart">
            <summary>
            Detects start type of the chart.
            </summary>
            <returns>Returns null if cann't detect.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DetectDataRange">
            <summary>
            Detects data range by series and category axis.
            </summary>
            <returns>Returns detected data range or null if cann't detect.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DetectIsInRow(Syncfusion.XlsIO.IRange)">
            <summary>
            Detects if series in rows or in column. 
            </summary>
            <param name="range">Represents data range to be detected.</param>
            <returns>Returns true if series is in rows; False if series is in columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSerieOrAxisRange(Syncfusion.XlsIO.IRange,System.Boolean,Syncfusion.XlsIO.IRange@)">
            <summary>
            Gets data range that represents series name or category axis.
            </summary>
            <param name="range">Represents data range.</param>
            <param name="bIsInRow">Represents if series in row.</param>
            <param name="serieRange">Represents range that contain series value range.</param>
            <returns>Returns series name or category axis range, if possible; otherwise null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ValidateSerieRangeForChartType(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Validates Series range for min Series count of custom chart type.
            </summary>
            <param name="serieValue">Represents range, that contain Series values.</param>
            <param name="type">Represents chart type.</param>
            <returns>Returns true if can set data range, otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateSeriesByDataRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.String,System.Int32,System.Boolean)">
            <summary>
            Updates series value by data range.
            </summary>
            <param name="serieValue">Represents range, that contain series value.</param>
            <param name="serieNameRange">Represents range, that contain series name.</param>
            <param name="axisRange">axis range of the chart</param>
            <param name="strType">Represents chart type.</param>
            <param name="iIndex">Represents index.</param>
            <param name="isSeriesInRows">boolean value indicates whether series in row or column</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CompareSeriesValues(System.Drawing.Rectangle,Syncfusion.XlsIO.IRange,System.Int32,System.String)">
            <summary>
            Indicates if Series is in data range.
            </summary>
            <param name="rec">Represents rec of first Series values.</param>
            <param name="range">Represents range of current Series values.</param>
            <param name="i">index of this Series in collection.</param>
            <param name="strSheetName">Represents sheet name.</param>
            <returns>Returns true if series values is equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSeriesValuesRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IWorksheet,System.String)">
            <summary>
            Gets range, that represents series value range.
            </summary>
            <param name="lastRange">Represents last range.</param>
            <param name="buble">Represents bubble range.</param>
            <param name="sheet">Represents parent sheet.</param>
            <param name="strSheetName">Represents name of worksheet in data range.</param>
            <returns>Returns detected series range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSerieNameValuesRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IWorksheet,System.String,Syncfusion.XlsIO.IRange@)">
            <summary>
            Gets range, that represents series name values.
            </summary>
            <param name="lastRange">Represents first Series name range.</param>
            <param name="bubles">Represents bubble range.</param>
            <param name="sheet">Represents parent sheet.</param>
            <param name="strSheetName">Represents sheet name.</param>
            <param name="result">Sets out parameter to Series name range.</param>
            <returns>Value indicating range representing serie name values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetDataRangeRec(Syncfusion.XlsIO.IRange,System.Drawing.Rectangle@,System.Boolean)">
            <summary>
            Updates data range rectangle.
            </summary>
            <param name="range">Represents range to update.</param>
            <param name="rec">Represents rec, that represents current data range. Ref parameter.</param>
            <param name="inRow">Indicates if values is in rows.</param>
            <returns>Returns true if can update data range; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DetectIsInRowOnParsing">
            <summary>
            Detects if series in rows.
            </summary>
            <returns>Returns true if series values in row; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChangeChartType(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Changes chart type.
            </summary>
            <param name="newChartType">Represents new chart type.</param>
            <param name="isSeriesCreation">Value indicating whether to create series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateChartType(Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Check and update the needed changes for chart to chartEx or chartEx to chart conversion
            </summary>
            <param name="oldChartType">previous chart type</param>
            <param name="newChartType">new chart type</param>
            <param name="isSeriesCreation">Value indicating whether to create series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ClearDependentStreams">
            <summary>
            Clear the stream which is to be ignored on chartEx and chart conversion
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrepareProtectionOptions(Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Prepares protection options before setting protection.
            </summary>
            <param name="options"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSerieRangeByBlank(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange@,System.Boolean)">
            <summary>
            Calculate the serie name range by empty spaces
            </summary>
            <param name="range">Input data range to calculate</param>
            <param name="serieRange">Input Data Range without series name range</param>
            <param name="isChartEx">boolean value indicates whether the chart is Excel 2016 or not</param>
            <returns>series name range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CheckForBlankAndAssignAxis(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange@,System.Boolean)">
            <summary>
            Calculate and retruns the range after removing the input series name range
            </summary>
            <param name="dataRange">The complete input range to calculate</param>
            <param name="nameRangeInput">Input series name range</param>
            <param name="nameRangeOutput">Input series name range modified</param>
            <returns>the axis range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetSerieRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Int32,System.Int32,System.Boolean)">
            <summary>
            
            </summary>
            <param name="inputRange"></param>
            <param name="serieNameRange"></param>
            <param name="axisRange"></param>
            <param name="columnCount"></param>
            <param name="rowCount"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Clone(System.Object)">
            <summary>
            Creates a copy of current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Clone(System.Collections.Generic.Dictionary{System.String,System.String},System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Creates a copy of the current instance with the specified dictionary of worksheet names.
            </summary>
            <param name="hashNewNames">Hash table with new Worksheet names.</param>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>Cloned object which is a copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChangePrimaryAxis(System.Boolean)">
            <summary>
            Changes primary axis of the chart to secondary.
            </summary>
            <param name="isParsing">If parsing - true; Otherwise false.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateChartFbiIndexes(System.Collections.IDictionary)">
            <summary>
            Updates scalable font indexes in the chart sheet.
            </summary>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateChartFontXIndexes(System.Collections.IDictionary)">
            <summary>
            Updates font indexes in the chart sheet.
            </summary>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CheckForSupportGridLine">
            <summary>
            Checks for existing gridlines in chart.
            </summary>
            <returns>Returns true if gridlines exist; Otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SetToDefaultGridlines(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Sets default chart grid lines on chart type or series type changing.
            </summary>
            <param name="type">Represents chart type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SaveAsImage(System.IO.Stream)">
            <summary>
            Converts the chart to image stream.
            </summary>
            <param name="imageAsStream">Stream object where the image is streamed.</param>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DoubleToFixedPoint(System.Double)">
            <summary>
            Converts the specified double value into 32-bits fixed-point value.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted 32-bits fixed-point value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.FixedPointToDouble(System.Int32)">
            <summary>
            Converts the specified 32-bits fixed-point value into double.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CreatePrimarySeriesAxis">
            <summary>
            Creates primary series axis.
            </summary>
            <returns>Created axis.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CheckIsBubble3D">
            <summary>
            Check for if any series is bubble_3D,Assign SerieFormat
            </summary>
            <param name="chart">Chart to be changed</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GetChartColor(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Returns the chart color respect to index on automatic format
            </summary>
            <param name="index">index of the series or data points</param>
            <param name="totalCount">total count of series and data points</param>
            <param name="isBinary">Indicates whether the parent workbook is binary or not</param>
            <param name="isColorPalette">Indicates whether the color to be taken from color palette only for line,scatter,radar in binary files</param>
            <returns>the Color of the chart</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Dispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.OverLap">
            <summary>
            Specifies the contents of this attribute contain an integer between -100 and 100.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowGapWidth">
            <summary>
            Represents whether to serialize gapwidth 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Rotation">
            <summary>
            Gets or sets the rotation of the 3D chart view
            (the rotation of the plot area around the z-axis, in degrees)-(0 to 360 degrees).
            </summary>
            <remarks>The value of this property must be from 0 to 360, except for 3-D bar charts, 
            where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Elevation">
            <summary>
            Gets or sets the elevation of the 3-D chart view, in degrees (�90 to +90 degrees).
            </summary>
            <remarks>
            The chart elevation is the height at which you view the chart, in degrees. 
            The default is 15 for most chart types. The value of this property must be between -90 and 90, except 
            for 3-D bar charts, where it must be between 0 and 44.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Perspective">
            <summary>
            Gets or sets the perspective for the 3D chart view (0 to 100).
            </summary>
            <remarks>This property is ignored if the <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.RightAngleAxes"/> property is True.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PivotChartType">
            <summary>
            Gets or sets the type of the pivot chart.
            </summary>
            <value>The type of the pivot chart.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PivotSource">
            <summary>
            Gets or sets the pivot source.
            </summary>
            <value>The pivot source.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PreservedPivotSource">
            <summary>
            Gets or sets name of the preserved pivot source stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.FormatId">
            <summary>
            Gets or sets the format id of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasPivotSource">
            <summary>
            True if the chart has pivot source. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowAllFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show all field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show all field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowValueFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show value field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show value field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowAxisFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show axis field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show axis field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowLegendFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show legend field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show legend field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowExpandCollapseFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show ExpandCollapse field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show ExpandCollapse field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowReportFilterFieldButtons">
            <summary>
            Gets or sets a boolean value indicating whether to show report filter field buttons on a pivot chart.
            </summary>
            <value>
            	<c>true</c> to show report filter field buttons; <c>false</c> otherwise.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HeightPercent">
            <summary>
            Gets or sets the height of a 3D chart as a percentage of the chart width
            (5 - 500 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DepthPercent">
            <summary>
            Gets or sets the depth of a 3D chart as a percentage of the chart width
            (20 - 2000 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.GapDepth">
            <summary>
            Gets or sets the distance between data series in a 3D chart, as a percentage of marker width ( 0 - 500 ).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.RightAngleAxes">
            <summary>
            True if the chart axes are at right angles, independent of chart rotation or elevation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AutoScaling">
            <summary>
            True to automatically scale the chart. otherwise False. The <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.RightAngleAxes"/> property must be True.
            </summary>
            <remarks>Excel scales a 3-D chart so that it is closer in size to the equivalent 2-D chart when this property is enabled.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.WallsAndGridlines2D">
            <summary>
            True if grid lines are drawn two-dimensionally on a 3-D chart. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartType">
            <summary>
            Gets or sets the <see cref="T:Syncfusion.XlsIO.ExcelChartType"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SeriesNameLevel">
            <summary>
            Gets or sets a value referring to the source level for series names.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CategoryLabelLevel">
            <summary>
            Gets or sets a value referring to the source level for the category labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DataRange">
            <summary>
            Gets or sets the data range for the chart series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSeriesInRows">
            <summary>
            True to swap the data in <see cref="P:Syncfusion.XlsIO.IChart.DataRange"/> over the axis. Series data is charted
            on the Y axis by default.
            </summary>
            <remarks>Data being charted on the X axis will move to the Y axis and vise versa.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartTitle">
            <summary>
            Gets or sets the title of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartTitleArea">
            <summary>
            Gets the area for chart title. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartTitleFont">
            <summary>
            Gets the font used for title display. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CategoryAxisTitle">
            <summary>
            Gets or sets the title of the category axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ValueAxisTitle">
            <summary>
            Gets or sets the title of the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryCategoryAxisTitle">
            <summary>
            Gets or sets the title of the secondary category axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryValueAxisTitle">
            <summary>
            Gets or sets the title of the secondary value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SeriesAxisTitle">
            <summary>
            Gets or sets the title of the series axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryCategoryAxis">
            <summary>
            Gets the primary category axis of the chart. Read-only.
            </summary>
            <remarks>
            Charts are plotted using X and Y axes. The Y axes typically have numerical scales, whereas the X axes typically have categorical scales. 
            Some charts, for example, have axes, and others, like PieChart don't. 
            Most charts have horizontal axis of type <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> and vertical axis of type 
            <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryValueAxis"/> but some, like BarChart, have the opposite.
            <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> represents an axis used for categories. Categories can include string, numeric, and date values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryValueAxis">
            <summary>
            Gets the primary value axis. Read-only.
            </summary>
            <remarks>
            Charts are plotted using X and Y axes. The Y axes typically have numerical scales, whereas the X axes typically have categorical scales. 
            Some charts, for example, have axes, and others, like PieChart don't. 
            Most charts have horizontal axis of type <see cref="P:Syncfusion.XlsIO.IChart.PrimaryCategoryAxis"/> and vertical axis of type 
            <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryValueAxis"/> but some, like BarChart, have the opposite.
            <see cref="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryValueAxis"/> represents an axis used for series values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimarySerieAxis">
            <summary>
            Gets the primary series axis. Read-only.
            </summary>
            <remarks>This is the depth axis showing the depth of the third dimension in 3D charts.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryCategoryAxis">
            <summary>
            Gets the secondary category axis of the chart. Read-only.
            </summary>
            <remarks>
            The most commonly used charts have a set of primary axes and may have a set of secondary axes.
            You can enable and disable this through <see cref="P:Syncfusion.XlsIO.IChartAxis.Visible"/> property. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryValueAxis">
            <summary>
            Gets the secondary value axis of the chart. Read-only.
            </summary>
            <remarks>
            The most commonly used charts have a set of primary axes and may have a set of secondary axes.
            You can enable and disable this through <see cref="P:Syncfusion.XlsIO.IChartSerie.UsePrimaryAxis"/> property.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PageSetup">
            <summary>
            Gets the page setup for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.XPos">
            <summary>
            Gets or sets the X coordinate of upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.YPos">
            <summary>
            Gets or sets the Y coordinate of upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Width">
            <summary>
            Gets or sets the width of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Height">
            <summary>
            Gets or sets the height of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Series">
            <summary>
            Gets the collection of series of the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Categories">
            <summary>
            Gets a collection of categories of the chart. Read-only.
            </summary>
            <remarks> Charts are plotted using X and Y axes. X axes typically have categorical scales. 
            Categories can include string, numeric, and date values.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryFormats">
            <summary>
            Gets chart format collection in primary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryFormats">
            <summary>
            Gets the chart format collection in secondary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartArea">
            <summary>
            Gets the chart area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasChartArea">
            <summary>
            Gets or sets whether the chart has chart area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasPlotArea">
            <summary>
            Gets or sets a boolean value indicating whether the chart has plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PlotArea">
            <summary>
            Gets the plot area where the chart data is plotted. Read-only.
            </summary>
            <remarks>The plot area on a 2-D chart contains the data markers, grid lines, data labels, trend lines, 
            and optional chart items placed in the chart area. The plot area on a 3-D chart contains all the above items 
            plus the walls and floor. 
            The plot area is surrounded by the chart area.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PrimaryParentAxis">
            <summary>
            Gets the primary parent axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SecondaryParentAxis">
            <summary>
            Gets the secondary parent axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Walls">
            <summary>
            Gets the walls of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SideWall">
            <summary>
            Gets the side wall of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.BackWall">
            <summary>
            Gets the back wall of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Floor">
            <summary>
            Gets the floor of the 3D chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DataTable">
            <summary>
            Gets the data table of the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasDataTable">
            <summary>
            True if the chart has data table. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Legend">
            <summary>
            Gets legend in the chart. Read-only.
            </summary>
            <remarks>This is a key that identifies patterns, colors or symbols associated with the markers of a chart data series.
            It shows data series name corresponding to each data marker.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasLegend">
            <summary>
            True if the chart has a legend object. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DisplayBlanksAs">
            <summary>
            Gets or sets a value indicating how the blank cells are plotted on chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PlotVisibleOnly">
            <summary>
            True if only visible cells are plotted. False if both visible and hidden cells are plotted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ShowPlotVisible">
            <summary>
            Gets or sets a value indicating whether to show the PlotVisibleOnly attribute.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SizeWithWindow">
            <summary>
            True if the chart is resized to match the size of the chart sheet window.
            False if the chart size is not attached to the window size. Applies only to chart sheets.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SupportWallsAndFloor">
            <summary>
            Gets a Boolean value indicating whether this chart supports walls and floor. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ProtectDrawingObjects">
            <summary>
            True if drawing objects in the tab sheet are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ProtectScenarios">
            <summary>
            True if the scenarios of the current sheet are protected. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Protection">
            <summary>
            Gets protected options. Read-only.
            </summary>
            <remarks>For setting protection options use "Protect" method.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PlotAreaLayout">
            <summary>
            Gets the plot area layout record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CategoryLabelValues">
            <summary>
            Represents the common category label values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CategoryFormula">
            <summary>
            Represents the category lable reference as range
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.TabColor">
            <summary>
            Gets or sets the chart sheet tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsCategoryAxisAvail">
            <summary>
            True if chart has a category axis. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsValueAxisAvail">
            <summary>
            True if chart has a value axis. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSeriesAxisAvail">
            <summary>
            True if chart has a series axis. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsStacked">
            <summary>
            True if chart is stacked. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChart_100">
            <summary>
            True if chart is 100%. False otherwise. Read-only.
            </summary>
            <remarks>The chart assumes that the values add up to 100%, so all the columns will occupy the entire area.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChart3D">
            <summary>
            True if chart is a 3D- chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsPivotChart3D">
            <summary>
            Gets a value indicating whether this instance is 3D pivot chart.
            </summary>
            <value>
            	<c>true</c> if this instance is 3D pivot chart; <c>false</c> otherwise. Read-only.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartLine">
            <summary>
            True if chart is a line chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.NeedDataFormat">
            <summary>
            True if chart needs data format to be saved. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.NeedMarkerFormat">
            <summary>
            True if chart needs marker format to be saved. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartBar">
            <summary>
            True if chart is a bar chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartPyramid">
            <summary>
            True if chart is in a pyramid shape. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartCone">
            <summary>
            True if chart is in a conical shape. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartCylinder">
            <summary>
            True if chart is in a cylinder shape. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartBubble">
            <summary>
            True if chart is a bubble chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartDoughnut">
            <summary>
            True if chart is a doughnut shaped chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartVaryColor">
            <summary>
            True if chart should have a different color for each series value. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartExploded">
            <summary>
            True if chart is in in exploded view. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSeriesLines">
            <summary>
            True if the chart has series lines. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CanChartHaveSeriesLines">
            <summary>
            True if chart has series lines. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartScatter">
            <summary>
            True if chart is a scatter chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultLinePattern">
            <summary>
            Gets the default line pattern for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartSmoothedLine">
            <summary>
            True if chart has smoothed lines. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartStock">
            <summary>
            True if this is a stock chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.NeedDropBar">
            <summary>
            True if chart needs drop bars to be saved. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartVolume">
            <summary>
            True if chart is a stock chart with volume. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsPerspective">
            <summary>
            True if chart has perspective. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsClustered">
            <summary>
            True if the chart is a clustered chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.NoPlotArea">
            <summary>
            True if chart has no plot area. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartRadar">
            <summary>
            True if chart is a radar chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartPie">
            <summary>
            True if chart is a pie chart. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartWalls">
            <summary>
            True if chart has walls. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsChartFloor">
            <summary>
            True if chart has floor. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.SerializedAxisIds">
            <summary>
            Gets the serialized axis ids.
            </summary>
            <value>The serialized axis ids.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSecondaryCategoryAxisAvail">
            <summary>
            True if secondary category axis is present. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSecondaryValueAxisAvail">
            <summary>
            True if secondary value axis is present. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSecondaryAxes">
            <summary>
            True if at least one of the secondary axes is present. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsSpecialDataLabels">
            <summary>
            True if chart needs special data labels serialization. False otherwise.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CanChartPercentageLabel">
            <summary>
            True if chart has percentage data labels. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.CanChartBubbleLabel">
            <summary>
            True if chart has bubble data labels. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsManuallyFormatted">
            <summary>
            True if the chart is manually formatted. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PlotGrowth">
            <summary>
            This record stores scale factors for font scaling.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PlotAreaBoundingBox">
            <summary>
            Plot are bounding box. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InnerWorkbook">
            <summary>
            Gets the parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InnerChartArea">
            <summary>
            Gets the inner chart area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.InnerPlotArea">
            <summary>
            Gets the inner plot area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartStartType">
            <summary>
            Gets the start serie type of chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PageSetupBase">
            <summary>
            Page setup for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartProperties">
            <summary>
            Gets the chart options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Loading">
            <summary>
            Gets the parsing status of chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartFormat">
            <summary>
            Gets chart format for 3-d charts. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.TypeChanging">
            <summary>
            True if the chart or series type is changed. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DestinationType">
            <summary>
            Gets or sets the resulting chart type after type change operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Relations">
            <summary>
            Gets the collection of chart relations. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Style">
            <summary>
            Gets or sets the style index for Excel 2007 chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasFloor">
            <summary>
            Gets a value indicating whether chart floor object is created. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasWalls">
            <summary>
            True if the chart walls are present. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PivotFormatsStream">
            <summary>
            Gets or sets pivot formats stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ZoomToFit">
            <summary>
            Gets or sets a Bolean value indicating whether chart sheet is zoom to fit window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultProtectionOptions">
            <summary>
            Gets default protection options for the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsEmbeded">
            <summary>
            Gets a value indicating whether chart is embeded into worksheet. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultTextIndex">
            <summary>
            Gets the font index from the default font records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.PreservedBandFormats">
            <summary>
            Gets or sets preserved band formats for surface chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasTitle">
            <summary>
            True if the chart has title. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasChartTitle">
            <summary>
            True if the chart has title. False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.DefaultTextProperty">
            <summary>
            Preserves the Chart's Default Text Property.
            TODO: Need to support Chart default text proprety, should be remove after we start to parse.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.Font">
            <summary>
            Gets the font used for axis text display. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.HasAutoTitle">
            <summary>
            Gets or sets to specify the title shall not be shown for this chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ParseDataOnDemand">
            <summary>
            Gets or sets the boolean value to load worksheets on demand
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.RadarStyle">
            <summary>
            Gets or sets to specify the title shall not be shown for this chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsWorkSheetDataholder">
            <summary>
            Boolean value indicates whether the chart Data holder is not worksheet's DataHolder.Read-Only 
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartExTitlePosition">
            <summary>
            Indicates the position and alignment of chart title
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartTitleIncludeInLayout">
            <summary>
            Indicates the chart title included in chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.AutoUpdate">
            <summary>
            Gets / Sets the Auto update member variable
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.ChartExRelationId">
            <summary>
            Gets / Sets the ChartEx relation Id member variable
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsTreeMapOrSunBurst">
            <summary>
            True if the chart type is treemap or sunburst. Otherwise false
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartImpl.IsHistogramOrPareto">
            <summary>
            True if the chart type is histogram or pareto. Otherwise false
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache">
            <summary>
            Provides the data cache information
            Used at parsing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_categoryFormula">
            <summary>
            formula referred for category values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_seriesFormula">
            <summary>
             formula referred for series values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_seriesValues">
            <summary>
            Array of values used in series values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_categoryValues">
            <summary>
            Array of values used in categories
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_isRowWiseCategory">
            <summary>
            Boolean value indicates category values interpreted in row-wise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_isRowWiseSeries">
            <summary>
            Boolean value indicates series values interpreted in row-wise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_seriesFormatCode">
            <summary>
            format code used in series values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.m_categoryFormatCode">
            <summary>
            format code used in category values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.CopyProperties(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Copy the current properties to chart serie
            </summary>
            <param name="serie">series in which properties to be copied</param>
            <param name="workbook">Parent workbook</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.CategoryFormula">
            <summary>
            Gets/Sets formula referred for category values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.SeriesFormula">
            <summary>
            Gets / Sets formula referred for series values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.SeriesValues">
            <summary>
            Gets / SetsArray of values used in series values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.CategoryValues">
            <summary>
            Gets/Sets Array of values used in categories
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.IsRowWiseCategory">
            <summary>
            Gets / SetsBoolean value indicates category values interpreted in row-wise
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.IsRowWiseSeries">
            <summary>
            Gets / SetsBoolean value indicates series values interpreted in row-wise
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.SeriesFormatCode">
            <summary>
            Gets / Sets the format code for series values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache.CategoriesFormatCode">
            <summary>
            Gets / Sets the format code for series categories
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl">
            <summary>
            Represents chart interior.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartInterior">
            <summary>
            Represents the chart interior.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.ForegroundColor">
            <summary>
            Gets or sets the foreground color of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.BackgroundColor">
            <summary>
            Gets or sets the background color of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.Pattern">
            <summary>
            Gets or sets the area pattern.
            </summary>
            <example>
            <code>
            IChartInterior chartInterior = chart.ChartArea.Interior;
            chartInterior.Pattern = ExcelPattern.VerticalStripe;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.ForegroundColorIndex">
            <summary>
            Gets or sets the index of foreground color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.BackgroundColorIndex">
            <summary>
            Gets or sets the index of background color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.UseAutomaticFormat">
            <summary>
            True to use automatic format. False to use custom format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartInterior.SwapColorsOnNegative">
            <summary>
            True if foreground and background colors are swapped when the data value is negative. otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_area">
            <summary>
            Represents area format record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_book">
            <summary>
            Represents parent book.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_serieFormat">
            <summary>
            Represents parent Series format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_foreColor">
            <summary>
            Represents series fore color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_backColor">
            <summary>
            Represents series back color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.m_hashPat">
            <summary>
            Represents dictionary to convert excelPattern to excelgradient pattern.
            key - ExcelPattern, value - ExcelGradientPattern.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.#cctor">
            <summary>
            Initialize all static members.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates chart interior instance.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord)">
            <summary>
            Creates chart interior instance.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="area">Represents area record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates new instance of class.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
            <param name="data">Represents record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.SetParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parsing current object.
            </summary>
            <param name="data">Records offset.</param>
            <param name="iPos">Position in offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize current object.
            </summary>
            <param name="records">Records offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.UpdateForeColor">
            <summary>
            Updates foreground color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.UpdateBackColor">
            <summary>
            Updated background color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.InitForFrameFormat(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initialize interior for frame format.
            </summary>
            <param name="bIsAutoSize">Indicate is autosize interior.</param>
            <param name="bIs3DChart">Represents is 3d chart.</param>
            <param name="bIsInteriorGray">Indicates is interior is gray.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.InitForFrameFormat(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initialize interior for frame format.
            </summary>
            <param name="bIsAutoSize">Indicate is autosize interior.</param>
            <param name="bIs3DChart">Represents is 3d chart.</param>
            <param name="bIsInteriorGray">Indicates is interior is gray.</param>
            <param name="bIsGray50">Indicates is default color is gray_50.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Makes copy of the current object and update its parent.
            </summary>
            <param name="parent">Represents Parent object to set.</param>
            <returns>Cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.ForegroundColorObject">
            <summary>
            Foreground color (RGB).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.BackgroundColorObject">
            <summary>
            Background color (RGB).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.ForegroundColor">
            <summary>
            Gets or sets the foreground color of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.BackgroundColor">
            <summary>
            Gets or sets the background color of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.Pattern">
            <summary>
            Gets or sets the area pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.ForegroundColorIndex">
            <summary>
            Gets or sets the index of foreground color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.BackgroundColorIndex">
            <summary>
            Gets or sets the index of background color in <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.UseAutomaticFormat">
            <summary>
            True to use automatic format. False to use custom format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl.SwapColorsOnNegative">
            <summary>
            True if foreground and background colors are swapped when the data value is negative. otherwise False.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl">
            <summary>
            Represents collection of ChartLegendEntries in chart legend.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartLegendEntries">
            <summary>
            Represents a collection of legend entries in the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegendEntries.Count">
            <summary>
            Gets the number of legend entries in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegendEntries.Item(System.Int32)">
            <summary>
            Gets the legend entry with the specified index. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.m_hashEntries">
            <summary>
            Represents global storage for legend entries.
            Key - entry index; Value - legend entry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.m_parentChart">
            <summary>
            Represents parent chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of Legend entry collection.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.SetParents">
            <summary>
            Finds all parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Add(System.Int32)">
            <summary>
            Adds legend to collection by index.
            </summary>
            <param name="iIndex">Represents index of new entry in collection.( Zero based )</param>
            <returns>Returns added entry.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Add(System.Int32,Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl)">
            <summary>
            Adds legend to collection by index.
            </summary>
            <param name="iIndex">Represents index of new entry in collection.( Zero based )</param>
            <param name="entry">Represents entry to add.</param>
            <returns>Returns added entry.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Contains(System.Int32)">
            <summary>
            Checks for contain changed from default formatting legend entry by index.
            </summary>
            <param name="iIndex">Represents legend entry index.</param>
            <returns>Returns true if contains otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.CanDelete(System.Int32)">
            <summary>
            Checks before deleting legend entry.
            </summary>
            <param name="iIndex">Represents index in collection.</param>
            <returns>If true - can delete; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Remove(System.Int32)">
            <summary>
            Updates legend entries collection after removing series.
            </summary>
            <param name="iIndex">Index of legend entry to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent for cloned object.</param>
            <param name="dicIndexes">Represents list with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Clear">
            <summary>
            Clears current collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.UpdateEntries(System.Int32,System.Int32)">
            <summary>
            Adds value to entry indexes.
            </summary>
            <param name="entryIndex">Represents start entry index.</param>
            <param name="value">Represents value to add.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Count">
            <summary>
            Represents count of legend entries in collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.Item(System.Int32)">
            <summary>
            Gets legend entry object by index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntriesColl.HashEntries">
            <summary>
            Returns the chartlegendentries collections
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl">
            <summary>
            Class used for Chart Legend entries implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartLegendEntry">
            <summary>
            Represents a legend entry in a chart legend.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartLegendEntry.Clear">
            <summary>
            Clears the legend entry.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartLegendEntry.Delete">
            <summary>
            Deletes the legend entry.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegendEntry.IsDeleted">
            <summary>
            True if this entry is deleted. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegendEntry.IsFormatted">
            <summary>
            True if the legend entry is formatted. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegendEntry.TextArea">
            <summary>
            Gets the text area of the legend entry. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.m_legendXN">
            <summary>
            Represents LegendXN record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.m_text">
            <summary>
            Represents text of legend entry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.m_legendEnties">
            <summary>
            Represents parent chart legend entry collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.m_index">
            <summary>
            Represents index of legend entry in collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32)">
            <summary>
            Creates new instance of legend entry.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="iIndex">Represents index in collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates new instance of legend entry by parsing from stream.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="iIndex">Represents index in collection.</param>
            <param name="data">Represents record holder.</param>
            <param name="iPos">Represents position in stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses legend entry.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.SetParents">
            <summary>
            Finds parent object for collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize legend entry object.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Clear">
            <summary>
            Clears the legend entry.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Delete">
            <summary>
            Deletes the legend entry.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicIndexes">Dictionary with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.IsDeleted">
            <summary>
            True if this entry is deleted. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.IsFormatted">
            <summary>
            True if the legend entry is formatted. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.TextArea">
            <summary>
            Gets the text area of the legend entry. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.LegendEntityIndex">
            <summary>
            Legend-entry index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl.Index">
            <summary>
            Represents index in collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl">
            <summary>
            Represents ChartLegend.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartLegend">
            <summary>
            Represents the legend of the chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartLegend.Clear">
            <summary>
            Clears the chart legend.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartLegend.Delete">
            <summary>
            Deletes the chart legend.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.FrameFormat">
            <summary>
            Represents <see cref="T:Syncfusion.XlsIO.IChartFrameFormat"/> object for the legend.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.TextArea">
            <summary>
            Gets the text area of the legend. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.X">
            <summary>
            Gets the X co-ordinate of upper-left corner of the legend. 1/4000 of chart plot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.Y">
            <summary>
            Gets the Y co-ordinate of upper-left corner of the legend. 1/4000 of chart plot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.Position">
            <summary>
            Gets or sets the position of legend on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.IsVerticalLegend">
            <summary>
            True if the legend is vertical. False if the legend is horizontal.
            </summary>
            <remarks>Manual-sized legends always have this bit set to False.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.LegendEntries">
            <summary>
            Gets the collection of legend entries. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.IncludeInLayout">
            <summary>
            True to show legend without overlapping the chart. otherwise False. 
            The default is True.
            </summary>
            <example>
            <code>
            IChartLegend chartLegend = chart.Legend;
            chartLegend.IncludeInLayout = false;
            </code>
            </example>
            <remarks>Not applicable to Binary files</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartLegend.Layout">
            <summary>
            Gets or sets the layout options of the legend.
            </summary>
            <example>
            <code>
            IChartLegend chartLegend = chart.Legend;
            chartLegend.Layout.Top = 100;
            </code>
            </example>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.DEF_POSITION">
            <summary>
            Represents top-left position in pos record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_serieLegend">
            <summary>
            Represents chart legend record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_pos">
            <summary>
            Represents chart pos record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_attachedLabelLayout">
            <summary>
            Attached label layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_text">
            <summary>
            Represents chart text record and sub records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_frame">
            <summary>
            Represents legend frame format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_includeInLayout">
            <summary>
            Show legend without overlapping. Default is True.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_parentChart">
            <summary>
            Represents parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_collEntries">
            <summary>
            Represents collection of legend entries.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_layout">
            <summary>
            Represents Excel 2007 layout data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_paraType">
            <summary>
            Represents the TextArea Paragraph 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_legendTextPropsStream">
            <summary>
            Represents the legend text properties stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_IsDefaultTextSettings">
            <summary>
            Represents the default ChartTextArea settings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_IsChartTextArea">
            <summary>
            Represents the default ChartTextArea settings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.m_chartExPosition">
            <summary>
            short value indicates the chartEx element position   
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.SetParents">
            <summary>
            Finds all parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parsing current object.
            </summary>
            <param name="data">Records offset.</param>
            <param name="iPos">Position in offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize current object.
            </summary>
            <param name="records">Represents record to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Saves single record into list of biff records.
            </summary>
            <param name="records">OffsetArrayList that will receive necessary records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Array with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Clear">
            <summary>
            Clears the chart legend.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Delete">
            <summary>
            Deletes the chart legend.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.SetDefPosition">
            <summary>
            Sets to default position
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.SetCustomPosition">
            <summary>
            Sets legend to custom position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.FrameFormat">
            <summary>
            Represents <see cref="T:Syncfusion.XlsIO.IChartFrameFormat"/> object for the legend.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.TextArea">
            <summary>
            Gets the text area of the legend. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.IncludeInLayout">
            <summary>
            True to show legend without overlapping the chart. otherwise False. 
            The default is True.
            </summary>
            <remarks>Not applicable to Binary files</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.X">
            <summary>
            X-position of upper-left corner. 1/4000 of chart plot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Y">
            <summary>
            Gets the Y co-ordinate of upper-left corner of the legend. 1/4000 of chart plot.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Position">
            <summary>
            Gets or sets the position of legend on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.IsVerticalLegend">
            <summary>
            True if the legend is vertical. False if the legend is horizontal.
            </summary>
            <remarks>Manual-sized legends always have this bit set to False.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.LegendEntries">
            <summary>
            Gets the collection of legend entries. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.IsDefaultTextSettings">
            <summary>
            Represents the Default ChartTextArea Settings
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.IsChartTextArea">
            <summary>
            Gets or Sets the value indicating whether the ChartTextArea settings are applied from the chart default text settings. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Width">
            <summary>
            X-size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Height">
            <summary>
            Y-size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.ContainsDataTable">
            <summary>
            True if chart contains data table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Spacing">
            <summary>
            Spacing:
            0 = close
            1 = medium
            2 = open
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.AutoPosition">
            <summary>
            Automatic positioning (True if legend is docked).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.AutoSeries">
            <summary>
            Automatic series distribution (True in Microsoft Excel 5.0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.AutoPositionX">
            <summary>
            X positioning is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.AutoPositionY">
            <summary>
            Y positioning is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.Layout">
            <summary>
            Gets or sets the layout options of the legend.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.ParagraphType">
            <summary>
            Represents the Legend Paragraph 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.AttachedLabelLayout">
            <summary>
            Return attached label layout record. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.ChartExPosition">
            <summary>
            Indicates the position and alignment of chart legend
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.LegendRecord">
            <summary>
            Returns legend record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl.PositionRecord">
            <summary>
            Returns position record. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl">
            <summary>
            Class allows users to configure Print setting of chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl">
            <summary>
            Summary description for PageSetupBaseImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IPageSetupBase">
            <summary>
            Base interface for all page setups.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.AutoFirstPageNumber">
            <summary>
            Indicates whether FirstPageNumber is set to Auto or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.BlackAndWhite">
            <summary>
            True if elements of the document will be printed in black and white.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.BottomMargin">
            <summary>
            Gets or sets the size of the bottom margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterFooter">
            <summary>
            Gets or sets the center part of the footer. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterFooterImage">
            <summary>
            Gets / set image for center part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterHeaderImage">
            <summary>
            Gets / set image for center part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterHeader">
            <summary>
            Gets or sets the center part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterHorizontally">
            <summary>
            True if the sheet is centered horizontally on the page when it is
            printed. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.CenterVertically">
            <summary>
            True if the sheet is centered vertically on the page when it is
            printed. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.Copies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.Draft">
            <summary>
            True if the sheet will be printed without graphics.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.FirstPageNumber">
            <summary>
            Gets or sets the first page number that will be used when
            this sheet is printed. If xlAutomatic, Microsoft Excel chooses the
            first page number. The default is xlAutomatic. Read / write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.FooterMargin">
            <summary>
            Gets or sets the distance from the bottom of the page to the footer,
            in inches. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.HeaderMargin">
            <summary>
            Gets or sets the distance from the top of the page to the header,
            in inches. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.LeftFooter">
            <summary>
            Gets or sets the left part of the footer. Read / write String.
            </summary>
            <remarks>
            &amp;L Left aligns the characters that follow.
            &amp;C Centers the characters that follow.
            &amp;R Right aligns the characters that follow.
            &amp;E Turns double-underline printing on or off.
            &amp;X Turns superscript printing on or off.
            &amp;Y Turns subscript printing on or off.
            &amp;B Turns bold printing on or off.
            &amp;I Turns italic printing on or off.
            &amp;U Turns underline printing on or off.
            &amp;S Turns strikethrough printing on or off.
            &amp;D Prints the current date.
            &amp;T Prints the current time.
            &amp;F Prints the name of the document.
            &amp;A Prints the name of the workbook tab.
            &amp;P Prints the page number.
            &amp;P+number Prints the page number plus the specified number.
            &amp;P-number Prints the page number minus the specified number.
            &amp;&amp; Prints a single ampersand.
            &amp; "fontname" Prints the characters that follow in the specified font. Be sure to include the double quotation marks.
            &amp;nn Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points.
            &amp;N Prints the total number of pages in the document.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.LeftFooterImage">
            <summary>
            Gets / set image for left part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.LeftHeaderImage">
            <summary>
            Gets / set image for left part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.LeftHeader">
            <summary>
            Gets or sets the left part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.LeftMargin">
            <summary>
            Gets or sets the size of the left margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.Order">
            <summary>
            Gets or sets the order that Microsoft Excel uses to number
            pages when printing a large worksheet. Read / write ExcelOrder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.Orientation">
            <summary>
            Portrait or landscape printing mode. Read / write ExcelPageOrientation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.PaperSize">
            <summary>
            Gets or sets the size of the paper. Read / write ExcelPaperSize.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.PrintComments">
            <summary>
            Gets or sets the way comments are printed with the sheet.
            Read / write ExcelPrintLocation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.PrintErrors">
            <summary>
            Gets or returns an ExcelPrintErrors constant specifying the type of
            print error displayed. This feature allows users to suppress the
            display of error values when printing a worksheet. Read / write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.PrintNotes">
            <summary>
            True if cell notes are printed as end notes with the sheet. Applies
            only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.PrintQuality">
            <summary>
            Gets or sets the print quality in the dpi. Read / write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.RightFooter">
            <summary>
            Gets or sets the right part of the footer. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.RightFooterImage">
            <summary>
            Gets / set image for right part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.RightHeaderImage">
            <summary>
            Gets / set image for right part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.RightHeader">
            <summary>
            Gets or sets the right part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.RightMargin">
            <summary>
            Gets or sets the size of the right margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.TopMargin">
            <summary>
            Gets or sets the size of the top margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.Zoom">
            <summary>
            Gets or sets a percentage (between 10 and 400 percent) by which
            Microsoft Excel will scale the worksheet for printing. Applies only
            to worksheets. Read / write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.AlignHFWithPageMargins">
            <summary>
            Gets / sets the header and footer margins are aligned with page margins.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.DifferentFirstPageHF">
            <summary>
            Gets / sets the header and footer of the first page is different with other pages.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.DifferentOddAndEvenPagesHF">
            <summary>
            Gets / sets the header and footer odd pages are differed with even page.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.HFScaleWithDoc">
            <summary>
            Gets / sets the header and footer are scaled with document scaling.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IPageSetupBase.BackgoundImage">
            <summary>
            Gets / sets background image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEFAULT_TOPMARGIN">
            <summary>
            Value of the top margin by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEFAULT_BOTTOMMARGIN">
            <summary>
            Value of the bottom margin by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEFAULT_LEFTMARGIN">
            <summary>
            Value of the left margin by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEFAULT_RIGHTMARGIN">
            <summary>
            Value of the right margin by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEF_HEADER_NAMES">
            <summary>
            Name of the shape with header image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DEF_FOOTER_NAMES">
            <summary>
            Name of the shape with header image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_bHCenter">
            <summary>
            Whether to center between horizontal margins.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_bVCenter">
            <summary>
            Whether to center between vertical margins.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_unknown">
            <summary>
            Unknown record. This record  contains additional information about
            system printer. If such record is found, it is stored, otherwise we is skipped.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_setup">
            <summary>
            Stores print setup options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_dBottomMargin">
            <summary>
            This record contains information about worksheet bottom margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_dLeftMargin">
            <summary>
            This record contains information about worksheet left margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_dRightMargin">
            <summary>
            This record contains information about worksheet right margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_dTopMargin">
            <summary>
            This record contains information about worksheet top margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_arrHeaders">
            <summary>
            Array of headers: 0 - left header, 1 - center header, 2 - right header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_arrFooters">
            <summary>
            Array of footers: 0 - left footer, 1 - center footer, 2 - right footer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_sheet">
            <summary>
            Parent sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_backgroundImage">
            <summary>
            Contains background image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_bFitToPage">
            <summary>
            Indicates whether page setup is in FitTo printing mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.dictPaperWidth">
            <summary>
            Dictionary which stores Max paper width
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.dictPaperHeight">
            <summary>
            Dictionary which stores Max paper height
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_headerFooter">
            <summary>
            Stores print setup options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_headerStringLimit">
            <summary>
            Value of the header string limit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.m_footerStringLimit">
            <summary>
            Value of the footer string limit
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FillMaxPaperSize(Syncfusion.XlsIO.Implementation.ApplicationImpl)">
            <summary>
            Fills the dictionaries with paper width size and height size
            </summary>
            <param name="pageSetup"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Sets application and parent fields.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FindParents">
            <summary>
            Find parent Worksheet.
            </summary>
            <exception cref="T:System.ArgumentException">
            Can't find parent worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.ParseHeaderFooterString(System.String)">
            <summary>
            This function splits header or footer into three parts left, center, and right.
            </summary>
            <param name="strToSplit">
            Header (footer) string that will be split into
            parts: left, center, right.
            </param>
            <returns>Array of split strings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CreateHeaderFooterString(System.String[])">
            <summary>
            Function combines header or footer strings array to one format string.
            </summary>
            <param name="parts">Array which must contain only 3 elements.</param>
            <returns>Combined format string.</returns>
            <exception cref="T:System.ArgumentNullException">
            When parameter is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            When number of strings in parts is not 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Adds all records to OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList which will get all records.</param>
            <exception cref="T:System.ArgumentNullException">
            When at least one of the internal records is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.SerializeStartRecords(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes some records before main page setup block.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.SerializeEndRecords(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes some records after main page setup block.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Parses page setup.
            </summary>
            <param name="data">Array with biff records.</param>
            <param name="position">Starting position.</param>
            <returns>Position after parsing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses record.
            </summary>
            <param name="record">Record to parse.</param>
            <returns>True if record was successfully parsed, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.GetOrCreateRecord(System.Collections.IList,System.Int32@,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Returns record of the specified type from the array of Biff
            records and sets its position after the returned record.
            </summary>
            <param name="data">Array of Biff records.</param>
            <param name="pos">Starting from this position, record must be searched.</param>
            <param name="type">Type of the needed record.</param>
            <returns>Biff record if it was found, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.GetRecordUpdatePos(System.Collections.IList,System.Int32@)">
            <summary>
            Returns current record from the Biff records array and updates its position by 1.
            </summary>
            <param name="data">Array of Biff records.</param>
            <param name="pos">
            Position of the record in the array that will be returned.
            </param>
            <returns>Current record from array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.GetRecordUpdatePos(System.Collections.IList,System.Int32@,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Returns record of the specified type from the array of Biff
            records and sets its position after the returned record.
            </summary>
            <param name="data">Array of Biff records.</param>
            <param name="pos">Starting from this position, record must be searched.</param>
            <param name="type">Type of the needed record.</param>
            <returns>Biff record if it was found, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.SerializeMargin(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Double,System.Double)">
            <summary>
            Serializes margin.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
            <param name="code">Margin's code.</param>
            <param name="marginValue">Margin value.</param>
            <param name="defaultValue">Default margin value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.SetChanged">
            <summary>
            This method is called after changes to the page setup.
            Sets Saved property of the parent workbook to the False state.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.SerializeHeaderFooterString(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.String,System.Int32)">
            <summary>
            Serializes header / footer string.
            </summary>
            <param name="writer">Writer to write data into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="code">Record code to serialize (header or footer).</param>
            <param name="value">String value to serialize.</param>
            <param name="streamPosition">Position in the output stream, used to reduce Flush
            calls of the writer.BaseStream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.WriteUShortRecord(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.UInt16,System.Int32)">
            <summary>
            Writes record that contains single UInt16 value into the writer.
            </summary>
            <param name="writer">Writer to write value into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="code">Record code to write.</param>
            <param name="value">Value to write.</param>
            <param name="streamPosition">Position in the output stream, used to reduce Flush
            calls of the writer.BaseStream.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FillStreamWithMargin(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Double,System.Double,System.Int32)">
            <summary>
            Writes margin record into writer.
            </summary>
            <param name="writer">Writer to write margin into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="code">Record code to write.</param>
            <param name="value">Margin value.</param>
            <param name="defaultValue">Default margin value. If value equals to defaultValue,
            then record is not written into writer.</param>
            <param name="streamPosition">Position in the output stream, used to reduce Flush
            calls of the writer.BaseStream.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FillStreamStart(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Fills stream with some records before main page setup records.
            </summary>
            <param name="writer">Writer to write records into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FillStreamEnd(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Fills stream with some records after main page setup records.
            </summary>
            <param name="writer">Writer to write records into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.IsFitToPage">
            <summary>
            Indicates whether fit to page mode is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FitToPagesTall">
            <summary>
            Returns or sets the height of the pages that the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FitToPagesWide">
            <summary>
            Returns or sets the width of the pages the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.IsNotValidSettings">
            <summary>
            True if paper size, scaling factor, paper orientation (portrait / landscape),
            print resolution, and number of copies are not initialized.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.AutoFirstPageNumber">
            <summary>
            Indicates whether FirstPageNumber is set to Auto or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.BlackAndWhite">
            <summary>
            True if elements of the document will be printed in black and white.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.BottomMargin">
            <summary>
            Gets or sets the size of the bottom margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterFooter">
            <summary>
            Gets or sets the center part of the footer. Read / write String.
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localised style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterFooterImage">
            <summary>
            Gets / set image for center part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterHeaderImage">
            <summary>
            Gets / set image for center part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterHeader">
            <summary>
            Gets or sets the center part of the header. Read/write String.
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localised style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterHorizontally">
            <summary>
            True if the sheet is centered horizontally on the page when it is
            printed. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.CenterVertically">
            <summary>
            True if the sheet is centered vertically on the page when it is
            printed. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Copies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Draft">
            <summary>
            True if the sheet will be printed without graphics.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FirstPageNumber">
            <summary>
            Gets or sets the first page number that will be used when
            this sheet is printed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FooterMargin">
            <summary>
            Gets or sets the distance from the bottom of the page to the footer,
            in inches. Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.HeaderMargin">
            <summary>
            Gets or sets the distance from the top of the page to the header,
            in inches. Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.LeftFooter">
            <summary>
            Gets or sets the left part of the footer. Read/write String.
            </summary>
            <remarks>
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localized style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.LeftHeader">
            <summary>
            Gets or sets the left part of the header. Read/write String.
            </summary>
            <remarks>
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localised style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.LeftFooterImage">
            <summary>
            Gets / set image for left part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.LeftHeaderImage">
            <summary>
            Gets / set image for left part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.LeftMargin">
            <summary>
            Gets or sets the size of the left margin, in inches.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Order">
            <summary>
            Gets or sets the order that Microsoft Excel uses to number
            pages when printing a large worksheet. Read / write ExcelOrder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Orientation">
            <summary>
            Portrait or landscape printing mode. Read/write ExcelPageOrientation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSize">
            <summary>
            Gets or sets the size of the paper. Read / write ExcelPaperSize.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PrintComments">
            <summary>
            Gets or sets the way comments are printed with the sheet.
            Read/write ExcelPrintLocation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PrintErrors">
            <summary>
            Sets or returns an ExcelPrintErrors constant specifying the type of
            print error displayed. This feature allows users to suppress the
            display of error values when printing a worksheet. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PrintNotes">
            <summary>
            True if cell notes are printed as end notes with the sheet. Applies
            only to worksheets. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PrintQuality">
            <summary>
            Gets or sets the print quality. Read / write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RightFooter">
            <summary>
            Gets or sets the right part of the footer. Read / write String.
            </summary>
            <remarks>
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localised style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RightFooterImage">
            <summary>
            Gets / set image for right part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RightHeader">
            <summary>
            Gets or sets the right part of the header. Read / write String.
            Special Formatting symbols:
            &amp;P Current page number
            &amp;N Page count
            &amp;D Current date
            &amp;T Current time
            &amp;A Sheet name (BIFF5-BIFF8)
            &amp;F File name without path
            &amp;Z File path without file name (BIFF8X)
            &amp;G Picture (BIFF8X)
            &amp;B Bold on/off (BIFF2-BIFF4)
            &amp;I Italic on/off (BIFF2-BIFF4)
            &amp;U Underlining on/off
            &amp;E Double underlining on/off (BIFF5-BIFF8)
            &amp;S Strikeout on/off
            &amp;X Superscript on/off (BIFF5-BIFF8)
            &amp;Y Subscript on/off (BIFF5-BIFF8)
            &amp;"[FONTNAME]" Set new font [FONTNAME]
            &amp;"[FONTNAME],[FONTSTYLE]" Set new font with specified style [FONTSTYLE].
            The style [fontstyle] is in most cases one of Regular, Bold, Italic,
            or Bold Italic. But this setting is dependent on the used font, it may
            differ (localised style names, or Standard, Oblique, ...). (BIFF5-BIFF8)
            &amp;[FONTHEIGHT] Set font height in points ([FONTHEIGHT] is a decimal value).
            If this command is followed by a plain number to be printed in the header,
            it will be separated from the font height with a space character.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RightHeaderImage">
            <summary>
            Gets / set image for right part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RightMargin">
            <summary>
            Returns or sets the size of the right margin, in inches.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.TopMargin">
            <summary>
            Gets or sets the size of the top margin, in points.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.Zoom">
            <summary>
            Gets or sets a percentage (between 10 and 400 percent) by which
            Microsoft Excel will scale the worksheet for printing. Applies only
            to worksheets. Read/write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.BackgoundImage">
            <summary>
            Gets / sets background image.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PageWidth">
            <summary>
            Returns page width in points. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PageHeight">
            <summary>
            Returns page width in points. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.HResolution">
            <summary>
            Gets / sets horizontal resolution in dpi.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.VResolution">
            <summary>
            Gets / sets vertical resolution in dpi.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FullHeaderString">
            <summary>
            Represents full header string. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.FullFooterString">
            <summary>
            Gets footer full string. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.AlignHFWithPageMargins">
            <summary>
            Indicates whether the header and footer margins are aligned with page margins. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DifferentFirstPageHF">
            <summary>
            True - The header / footer of the first page is different with other pages.False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.DifferentOddAndEvenPagesHF">
            <summary>
            True - The header/footer odd pages are differed with even page. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.HFScaleWithDoc">
            <summary>
            Indicates whether the header and footer are scaled with document scaling.Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.TypeCode">
            <summary>
            Returns type code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.RecordCode">
            <summary>
            Returns code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.THeaderSide">
            <summary>
            Set indexes as constants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.THeaderSide.Left">
            <summary>
            Left part of header or footer formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.THeaderSide.Center">
            <summary>
            Center part of header or footer formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.THeaderSide.Right">
            <summary>
            Right part of header or footer formatting.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSizeEntry">
            <summary>
            This class contains size of the paper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSizeEntry.Width">
            <summary>
            Paper width in points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSizeEntry.Height">
            <summary>
            Paper height in points.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSizeEntry.#ctor">
            <summary>
            Default constructor. To prevent creation without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupBaseImpl.PaperSizeEntry.#ctor(System.Double,System.Double,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Initializes new instance of paper size entry.
            </summary>
            <param name="width">Paper width.</param>
            <param name="height">Paper height.</param>
            <param name="units">Units in which width and height are set.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartPageSetup">
            <summary>
            Represent page setup options for the chart sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartPageSetup.FitToPagesTall">
            <summary>
            Gets or sets the number of pages tall the worksheet will be scaled
            to when it is printed. Applies only to worksheets.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartPageSetup.FitToPagesWide">
            <summary>
            Gets or sets the number of pages wide the worksheet will be scaled
            to when it is printed. Applies only to worksheets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.m_chartSize">
            <summary>
            Informs how chart should be printed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Sets application and parent fields.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers page setup from the stream and sets its application and parent fields.
            The current record in the stream must be the PrintHeadersRecord.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="reader">BiffReader that contains page setup records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Recovers Page setup from the Biff Records array starting from position.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="data">Array of Biff Records that contains all needed records.</param>
            <param name="position">Position of PrintHeadersRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Recovers Page setup from the Biff Records list starting from position.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="data">List which contains Biff Records.</param>
            <param name="position">Position of PrintHeadersRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses record.
            </summary>
            <param name="record">Record to parse.</param>
            <returns>True if record was successfully parsed, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers page setup from the stream, first record must be PrintHeadersRecord.
            </summary>
            <param name="reader">Stream that contains all needed records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.SerializeEndRecords(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes some records after main page setup block.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.Clone(System.Object)">
            <summary>
            Clone current Record.
            </summary>
            <param name="parent">Parent object for create new instance.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.FitToPagesTall">
            <summary>
            Returns or sets the number of pages tall the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ChartPageSetupImpl.FitToPagesWide">
            <summary>
            Returns or sets the number of pages wide the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl">
            <summary>
            Represents ChartParentAxis record and subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_parentAxis">
            <summary>
            Represents chartAxisParent record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_position">
            <summary>
            Represents chart pos record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_categoryAxis">
            <summary>
            Represents chart category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_valueAxis">
            <summary>
            Represents Chart value axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_seriesAxis">
            <summary>
            Represents Chart series axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_parentChart">
            <summary>
            Represents parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.m_globalFormats">
            <summary>
            Represents formats coll.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of chart parent axis.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates new instance of chart parent axis.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="isPrimary">If true - creates primary axis; otherwise - secondary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.SetParents">
            <summary>
            Finds all parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses parent axis impl.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ParseAxes(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parsers category, value, series axis.
            </summary>
            <param name="data">Records storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ParseChartText(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses chart text.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ParseChartFormat(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses chart format.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize current object.
            </summary>
            <param name="records">Record storage to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.CreatePrimaryFormats">
            <summary>
            Creates global format collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.UpdateSecondaryAxis(System.Boolean)">
            <summary>
            Using for creating  secondary axis in Series type change.
            </summary>
            <param name="bCreateAxis">Value indicating whether to create new axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new sheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ClearGridLines">
            <summary>
            Clears all walls, floor, gridLines.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ParentAxisRecord">
            <summary>
            Represents chartAxisParent record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ChartFormats">
            <summary>
            Returns collection that contain chart format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.IsPrimary">
            <summary>
            If true this axis is primary axis; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.CategoryAxis">
            <summary>
            Gets or sets ChartCategoryAxis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ValueAxis">
            <summary>
            Gets or sets ValueAxis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.SeriesAxis">
            <summary>
            Gets or sets series axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.ParentChart">
            <summary>
            Returns parent chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartParentAxisImpl.Formats">
            <summary>
            Represents formats collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl">
            <summary>
            Represents chart plot area object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.m_plotArea">
            <summary>
            Represents chart plot area record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.m_layout">
            <summary>
            Represents Excel 2007 layout data
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Represents current application</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Represents current application</param>
            <param name="parent">Represents parent object.</param>
            <param name="type">Represents chart type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses new instance from stg stream.
            </summary>
            <param name="application">Represents current application</param>
            <param name="parent">Represents parent object.</param>
            <param name="data">Represents record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses from stg stream.
            </summary>
            <param name="data">Record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize current records to stg stream.
            </summary>
            <param name="records">Represents list of records to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.Layout">
            <summary>
            Gets or sets Excel 2007 layout data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartPlotAreaImpl.PlotAreaLayout">
            <summary>
            Return attached label layout plot area record. Read-only
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl">
            <summary>
            ChartSerieDataFormatImpl class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartSerieDataFormat">
            <summary>
            Represents formatting options for the series data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.AreaProperties">
            <summary>
            Gets the area properties of the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.BarShapeBase">
            <summary>
            Gets or sets the base shape used with the 3-D bar or column chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.BarShapeTop">
            <summary>
            Represents the top shape used with the 3-D bar or column chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerBackgroundColor">
            <summary>
            Gets or sets the marker fill color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerForegroundColor">
            <summary>
            Gets or sets the marker border color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerStyle">
            <summary>
            Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.
            </summary>
            <example>
            <code> This example applies a marker style to first series of chart.
            IChartSerieDataFormat format = chart.Series[0].SerieFormat;
            format.MarkerStyle = ExcelChartMarkerType.Star;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerForegroundColorIndex">
            <summary>
            Gets or sets the index of marker border color 
            from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerBackgroundColorIndex">
            <summary>
            Gets or sets the index of marker fill color 
            from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.MarkerSize">
            <summary>
            Gets or sets the size of line markers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.IsAutoMarker">
            <summary>
            True if the series has auto marker. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.Percent">
            <summary>
            Gets or sets the distance of pie slice from center of pie.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.Is3DBubbles">
            <summary>
            True to draw bubbles with 3D effects. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.CommonSerieOptions">
            <summary>
            Gets the common series options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.IsMarkerSupported">
            <summary>
            True if the marker is supported by this chart/series. otherwise False. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.TreeMapLabelOption">
            <summary>
            Gets / Sets the Display label position in Tree map chart
            </summary>
            <remarks>By Default the Label is overlapped</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.ShowConnectorLines">
            <summary>
            Gets / Sets a boolean value indicating whether to display 
            Connector Lines between data points
            </summary>
            <remarks>Applies only to Waterfall Charts</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.ShowMeanLine">
            <summary>
            Gets / Sets a boolean value indicating whether to display
            Mean Line in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.ShowMeanMarkers">
            <summary>
            Gets / Sets a boolean value indicating whether to display
            Mean Marker in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.ShowInnerPoints">
            <summary>
            Gets / Sets a boolean value indicating whether to display
            Inner Points in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.ShowOutlierPoints">
            <summary>
            Gets / Sets a boolean value indicating whether to display
            Outlier Points in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerieDataFormat.QuartileCalculationType">
            <summary>
             Gets / Sets whether the Quartile calculation is Exclusive or Inclusive
            </summary>
            <remarks>Applies only to Box and Whisker Charts</remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_NONE_COLOR">
            <summary>
            Represents None color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_MARKER_SIZE_MUL">
            <summary>
            Represents marker size mull prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_MARKER_START_COLOR">
            <summary>
            Represents start color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_PIE_START_TYPE">
            <summary>
            Represents start pie type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_DOUGHNUT_START_TYPE">
            <summary>
            Represents start doughnut type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_SURFACE_START_TYPE">
            <summary>
            Represents start surface type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_LINE_START_TYPE">
            <summary>
            Represents start line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_SCATTER_START_TYPE">
            <summary>
            Represents start scatter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_MARKER_LINE_SIZE">
            <summary>
            Represents default line size in marker record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_LINE_SIZE">
            <summary>
            Represents default line size in marker record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_LINE_COLOR">
            <summary>
            Represents default line color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_MARKER_INDEX">
            <summary>
            Represents default index for marker record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_MARKER_COLOR_INDEX">
            <summary>
            Represents default color in marker record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DEF_SUPPORT_DATAFORMAT_PROPERTIES">
            <summary>
            Represents types of chart that support data format properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_dataFormat">
            <summary>
            Main series data format record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_3DDataFormat">
            <summary>
            3-D data format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_pieFormat">
            <summary>
            Pie format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_shadow">
            <summary>
            Represents the Chart Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_markerFormat">
            <summary>
            Marker format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_attachedLabel">
            <summary>
            Attached label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_startBlock">
            <summary>
            Represents the beginning of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_shapePropsStream">
            <summary>
            Represents the shape formatting properties for chart elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_endBlock">
            <summary>
            Represents the end of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_attachedLabelLayout">
            <summary>
            Attached label layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_seriesFormat">
            <summary>
            Series format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_dataPoint">
            <summary>
            Represents default data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_serie">
            <summary>
            Parent series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_format">
            <summary>
            Parent chart format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_chart">
            <summary>
            Parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_border">
            <summary>
            Represents border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_interior">
            <summary>
            Represents chart area properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_bFormatted">
            <summary>
            Represents if DataFormat is Formatted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_fill">
            <summary>
            Represents fill properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_markerBackColor">
            <summary>
            Object that holds marker background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_markerForeColor">
            <summary>
            Object that holds marker foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_markerGradient">
            <summary>
            Preserved marker gradient data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_HasMarkerProperties">
            <summary>
            Represents whether the marker properties exists or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_HasBarShape">
            <summary>
            Represents whether the Barshape exists or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_bIsParsed">
            <summary>
            Represents whether the data point is parsed or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_markerChanged">
            <summary>
            Represents whether the MarkerColor is Changed or Not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_showConnectorLines">
            <summary>
            Represents whether the connector lines shown between data points
            Used only in waterfall Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_treeMapLabelOption">
            <summary>
            It represents the label position in tree map chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_boxAndWhsikerFormat">
            <summary>
            Object that holds the information required for Box and whisker series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.m_histogramAxisFormat">
            <summary>
            Object that holds the information required for Histogram series
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates series and set its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.InitializeColors">
            <summary>
            Initializes marker color variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Parses data format.
            </summary>
            <param name="arrData">Array with data format records.</param>
            <param name="iPos">Position of the first data format record.</param>
            <returns>Position after the last data format record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data format.
            </summary>
            <param name="records">Represents record list to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SetDefaultValues">
            <summary>
            Sets default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SetDefault3DDataFormat">
            <summary>
            Sets 3D data format to the default state.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SetFieldsToNull">
            <summary>
            Sets format fields to Null.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Clone(System.Object)">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Return cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateSerieIndex">
            <summary>
            Updates Series index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateDataFormatInDataPoint">
            <summary>
            Updates data format in data points.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ChangeRadarDataFormat(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes data format to create radar chart.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ChangeScatterDataFormat(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes data format to create scatter chart.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ChangeLineDataFormat(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes data format to create line chart.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateBarFormat(System.Boolean)">
            <summary>
            Updates bar column properties in series and chartformat points.
            </summary>
            <param name="bIsDataTop">If true updates data format top property; otherwise data format base.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateLineColor">
            <summary>
            Updates line color for line, radar, skater Series data format.
            </summary>
            <returns>Returns updated color index or -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateColor(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl)">
            <summary>
            Updates color for line, markers and series.
            </summary>
            <param name="serie">Represents series to update color.</param>
            <param name="dataPoint">Represents data point to update color.</param>
            <returns>Returns updated color index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UpdateSerieFormat">
            <summary>
            Updates series formats for chartformat object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ChackDataRecord(Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord)">
            <summary>
            Checks for default record.
            </summary>
            <param name="record">Record to check.</param>
            <returns>Returns true if not equal; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ClearOnPropertyChange">
            <summary>
            Clears sub data formats on property change.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ValidateMarkerProprties">
            <summary>
            Validate marker properties.
            </summary>
            <returns>If true than marker properties valid for this chart type; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.GetIsInteriorSupported(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Indicates whether interior object is supported. Read-only.
            </summary>
            <param name="chartType">Chart type to check whether interior object is supported.</param>
            <returns>Value indicating whether interior object is supported.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.GetIsBorderSupported(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Indicates whether border object is supported. Read-only.
            </summary>
            <param name="chartType">Chart type to check whether border is supported.</param>
            <returns>Vale indicating whether border is supported.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerForeColorChanged">
            <summary>
            Event handler for marker foreground color change.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerBackColorChanged">
            <summary>
            Event handler for marker background color change.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasLineProperties">
            <summary>
            Gets/sets value indicating whether line properties are created.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasShadowProperties">
            <summary>
            Gets a value indicating whether this instance has shadow properties.
            </summary>
            <value>
            	<c>true</c> if this instance has shadow properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ThreeD">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasInterior">
            <summary>
            Gets/sets value indicating whether interior object was created.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.LineProperties">
            <summary>
            Returns object, that represents line properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.AreaProperties">
            <summary>
            Returns object, that represents area properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.BarShapeBase">
            <summary>
            Represents the base data format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.BarShapeTop">
            <summary>
            Represents the top data format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerBackgroundColor">
            <summary>
            Foreground color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerForegroundColor">
            <summary>
            Background color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerStyle">
            <summary>
            Type of marker.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerForegroundColorIndex">
            <summary>
            Index to color of marker border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerBackgroundColorIndex">
            <summary>
            Index to color of marker fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerSize">
            <summary>
            Size of markers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsAutoMarker">
            <summary>
            Automatic color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsNotShowInt">
            <summary>
            True = "background = none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsNotShowBrd">
            <summary>
            True = "foreground = none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Percent">
            <summary>
            Distance of pie slice from center of pie.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsSmoothedLine">
            <summary>
            True if the line series has a smoothed line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Is3DBubbles">
            <summary>
            True to draw bubbles with 3D effects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsArShadow">
            <summary>
            True if this series has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowActiveValue">
            <summary>
            Gets or sets value indicating whether to show label active value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowPieInPercents">
            <summary>
            Show value as a percent of the total. This bit applies only to pie charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowPieCategoryLabel">
            <summary>
            Show category label and value as a percentage (pie charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SmoothLine">
            <summary>
            Show smoothed line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowCategoryLabel">
            <summary>
            Show category label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowBubble">
            <summary>
            Show bubble sizes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Fill">
            <summary>
            Represents fill options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsSupportFill">
            <summary>
            Gets value indicating whether chart supports transparency.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.CommonSerieOptions">
            <summary>
            Gets common Series options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsMarkerSupported">
            <summary>
            Indicates whether marker is supported by this chart/series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Interior">
            <summary>
            Returns object, that represents area properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsInteriorSupported">
            <summary>
            Indicates whether interior object is supported. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsBorderSupported">
            <summary>
            Indicates whether border object is supported. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasMarkerProperties">
            <summary>
            Indicates whether the marker properties exists or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasBarShape">
            <summary>
            Indicates whether the Barshape exists or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HistogramAxisFormatProperty">
            <summary>
            Gets/ Sets the histogram axis format property for individual series
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowConnectorLines">
            <summary>
            Gets or sets a boolean value indicating whether to display 
            Connector Lines between data points
            </summary>
            <remarks>Applies only to Waterfall Charts</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.TreeMapLabelOption">
            <summary>
            Gets / Sets the Display label position in Tree map chart
            </summary>
            <remarks>By Default the Label is overlapped</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowMeanLine">
            <summary>
            Gets or sets a boolean value indicating whether to display
            Mean Line in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowMeanMarkers">
            <summary>
            Gets or sets a boolean value indicating whether to display
            Mean Marker in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowInnerPoints">
            <summary>
            Gets or sets a boolean value indicating whether to display
            Inner Points in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ShowOutlierPoints">
            <summary>
            Gets or sets a boolean value indicating whether to display
            Outlier Points in Box and Whisker chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.QuartileCalculationType">
            <summary>
             Gets / Sets whether the Quartile calculation is Exclusive or Inclusive
            </summary>
            <remarks>Applies only to Box and Whisker Charts</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsBinningByCategory">
            <summary>
            Get or Set the isBinning by Category member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.HasAutomaticBins">
            <summary>
            Get or Set the is Automatic Bin member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.NumberOfBins">
            <summary>
            Get or Set the number of Bins member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.BinWidth">
            <summary>
            Get or Set the Bin width member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.OverflowBinValue">
            <summary>
            Get or Set the overflow bin member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.UnderflowBinValue">
            <summary>
            Get or Set the underflow bin member value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsIntervalClosedinLeft">
            <summary>
            Get or Set the value for interval is closed in left or right
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ParentSerie">
            <summary>
            Returns parent Series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.DataFormat">
            <summary>
            Returns data format main record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.PieFormat">
            <summary>
            Returns pie format record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerFormat">
            <summary>
            Returns marker format main record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Serie3DDataFormat">
            <summary>
            Returns 3dData format main record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SerieFormat">
            <summary>
            Returns Series format main record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.AttachedLabel">
            <summary>
            Returns attached label record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.AttachedLabelLayout">
            <summary>
            Return attached label layout record. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ContainsLineProperties">
            <summary>
            If line not null - returns true; otherwise - false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerFormatOrNull">
            <summary>
            If marker is not null returns marker format main record otherwise null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Serie3DdDataFormatOrNull">
            <summary>
            If 3dData not Null returns 3DData format main record; otherwise - returns null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SerieFormatOrNull">
            <summary>
            if SerieFormat not Null returns Series format main record; otherwise - returns null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.PieFormatOrNull">
            <summary>
            Returns pie format or null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SeriesNumber">
            <summary>
            Gets or sets Series number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsMarker">
            <summary>
            If true - format has marker; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsLine">
            <summary>
            If true - format has line; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsSmoothed">
            <summary>
            If true - format has smoothed line; otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.SerieType">
            <summary>
            Gets Series type. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsFormatted">
            <summary>
            Indicate if data format is formatted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ParentChart">
            <summary>
            Represents parent chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerBackColorObject">
            <summary>
            Gets object that holds marker background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerForeColorObject">
            <summary>
            Gets object that holds marker foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.MarkerTransparency">
            <summary>
            Gets or sets the transparency of the line marker.
            </summary>
            <value>The transparency.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsParsed">
            <summary>
            Gets or sets whether the data point is parsed or not. 
            If parsed, it will be serialized.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsMarkerChanged">
            <summary>
            Indicates whether the MarkerColor is Changed or Not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.ForeGroundColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.BackGroundColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Pattern">
            <summary>
            Represents pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.IsAutomaticFormat">
            <summary>
            Indicates, if automatic format is used for area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl.Visible">
            <summary>
            Represents visibility.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl">
            <summary>
            This class represents ChartSeries object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartSerie">
            <summary>
            Represents a series in the chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSerie.ErrorBar(System.Boolean)">
            <summary>
            Creates error bars in the specified axis.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <returns>Error bars for the series.</returns>
            <example> This example shows creating error bars on X-axis.
            <code>
            chart.ChartType = ExcelChartType.Scatter_Line;
            chart.Series[0].ErrorBar(false);
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSerie.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude)">
            <summary>
            Creates error bars in the specified axis with specified include type.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <returns>Error bars for the series.</returns>
            <example> This example shows creating error bars on X-axis with <see cref="F:Syncfusion.XlsIO.ExcelErrorBarInclude.Minus"/>.
            <code>
            chart.Series[0].ErrorBar(false, ExcelErrorBarInclude.Minus);
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSerie.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude,Syncfusion.XlsIO.ExcelErrorBarType)">
            <summary>
            Creates error bars of specified <see cref="T:Syncfusion.XlsIO.ExcelErrorBarType"/>.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <param name="type">Represents error bar type.</param>
            <returns>Error bars for the series.</returns>
            <example> This example shows creating error bars on X-axis with <see cref="F:Syncfusion.XlsIO.ExcelErrorBarType.Percentage"/>.
            <code>
            chart.Series[0].ErrorBar(false, ExcelErrorBarInclude.Minus, ExcelErrorBarType.Percentage);
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSerie.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude,Syncfusion.XlsIO.ExcelErrorBarType,System.Double)">
            <summary>
            Creates error bars of specified <see cref="T:Syncfusion.XlsIO.ExcelErrorBarType"/> with the specified number value.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <param name="type">Represents error bar type.</param>
            <param name="numberValue">Represents number value for the applicable <see cref="T:Syncfusion.XlsIO.ExcelErrorBarType"/>.</param>
            <returns>Error bars for the series.</returns>
            <remarks>The number value is applicable for Percentage, Fixed and StandardDeviation error bar types.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSerie.ErrorBar(System.Boolean,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates custom error bars type.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="plusRange">Represents <see cref="P:Syncfusion.XlsIO.IChartErrorBars.PlusRange"/>.</param>
            <param name="minusRange">Represents <see cref="P:Syncfusion.XlsIO.IChartErrorBars.MinusRange"/>.</param>
            <returns>Error bars for the series.</returns>
            <example> This example shows creating error bars on X-axis with number value for 
            <see cref="F:Syncfusion.XlsIO.ExcelErrorBarType.Percentage"/>.
            <code>
            chart.Series[0].ErrorBar(false, ExcelErrorBarInclude.Minus, ExcelErrorBarType.Percentage, 60);
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.Values">
            <summary>
            Gets or sets the series values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.CategoryLabels">
            <summary>
            Gets or sets category labels for the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.Bubbles">
            <summary>
            Gets or sets series values of the bubble chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.Name">
            <summary>
            Gets or sets the name of the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.NameRange">
            <summary>
            Gets or sets the series name range.
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.UsePrimaryAxis">
            <summary>
            Gets or sets a boolean value indicating whether to use primary axis 
            for series drawing. False to use secondary axis.
            </summary>
            <example> This example enables secondary value axis in the chart.
            <code>
            IChartSerie serie = chart.Series[0];
            serie.UsePrimaryAxis = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.DataPoints">
            <summary>
            Gets the collection of data points in the series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.SerieFormat">
            <summary>
            Gets or sets the format of the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.SerieType">
            <summary>
            Gets or sets the series type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.EnteredDirectlyValues">
             <summary>
             Gets or sets the directly entered series values.
             </summary>
             /// <example> This example shows entering series values manually for a series.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             object[] Yvalues = new object[] { 2000, 1000, 1000 };
             object[] Xvalues = new object[] { "Total Income", "Expenses", "Profit" };
            
             IChart chart = sheet.Charts.Add();
             IChartSerie serie = chart.Series.Add(ExcelChartType.Pie);
             //Enters the X and Y values directly
             serie.EnteredDirectlyValues = Yvalues;
             serie.EnteredDirectlyCategoryLabels = Xvalues;
            
             workbook.SaveAs("Chart.xlsx");
             workbook.Close();
             excelEngine.Dispose();         
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.EnteredDirectlyCategoryLabels">
             <summary>
             Gets or sets the directly entered category values.
             </summary>
             <example> This example shows entering category labels manually for a series.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             object[] Yvalues = new object[] { 2000, 1000, 1000 };
             object[] Xvalues = new object[] { "Total Income", "Expenses", "Profit" };
            
             IChart chart = sheet.Charts.Add();
             IChartSerie serie = chart.Series.Add(ExcelChartType.Pie);
             //Enters the X and Y values directly
             serie.EnteredDirectlyValues = Yvalues;
             serie.EnteredDirectlyCategoryLabels = Xvalues;
            
             workbook.SaveAs("Chart.xlsx");
             workbook.Close();
             excelEngine.Dispose();         
             </code>
             </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.EnteredDirectlyBubbles">
            <summary>
            Gets or sets the directly entered series values for bubble chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.ErrorBarsY">
            <summary>
            Gets the error bars on Y-axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.HasErrorBarsY">
            <summary>
            True if series contains Y error bars. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.ErrorBarsX">
            <summary>
            Gets the error bars on the X-axis. Read-only.
            </summary>
            <example>
            <code>
            chart.ChartType = ExcelChartType.Scatter_Line;
            chart.Series[0].ErrorBar(false);
            IChartErrorBars errorBars = chart.Series[0].ErrorBarsX;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.HasErrorBarsX">
            <summary>
            True if series contains X error bars. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.TrendLines">
            <summary>
            Gets the collection of trend lines of the series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.IsFiltered">
            <summary>
            Gets or sets a boolean value indicating whether the series has been filtered out from the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSerie.ParetoLineFormat">
            <summary>
             Gets the Pareto line on the Pareto charts. Read-only.
            </summary>   
        </member>
        <member name="T:Syncfusion.XlsIO.IReparse">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IReparse.Reparse">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_FORMAT_ALLPOINTS_INDEX">
            <summary>
            Index for format that corresponds to all points in the Series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_SURFACE_POINT_NUMBER">
            <summary>
            Represents default point number for surface chart type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_CHART_GROUP">
            <summary>
            Represents default chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_RADAR_START_TYPE">
            <summary>
            Represents start radar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_TRUE">
            <summary>
            Represents true as string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DEF_FALSE">
            <summary>
            Represents false as string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_ValueRange">
            <summary>
            Values range for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_CategoryRange">
            <summary>
            Category labels for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_BubbleRange">
            <summary>
            Bubble sizes for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_strName">
            <summary>
            Name of the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_hashAi">
            <summary>
            Dictionary IndexIdentifier-to-ChartAiRecord
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_iChartGroup">
            <summary>
            Index of the chart group this axis belongs to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_book">
            <summary>
            Parent workbook for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_series">
            <summary>
            ChartSeries record describing this series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_chart">
            <summary>
            Parent chart for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_seriesColl">
            <summary>
            Parent series collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_iIndex">
            <summary>
            Index of the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_iOrder">
            <summary>
            Drawing order of the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_bDefaultName">
            <summary>
            Indicates whether series name has default value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_dataPoints">
            <summary>
            Data points collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_serieType">
            <summary>
            Represents Series type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_valueEnteredDirectly">
            <summary>
            Represents array of number or label records for value range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_categoryEnteredDirectly">
            <summary>
            Represents array of number or label records for category range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_bubbleEnteredDirectly">
            <summary>
            Represents array of number or label records for bubble range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_enteredDirectlyValue">
            <summary>
            Represents array of values for value range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_enteredDirectlyCategory">
            <summary>
            Represents array of values for category range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_enteredDirectlyBubble">
            <summary>
            Represents array of values for bubble range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_nameRange">
            <summary>
            Represents series name range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_seriesText">
            <summary>
            Represents not default series text for first Series on parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_errorBarY">
            <summary>
            Represents Y error bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_errorBarX">
            <summary>
            Represents X error bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_trendLines">
            <summary>
            Represents trend line collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_bInvertIfNegative">
            <summary>
            This element specifies the series
            to invert its colors if the value is negative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_nameCache">
            <summary>
            Represents the series name cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_strRefFormula">
            <summary>
            Represents the string reference formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_numRefFormula">
            <summary>
            Represents the number reference formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_MulLvlStrRefFormula">
            <summary>
            Represents the number reference formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_dropLinesStream">
            <summary>
            Preserve the drop lines
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_IsFiltered">
            <summary>
            Reprsent the Filter option
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_categoryFilteredRange">
            <summary>
            Reprsent the category filter range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_categoryValue">
            <summary>
            Reprsent the category value Range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_grouping">
            <summary>
            Specifies the kind of grouping for a column, line or area chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_gapWidth">
            <summary>
            Represents chart gapWidth for the first series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_overlap">
            <summary>
            Represents chart overlap for the first series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_bShowGapWidth">
            <summary>
            Represents whether to serialize gapwidth 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_invertFillFormatStream">
            <summary>
            Represents the stream for preserving the Extents node
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_invertIfNegativeColor">
            <summary>
            Represents the invertifnegative color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_paretoLineFormatIndex">
            <summary>
            Indicates the format index of chart pareto line
            Used only in loaded chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_isParetoLineHidden">
            <summary>
            Indicates whether the pareto line is hidden
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_paretoLineFormat">
            <summary>
            Objects that holds the pareto line settings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_isRowWiseCategory">
            <summary>
            Boolean value indicates category values interpreted in row-wise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_isRowWiseSeries">
            <summary>
            Boolean value indicates series values interpreted in row-wise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_formatCode">
            <summary>
            format code used in series values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.m_categoryFormatCode">
            <summary>
            format code used in category values
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates series and set its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the chart.</param>
            <param name="parent">Parent object for the chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates series from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the series.</param>
            <param name="parent">Parent object for the series.</param>
            <param name="data">Array of BiffRecords with series data.</param>
            <param name="iPos">Position of the first series record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean)">
            <summary>
            Creates error bar object.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <returns>Return error bar object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude)">
            <summary>
            Creates error bar object.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <returns>Return error bar object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude,Syncfusion.XlsIO.ExcelErrorBarType)">
            <summary>
            Creates error bar object.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <param name="type">Represents error bar type.</param>
            <returns>Return error bar object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean,Syncfusion.XlsIO.ExcelErrorBarInclude,Syncfusion.XlsIO.ExcelErrorBarType,System.Double)">
            <summary>
            Creates error bar object.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="include">Represents include type.</param>
            <param name="type">Represents error bar type.</param>
            <param name="numberValue">Represents number value.</param>
            <returns>Returns error bar object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Sets custom error bar type.
            </summary>
            <param name="bIsY">If true - on Y axis; otherwise on X axis.</param>
            <param name="plusRange">Represents plus range.</param>
            <param name="minusRange">Represents minus range.</param>
            <returns>Returns error bar object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses series data.
            </summary>
            <param name="data">Array of biff records that contains series data.</param>
            <param name="iPos">Position of the ChartSeries record in the array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Specified record is not ChartSeries record
            or if next record is not Begin record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseSeriesRecord(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord)">
            <summary>
            Parses ChartSeries record.
            </summary>
            <param name="series">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseAIRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartAI record.
            </summary>
            <param name="data">Array of BiffRecords that contains ChartAi record.</param>
            <param name="iPos">Position of the record in the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartAi record.
            </exception>
            <exception cref="T:System.ArgumentException">
            When ChartAI record with the same IndexIdentifier was
            already added to the collection.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseSertoCrt(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartSertocrt record.
            </summary>
            <param name="data">Array of BiffRecords that contains necessary record.</param>
            <param name="iPos">
            Position of the ChartSertocrt record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetTitle(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses series title.
            </summary>
            <param name="recordAi">ChartAi record describing chart title.</param>
            <param name="data">Array of BiffRecords that contains necessary records.</param>
            <param name="iPos">Position of the ChartAi record in the data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseLegendEntries(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses legend entry from biff stream.
            </summary>
            <param name="data">Array of BiffRecords that contains ChartAi record.</param>
            <param name="iPos">Position of the record in the data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseErrorBars(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Parses error bars.
            </summary>
            <param name="data">Represents data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SetParents">
            <summary>
            Searches for all needed parent objects.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When parents cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InitializeHashAIMember">
            <summary>
            Initializes m_hashAI member.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InitializeCollections">
            <summary>
            Initializes all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SetDataFormat(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Sets data format.
            </summary>
            <param name="dataFormat">Data format to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Get3DDataFormat">
            <summary>
            Return Chart3DDataFormat record for this series.
            </summary>
            <returns>Chart3DDataFormat record for this series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnNameChanged(System.String)">
            <summary>
            This method is called when the name of the series needs to be changed.
            </summary>
            <param name="value">New name of the series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnValueRangeChanged(Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Raises ValueRangeChanged event and sets new value to the ValueRange.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnCategoryRangeChanged">
            <summary>
            Sets new value to the CategoryRange.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnBubbleRangeChanged">
            <summary>
            Sets new value to the BubbleRange.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>Cloned series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetWorkSheetNameByAddress(System.String)">
            <summary>
            Gets worksheet name.
            </summary>
            <param name="strAddress">Address of Range.</param>
            <returns>Returns name of parent worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeAxis(System.Boolean)">
            <summary>
            Changes axis.
            </summary>
            <param name="bToPrimary">If true - to primary; otherwise - to secondary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetNewOrder(System.Boolean)">
            <summary>
            Returns new series order.
            </summary>
            <param name="bToPrimary">If true - to primary; otherwise - to secondary.</param>
            <returns>A new series order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.AddEnteredRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Add entered record by si index.
            </summary>
            <param name="siIndex">si index.</param>
            <param name="record">Record to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetArray(System.Int32)">
            <summary>
            Gets array by siIndex.
            </summary>
            <param name="siIndex">Si index.</param>
            <returns>Returns array by si index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetEnteredDirectlyValues(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Gets values of entered directly values.
            </summary>
            <param name="array">Record storage.</param>
            <returns>Returns just created array of values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetEnteredDirectlyType(System.Object[])">
            <summary>
            Gets type of Entered directly values.
            </summary>
            <param name="array">Array with entered directly values.</param>
            <returns>If true - type is Number; otherwise label.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetArrayRecordsByValues(System.Boolean,System.Object[])">
            <summary>
            Gets array of records by values.
            </summary>
            <param name="bIsNumber">If true - values type is number; otherwise - string.</param>
            <param name="values">Array list with values.</param>
            <returns>Returns created array with records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateSerieIndexesInEnteredDirectlyValues(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Updates in entered directly values Series index.
            </summary>
            <param name="arrayToUpdate">Array to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectSerieName">
            <summary>
            Detects name.
            </summary>
            <returns>Returns detected Series name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetTextRangeValue(Syncfusion.XlsIO.IRange)">
            <summary>
            Gets text range value for Series name that supports cell, or row, or column.
            </summary>
            <param name="range">Range to gets text value.</param>
            <returns>Value representing text range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SetDefaultName(System.String,System.Boolean)">
            <summary>
            Sets default Series name.
            </summary>
            <param name="strName">Represents Series name.</param>
            <param name="isClearNameRange">boolean value indicates whether to clear the name range of series</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetSerieNameRange">
            <summary>
            Gets Series name range.
            </summary>
            <returns>Returns range, that represents Series name range. Can be null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectSerieType">
            <summary>
            Detects Series type.
            </summary>
            <returns>Extracted series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectSerieTypeString">
            <summary>
            Detects Series type.
            </summary>
            <returns>Detected string representationg of the series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectSerieTypeStart">
            <summary>
            Detects Series type.
            </summary>
            <returns>Extracted series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectBarSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartBar.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetBarStartString(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Gets bar start string.
            </summary>
            <param name="format">Format for detect start string.</param>
            <returns>Returns start string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectPieSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartPie.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectAreaSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartArea.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectSurfaceSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartSurface.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectBoppopSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartBoppop.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectRadarSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartRadar.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectLineSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is Chartline.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DetectScatterSerie(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl)">
            <summary>
            Detects the type of the series when describing record is ChartScatter.
            </summary>
            <param name="format">Series format.</param>
            <returns>Returns series type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeSeriesType(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            This method changes series type.
            </summary>
            <param name="seriesType">Series type to change to.</param>
            <param name="isSeriesCreation">Indicates whether this change happens because of series creation process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeSeriesType(Syncfusion.XlsIO.ExcelChartType,System.Boolean,System.Boolean)">
            <summary>
            This method changes series type.
            </summary>
            <param name="seriesType">Series type to change to.</param>
            <param name="isSeriesCreation">Indicates whether this change happens because of series creation process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnSerieTypeChange(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Calls before series type changed.
            </summary>
            <param name="type">Type to change.</param>
            <param name="isSeriesCreation">Indicates whether we are in the process of series creation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeNotIntimateType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes not intimate type.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeIntimateType(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Checks is types are intimate. If intimate then change chart type.
            </summary>
            <param name="format">Format to change.</param>
            <param name="TypeToChange">Type to change.</param>
            <returns>Returns true if changed type. otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeIntimateLine(Syncfusion.XlsIO.Implementation.Charts.ChartFormatImpl,Syncfusion.XlsIO.ExcelChartType,System.String)">
            <summary>
            Changes intimate line series.
            </summary>
            <param name="format">Format to change.</param>
            <param name="TypeToChange">Type to change.</param>
            <param name="strTypeToChange">TypeToChange string representation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InitalizeChangeLineTypeHash(System.Collections.Generic.Dictionary{Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.ExcelChartType})">
            <summary>
            Initialize hash table for change intimate line type.
            </summary>
            <param name="hashToInit">HashTable to initialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChangeCombinationType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Changes series in combination charts.
            </summary>
            <param name="type">Type to change.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.FindIntimateFormatByType(Syncfusion.XlsIO.ExcelChartType,System.Boolean,System.Boolean)">
            <summary>
            Finds intimate format by type.
            </summary>
            <param name="type">Type to find.</param>
            <returns>Returns found format or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateRange(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="chartAI">Record with range info to update.</param>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
            <returns>Updated range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateToken(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="token">Formula token to update.</param>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
            <returns>Updated token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.PartialTokenMove(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Updates formula token when only part of it was moved.
            </summary>
            <param name="token">Original token.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="rectRange">Rectangle with token range.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="destRect">Destination rectangle.</param>
            <returns>Token after move operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsRectangleContains(System.Drawing.Rectangle,System.Int32,System.Int32)">
            <summary>
             Checks whether the source rectangle contains new range.
             </summary>
             <param name="rect"> Source Rectangle. </param>
             <param name="x">Represents Column Value.</param>
             <param name="y">Represents Row Value.</param>
             <returns>True-if the source rectangle contains range;otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.PartialRemove(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Partially removes token.
            </summary>
            <param name="token">Token to shrink</param>
            <param name="iSheetIndex">Sheet index.</param>
            <param name="rectRange">Range rectangle.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="destRect">Destination rectangle.</param>
            <returns>Token after shrink operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateErrorBar(Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl,Syncfusion.XlsIO.Implementation.Charts.ChartErrorBarsImpl@)">
            <summary>
            Updates error bars.
            </summary>
            <param name="bar">Represents current error bar.</param>
            <param name="barToUpdate">Represents error bar to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetCommonSerieFormat">
            <summary>
            Gets common series format.
            </summary>
            <returns>Returns common series format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetIsCommonDoughnutExplosion">
            <summary>
            Cheking whether the last series of the chart have the explosion value
            </summary>
            <returns>the boolean value whether chart format have explosion value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UpdateChartExSerieRangesMembers(System.Boolean)">
            <summary>
            Update the row wise or column wise members of chart series for chart Ex
            </summary>
            <param name="isValues">boolean values indicates whether the property of values need to be changed or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes series to the OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will receive records.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerializeChartAi(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes ChartAi records.
            </summary>
            <param name="records">OffsetArrayList that will receive records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SetAIRange(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType)">
            <summary>
            Sets range value into the ChartAi record.
            </summary>
            <param name="record">ChartAi record that will contain specified range.</param>
            <param name="range">Range that will be assigned.</param>
            <param name="onNull">ReferenceType that should be written if range is NULL.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified ChartAi record is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerializeSerie(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Fills and serializes ChartSeries record.
            </summary>
            <param name="records">OffsetArrayList that will receive records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.CheckLimits">
            <summary>
            Checks whether number of items inside single series is correct.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerializeDataLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data labels data.
            </summary>
            <param name="records">List of biff records to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerializeLegendEntries(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes legend entries.
            </summary>
            <param name="records">Record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SeriealizeSerieName(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize series name.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Reparse">
            <summary>
            Reparses method.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetRange(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord)">
            <summary>
            Returns range from ChartAi record.
            </summary>
            <param name="chartAi">ChartAi record that contains range.</param>
            <returns>Parsed range.</returns>
            <exception cref="T:System.ArgumentNullException">
            When chartAi is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GetRangeFromOnePTG(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg)">
            <summary>
            Gets IRange from current ptg.
            </summary>
            <param name="currentPtg">Current ptg.</param>
            <returns>Returns ptg.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ValueRangeChanged">
            <summary>
            This event is raised when ValueRange was changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Name">
            <summary>
            Name of the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.NameRange">
            <summary>
            Series Name range for the series.
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Values">
            <summary>
            Values range for the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.CategoryLabels">
            <summary>
            Category labels for the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Bubbles">
            <summary>
            Bubble sizes for the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.RealIndex">
            <summary>
            Synonym for Index property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DataPoints">
            <summary>
            Returns data points collection for the chart series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerieFormat">
            <summary>
            Returns format of current Series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.SerieType">
            <summary>
            Represents Series type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.UsePrimaryAxis">
            <summary>
            Indicates whether to use primary axis for series drawing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.EnteredDirectlyValues">
            <summary>
            Represents value as entered directly.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.EnteredDirectlyCategoryLabels">
            <summary>
            Represents category values as entered directly.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.EnteredDirectlyBubbles">
            <summary>
            Represents bubble values as entered directly.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBarsY">
            <summary>
            Represents Y error bars. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.HasErrorBarsY">
            <summary>
            Indicates if Series contains Y error bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ErrorBarsX">
            <summary>
            Represents X error bars. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.HasErrorBarsX">
            <summary>
            Indicates if Series contains X error bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.TrendLines">
            <summary>
            Represents Series trend lines collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Grouping">
            <summary>
            Gets or sets the value that represents the kind of grouping for a column, line or area chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.GapWidth">
            <summary>
            Gets or sets the value of chart gapWidth of first series
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Overlap">
            <summary>
            Gets or sets the value of chart overlap of first series
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ShowGapWidth">
            <summary>
            Represents whether to serialize gapwidth 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParetoLineFormat">
            <summary>
             Gets the Pareto line on the Pareto charts. Read-only.
            </summary>   
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InvertIfNegativeColor">
            <summary>
            Gets the invertifnegative color.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.NameChanged">
            <summary>
            This event is raised when name of the series changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Index">
            <summary>
            Represents index of the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsFiltered">
            <summary>
            Represent series is Filter
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.Number">
            <summary>
            Series drawing/settings order.//Number of the series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ChartGroup">
            <summary>
            Index of the chart group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InnerChart">
            <summary>
            Returns parent chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsDefaultName">
            <summary>
            Indicates whether series has default title.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.PointNumber">
            <summary>
            Returns number of points in the series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InnerWorkbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.FilteredCategory">
            <summary>
            Represent the filtered category label range
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.FilteredValue">
            <summary>
            Represent the Filtered Category value
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.StartType">
            <summary>
            Returns series start type. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParseSerieNotDefaultText">
            <summary>
            Represents not default series text for first series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParentSeries">
            <summary>
            Gets parent series collection. Read - only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParentChart">
            <summary>
            Represents parent chart. Read - only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParentBook">
            <summary>
            Gets parent workbook. Read - only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsPie">
            <summary>
            Indicates whether this is pie series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.NameOrFormula">
            <summary>
            Gets series name or formula value (not actual string value).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.InvertIfNegative">
            <summary>
            This element specifies the series
            to invert its colors if the value is negative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.StrRefFormula">
            <summary>
            Gets or sets the string reference formula
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.NumRefFormula">
            <summary>
            Gets or sets the number reference formula
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.MulLvlStrRefFormula">
            <summary>
            Gets or sets the number reference formula
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.DropLinesStream">
            <summary>
            Gets or sets the chart's drop lines property as stream.
            TODO: Need to add parsing support for drop lines. Should be removed after adding parsing support.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.NameCache">
            <summary>
            Gets/Sets the series name cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsParetoLineHidden">
            <summary>
            Gets / Sets the pareto line is hidden 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsSeriesHidden">
            <summary>
            Gets / Sets the series is hidden or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.ParetoLineFormatIndex">
            <summary>
             Gets / Sets the format index of chart pareto line
            Used only in loaded chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsRowWiseCategory">
            <summary>
            Gets / SetsBoolean value indicates category values interpreted in row-wise
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.IsRowWiseSeries">
            <summary>
            Gets / SetsBoolean value indicates series values interpreted in row-wise
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.FormatCode">
            <summary>
            Gets / Sets the format code for series values
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl.CategoriesFormatCode">
            <summary>
            Gets / Sets the format code for series categories
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl">
            <summary>
            Class used for Chart Series Axis implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartSeriesAxis">
            <summary>
            Represents the chart series Axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeriesAxis.LabelFrequency">
            <summary>
            Represents the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeriesAxis.TickLabelSpacing">
            <summary>
            Represents the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeriesAxis.TickMarksFrequency">
            <summary>
            Represents the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeriesAxis.TickMarkSpacing">
            <summary>
            Represents the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.DEF_MAX_SPACING_VALUE">
            <summary>
            Specifies maximum spacing value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.DEF_NOMULTILVLLBL_TAG">
            <summary>
            Represents the XmlTkValue of multilevel label is enabled in binary file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.DEF_TICKLBLSKIP_TAG">
            <summary>
            Represents the XmlTkValue of automatic tick label is enabled in binary file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.m_chartCatserRange">
            <summary>
            Catser range record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.m_bAutoTickLabelSpacing">
            <summary>
            Indicates whether tick label spacing value is automatically evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.m_chartMlFrt">
            <summary>
            UnknownRecord that describes label intervals of this axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.m_xmlTKLabelSkipFrt">
            <summary>
            boolean value used for tick label spacing
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates axis object.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType)">
            <summary>
            Creates primary axis of specified type.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelAxisType,System.Boolean)">
            <summary>
            Creates axis of specified type and specified IsPrimary value.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="axisType">Type of the new axis.</param>
            <param name="bIsPrimary">
            True if primary axis should be created; otherwise False.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts primary axis from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Extracts axis from the array of BiffRecords.
            </summary>
            <param name="application">Application object for the axis.</param>
            <param name="parent">Parent object for the axis.</param>
            <param name="data">Array of BiffRecords with axis data.</param>
            <param name="iPos">
            Position of the first axis record in the data array.
            </param>
            <param name="isPrimary">
            True if it is primary axis; otherwise False.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.ParseMaxCross(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parse max cross.
            </summary>
            <param name="record">Represents MaxCross data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.ParseWallsOrFloor(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses walls or floors.
            </summary>
            <param name="data">Represents record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.ParseData(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses data.
            </summary>
            <param name="record">Represents record to parse.</param>
            <param name="data">Represents records storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes axis.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.InitializeVariables">
            <summary>
            Initializes variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clone current object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.CheckForXmlTKOptions(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Check the CrtmlFrt record whether it have automatic tick labels and multilevel labels
            </summary>
            <param name="record">input record files to be checked</param>
            <returns>the boolean value indicates it have automatic tick labels and no multilevel labels</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.AutoTickLabelSpacing">
            <summary>
            Gets or sets whether or not the tick label spacing is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.LabelFrequency">
            <summary>
            Represents the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.TickLabelSpacing">
            <summary>
            Represents the number of categories or series between tick-mark labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.TickMarksFrequency">
            <summary>
            Represents the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.TickMarkSpacing">
            <summary>
            Represents the number of categories or series between tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.ReversePlotOrder">
            <summary>
            Display categories in reverse order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.TextLinkType">
            <summary>
            Returns title area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl.CrossesAt">
            <summary>
            Represents the point on the axis another axis crosses it.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection">
            <summary>
            ChartSeriesCollection - collection of the chart series.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartSeries">
            <summary>
            Represents the collection of chart series.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.Add">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.Add(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="serieType">Type of new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.Add(System.String)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="name">Name of the new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.Add(System.String,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="name">Name of the new series.</param>
            <param name="type">Type of new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.RemoveAt(System.Int32)">
            <summary>
            Removes Series object from the collection.
            </summary>
            <param name="index">Index of the series to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartSeries.Remove(System.String)">
            <summary>
            Removes series by name.
            </summary>
            <param name="serieName">Series name to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeries.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeries.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartSeries.Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.DEF_START_SERIE_NAME">
            <summary>
            Start of the default series name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_chart">
            <summary>
            Represents parent chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_arrTrendError">
            <summary>
            Represents record storage for serialize error bars and trend lines. Use only for serialize.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_arrTrendLabels">
            <summary>
            Array that helps to serialize trendlines labels. Use only for serialize.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_trendErrorBarsIndex">
            <summary>
            Represents summary index for error bars and trends. Use only for serialize.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_trendsIndex">
            <summary>
            Represents trend line index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.m_bIsSerieCreating">
            <summary>
            Returns True, when creating the chart serie.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Add">
            <summary>
            Defines a new series.
            </summary>
            <returns> Returns a Series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Add(System.String)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="name">Name of the new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Add(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="serieType">Type of new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Add(System.String,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Defines a new series. Returns a Series object.
            </summary>
            <param name="name">Name of the new series.</param>
            <param name="serieType">Type of new series.</param>
            <returns>Newly created series object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.RemoveAt(System.Int32)">
            <summary>
            Removes Series object from the collection.
            </summary>
            <param name="index">Index of the series to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Remove(System.String)">
            <summary>
            Removes series by name.
            </summary>
            <param name="serieName">Series name to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.ParseSiIndex(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses ChartSiIndex records.
            </summary>
            <param name="data">Array of records containing ChartSiIndex records.</param>
            <param name="iPos">Position of the first ChartSiIndex record.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified record is not ChartSiIndex record.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes collection.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.SerializeDataLabels(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data labels data.
            </summary>
            <param name="records">List of biff records to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Add(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Adds series to the collection.
            </summary>
            <param name="serieToAdd">Series that should be added to the collection.</param>
            <returns>Series that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.OnClear">
            <summary>
            Performs additional operations before the Clear method.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="hashNewNames">Hash table with new Worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Clone(System.Object)">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetCountOfSeriesWithSameDrawingOrder(System.Int32)">
            <summary>
            Gets count of series that has same chart group index.
            </summary>
            <param name="order">Parameter to check.</param>
            <returns>Returns count of found series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetSeriesWithDrawingOrder(System.Int32)">
            <summary>
            Gets series that has same chart group index.
            </summary>
            <param name="order">Parameter to check.</param>
            <returns>Returns list of found series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetCountOfSeriesWithSameType(Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Gets count of series with same type in collection.
            </summary>
            <param name="type">Current type.</param>
            <returns>Returns count of same types.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetCountOfSeriesWithSameStartType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Gets count of series with same type in collection.
            </summary>
            <param name="type">Current type.</param>
            <returns>Returns count of same start types.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.ClearSeriesForChangeChartType">
            <summary>
            Sets for default all series in chart.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.FindOrderByType(Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Finds order by series type.
            </summary>
            <param name="type">Type to find.</param>
            <returns>Returns order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.UpdateDataPointForCylConePurChartType(Syncfusion.XlsIO.ExcelBaseFormat,Syncfusion.XlsIO.ExcelTopFormat)">
            <summary>
            Updates data points for create one of Pyramid, Cylinder, Cone chart types.
            </summary>
            <param name="baseFormat">Base format for update.</param>
            <param name="topFormat">Top format for update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.UpdateDataPointForCylConePyrChartType(Syncfusion.XlsIO.ExcelBaseFormat,Syncfusion.XlsIO.ExcelTopFormat)">
            <summary>
            Updates data points for create one of Pyramid, Cylinder, Cone chart types.
            </summary>
            <param name="baseFormat">Base format for update.</param>
            <param name="topFormat">Top format for update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.AddEnteredRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Adds record in some collection in some series.
            </summary>
            <param name="siIndex">Collection index.</param>
            <param name="record">Record to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetEnteredRecords(System.Int32)">
            <summary>
            Returns array of entered records.
            </summary>
            <param name="siIndex">Si record index.</param>
            <returns>Returns array of entered records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetArrays(System.Int32)">
            <summary>
            Gets array by si index.
            </summary>
            <param name="siIndex">Si index.</param>
            <returns>Returns array of arrays by si index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.UpdateSerieIndexAfterRemove(System.Int32)">
            <summary>
            Updates series index after remove
            </summary>
            <param name="iRemoveIndex">Remove index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetTypeByOrder(System.Int32)">
            <summary>
            Gets series type by order.
            </summary>
            <param name="iOrder">Current order.</param>
            <returns>Returns found type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.ClearDataFormats(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Clears all series data formats.
            </summary>
            <param name="format">Represents format to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetDefSerieName">
            <summary>
            Gets default series name.
            </summary>
            <returns>Returns default series name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetDefSerieName(System.Int32)">
            <summary>
            Gets default series name.
            </summary>
            <param name="iSerieIndex">Represents series index in collections.</param>
            <returns>Returns default series name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.GetLegendEntryOffset(System.Int32)">
            <summary>
            Returns legend offset.
            </summary>
            <param name="iSerIndex">Represents series index.</param>
            <returns>Returns legend offset.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.AssignTrendDataLabel(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            Assign trend data label.
            </summary>
            <param name="area">Represents data label.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.ClearErrorBarsAndTrends">
            <summary>
            Clears error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.ResortSeries(System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.List{System.Int32})">
            <summary>
            Puts all series into correct order based on their index.
            </summary>
            <param name="dictSeriesAxis">Dictionary containing series axis.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.TrendErrorList">
            <summary>
            Represents record storage for serialize error bars and trend lines. Use only for serialize.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.TrendErrorBarIndex">
            <summary>
            Represents summary index for error bars and trends. Use only for serialize.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.TrendLabels">
            <summary>
            Represents record storage for serialize trend labels. Use only for serialize. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.TrendIndex">
            <summary>
            Represents count of trends + series count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartSeriesCollection.IsSerieCreating">
            <summary>
            Returns True, when creating the chart serie.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl">
            <summary>
            Represents text area in the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_font">
            <summary>
            Text area font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_chartText">
            <summary>
            Chart text record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_frame">
            <summary>
            Text frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_strText">
            <summary>
            Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_link">
            <summary>
            Object link.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_dataLabels">
            <summary>
            Data labels record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_chartAi">
            <summary>
            Chart ai record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_chartAlRuns">
            <summary>
            Chart Al Runs record represents the rich text format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_pos">
            <summary>
            Represents chart position record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_attachedLabelLayout">
            <summary>
            Attached label layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_bIsTrend">
            <summary>
            Indicates if current text assign to trend object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_layout">
            <summary>
            Represents Excel 2007 layout data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_paraType">
            <summary>
            Represents the TextArea Paragraph 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_overlayStream">
            <summary>
            Stream containing Overlay settings in Excel 2007 and above.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_bShowTextProperties">
            <summary>
            Indicats whether to show text properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_bShowSizeProperties">
            <summary>
            Indicats whether to show text size properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_bShowBoldProperties">
            <summary>
            Indicats whether to show text bold properties or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_rtfString">
            <summary>
            Represents RTF string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_TextRotation">
            <summary>
            Represents Vertical Text Rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_titleRichTextStream">
            <summary>
            RichTextStream internally used as biff record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.m_bIsTextParsed">
            <summary>
            Indicats whether to text is parsed or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.UnwrapRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Unwraps specified record.
            </summary>
            <param name="record">Record to unwrap.</param>
            <returns>Unwrapped record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates objects sets its Application and Parent properties to specified values.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelObjectTextLink)">
            <summary>
            Creates objects sets its Application and Parent properties to specified values.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="textLink">Text link.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates objects sets its Application and Parent properties to specified
            values and parses object data.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="data">Array with object's records.</param>
            <param name="iPos">Position of the first object's record in the data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Parses chart text area.
            </summary>
            <param name="data">BiffRecords array to parse.</param>
            <param name="iPos">Starting data position.</param>
            <returns>Position after parsing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ParseFontx(Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord)">
            <summary>
            Parses ChartFontxRecord.
            </summary>
            <param name="fontx">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Parses single record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="data">Data array with records to parse (used for complex object parsing).</param>
            <param name="iPos">Position in data array after current record.</param>
            <returns>Position after record parsing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ExtractRichTextStreamRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw@,System.Int32@)">
            <summary>
            Extracts RichText XML stream from the record and its length
            </summary>
            <param name="record">RichText stream Record to be extracted</param>
            <returns>extracted XML stream</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ParseRichTextXMLStream(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            parse the binary stream and convert it to XML stream
            </summary>
            <param name="reader">the XML reader used to read the stream</param>
            <param name="textArea">the text area element which is to be parsed and assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves chart text area into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all chart's records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},System.Boolean)">
            <summary>
            Saves chart text area into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all chart's records.
            </param>
            <param name="bIsLegendEntry">If true - serialize as legend entry text; otherwise false.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.SerializeFontx(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Saves fontx record.
            </summary>
            <param name="records">OffsetArrayList that will receive necessary records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Saves single record into list of biff records.
            </summary>
            <param name="records">OffsetArrayList that will receive necessary records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.CreateFrameFormat">
            <summary>
            Creates frame format.
            </summary>
            <returns>Newly created frame format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.InitFrameFormat">
            <summary>
            Initializes frame format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.SetFontIndex(System.Int32)">
            <summary>
            Sets internal font according to the font index.
            </summary>
            <param name="index">Font index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.CreateDataLabels">
            <summary>
            Creates data labels object if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clone current record.
            </summary>
            <param name="parent">Parent object for create new instance.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Clone(System.Object)">
            <summary>
            Creates object that is copy of the current instance.
            </summary>
            <param name="parent">Parent object for create new instance.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.UpdateSerieIndex(System.Int32)">
            <summary>
            Updates Series index.
            </summary>
            <param name="iNewIndex">Index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.UpdateAsTrend">
            <summary>
            Updates record for serialize as trend line data label.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.AttachEvents">
            <summary>
            Attaches all necessary events.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.DetachEvents">
            <summary>
            Detaches all events.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ColorChangeEventHandler">
            <summary>
            Event handler for color change.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.CreateRichTextString">
            <summary>
            Creates rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Bold">
            <summary>
            True if the font is bold. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Color">
            <summary>
            Returns or sets the primary color of the object. Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.RGBColor">
            <summary>
            Gets / sets font color. If there is at least one free color, 
            define a new color; if not, search for the closest one in 
            workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Italic">
            <summary>
            True if the font style is italic. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Size">
            <summary>
            Returns or sets the size of the font. Read / write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read / write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Baseline">
            <summary>
            Gets or sets the offset value of superscript and subscript
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Superscript">
            <summary>
            True if the font is formatted as superscript. False by default.
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read / write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.FontName">
            <summary>
            Returns or sets the font name. Read / write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Text">
            <summary>
            Text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.RichText">
            <summary>
            Gets rich text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.FrameFormat">
            <summary>
            Return frame format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ObjectLink">
            <summary>
            Gets object link record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.TextRotationAngle">
            <summary>
            Text rotation angle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.HasTextRotation">
            <summary>
            Gets value indicating whether TextRotation was changed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.TextRotation">
            <summary>
            Represents Vertical Text Rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.TextRecord">
            <summary>
            Returns chart text record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.NumberFormat">
            <summary>
            Gets / sets number format for the text area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.NumberFormatIndex">
            <summary>
            Gets index to the number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ChartAI">
            <summary>
            Returns ChartAIRecord for the text area (creates it if necessary). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ChartAlRuns">
            <summary>
            Return ChartAlRunsRecord for the text area (creates if necessary). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ContainDataLabels">
            <summary>
            Returns true if contain dataLabels otherwise false. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.BackgroundMode">
            <summary>
            Display mode of the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsAutoMode">
            <summary>
            True if background is set to automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsTrend">
            <summary>
            Indicates if current text assign to trend object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsAutoColor">
            <summary>
            Indicates whether color has automatic color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Layout">
            <summary>
            Gets or sets Excel 2007 layout data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.OverlayStream">
            <summary>
            Gets or sets the overlay stream.
            </summary>
            <value>The overlay stream.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ParentWorkbook">
            <summary>
            Returns parent workbook object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ParagraphType">
            <summary>
            Represents the TextArea Paragraph 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ShowTextProperties">
            <summary>
            Gets or sets a value indicating whether to show text properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ShowSizeProperties">
            <summary>
            Gets or sets a value indicating whether to show text size properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ShowBoldProperties">
            <summary>
            Gets or sets a value indicating whether to show text bold properties or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ShouldSerialize">
            <summary>
            Indicates whether object should be serialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.HasText">
            <summary>
            Indicates whether text area contains text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsFormula">
            <summary>
            Gets or sets a value indicating whether this instance is formula.
            </summary>
            <value>
            	<c>true</c> if this instance is formula; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsTextParsed">
            <summary>
            Indicats whether to text is parsed or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsSeriesName">
            <summary>
            Indicates whether series name is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsCategoryName">
            <summary>
            Indicates whether category name is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsValue">
            <summary>
            Indicates whether value is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsPercentage">
            <summary>
            Indicates whether percentage is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsBubbleSize">
            <summary>
            Indicates whether bubble size is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ShowLeaderLines">
            <summary>
            Indicates whether Leader Lines is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Delimiter">
            <summary>
            Delimiter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsLegendKey">
            <summary>
            Indicates whether legend key is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Position">
            <summary>
            Represents data labels position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.AttachedLabelLayout">
            <summary>
            Return attached label layout record. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.IsShowLabelPercent">
            <summary>
            Gets or sets value indicating whether to show category label and value as percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.ColorObject">
            <summary>
            Returns textarea's color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Index">
            <summary>
            Returns font index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl.Font">
            <summary>
            Returns FontImpl for current font. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection">
            <summary>
            Represents Trend Line Collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartTrendLines">
            <summary>
            Interface that represents trend line collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartTrendLines.Add">
            <summary>
            Adds new instance of trend line to collection.
            </summary>
            <returns>Returns added trend line object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartTrendLines.Add(Syncfusion.XlsIO.ExcelTrendLineType)">
            <summary>
            Adds new instance of trend line to collection.
            </summary>
            <param name="type">Represents type of trend line.</param>
            <returns>Returns added trend line object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartTrendLines.RemoveAt(System.Int32)">
            <summary>
            Removes trend line object from collection.
            </summary>
            <param name="index">Represents </param>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartTrendLines.Clear">
            <summary>
            Clears current collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLines.Item(System.Int32)">
            <summary>
            Gets single trend line by index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLines.Count">
            <summary>
            Represents count of trend lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.m_parentSerie">
            <summary>
            Represents parent series.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of collection.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Add">
            <summary>
            Adds new instance of trend line to collection.
            </summary>
            <returns>Returns added trend line object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Add(Syncfusion.XlsIO.ExcelTrendLineType)">
            <summary>
            Adds new instance of trend line to collection.
            </summary>
            <param name="type">Represents type of trend line.</param>
            <returns>Returns added trend line object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.RemoveAt(System.Int32)">
            <summary>
            Removes trend line object from collection.
            </summary>
            <param name="index">Represents </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize all trend lines.
            </summary>
            <param name="records">Represents record holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.CheckNegativeValues(Syncfusion.XlsIO.ExcelTrendLineType)">
            <summary>
            Checks if current trend line supported negative values.
            </summary>
            <param name="type">Represents trend line types.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Add(Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl)">
            <summary>
            Adds trend object to trends collection.
            </summary>
            <param name="trend">Represents trend object to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.CheckSeriesType">
            <summary>
            Checks series type. If current type does not support trendlines throw exception.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object for new cloned instance.</param>
            <param name="dicFontIndexes">Represents new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.Item(System.Int32)">
            <summary>
            Gets single trend line by index. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineCollection.IsParsed">
            <summary>
            Indicates whether object was parsed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl">
            <summary>
            Represents chart trend line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartTrendLine">
            <summary>
            Represents ChartTrendLine interface.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartTrendLine.ClearFormats">
            <summary>
            Clears current trend line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Border">
            <summary>
            Represents border object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Backward">
            <summary>
            Represents number of periods that the trend line extends backward.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Forward">
             <summary>
            Represents number of periods that the trend line extends forward.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.DisplayEquation">
            <summary>
            True if the equation for the trend line is displayed on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.DisplayRSquared">
            <summary>
            True if the R-squared value of the trend line is displayed on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Intercept">
            <summary>
            Represents point where the trend line crosses the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.InterceptIsAuto">
            <summary>
            True if the point where the trend line crosses the value
             axis is automatically determined by the regression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Type">
            <summary>
            Represents trend line type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Order">
            <summary>
            Represents for Moving Average and Polynomial trend line type order value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.NameIsAuto">
            <summary>
            Indicates if name is default.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Name">
            <summary>
            Represents trend line name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.DataLabel">
            <summary>
            Returns data label. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Shadow">
            <summary>
            Gets the shadow.
            </summary>
            <value>The shadow.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartTrendLine.Chart3DOptions">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.DEF_ORDER_MAX_VALUE">
            <summary>
            Represents max order value for polynomial trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_hashNames">
            <summary>
            Represents name hash table
            Key - trend line type, Value - legend string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_record">
            <summary>
            Represents main trend line record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_shadow">
            <summary>
            Represents Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_border">
            <summary>
            Represents border object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_serie">
            <summary>
            Represents parent series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_type">
            <summary>
            Represents trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_isAutoName">
            <summary>
            Indicates if name is auto.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_strName">
            <summary>
            Represents custom name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_textArea">
            <summary>
            Represents text area for data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_iIndex">
            <summary>
            Represents some unique ID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.#cctor">
            <summary>
            Initialize all static members.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="application">Represents current application.</param>
            <param name="parent">Represents parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.FindParents">
            <summary>
            Finds parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl@)">
            <summary>
            Creates new instance of trend object by parsing from stream.
            </summary>
            <param name="application">Represents application object.</param>
            <param name="parent">Represents parent object.</param>
            <param name="data">Represents data holder.</param>
            <param name="iPos">Represents position in stream.</param>
            <param name="entry">Represents parsed legend entry, or null.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.ClearFormats">
            <summary>
            Clears current trend line.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,Syncfusion.XlsIO.Implementation.Charts.ChartLegendEntryImpl@)">
            <summary>
            Parse trend object from stream.
            </summary>
            <param name="data">Represents record holder.</param>
            <param name="iPos">Represents position in storage.</param>
            <param name="entry">Represents legend entry.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Serialize(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize records to biff stream
            </summary>
            <param name="records">Represents record holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.SerializeChartAi(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize chart ai records.
            </summary>
            <param name="records">Represents record holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.SerializeLegendEntry(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize legend entry.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.SerializeDataLabels(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Serialize data labels.
            </summary>
            <param name="records">Represents records holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.CheckRecordProprties">
            <summary>
            Checks some records properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.CheckIntercept">
            <summary>
            Check if current trend support intercept property, if failed throws exception.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.CheckBackward(System.Double)">
            <summary>
            Check if current trend support backward property, if failed throws exception.
            </summary>
            <param name="value">Represents value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.OnTypeChanging(Syncfusion.XlsIO.ExcelTrendLineType)">
            <summary>
            Changes trend line type.
            </summary>
            <param name="type">Represents new trend line type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.CheckOrder(System.Int32)">
             <summary>
             Check if current trend support backward property, if failed throws exception.
             </summary>
            <param name="value">Represents order value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.UpdateDataLabels(System.Boolean)">
            <summary>
            Updates data labels
            </summary>
            <param name="value">Represents flag for updates.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.UpdateType">
            <summary>
            Updates trend type on parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.SetDataLabel(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            Sets current data label.
            </summary>
            <param name="area">Represents data label.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object for new cloned instance.</param>
            <param name="dicFontIndexes">Represents new font indexes.</param>
            <param name="dicNewSheetNames">Dictionary with new worksheet names.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Border">
            <summary>
            Represents border object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Shadow">
            <summary>
            Represents the Shadow.Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.HasShadowProperties">
            <summary>
            This property indicates whether the shadow object has been created 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Chart3DOptions">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Backward">
            <summary>
            Represents number of periods that the trend line extends backward.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Forward">
             <summary>
            Represents number of periods that the trend line extends forward.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.DisplayEquation">
            <summary>
            True if the equation for the trend line is displayed on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.DisplayRSquared">
            <summary>
            True if the R-squared value of the trend line is displayed on the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Intercept">
            <summary>
            Represents point where the trend line crosses the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.InterceptIsAuto">
            <summary>
            True if the point where the trend line crosses the value
             axis is automatically determined by the regression.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Type">
            <summary>
            Represents trend line type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Order">
            <summary>
            Represents for Moving Average and Polynomial trend line type order value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.NameIsAuto">
            <summary>
            Indicates if name is default.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Name">
            <summary>
            Represents trend line name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.DataLabel">
            <summary>
            Returns data label. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartTrendLineImpl.Index">
            <summary>
            Represents some unique id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl">
            <summary>
            Represents chart walls or floor.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartWallOrFloor">
            <summary>
            Interface that represents chart wall or floor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartWallOrFloor.Thickness">
            <summary>
            Gets or Sets the thickness of the walls or floor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartWallOrFloor.PictureUnit">
            <summary>
            Gets or Sets the pictureType in walls or floor
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_CATEGORY_LINE_COLOR">
            <summary>
            Represents default line color for walls or plot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_CATEGORY_COLOR_INDEX">
            <summary>
            Represents default color index for walls or plot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_VALUE_LINE_COLOR">
            <summary>
            Represents default line color for floor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_CATEGORY_FOREGROUND_COLOR">
            <summary>
            Represents default foreground color for walls or plot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_CATEGORY_BACKGROUND_COLOR_INDEX">
            <summary>
            Represents default background color index for walls or plot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_VALUE_BACKGROUND_COLOR_INDEX">
            <summary>
            Represents default value background color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.DEF_VALUE_FOREGROUND_COLOR_INDEX">
            <summary>
            Represents default value foreground color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_bWalls">
            <summary>
            Indicates if wall or floor object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_interior">
            <summary>
            Represents chart interior.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_parentChart">
            <summary>
            Represents parent chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_shadow">
            <summary>
            Represents the Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_3D">
            <summary>
            Represents the 3D features
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_fill">
            <summary>
            Represents fill properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_shapeProperties">
            <summary>
            Indicates if shape properties for the wall or flooe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_thickness">
            <summary>
            It specifies the thickness of the walls or floor as a percentage of the largest dimension of the plotarea.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_PictureUnit">
            <summary>
            It specifies the pictureformat struct or stretch
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.m_pictureStackUnit">
            <summary>
            It specifies the picture stack unit
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates ChartWallsOrFloor object.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="bWalls">If true - represents walls; otherwise - floor.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates ChartWallsOrFloor object.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="bWalls">Indicates if it is walls.</param>
            <param name="data">Represents record storage.</param>
            <param name="iPos">Represents position in storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Parses walls or floor records.
            </summary>
            <param name="data">Offset array list.</param>
            <param name="iPos">Current position in offset array list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes wall or floor object.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Delete">
            <summary>
            Clears current walls or floor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.SetToDefault">
            <summary>
            Sets to default floor or walls.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.SetToDefaultCategoryLine">
            <summary>
            Sets as default line record in category axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.SetToDefaultValueLine">
            <summary>
            Sets as default line record in value axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.SetToDefaultCategoryArea">
            <summary>
            Sets as default area record in category axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.SetToDefaultValueArea">
            <summary>
            Sets as default area record in value axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Interior">
            <summary>
            Represents chart interior.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Shadow">
            <summary>
            Represents the Shadow.Read-only
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.HasShadowProperties">
            <summary>
            This property indicates whether the shadow object has been created
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.HasShapeProperties">
            <summary>
            Indicates whether Shape properties has been created.
            </summary>
            <value>
            	<c>true</c> if this instance has shape properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Thickness">
            <summary>
            Returns or sets the thickness of the walls or floor as a percentage of the largest dimension of the plot area.
            </summary>
            <value>The thickness.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.PictureUnit">
            <summary>
            Gets or Sets the picture format of the walls or floor
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.PictureStackUnit">
            <summary>
            Gets or Sets the picture format of the walls or floor
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.ThreeD">
            <summary>
            Gets the chart3 D options.
            </summary>
            <value>The chart3 D options.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Has3dProperties">
            <summary>
            This property Indicates whether the Shadow object has been created(which includes the 3D properties)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Fill">
            <summary>
            Represents fill properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.HasInterior">
            <summary>
            This property indicates whether interior object was created. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.IsWall">
            <summary>
            Indicates if this object is walls or floor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.ForeGroundColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.BackGroundColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Pattern">
            <summary>
            Represents pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.IsAutomaticFormat">
            <summary>
            Represents if use automatic format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWallOrFloorImpl.Visible">
            <summary>
            Represents visible.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl">
            <summary>
            Represents frame format each record is wrapped by ChartWrapperRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of ChartWrappedFrameFormat.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl.CheckBegin(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Checks whether specified record is begin.
            </summary>
            <param name="record">Record to check.</param>
            <returns>True if this is begin; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32@)">
            <summary>
            Parses single record.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="iBeginCounter">Number of not closed begin record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl.UnwrapRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Unwraps record if necessary.
            </summary>
            <param name="record">Record to unwrap.</param>
            <returns>Unwrapped record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedFrameFormatImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Serializes single record.
            </summary>
            <param name="list">OffsetArrayList that will get biff records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl">
            <summary>
            Represents chart text area, each record is wrapped into ChartWrappedRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.DEF_UNKNOWN_START">
            <summary>
            Unknown bytes. Needed for data labels serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.DEF_UNKNOWN_END">
            <summary>
            Unknown end.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates objects sets its Application and Parent properties to specified
            values and parses object data.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="data">Array with object's records.</param>
            <param name="iPos">Position of the first object's record in the data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelObjectTextLink)">
            <summary>
            Creates objects sets its Application and Parent properties to specified values.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="textLink">Text link.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.CreateFrameFormat">
            <summary>
            Creates frame format.
            </summary>
            <returns>Newly created frame format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.SerializeRecord(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Saves single record into list of biff records.
            </summary>
            <param name="records">OffsetArrayList that will receive necessary records.</param>
            <param name="record">Record to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.SerializeUnknown(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Byte[][])">
            <summary>
            Serializes unknown section.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all chart's records.
            </param>
            <param name="arrUnknown">Unknown bytes to serialize.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Charts.ChartWrappedTextAreaImpl.ShouldSerialize">
            <summary>
            Indicates whether object should be serialized. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider">
            <summary>
            Creates Clipboard provider for the Biff8 format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider">
            <summary>
            ClipboardProvider is an abstract class that facilitates reading from
            or writing to the clipboard workbook object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.m_clpProviderNext">
            <summary>
            Next element in the clipboard providers list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.m_book">
            <summary>
            Workbook that should be copied to the clipboard.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.m_sheet">
            <summary>
            Worksheet that should be copied to the clipboard.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.m_strFormatName">
            <summary>
            Name of the format that this ClipboardProvider can 
            read from or write to.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.#ctor(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Creates provider for the specified worksheet.
            </summary>
            <param name="worksheet">Worksheet that should be copied to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.#ctor(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates provider for the specified workbook.
            </summary>
            <param name="workbook">Workbook that should be copied to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.#ctor(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider)">
            <summary>
            Creates provider for the specified workbook and sets the Next property 
            to the specified value.
            </summary>
            <param name="workbook">Workbook that should be copied to the clipboard.</param>
            <param name="next">Next clipboard provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.#ctor(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider)">
            <summary>
            Creates provider for the specified worksheet and sets the Next property 
            to the specified value.
            </summary>
            <param name="worksheet">Worksheet that should be copied to the clipboard.</param>
            <param name="next">Next ClipboardProvider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.Initialize(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Initializes clipboard provider for the specified workbook.
            </summary>
            <param name="workbook">Workbook that can be copied to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.Initialize(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Initializes clipboard provider for the specified worksheet.
            </summary>
            <param name="worksheet">Worksheet that can be copied to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.SetClipboard">
            <summary>
            Sets clipboard's data object to the value returned 
            by GetForClipboard method.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.SetClipboard(Syncfusion.XlsIO.IRange)">
            <summary>
            Sets clipboard's data object to the value returned 
            by GetForClipboard method.
            </summary>
            <param name="range">Range to copy to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.GetBookFromClipboard(Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Reads workbook from the clipboard.
            </summary>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Workbook that was read if success in reading; otherwise NULL.</returns>
            <exception cref="T:System.ArgumentNullException">
            When application is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.GetForClipboard">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <returns>IDataObject for copying to the clipboard.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.GetForClipboard(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <param name="range">Range to copy to the clipboard.</param>
            <returns>IDataObject for copying to the clipboard.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.ExtractWorkbook(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Extracts workbook from the data object.
            </summary>
            <param name="dataObject">Data object that contains workbook data.</param>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Extracted workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject)">
            <summary>
            Extracts the workbook.
            </summary>
            <param name="dataObject">Data object to extract.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IRange)">
            <summary>
            Extracts the workbook.
            </summary>
            <param name="dataObject">Data object to extract.</param>
            <param name="range">Range to copy into data object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.Next">
            <summary>
            Returns next clipboard provider.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.FormatName">
            <summary>
            Gets / sets name of the clipboard format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.Workbook">
            <summary>
            Workbook that can be copied to the clipboard.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider.Worksheet">
            <summary>
            Worksheet that can be copied to the clipboard.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.DEF_BIFF8_FORMAT">
            <summary>
            Default name of the format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.#ctor(Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider)">
            <summary>
            Creates provider and sets its Next property to the specified value.
            </summary>
            <param name="next">Next clipboard provider in the provider's list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.#ctor(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider)">
            <summary>
            Creates provider and sets its Next property to the specified value.
            </summary>
            <param name="sheet">Worksheet to copy to the clipboard.</param>
            <param name="next">Next clipboard provider in the provider's list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.ExtractWorkbook(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Extracts workbook from the data object.
            </summary>
            <param name="dataObject">Data object that contains workbook data.</param>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Extracted workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject)">
            <summary>
            Fills the data object.
            </summary>
            <param name="dataObject">DataObject to filling.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IRange)">
            <summary>
            Extracts the workbook.
            </summary>
            <param name="dataObject">Data object to extract.</param>
            <param name="range">Range to copy into data object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.GetData">
            <summary>
            Returns data for copying into clipboard.
            </summary>
            <returns>MemoryStream with data to copy into clipboard.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.GetForClipboard">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <returns>IDataObject for copying to the clipboard.</returns>
            <exception cref="T:System.NotImplementedException">
            This method is not implemented yet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.Biff8ClipboardProvider.GetForClipboard(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <param name="range">Range to copy to the clipboard.</param>
            <returns>IDataObject for copying to the clipboard.</returns>
            <exception cref="T:System.NotImplementedException">
            This method is not implemented yet.
            </exception>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider">
            <summary>
            DelimiterClipboardProvider - derived from the ClipboardProvider.
            Facilitates reading from and writing to the clipboard in unicode text 
            format when there is a specified string delimiter between worksheet
            columns and another delimiter between rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.DEF_DEFAULT_FORMAT_NAME">
            <summary>
            Default format name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.DEF_DEFAULT_COLUMN_DELIMITER">
            <summary>
            Default delimiter between worksheet columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.DEF_DEFAULT_ROW_DELIMITER">
            <summary>
            Default delimiter between worksheet rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.m_strCSVValue">
            <summary>
            String that will be copied to the clipboard, contains worksheet's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.m_strColDelim">
            <summary>
            Delimiter between worksheet columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.m_strRowDelim">
            <summary>
            Delimiter between worksheet rows.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.#ctor">
            <summary>
            Default constructor - just for getting the workbook from the clipboard.
            If data needs to be copied from the clipboard, then the Initialize 
            method or set Workbook or Worksheet properties should be called.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.#ctor(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Creates provider for the specified worksheet.
            </summary>
            <param name="sheet">Worksheet that should be copied to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.#ctor(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.Implementation.Clipboard.ClipboardProvider)">
            <summary>
            Creates provider for the specified worksheet and 
            sets the next clipboard provider.
            </summary>
            <param name="sheet">Worksheet that should be copied to the clipboard.</param>
            <param name="next">Next clipboard provider in the list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.GetForClipboard">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <returns>IDataObject for copying to the clipboard.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.GetForClipboard(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns IDataObject (for copying to the clipboard)
            that contains data from workbook or worksheet.
            </summary>
            <param name="range">Range to copy.</param>
            <returns>IDataObject for copying to the clipboard.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.FillData">
            <summary>
            Fills internal string that will be copied to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.FillData(Syncfusion.XlsIO.IRange)">
            <summary>
            Fills internal string that will be copied to the clipboard.
            </summary>
            <param name="range">Range to copy to the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.ExtractWorkbook(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Extracts workbook from the data object.
            </summary>
            <param name="dataObject">Data object that contains workbook data.</param>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Extracted workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject)">
            <summary>
            Fills the dataobject.
            </summary>
            <param name="dataObject">Dataobject to extract.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.FillDataObject(System.Windows.Forms.IDataObject,Syncfusion.XlsIO.IRange)">
            <summary>
            Extracts the workbook.
            </summary>
            <param name="dataObject">Data object to extract.</param>
            <param name="range">Range to copy into data object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.GetSheetFromString(System.String,Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Converts string to the worksheet.
            </summary>
            <param name="sheetData">String that should be converted.</param>
            <param name="application">Application object for the new worksheet.</param>
            <param name="parent">Parent object for the new worksheet.</param>
            <returns>Newly created worksheet with values from the string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.GetBookFromString(System.String,Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Converts string to the workbook.
            </summary>
            <param name="stringData">String that should be converted.</param>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Newly created workbook with values from the string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.GetBookFromStream(System.IO.MemoryStream,Syncfusion.XlsIO.IWorkbooks)">
            <summary>
            Converts memory stream data to the workbook.
            </summary>
            <param name="streamData">MemoryStream that contains data for the workbook.</param>
            <param name="workbooks">Workbooks collection to add workbook to.</param>
            <returns>Newly created workbook with values from the MemoryStream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.FillSheet(Syncfusion.XlsIO.IWorksheet,System.String)">
            <summary>
            Fills a specified sheet with values from the specified string.
            </summary>
            <param name="sheet">Sheet that should receive data from the string.</param>
            <param name="sheetData">String with worksheet data.</param>
            <exception cref="T:System.ArgumentNullException">
            When the sheet is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.SkipString(System.String,System.Int32)">
            <summary>
            Returns index of the character after string 
            (sequence of characters inside "" or '').
            </summary>
            <param name="sheetData">Contains string.</param>
            <param name="pos">Position of the opening " or '.</param>
            <returns>Index of the character after closing " or '.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.ColumnDelimiter">
            <summary>
            Delimiter between worksheet columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Clipboard.DelimiterClipboardProvider.RowDelimiter">
            <summary>
            Delimiter between worksheet rows.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection">
            <summary>
            Represents a collection of AddInFunctions.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IAddInFunctions">
            <summary>
            Represents a collection of custom Add In functions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IAddInFunctions.Add(System.String,System.String)">
            <summary>
            Adds new function to the collection.
            </summary>
            <param name="strFileName">Name of the file that contains add-in function.</param>
            <param name="strFunctionName">Function to add.</param>
            <returns>Index of the added function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IAddInFunctions.Add(System.String)">
            <summary>
            Adds new local function to the collection.
            </summary>
            <param name="strFunctionName">Function to add.</param>
            <returns>Index of the added function.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IAddInFunctions.Item(System.Int32)">
            <summary>
            Returns a single AddInFunction object from a AddInFunction collection based on index. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAddInFunctions.Count">
            <summary>
            Returns number of elements in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.DEF_FILE_NAME_START">
            <summary>
            Beginning of the file name with add-in function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.DEF_LOCAL_BOOK_INDEX">
            <summary>
            Local workbook index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.m_hashFileNames">
            <summary>
            Dictionary with all file names with extern functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.m_unknownBook">
            <summary>
            Extern workbook with unknown functions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a collection and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.Add(System.String,System.String)">
            <summary>
            Adds new add-in function to the collection.
            </summary>
            <param name="fileName">File with add-in function.</param>
            <param name="functionName">Function name.</param>
            <returns>Index of the new function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.Add(System.String)">
            <summary>
            Adds new local function to the collection.
            </summary>
            <param name="strFunctionName">Function to add.</param>
            <returns>Index of the added function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.Add(System.Int32,System.Int32)">
            <summary>
            Adds new local function to the collection.
            </summary>
            <param name="iExternBookIndex">External book index.</param>
            <param name="iNameIndex">Name index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.RemoveAt(System.Int32)">
            <summary>
            Removes add-in collection with specified index.
            </summary>
            <param name="index">Item to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.Contains(System.String)">
            <summary>
            Indicates whether collection contains workbook with specified name.
            </summary>
            <param name="strBookName">Name to check.</param>
            <returns>True if collections contains book with specified name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.CopyFrom(Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection)">
            <summary>
            Represents a copying of add-in functions.
            </summary>
            <param name="addinFunctions">Add-in function to be copied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.ExternWorkbooks_Inserted(System.Object,Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs{Syncfusion.XlsIO.Implementation.ExternWorkbookImpl})">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AddInFunctionsCollection.Item(System.Int32)">
            <summary>
            Gets Add-in function from the collection based on index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx">
            <summary>
            Represents an array list extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.m_items">
            <summary>
            Represents item storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.m_iCount">
            <summary>
            Represents count of elements.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.#ctor">
            <summary>
            Creates new instance of ArrayList extension collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.#ctor(System.Int32)">
            <summary>
            Creates new instance of ArrayList extension collection with its count.
            </summary>
            <param name="iCount">Represents count.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.UpdateSize(System.Int32)">
            <summary>
            Updates count of storage array.
            </summary>
            <param name="iCount">Represents count of array to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.ReduceSizeIfNecessary(System.Int32)">
            <summary>
            Reduces size of the internal array if necessary.
            </summary>
            <param name="iCount">Maximum size of the internal array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.Insert(System.Int32,System.Int32,System.Int32)">
            <summary>
            Inserts specified number of empty <c>RowStorages</c> into given position.
            </summary>
            <param name="index">Index to insert.</param>
            <param name="count">Number of items to insert.</param>
            <param name="length">Number of items after index position to preserve.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.GetCount">
            <summary>
            Get Maximum Row Count
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.GetRowIndex(System.Int32,System.Int32@)">
            <summary>
            Get Row Index in Row Storage Based on the row number
            </summary>
            <param name="row">RowNumber</param>
            <param name="arrIndex">RowIndex in RowStorage</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ArrayListEx.Item(System.Int32)">
            <summary>
            Gets value by index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection">
            <summary>
            Represents an AutoFilter collections
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IAutoFilters">
            <summary>
            Represents a collection of Autofilters.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilters.FilterRange">
            <summary>
            Range to be filtered.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilters.Count">
            <summary>
            Number of columns to be filtered. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IAutoFilters.Item(System.Int32)">
            <summary>
            Returns single autofilter object by column index. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.DEF_AUTOFILTER_NAMEDRANGE">
            <summary>
            Name of the named range for autofilter range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.DEF_EXCEL07_AUTOFILTER_NAMEDRANGE">
            <summary>
            Name of the named range for autofilter range in MS Excel 2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.m_range">
            <summary>
            Range to be filtered.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
             Creates a new instance for AutoFilter collection.
            </summary>
            <param name="application">Excelengine application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.SetParents">
            <summary>
            Searches for all needed parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.Parse(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Parses filter records. Must be called after parsing of all names.
            </summary>
            <param name="records">Records to parse</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes AutoFilter collection into set of records.
            </summary>
            <param name="records">Place where serialized records will be placed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.AutoFiltersCollection_Cleared">
            <summary>
            Cleared event handler.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.Clone(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Clones AutoFilter collection.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.ChangeVersions(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Changes Excel versions based on AutoFilter collection.
            </summary>
            <param name="iLastRow">Max last row.</param>
            <param name="iLastColumn">Max last column.</param>
            <param name="version">Excel version to make conversion into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.UpdateFilterRange">
            <summary>
            Updates internal range object that stores filtered range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.FilterRange">
            <summary>
            Range to be filtered.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.Item(System.Int32)">
            <summary>
            Returns single autofilter object by column index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.AddressR1C1">
            <summary>
            Gets address of filtered range in R1C1 style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.IsFiltered">
            <summary>
            Indicates whether sheet contains filtered range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection.DefaultNamedRangeName">
            <summary>
            Gets default autofilter named range name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.BordersCollection">
            <summary>
            Represent a <c>Borders</c> collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IBorders">
            <summary>
            A collection of four Border objects that represent the four
            borders of a Range or Style object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.Color">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.ColorRGB">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write Color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.Count">
            <summary>
            Returns the number of objects in the collection. Read-only, Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.Item(Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Returns a Border object that represents one of the borders of either a
            range of cells or a style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read / write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBorders.Value">
            <summary>
            Synonym for Borders.LineStyle. Read / write.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.m_bIsEmptyBorder">
            <summary>
            Specifies a boolean value that indicate whether the border collection has a empty border
            </summary> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates collection and sets its application and parent properties.
            </summary>
            <param name="application">Application object for this collection.</param>
            <param name="parent">The parent object for this collection.</param>
            <param name="bAddEmpty">Indicates whether null elements must be added to internal array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat)">
            <summary>
            Creates collection taking borders from ExtendedFormatImplWrapper.
            </summary>
            <param name="application">The application object for the collection.</param>
            <param name="parent">The parent object for the collection.</param>
            <param name="wrap">
            ExtendedFormatImplWrapper from where all borders will be taken.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.Equals(System.Object)">
            <summary>
            Checks whether both border collections are equal.
            </summary>
            <param name="obj">Object to be compared.</param>
            <returns>True if both are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.GetHashCode">
            <summary>
            Generates hash code for BordersCollection.
            </summary>
            <returns>Hash code of the BorderCollection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.SetParents">
            <summary>
            Sets the parent for Border Collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.SetBorder(Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.IBorder)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <param name="border"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.ColorRGB">
            <summary>
            Returns or sets the primary color of the object. Use the RGB function to create a color value.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.Item(Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Gets a Border object that represents one of the borders of either a
            range of cells or a style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.LineStyle">
            <summary>
            Gets or sets the line style for the border.
            Read / write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.Value">
            <summary>
            Synonym for Borders.LineStyle. Read / write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollection.IsEmptyBorder">
            <summary>
            Specifies a boolean value that indicate whether the border collection has a empty border
            </summary>  
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper">
            <summary>
            Represents a borders for range that contains more than one cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.DEF_BORDERS_COUNT">
            <summary>
            Default borders count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.m_arrCells">
            <summary>
            All cells of the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.m_application">
            <summary>
            Application.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Creates instances for specified range.
            </summary>
            <param name="range">Range for which instance must be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.#ctor(System.Collections.Generic.List{Syncfusion.XlsIO.IRange},Syncfusion.XlsIO.IApplication)">
            <summary>
            Creates instances for specified range and sets its application.
            </summary>
            <param name="lstRange">Range for which instance must be created.</param>
            <param name="application">>Application object for this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.SetParents">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.Color">
            <summary>
            Gets or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.ColorRGB">
            <summary>
            Gets or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.Item(Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Gets a Border object that represents one of the borders of either a
            range of cells or a style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.LineStyle">
            <summary>
            Gets or sets the line style for the border. Read / write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.Count">
            <summary>
            Returns default borders count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BordersCollectionArrayWrapper.Value">
            <summary>
            Synonym for Borders.LineStyle. Read / write Variant.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties">
            <summary>
            Represents the document properties in a MS Excel document.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IBuiltInDocumentProperties">
            <summary>
            Represents user interface for built-in document properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IBuiltInDocumentProperties.Clear">
            <summary>
            Removes all properties from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IBuiltInDocumentProperties.Contains(Syncfusion.XlsIO.ExcelBuiltInProperty)">
            <summary>
            Indicates whether collection contains specified property.
            </summary>
            <param name="index">Property id.</param>
            <returns>True if collection contains required property.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Item(Syncfusion.XlsIO.ExcelBuiltInProperty)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Count">
            <summary>
            Returns number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Title">
            <summary>
            Title document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Subject">
            <summary>
            Subject document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Author">
            <summary>
            Author document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Keywords">
            <summary>
            Keywords document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Comments">
            <summary>
            Comments document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Template">
            <summary>
            Template document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.LastAuthor">
            <summary>
            LastAuthor document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.RevisionNumber">
            <summary>
            Revnumber document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.EditTime">
            <summary>
            EditTime document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.LastPrinted">
            <summary>
            LastPrinted document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.CreationDate">
            <summary>
            CreationDate document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.LastSaveDate">
            <summary>
            LastSaveDate document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.PageCount">
            <summary>
            PageCount document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.WordCount">
            <summary>
            WordCount document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.CharCount">
            <summary>
            CharCount document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.ApplicationName">
            <summary>
            ApplicationName document property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Category">
            <summary>
            Category.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.PresentationTarget">
            <summary>
            Target format for presentation (35mm, printer, video, and so on).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.ByteCount">
            <summary>
            ByteCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.LineCount">
            <summary>
            LineCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.ParagraphCount">
            <summary>
            ParCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.SlideCount">
            <summary>
            SlideCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.NoteCount">
            <summary>
            NoteCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.HiddenCount">
            <summary>
            HiddenCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.MultimediaClipCount">
            <summary>
            MmclipCount.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Manager">
            <summary>
            Manager.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.Company">
            <summary>
            Company.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IBuiltInDocumentProperties.LinksDirty">
            <summary>
            Boolean value to indicate whether the custom links are
            hampered by excessive noise, for all applications.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.DEF_PROPERTY_STORAGE_OPTIONS">
            <summary>
            Options for property storage creation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.GuidSummary">
            <summary>
            Guid for parsing/serialization summary properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.GuidDocument">
            <summary>
            Guid for parsing/serialization document properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.m_documentHash">
            <summary>
            Dictionary with document properties, key - property name/id, value - property object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.m_summaryHash">
            <summary>
            Dictionary with summary document properties, key - property id, value - property object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a new instance for Builtin documentation properties.
            </summary>
            <param name="application">Application object for this collection.</param>
            <param name="parent">Parent object for this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Contains(Syncfusion.XlsIO.ExcelBuiltInProperty)">
            <summary>
            Indicates whether collection contains specified property.
            </summary>
            <param name="index">Property id.</param>
            <returns>True if collection contains required property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.GetDictionary(Syncfusion.XlsIO.ExcelBuiltInProperty)">
            <summary>
            Returns dictionary where property must be placed.
            </summary>
            <param name="propertyId">Property id.</param>
            <returns>Dictionary where property must be placed.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Parse(Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection)">
            <summary>
            Extract built-in document properties.
            </summary>
            <param name="properties"> <c>DocumentPropertyCollection</c> to extract properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ReadProperties(Syncfusion.CompoundFile.XlsIO.Net.PropertySection,System.Collections.IDictionary,System.Collections.Generic.List{Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl},System.Boolean,System.Boolean)">
            <summary>
            Reads properties from PropertySection.
            </summary>
            <param name="section">PropertySection to read data from.</param>
            <param name="dicProperties">Dictionary that will receive new properties.</param>
            <param name="lstProperties">List to add properties to.</param>
            <param name="bSummary">Indicates whether we are reading document summary properties.</param>
            <param name="bBuiltIn">Indicates whether property is built-in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.WriteProperties(Syncfusion.CompoundFile.XlsIO.Net.PropertySection,System.Collections.ICollection)">
            <summary>
            Writes properties into specified property section with values.
            </summary>
            <param name="section">Property sections to be written.</param>
            <param name="values">Values to be written.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ConvertToPropertyData(Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl,System.Int32)">
            <summary>
            Converts property into PropertyData structure.
            </summary>
            <param name="property">Property to convert.</param>
            <param name="iPropertyId">Proposed property id.</param>
            <returns>Converted structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Serialize(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage)">
            <summary>
            Serializes built-in properties.
            </summary>
            <param name="setProp">IPropertySetStorage to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Parse(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage)">
            <summary>
            Extract built-in document properties.
            </summary>
            <param name="setProp">IPropertySetStorage to extract properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.WriteProperties(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage,System.Guid,System.Collections.ICollection)">
            <summary>
            Writes properties into IPropertySetStorage.
            </summary>
            <param name="setProp">IPRopertySetStorage to write properties into.</param>
            <param name="guid">Storage GUID.</param>
            <param name="colProperties">Collection of properties to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ReadProperties(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage,System.Guid,System.Collections.IDictionary,System.Collections.Generic.IList{Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl},System.Boolean,System.Boolean)">
            <summary>
            Reads properties from IPropertySetStorage.
            </summary>
            <param name="setProp">IPropertySetStorage to read from</param>
            <param name="guid">Storage GUID.</param>
            <param name="dicProperties">Dictionary that will receive new properties.</param>
            <param name="lstProperties">List to add properties to.</param>
            <param name="bSummary">Indicates whether we are reading document summary properties.</param>
            <param name="bBuiltIn">Indicates whether property is built-in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.OnInsertComplete(System.Int32,Syncfusion.CompoundFile.XlsIO.DocumentPropertyImpl)">
            <summary>
            OnInsert is invoked after Insert behavior.
            </summary>
            <param name="index">Index to be inserted.</param>
            <param name="value">Value to be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Serialize(Syncfusion.CompoundFile.XlsIO.Net.PropertySection,Syncfusion.CompoundFile.XlsIO.Net.PropertySection)">
            <summary>
            Serializes built-in properties with summary and document.
            </summary>
            <param name="summarySection">Summary section to be serialized.</param>
            <param name="documentSection">Document section to be serialized.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Item(Syncfusion.XlsIO.ExcelBuiltInProperty)">
            <summary>
            Gets single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Item(System.Int32)">
            <summary>
            Gets single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Title">
            <summary>
            Gets or sets title of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Subject">
            <summary>
            Gets or sets subject of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Author">
            <summary>
            Gets or sets author of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Keywords">
            <summary>
            Gets or sets Keywords of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Comments">
            <summary>
            Gets or sets comments of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Template">
            <summary>
            Gets or sets template of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.LastAuthor">
            <summary>
            Gets or sets last author of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.RevisionNumber">
            <summary>
            Gets or sets revision number of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.EditTime">
            <summary>
            Gets or sets edit time of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.LastPrinted">
            <summary>
            Gets or sets last printed of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.CreationDate">
            <summary>
            Gets or sets creation date of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.LastSaveDate">
            <summary>
            Gets or sets last saved date of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.PageCount">
            <summary>
            Gets or sets page count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.WordCount">
            <summary>
            Gets or sets word count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.CharCount">
            <summary>
            Gets or sets character count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ApplicationName">
            <summary>
            Gets or sets application name of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.HasHeadingPair">
            <summary>
            Indicates whether the file has Headpair tag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Security">
            <summary>
            Gets or sets security of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Category">
            <summary>
            Gets or sets category of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.PresentationTarget">
            <summary>
            Target format for presentation (35mm, printer, video, and so on).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ByteCount">
            <summary>
            Gets or sets byte count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.LineCount">
            <summary>
            Gets or sets line count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ParagraphCount">
            <summary>
            Gets or sets paragraph count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.SlideCount">
            <summary>
            Gets or sets slide count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.NoteCount">
            <summary>
            Gets or sets note count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.HiddenCount">
            <summary>
            Gets or sets hidden count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.MultimediaClipCount">
            <summary>
            Gets or sets Mutlimedia clip count of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.ScaleCrop">
            <summary>
            Set to True when scaling of the thumbnail is desired. If not set, cropping is desired. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Manager">
            <summary>
            Gets or sets Manager of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.Company">
            <summary>
            Gets or sets company of the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.LinksDirty">
            <summary>
            Gets or sets boolean value to indicate whether the custom links are
            hampered by excessive noise, for all applications.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection">
            <summary>
            Represents the collection of CellRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_dicRecords">
            <summary>
            Table with cell records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_colRanges">
            <summary>
            Table with created ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_bUseCache">
            <summary>
            Indicates whether we should use ranges cache or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.m_recordExtractor">
            <summary>
            Record extractor to get Biff records from.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Clear">
            <summary>
            Removes all elements from the IDictionary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Add(System.Object,System.Object)">
            <summary>
            Adds an element with the provided key and value to the IDictionary.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
            <param name="value">The Object to use as the value of the element to add. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetEnumerator">
            <summary>
            Returns an IDictionaryEnumerator for the IDictionary.
            </summary>
            <returns>An IDictionaryEnumerator for the IDictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Remove(System.Object)">
            <summary>
            Removes the element from the IDictionary with the specified key of object type.
            </summary>
            <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Contains(System.Object)">
            <summary>
            Determines whether the RecordTable contains an element with the specified key of object type.
            </summary>
            <param name="key">The key to locate in the IDictionary.</param>
            <returns>True if the IDictionary contains an element with the key; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an IDictionaryEnumerator for the IDictionary.
            </summary>
            <returns>An IDictionaryEnumerator for the IDictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Add(System.Int64,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Adds an element with the provided key and value to the IDictionary.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
            <param name="value">The Object to use as the value of the element to add. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Adds an specified cell to the IDictionary.
            </summary>
            <param name="value">The Object to use as the value of the element to add. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Remove(System.Int64)">
            <summary>
            Removes the element from the IDictionary with the specified key of long type.
            </summary>
            <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Remove(System.Int32,System.Int32)">
            <summary>
            Removes the element from the IDictionary based on the row and column index.
            </summary>
            <param name="iRow">One-based row index of the cell to remove.</param>
            <param name="iColumn">One-based column index of the cell to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ContainsRow(System.Int32)">
            <summary>
            Determines whether collection contains row.
            </summary>
            <param name="iRowIndex">Zero-based row index.</param>
            <returns>True if the collection contains at least one element with specified row index; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Contains(System.Int64)">
            <summary>
            Determines whether the RecordTable contains an element with the specified key of long type.
            </summary>
            <param name="key">The key to locate in the IDictionary.</param>
            <returns>True if the IDictionary contains an element with the key; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Contains(System.Int32,System.Int32)">
            <summary>
            Determines whether the RecordTable contains an element with row and column.
            </summary>
            <param name="iRow">One-based row index of the cell to locate.</param>
            <param name="iColumn">One-based column index of the cell to locate.</param>
            <returns>True if the IDictionary contains an element with the key; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the ICollection to an Array, starting at a particular Array index.
            </summary>
            <param name="array">
            The one-dimensional Array that is the destination of the elements copied
            from ICollection. The Array must have zero-based indexing.
            </param>
            <param name="index">The zero-based index in array at which copying begins.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord})">
            <summary>
            Saves all rows into specified OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will receive all rows.</param>
            <param name="arrDBCells">List into which all DBCell record must be placed.</param>
            <returns>Number of DBCells.</returns>
            <exception cref="T:System.ArgumentNullException">
            When records is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.PrepareNextRowsBlock(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Collections.RowStorage},System.Int32,System.Int32@,System.Int32@,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Prepares next block of rows.
            </summary>
            <param name="records">OffsetArrayList that will receive all rows.</param>
            <param name="ranges">List to add serialization data into.</param>
            <param name="i">Start row index.</param>
            <param name="iRowRecSize">Size of the records.</param>
            <param name="iFirstRowOffset">Offset to the first row.</param>
            <param name="iLastRow">One-based last row index to serialize.</param>
            <param name="iFirstSheetCol">One-based first column index in the worksheet.</param>
            <param name="iLastSheetCol">One-based last column index in the worksheet.</param>
            <param name="version">Destination excel version.</param>
            <returns>Row index after block saving.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetRowData(System.Int32,System.Int32,System.Int32,System.Int32@,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns array of all cells in the specified row.
            </summary>
            <param name="index">One-based index of row.</param>
            <param name="iFirstColumn">One-based first column in the parent worksheet.</param>
            <param name="iLastColumn">One-based last column in the parent worksheet.</param>
            <param name="min">Variable that receives first used column of the row.</param>
            <param name="max">Variable that receives last used column of the row.</param>
            <param name="version">Destination excel version.</param>
            <returns>Array of all cells in the specified row.</returns>
            <exception cref="T:System.ArgumentNullException">
            When values is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ExtractRanges(Syncfusion.XlsIO.Parser.BiffReader,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts ranges from the reader.
            </summary>
            <param name="reader">Reader to extract ranges from.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes when bIgnoreStyles is set to true.</param>
            <param name="decryptor">Decryptor used to decrypt data if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ExtractRangesFast(Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord,Syncfusion.XlsIO.Parser.BiffReader,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Extracts ranges from the reader.
            </summary>
            <param name="index">IndexRecord that contains all required information.</param>
            <param name="reader">Reader to extract ranges from.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes when bIgnoreStyles is set to true.</param>
            <returns>True if parsing succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Boolean)">
            <summary>
            Adds record to the collection from BiffRecord with ignore style options.
            </summary>
            <param name="recordToAdd">Record to add.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Boolean)">
            <summary>
            Adds record to the collection from cell postion format with ignore style options.
            </summary>
            <param name="cell">Record to add.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord,System.Boolean)">
            <summary>
            Adds MulRKRecord to the records collection.
            </summary>
            <param name="mulRK">Record to add.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord,System.Boolean)">
            <summary>
            Adds MulBlankRecord to the records collection.
            </summary>
            <param name="mulBlank">Record to add.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,Syncfusion.XlsIO.Parser.Biff_Records.StringRecord,System.Boolean)">
            <summary>
            Adds formula record and its string value.
            </summary>
            <param name="formula">Formula record to add.</param>
            <param name="stringRecord">String value to add.</param>
            <param name="bIgnoreStyles">Indicates whether styles should be ignored.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.IsRequireRange(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Indicates whether specified formula is complex
             and requires range object to be created for it.
            </summary>
            <param name="formula">FormulaRecord to check.</param>
            <returns>
            True if specified formula is complex and requires
             range object to be created for it.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetRange(System.Int64,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Sets cell range with cell index.
            </summary>
            <param name="key">Cell key.</param>
            <param name="range">Range to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetRange(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Sets cell range with row and column index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="range">Range to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetRange(System.Int64)">
            <summary>
            Returns cell range based on cell position.
            </summary>
            <param name="key">Cell key.</param>
            <returns>Corresponding cell range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetRange(System.Int32,System.Int32)">
            <summary>
            Returns cell range based on row and column index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Corresponding cell range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetCellRecord(System.Int64,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Sets cell record based on cell index.
            </summary>
            <param name="key">Cell key.</param>
            <param name="cell">Cell to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetCellRecord(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Sets cell record based on row and column index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="cell">Cell to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellRecord(System.Int64)">
            <summary>
            Returns cell record based on the key.
            </summary>
            <param name="key">Cell key.</param>
            <returns>Corresponding cell record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellRecord(System.Int32,System.Int32)">
            <summary>
            Returns cell record based on row and column index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Corresponding cell record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ClearRange(System.Drawing.Rectangle)">
            <summary>
            Clears range in the dictionary that corresponds to the specified range.
            </summary>
            <param name="rect">Rectangle to clear.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CopyCells(Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies cells from another worksheet.
            </summary>
            <param name="sourceCells">Source cells collection to copy cells from.</param>
            <param name="hashStyleNames">
            Dictionary with changes in style indexes,
            key - old style index,
            value - new style index.
            </param>
            <param name="hashWorksheetNames">Dictionary with changes in worksheet names.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
            <param name="dicNewNameIndexes">Dictionary with new name indexes.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="dictExternSheet">External sheet dictionary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetRTFString(System.Int64,System.Boolean)">
            <summary>
            Returns string value associated with specified cell index.
            </summary>
            <param name="cellIndex">Index to cell.</param>
            <param name="bAutofitRows">Indicates whether we are interested in correct height or width.</param>
            <returns>String value associated with specified cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FillRTFString(System.Int64,System.Boolean,Syncfusion.XlsIO.Implementation.RichTextString)">
            <summary>
            Returns string value associated with specified cell index.
            </summary>
            <param name="cellIndex">Index to cell.</param>
            <param name="bAutofitRows">Indicates whether we are interested in correct height or width.</param>
            <param name="richText">String object to fill.</param>
            <returns>String value associated with specified cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetLabelSSTRTFString(System.Int64,System.Boolean)">
            <summary>
            Gets the RTF string in LabelSST of the cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="bAutofitRows">Indicates whether we are interested in correct height or width.</param>
            <returns>RTF in the cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FillLabelSSTRTFString(Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord,System.Boolean,Syncfusion.XlsIO.Implementation.RichTextString)">
            <summary>
            Fills rich text string object with string data.
            </summary>
            <param name="labelSST">Record to get data from.</param>
            <param name="bAutofitRows">Indicates whether we are interested in correct height or width.</param>
            <param name="richText">String to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetText(System.Int64)">
            <summary>
            Returns text value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Text value if appropriate record was found; otherwise - empty string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetError(System.Int64)">
            <summary>
            Gets error value by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns string that represents error value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetBool(System.Int64,System.Boolean@)">
            <summary>
            Gets bool value by cellindex.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="value">Returns value by cell index.</param>
            <returns>If true than value is correct; otherwise incorrect.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ContainNumber(System.Int64)">
            <summary>
            Indicates if collection by index contain number.
            </summary>
            <param name="cellIndex">Index of record.</param>
            <returns>Returns true if contain number; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ContainBoolOrError(System.Int64)">
            <summary>
            Indicates if collection by index contain bool or error.
            </summary>
            <param name="cellIndex">Index of record.</param>
            <returns>Returns true if contain bool or error; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ContainFormulaNumber(System.Int64)">
            <summary>
            Indicates if collection by index contain number as formula value.
            </summary>
            <param name="cellIndex">Index of record.</param>
            <returns>Returns true if contain number; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ContainFormulaBoolOrError(System.Int64)">
            <summary>
            Indicates if collection by index contain bool or error as formula value.
            </summary>
            <param name="cellIndex">Index of record.</param>
            <returns>Returns true if contain number; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetNumber(System.Int64)">
            <summary>
            Returns cell value by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Cell value if appropriate record was found; otherwise returns double.MinValue.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetNumberWithoutFormula(System.Int64)">
            <summary>
            Returns cell value by cell index without formula value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Cell value if appropriate record was found; otherwise returns double.MinValue.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormulaNumberValue(System.Int64)">
            <summary>
            Returns formula value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Formula value if appropriate record was found; otherwise double.MinValue.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetStringValue(System.Int64,System.String)">
            <summary>
            Sets string formula value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="strValue">String value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormulaStringValue(System.Int64)">
            <summary>
            Returns string formula value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>String formula value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetDateTime(System.Int64)">
            <summary>
            Gets date time by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns date time or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CopyCell(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.String,System.Collections.IDictionary,System.Int64,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Int32)">
            <summary>
            Copies cell into another worksheet.
            </summary>
            <param name="cell">Cell to copy.</param>
            <param name="strFormulaValue">Formula string value of the cell.</param>
            <param name="dicXFIndexes">
            Dictionary with updated extended format indexes,
            or Null if indexes were not updated.
            </param>
            <param name="lNewIndex">New cell index</param>
            <param name="book">Source workbook.</param>
            <param name="dicFontIndexes">Dictionary with updated font indexes or Null if indexes were not updated.</param>
            <param name="options">Copy options.</param>
            <returns>True if the cell is copied else false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CacheIntersection(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Drawing.Rectangle@)">
            <summary>
            Caches intersection of the two ranges.
            </summary>
            <param name="destination">The first range to intersect.</param>
            <param name="source">The second range to intersect.</param>
            <param name="rectIntersection">Output intersection rectangle.</param>
            <returns>RecordTable with intersection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetMinimumRowIndex(System.Int32,System.Int32)">
            <summary>
            Returns minimum used row.
            </summary>
            <param name="iStartColumn">Start column.</param>
            <param name="iEndColumn">End column.</param>
            <returns>Minimum used row.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetMaximumRowIndex(System.Int32,System.Int32)">
            <summary>
            Returns maximum used row.
            </summary>
            <param name="iStartColumn">Start column.</param>
            <param name="iEndColumn">End column.</param>
            <returns>maximum used row.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetMinimumColumnIndex(System.Int32,System.Int32)">
            <summary>
            Returns minimum used column.
            </summary>
            <param name="iStartRow">One-based index of the start row.</param>
            <param name="iEndRow">One-based index of the end row.</param>
            <returns>One-based index of the minimum used column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetMaximumColumnIndex(System.Int32,System.Int32)">
            <summary>
            Returns maximum used column.
            </summary>
            <param name="iStartRow">Start row.</param>
            <param name="iEndRow">End row.</param>
            <returns>Maximum used column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormula(System.Int64)">
            <summary>
            Gets formula value by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns formula value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormula(System.Int64,System.Boolean)">
            <summary>
            Gets formula value by cell index with R1C1 notation.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="isR1C1">If true - returns in R1C1 notations.</param>
            <returns>Returns formula value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormula(System.Int64,System.Boolean,System.Globalization.NumberFormatInfo)">
            <summary>
            Gets formula value by cell index with number format information.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="isR1C1">If true - returns in R1C1 notations.</param>
            <param name="numberInfo">Represents number info. Can be null.</param>
            <returns>Returns formula value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetValue(System.Int64,System.Int32,System.Int32,Syncfusion.XlsIO.IRange,System.String)">
            <summary>
            Gets string value by cell index.
            </summary>
            <param name="cellIndex">Cell Index.</param>
            <param name="row">Row index</param>
            <param name="column">Column index</param>
            <param name="range">Range from which value to be returned</param>
            <param name="seperator">CSV seperator</param>
            <returns>Returns string value or empty string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetExtendedFormatIndex(System.Int64)">
            <summary>
            Gets extended format index by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns extended format index or int.MINVALUE.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetExtendedFormatIndex(System.Int32,System.Int32)">
            <summary>
            Gets extended format index by row and column index.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index</param>
            <returns>Returns extended format index or int.MinValue if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetExtendedFormatIndexByRow(System.Int32)">
            <summary>
            Gets extended format index of the row.
            </summary>
            <param name="row">One-based row index.</param>
            <returns>Returns extended format index or int.MinValue if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetExtendedFormatIndexByColumn(System.Int32)">
            <summary>
            Gets extended format index of the column.
            </summary>
            <param name="column">One-based column index.</param>
            <returns>Returns extended format index or int.MinValue if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellFont(System.Int64)">
            <summary>
            Gets font by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns font or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CopyStyle(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Copies style from one cell into another.
            </summary>
            <param name="iSourceRow">One-based row index of the source cell.</param>
            <param name="iSourceColumn">One-based column index of the source cell.</param>
            <param name="iDestRow">One-based row index of the destination cell.</param>
            <param name="iDestColumn">One-based column index of the destination cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CreateCellNoAdd(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates new cell without adding it to the collection..
            </summary>
            <param name="iRow">One-based row index of the cell to create.</param>
            <param name="iColumn">One-based column index of the cell to create.</param>
            <param name="recordType">Record type.</param>
            <returns>Created cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CreateCell(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates new cell.
            </summary>
            <param name="iRow">One-based row index of the cell to create.</param>
            <param name="iColumn">One-based column index of the cell to create.</param>
            <param name="recordType">Record type.</param>
            <returns>Created cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellStyle(System.Int64)">
            <summary>
            Gets cell style by cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellFormatting(System.Int64)">
            <summary>
            Returns object containing cell formatting.
            </summary>
            <param name="cellIndex">Cell index to get formatting for.</param>
            <returns>An ojbect containing cell formatting.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetNumberValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets number value with default extended format index.
            </summary>
            <param name="iCol">Represents column index. One-based.</param>
            <param name="iRow">Represents row index. One-based.</param>
            <param name="dValue">Represents number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetNumberValue(System.Int64,System.Double)">
            <summary>
            Sets number value in cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="dValue">Represents number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetNumberValue(System.Int32,System.Int32,System.Double,System.Int32)">
            <summary>
            Sets number value with specified extended format index.
            </summary>
            <param name="iCol">Represents column index. One-based.</param>
            <param name="iRow">Represents row index. One-based.</param>
            <param name="dValue">Represents number value.</param>
            <param name="iXFIndex">Represents xf index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetBooleanValue(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets boolean value.
            </summary>
            <param name="iCol">Represents column index. One based</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="bValue">Represents boolean value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetBooleanValue(System.Int64,System.Boolean)">
            <summary>
            Sets boolean value in specified cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="bValue">Represents boolean value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetBooleanValue(System.Int32,System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets boolean value with extended format.
            </summary>
            <param name="iCol">Represents column index. One-based.</param>
            <param name="iRow">Represents row index. One-based.</param>
            <param name="bValue">Represents boolean value.</param>
            <param name="iXFIndex">Represents xf index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetErrorValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets error value with a string value and default extended format index.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetErrorValue(System.Int64,System.String)">
            <summary>
            Sets error value with a string value in cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="strValue">Represents error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetErrorValue(System.Int32,System.Int32,System.String,System.Int32)">
            <summary>
            Sets error value with a string value and extended format index.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents error value.</param>
            <param name="iXFIndex">Represents xf index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetErrorValue(System.Int32,System.Int32,System.Byte,System.Int32)">
            <summary>
            Sets error value with error code and extended format index.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="errorCode">Represents error code.</param>
            <param name="iXFIndex">Represents xf index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetFormula(System.Int32,System.Int32,System.String,System.Int32)">
            <summary>
            Sets formula value with extended format index.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents formula to set.</param>
            <param name="iXFIndex">Represents extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetFormula(System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo)">
            <summary>
            Sets formula value with extended format index, number format information and R1C1 notation.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents formula to set.</param>
            <param name="iXFIndex">Represents extended format index.</param>
            <param name="isR1C1">If true - value in R1C1 notation.</param>
            <param name="formatInfo">Represent number format info, can be null.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetFormula(System.Int32,System.Int32,System.String,System.Int32,System.Boolean)">
            <summary>
            Sets formula value with extended format index and R1C1 notation.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents formula to set.</param>
            <param name="iXFIndex">Represents extended format index.</param>
            <param name="isR1C1">If true - value in R1C1 notation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetFormula(System.Int32,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Globalization.NumberFormatInfo)">
            <summary>
            Sets formula value with extended format index, number format information,
            R1C1 notation and parse formula.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="strValue">Represents formula to set.</param>
            <param name="iXFIndex">Represents extended format index.</param>
            <param name="isR1C1">If true - value in R1C1 notation.</param>
            <param name="bParse">If true - parse formula.</param>
            <param name="formatInfo">Represent number format info, can be null.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetBlank(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets blank value.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="iXFIndex">Represents extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetRTF(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Sets RTF value.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="iXFIndex">Represents extended format index.</param>
            <param name="rtf">Represents rtf to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetSingleStringValue(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets string value from existing SST collection.
            </summary>
            <param name="iCol">Represents column index. One based.</param>
            <param name="iRow">Represents row index. One based.</param>
            <param name="iXFIndex">Represents extended format index.</param>
            <param name="iSSTIndex">Represents SST index</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetNonSSTString(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Sets cell to the non-SST string record (LabelRecord).
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="iXFIndex">Extended format index.</param>
            <param name="strValue">String value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FreeRange(System.Int32,System.Int32)">
            <summary>
            Free's range object.
            </summary>
            <param name="iRow">One-based row index of the range object to remove from internal cache.</param>
            <param name="iColumn">One-based column index of the range object to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ClearData">
            <summary>
            Removes all data saving cells formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord)">
            <summary>
            Sets array formula.
            </summary>
            <param name="record">Record to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetArrayRecord(System.Int32,System.Int32)">
            <summary>
            Returns array record corresponding to the cell
            </summary>
            <param name="iRow">One-based row index of the cell to get ArrayRecord for.</param>
            <param name="iColumn">One-based column index of the cell to get ArrayRecord for.</param>
            <returns>Corresponding array record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.RemoveLastColumn(System.Int32)">
            <summary>
            Removes last column from the worksheet.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.RemoveRow(System.Int32)">
            <summary>
            Removes last column from the worksheet.
            </summary>
            <param name="iRowIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32[])">
            <summary>
            Updates indexes to named ranges from array of new index.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges from IDictionary.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ReplaceSharedFormula">
            <summary>
            Replaces all shared formula with ordinary formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
             Finds the cell positions based on find value of byte type.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value to find.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>List with cell indexes that contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions,System.Boolean)">
            <summary>
            Finds the cell positions based on find value of string type with find option.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value to find.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="findOptions">Way to find</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>
            List with cell indexes that contains specified value.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Find(Syncfusion.XlsIO.IRange,System.Double,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
             Finds the cell positions based on find value of double type.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value to find.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>List with cell indexes that contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Find(Syncfusion.XlsIO.IRange,System.Byte,System.Boolean,System.Boolean)">
            <summary>
            Finds the cell positions based on find value of byte type.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value to find.</param>
            <param name="bIsError">Indicates whether we should look for error code or boolean value.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>List with cell indexes that contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Find(System.Collections.Generic.Dictionary{System.Int32,System.Object})">
            <summary>
            Finds the cell positions which has a given dictionary index.
            </summary>
            <param name="dictIndexes">Dictionary index to be found.</param>
            <returns>List with cell indexes that contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CacheAndRemove(Syncfusion.XlsIO.Implementation.RangeImpl,System.Int32,System.Int32,System.Int32@,System.Int32@,System.Boolean)">
             <summary>
             Caches and removes specified rectangle from the table.
             </summary>
             <param name="sourceRange">Source range.</param>
             <param name="iDeltaRow">Row delta to add to the resulting table.</param>
             <param name="iDeltaColumn">Column delta to add to the resulting table.</param>
             <param name="iMaxRow">Output maximum zero-based row index.</param>
             <param name="iMaxColumn">Output maximum zero-based column index.</param>
            <param name="bInsert">Boolean flag to indicate if a row is moved or inserted.</param>
             <returns>Cached table.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateExtendedFormatIndex(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            This method should be called immediately after extended format removal with IDictionary.
            </summary>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateExtendedFormatIndex(System.Int32[])">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="arrFormats">Array with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateExtendedFormatIndex(System.Int32)">
            <summary>
            This method updates indexes to the extended formats after version change.
            </summary>
            <param name="maxCount">New restriction for maximum possible XF index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetCellStyle(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets cell style with extended format index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="iXFIndex">Index of the extended format to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SetCellStyle(System.Int32,System.Int32)">
            <summary>
            Sets cell style in specified row and column.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="index">Index of the extended format to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.ReAddAllStrings">
            <summary>
            Looks through all records and calls AddIncrease for each LabelSST record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.InsertIntoDefaultRows(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iRowIndex"></param>
            <param name="iRowCount"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormulaErrorBoolText(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Parses bool or error value from formula value.
            </summary>
            <param name="formula">Represents formula record.</param>
            <returns>Returns value string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CreateRangesCollection">
            <summary>
            Creates internal cache for range objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateSheetReferences(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Collections.IDictionary,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Updates sheet references in the formula.
            </summary>
            <param name="formula">Formula to update.</param>
            <param name="dicSheetNames">Dictionary with new worksheet names.</param>
            <param name="book">Source workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.CopyStrings(System.Collections.IDictionary)">
            <summary>
            Copies string records.
            </summary>
            <param name="dicSourceStrings">Source collection with strings to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFormat(System.Int64)">
            <summary>
            Returns format applied to the cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Format applied to the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetFont(System.Int64)">
            <summary>
            Returns font applied to the cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Font applied to the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetXFIndex(System.Int32,System.Collections.IDictionary,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Gets new index of an extended format.
            </summary>
            <param name="iOldIndex">Old index of the extended format.</param>
            <param name="dicXFIndexes">Dictionary with new extended format indexes.</param>
            <param name="options">Copy range options.</param>
            <returns>New index of the extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UpdateLabelSSTIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.IncreaseIndex)">
            <summary>
            Updates LabelSST indexes after SST record parsing.
            </summary>
            <param name="dictUpdatedIndexes">Dictionary with indexes to update, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FillRichText(Syncfusion.XlsIO.Implementation.RichTextString,System.Int32)">
            <summary>
            Fills string object with data.
            </summary>
            <param name="richText">String object to fill.</param>
            <param name="sstIndex">Index in the shared strings table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.GetCellType(System.Int32,System.Int32)">
            <summary>
            Returns cell type.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.OnDispose">
            <summary>
            This method is called when object is about to be disposed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FindRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Int32,System.Int32)">
            <summary>
            Searches for the record of specified type.
            </summary>
            <param name="recordType">Record type to look for.</param>
            <param name="iRow">One-based index to the row to look at.</param>
            <param name="iCol">One-based index of the column to start looking at.</param>
            <param name="iLastCol">One-based index of the column to end looking at.</param>
            <returns>Column index that contains record of the specified type or value beyond iLastCol if not found.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FirstRow">
            <summary>
            Gets first used row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.LastRow">
            <summary>
            Gets last used row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.FirstColumn">
            <summary>
            Gets first used column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.LastColumn">
            <summary>
            Gets last used column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Sheet">
            <summary>
            Represents parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Table">
            <summary>
            Gets or sets table with cell records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.UseCache">
            <summary>
            Indicates whether we should use ranges cache or not. Default value if false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Version">
            <summary>
            Gets or sets <c>ExcelVersion</c> of the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.RecordExtractor">
            <summary>
            Gets the record extractor of the cell record collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Count">
            <summary>
            Gets number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.IsFixedSize">
            <summary>
            Gets a value indicating whether the IDictionary has a fixed size. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.IsReadOnly">
            <summary>
             Gets a value indicating whether the IDictionary is read-only. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Keys">
            <summary>
            Gets an ICollection containing the keys of the IDictionary. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Values">
            <summary>
            Gets an ICollection containing the values in the IDictionary. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Item(System.Object)">
            <summary>
            Gets or sets the element with the specified key of object type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Item(System.Int64)">
            <summary>
            Gets or sets the element with the specified key of long type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets the element with the specified one-based row and column indexes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the ICollection is synchronized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the ICollection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection">
            <summary>
            Collection of the Charts object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICharts">
            <summary>
            Represents a collection of charts in the workbook.
            </summary>
            /// The <see cref="T:Syncfusion.XlsIO.ICharts"/> collection contains an <see cref="T:Syncfusion.XlsIO.IChart"/> object for each chart sheet in the workbook. 
            Use Charts(index), where index is the chart-sheet index number or name, to return a single <see cref="T:Syncfusion.XlsIO.IChart"/> object.
        </member>
        <member name="M:Syncfusion.XlsIO.ICharts.Add">
            <summary>
            Creates a new chart sheet.
            </summary>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICharts.Add(System.String)">
            <summary>
            Creates a new chart sheet with the specified name.
            </summary>
            <param name="name">Name of the new chart sheet.</param>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICharts.Remove(System.String)">
            <summary>
            Removes the specified chart sheet from the workbook.
            </summary>
            <param name="name">Name of the object to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICharts.AddCopy(Syncfusion.XlsIO.IChart)">
            <summary>
            Adds copy of the specified chart to the collection.
            </summary>
            <param name="chartToCopy">Chart to copy.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ICharts.Count">
            <summary>
            Gets the number of charts in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICharts.Item(System.Int32)">
            <summary>
            Gets a single <see cref="T:Syncfusion.XlsIO.IChart"/> object with the specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICharts.Item(System.String)">
            <summary>
            Gets a single <see cref="T:Syncfusion.XlsIO.IChart"/> object with the specified name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.DEF_CHART_NAME_START">
            <summary>
            Default start of the chart name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.m_hashNames">
            <summary>
            Name-to-Chart dictionary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates chart collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Add">
            <summary>
            Creates a new chart.
            </summary>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Add(System.String)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name of the new chart's sheet.</param>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Remove(System.String)">
            <summary>
            Removes Chart object from the collection.
            </summary>
            <param name="name">Name of the object to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Add(Syncfusion.XlsIO.IChart)">
            <summary>
            Adds specified chart to the collection.
            </summary>
            <param name="chartToAdd">Chart that should be added to the collection.</param>
            <returns>Added chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Add(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Extracts chart object from the BiffReader.
            </summary>
            <param name="reader">BiffReader that contains chart data.</param>
            <returns>Extracted chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Add(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts chart object from the BiffReader.
            </summary>
            <param name="reader">BiffReader that contains chart data.</param>
            <param name="options">Parse options.</param>
            <param name="bSkip">Indicates whether skip parsing.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <returns>Extracted chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.SetParents">
            <summary>
            Sets all parents.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If one of the parent objects cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Move(System.Int32,System.Int32)">
            <summary>
            Moves worksheet inside this collection only.
            </summary>
            <param name="iOldIndex">Old index in the collection.</param>
            <param name="iNewIndex">New index in the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.ChartsCollection_NameChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Event handler for series NameChanged event
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.OnClear">
            <summary>
            Performs additional operations before Clear method execution.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.UpdateSheetIndex(Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Int32)">
            <summary>
            Updates chart index after move/insert operation.
            </summary>
            <param name="chart">Chart that was changed.</param>
            <param name="iOldRealIndex">Old sheet index in the TabSheets collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.MoveInternal(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iOldSheetIndex"></param>
            <param name="iNewSheetIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.AddInternal(Syncfusion.XlsIO.IChart)">
            <summary>
            Adds chart into internal collections.
            </summary>
            <param name="chartToAdd">Chart to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Objects_TabSheetMoved(System.Object,Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs)">
            <summary>
            This method is called after tabsheet was moved.
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.AddCopy(Syncfusion.XlsIO.IChart)">
            <summary>
            Adds copy of the specified chart to the collection.
            </summary>
            <param name="chartToCopy">Chart to copy.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ChartsCollection.Item(System.String)">
            <summary>
            Returns a single Chart object from a Charts collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection">
            <summary>
            Collection stores all comments in the worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IComments">
            <summary>
            A collection of cell comments. Each comment is represented by a
            Comment object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IComments.Clear">
            <summary>
            Remove all items from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Microsoft Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Item(System.Int32,System.Int32)">
            <summary>
            Returns single entry from the collection by row and column one-based indexes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComments.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.DEFAULT_WIDTH">
            <summary>
            Default comment width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.DEFAULT_HEIGHT">
            <summary>
            Default comment height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.DEF_COLUMNS_COUNT">
            <summary>
            Columns count in new comment - 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.DEF_ROWS_COUNT">
            <summary>
            Rows count in new comment - 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.m_hashComments">
            <summary>
            Dictionary with all comments,
            key - cell index (one-based),
            value - corresponding comment object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.m_bReRegister">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the collection and sets its parent and application properties.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.AddComment(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds comment to the specified range.
            </summary>
            <param name="parentRange">Range that should be commented.</param>
            <returns>Newly created comment shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.AddComment(System.Int32,System.Int32)">
            <summary>
            Adds comment to the specified range.
            </summary>
            <param name="iRow">Row of the cell to add comment to.</param>
            <param name="iColumn">Column of the cell to add comment to.</param>
            <returns>Newly created comment shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.AddComment(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Adds comment to the specified range.
            </summary>
            <param name="iRow">Row of the cell to add comment to.</param>
            <param name="iColumn">Column of the cell to add comment to.</param>
            <param name="bIsParseOptions">Indicates is parse comment fill line options.</param>
            <returns>Newly created comment shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.AddComment(Syncfusion.XlsIO.ICommentShape)">
            <summary>
            Adds comment to this collection only.
            Should be called from Shapes collection only.
            </summary>
            <param name="comment">Comment to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If can't find parent worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.Remove(Syncfusion.XlsIO.ICommentShape)">
            <summary>
            Removes comment from the collection.
            </summary>
            <param name="comment">Comment to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.InnerRemove(Syncfusion.XlsIO.ICommentShape)">
            <summary>
            Removes specified comment only from internal storages (without removing it from shapes collection).
            </summary>
            <param name="comment">Comment to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.ReRegisterComments">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.OnClear">
            <summary>
            OnClear is invoked before Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl)">
            <summary>
            Performs additional processes after inserting
            a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.OnRemoveComplete(System.Int32,Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl)">
            <summary>
            Performs additional processes after removing 
            an element from the collection.
            </summary>
            <param name="index">The zero-based index at which the value can be found.</param>
            <param name="value">The value of the element to remove from index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.OnSetComplete(System.Int32,Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl,Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl)">
            <summary>
            Performs additional processes after setting a value in the collection.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at the index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.Item(System.Int32,System.Int32)">
            <summary>
            Returns single entry from the collection by row and column one-based indexes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.ReRegisterOnAccess">
            <summary>
            This property indicates whether internal hashtable is invalid and must be filled
            once again before accessing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CommentsCollection.HashComments">
            <summary>
            Dictionary with all comments,
            key - cell index (one-based),
            value - corresponding comment object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper">
            <summary>
            Wrapper over conditional format collection for range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IConditionalFormats">
            <summary>
            Represents a collection of conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IConditionalFormats.AddCondition">
            <summary>
            Adds a condition format to the collection.
            </summary>
            <returns>Newly added conditional format.</returns>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IConditionalFormats.Remove">
            <summary>
            Removes all the conditional formats in the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IConditionalFormats.RemoveAt(System.Int32)">
            <summary>
            Removes the conditional format at the specified index from the collection.
            </summary>
            <param name="index">Index of the conditional format to be removed.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormats.Count">
            <summary>
            Gets the number of conditional formats in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormats.Item(System.Int32)">
            <summary>
            Gets a conditional format of the specified index from the collection. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.m_range">
            <summary>
            Wrapped range object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.m_condFormats">
            <summary>
            Wrapped conditional formats collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.m_arrConditions">
            <summary>
            List with all wrapped conditions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.#ctor">
            <summary>
            To prevent creation without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.#ctor(Syncfusion.XlsIO.ICombinedRange)">
            <summary>
            Creates wrapper for the specified range object.
            </summary>
            <param name="range">Range to wrap conditional formats for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.AddCondition">
            <summary>
            Adds new condition to the collection.
            </summary>
            <returns>Newly added condition.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Remove">
            <summary>
            Removes the Condtional Format at the specified range
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.RemoveAt(System.Int32)">
            <summary>
            Removes the Condtional Format at the Specified Index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>An enumerator that can iterate through a collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.CreateReadOnlyFormats">
            <summary>
            Creates conditional formats for read-only mode.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.CreateWriteableFormats">
            <summary>
            Creates copy of the current conditional formats collection to enable writing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.CreateConditionWrappers">
            <summary>
            Creates wrappers for all conditions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.GetCondition(System.Int32)">
            <summary>
            Returns unwrapped condition.
            </summary>
            <param name="iCondition">Condition index.</param>
            <returns>Unwrapped condition.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Count">
            <summary>
            Returns number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Item(System.Int32)">
            <summary>
            Returns single element from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.SheetFormats">
            <summary>
            Returns collection of worksheets conditional formats of
            the parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.ConditionalFormats">
            <summary>
            Gets the Conditional Formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper.Range">
            <summary>
            Gets the range object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats">
            <summary>
            Collection of conditional formats for the single-cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.MAXIMUM_CF_NUMBER">
            <summary>
            Maximum number of conditional formats in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_format">
            <summary>
            Record that contains collection data.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_condFMT12" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_sheet" -->
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_rangesOperations">
            <summary>
            Ranges operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_cfCount">
            <summary>
            Normal rule count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_acfCount">
            <summary>
            Advanced conditional format rule count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_totalCFCount">
            <summary>
            Total rule count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_cfIndex">
            <summary>
            Index of the rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_futureRecord">
            <summary>
            Specifies the future record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.m_pivot">
            <summary>
            Checks whether conditional format is applied in pivot table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Base application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Creates new instance.
            </summary>
            <param name="application">Base application.</param>
            <param name="parent">Parent object.</param>
            <param name="toClone">Collection to clone.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,System.Boolean)">
            <summary>
            Copy Conditional format.
            </summary>
            <param name="application">Base application.</param>
            <param name="parent">Parent object.</param>
            <param name="toClone">Collection to clone.</param>
            <param name="toClone">boolean value to copy conditional format</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord,System.Collections.IList,System.Collections.IList)">
            <summary>
            Creates ConditionalFormats collection from array of BiffRecords.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
            <param name="format">Main conditional format record.</param>
            <param name="formats">Array of CFRecords with conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record,System.Collections.IList)">
            <summary>
            Creates ConditionalFormats collection from array of BiffRecords.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
            <param name="format">Main conditional format12 record.</param>
            <param name="formats">Array of CF12Records with conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.FindParent">
            <summary>
            Finds parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddCondition">
            <summary>
            Adds new condition to the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Remove">
            <summary>
            Removes the Condtional Format at the specified range
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.RemoveAt">
            <summary>
            Removes the Condtional Format at the Specified Index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CopyAdvancedConditionalFormatting(Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Adds condition from CFRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.UInt16,System.Int32)">
            <summary>
            Serializes collection data into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will get all data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.SerializeACF(Syncfusion.XlsIO.Implementation.ConditionalFormatImpl,Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.UInt16,System.Int32)">
            <summary>
            Serializes normal conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.SerializeCF(Syncfusion.XlsIO.Implementation.ConditionalFormatImpl,Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.UInt16,System.Int32)">
            <summary>
            Serializes advanced conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddFromRecord(Syncfusion.XlsIO.Parser.Biff_Records.CFRecord)">
            <summary>
            Adds condition from CFRecord.
            </summary>
            <param name="cf">CFRecord that contains condition data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddFromCF12Record(Syncfusion.XlsIO.Parser.Biff_Records.CF12Record)">
            <summary>
            Adds condition from CF12Record.
            </summary>
            <param name="cf12">CF12Record that contains condition data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddFromCFEXRecord(Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord)">
            <summary>
            Adds condition from CFExRecord.
            </summary>
            <param name="cf">CFRecord that contains condition data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CompareTo(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Compares this collection to another.
            </summary>
            <param name="formats">Collection to compare.</param>
            <returns>True if collections are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CompareFormats(Syncfusion.XlsIO.IConditionalFormat,Syncfusion.XlsIO.IConditionalFormat)">
            <summary>
            Compares two ConditionalFormats.
            </summary>
            <param name="firstFormat">First conditional format to compare.</param>
            <param name="secondFormat">Second conditional format to compare.</param>
            <returns>True if they are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddCells(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Adds cells from the collection.
            </summary>
            <param name="formats">Formats collection to get cells from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddCellsCondFMT12(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Adds cells from the collection.
            </summary>
            <param name="formats">Formats collection to get cells from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Contains(System.Drawing.Rectangle[])">
            <summary>
            Indicates whether collection contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to check.</param>
            <returns>True if collection contains all specified ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.ContainsCount(System.Drawing.Rectangle)">
            <summary>
            Returns contains count for specified range.
            </summary>
            <param name="range">Range to check.</param>
            <returns>Contains count</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddCells(System.Collections.Generic.IList{System.Drawing.Rectangle})">
            <summary>
            Adds cells from the collection.
            </summary>
            <param name="arrCells">Cells to add to the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds range to the collection.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddRange(System.Drawing.Rectangle)">
            <summary>
            Adds new cell range to the collection.
            </summary>
            <param name="rect">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Remove(System.Drawing.Rectangle[])">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Remove(System.Drawing.Rectangle[],System.Boolean)">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.ClearCells">
            <summary>
            Removes all cells from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.ConvertToExcel97to03Version">
            <summary>
            Converts collection to Excel97to03 version (reduces collection capacity to maximum three conditions).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.GetPart(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.Object)">
            <summary>
            Creates ConditionaFormats collection containing part of conditional formats.
            </summary>
            <param name="row">Index of the first row to get.</param>
            <param name="column">Index of the first column to get.</param>
            <param name="rowCount">Number of rows to get.</param>
            <param name="columnCount">Number of columns to get.</param>
            <param name="remove">Indicates whether we should remove original items from the collection.</param>
            <param name="rowIncrement">This value should be added to row index of every CF region.</param>
            <param name="columnIncrement">This value should be added to column index of every CF region.</param>
            <param name="newParent">New parent object.</param>
            <returns>Created CF collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates conditional format formulas.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.GetEnclosedRangeAddress(System.Boolean)">
            <summary>
            calculate and return the Range required in range address format
            </summary>
            <param name="isFirstCell">boolean value indicate the first cell or enclosing range address required</param>
            <returns>the Range string required in range address format</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.sheet">
            <summary>
            Get worksheet. Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.MaxCFNumber">
            <summary>
            Returns maximum conditional formats number. Depends on current Excel version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.IsEmpty">
            <summary>
            Indicates whether collection is empty. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Pivot">
            <summary>
            Checks whether conditional format is applied in pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.Address">
            <summary>
            Represents address of cf ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.AddressR1C1">
            <summary>
            Represents address of cf ranges in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.EnclosedRange">
            <summary>
            Cell range address of the range enclosing all
            conditionally formatted ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CellsList">
            <summary>
            Returns all string ranges for this CF.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CellRectangles">
            <summary>
            Gets list of rectangles describing cells with conditional formatting.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CondFMTRecord">
            <summary>
            CondFMT record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.CondFMT12Record">
            <summary>
            CondFMT record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats.IsFutureRecord">
            <summary>
            Specify whether the record is future record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties">
            <summary>
            Summary description for CustomDocumentProperties.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICustomDocumentProperties">
            <summary>
            Summary description for ICustomDocumentProperties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomDocumentProperties.Remove(System.String)">
            <summary>
            Removes specified object from the collection.
            </summary>
            <param name="strName">Property name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomDocumentProperties.Contains(System.String)">
            <summary>
            Checks whether collection contains property with specified name.
            </summary>
            <param name="strName">Name to check.</param>
            <returns>True if property is contained by collection; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ICustomDocumentProperties.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomDocumentProperties.Item(System.String)">
            <summary>
            Returns single entry from the collection. Creates new entry
            if property with specified name is not found. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomDocumentProperties.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomDocumentProperties.Count">
            <summary>
            Returns number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.CustomGuidString">
            <summary>
            Custom guid string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.GuidCustom">
            <summary>
            Guid used for parsing/serialization of custom properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.m_propertiesHash">
            <summary>
            Dictionary with document properties, key - property name/id, value - property value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.GetProperty(System.String)">
            <summary>
            Returns custom property by name.
            </summary>
            <param name="strName">Custom property.</param>
            <returns>Custom property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Remove(System.String)">
            <summary>
            Removes specified object from the collection.
            </summary>
            <param name="strName">Property name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Add(System.String)">
            <summary>
            Adds element to the collection.
            </summary>
            <param name="strName">Property name to add.</param>
            <returns>Newly created property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Contains(System.String)">
            <summary>
            Checks whether collection contains property with specified name.
            </summary>
            <param name="strName">Name to check.</param>
            <returns>True if property is contained by collection; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Serialize(Syncfusion.CompoundFile.XlsIO.Net.PropertySection)">
            <summary>
            Serializes built-in properties.
            </summary>
            <param name="setProp">IPropertySetStorage to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Serialize(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage)">
            <summary>
            Serializes built-in properties.
            </summary>
            <param name="setProp">IPropertySetStorage to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Parse(Syncfusion.CompoundFile.XlsIO.Native.IPropertySetStorage)">
            <summary>
            Extract built-in document properties.
            </summary>
            <param name="setProp">IPropertySetStorage to extract properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Parse(Syncfusion.CompoundFile.XlsIO.Net.DocumentPropertyCollection)">
            <summary>
            Extract custom document properties.
            </summary>
            <param name="setProp">Collection to extract properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Item(System.String)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties.Syncfusion#XlsIO#ICustomDocumentProperties#Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection">
            <summary>
            Incapsulates one DValRecord and multiple DVRecords from xls file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.m_dvalRecord">
            <summary>
            Single DValRecord from data validation block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.m_parentTable">
            <summary>
            Parent data validation table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.m_hashRecords">
            <summary>
            Key - DVRecord, value - corresponding DataValidationImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.m_arrStorage">
            <summary>
            Represents array list that storage dv data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.m_bIsDelay">
            <summary>
            Indicates is delay parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.DValRecord)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="dval"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="arrRecords"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.SetParents">
            <summary>
            Searches and sets all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Add(Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Adds data validation to the collection.
            Checks if same data validation exists in the collection,
            updates and returns it (if found).
            </summary>
            <param name="dv">Data validation to add.</param>
            <returns>Data validation that was added or that was updated.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves collection into list of BiffRecords.
            </summary>
            <param name="records">OffsetArrayList with BiffRecords.</param>
            <exception cref="T:System.ArgumentNullException">
            If records parameter is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Parse(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Creates collection from array.
            </summary>
            <param name="arrRecords">Array of Biff records.</param>
            <param name="iOffset">Start offset in the array (will be updated after parsing).</param>
            <param name="bIsParse">Indicates is parse on create or delay for first usage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Remove(Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            
            </summary>
            <param name="dv"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Remove(System.Drawing.Rectangle[])">
            <summary>
            
            </summary>
            <param name="rectangles"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Clone(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns new object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.FindByCellIndex(System.Int64)">
            <summary>
            Returns data validation for specified cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Data validation for specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.AddDVRecord(Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Adds new DVRecord to the collection.
            </summary>
            <param name="dv">DVRecord to add.</param>
            <exception cref="T:System.ArgumentNullException">
            If dv is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.UpdateRecords(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Int32)">
            <summary>
            Updates collection.
            </summary>
            <param name="arrRecords">Array of Biff records.</param>
            <param name="iOffset">Start offset in the array (will be updated after parsing).</param>
            <param name="iCount">Represents count of records in collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.AddLocalRecord(Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Adds local data validation record.
            </summary>
            <param name="dv">Represents record to add.</param>
            <returns>Returns new instance of data validation.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.DataValidations">
            <summary>
            Returns data validation records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.PromptBoxHPosition">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.PromptBoxVPosition">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.IsPromptBoxVisible">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.IsPromptBoxPositionFixed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Workbook">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.ParentTable">
            <summary>
            Gets parent table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Record">
            <summary>
            Gets DValRecord representing this collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.ShapesCount">
            <summary>
            Gets number of required shapes objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection.HashRecords">
            <summary>
            Key - DVRecord, value - corresponding DataValidationImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable">
            <summary>
            Table of all data validation in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.m_hashDVals">
            <summary>
            Dictionary, key - DValRecord, value - DataValidationCollection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates DataValidationTable.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Creates DataValidationTable.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
            <param name="arrRecords">List with data validation records.</param>
            <param name="iOffset">Offset to the first data validation record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Parse(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@)">
            <summary>
            Extracts data validation table from array of records.
            </summary>
            <param name="arrRecords">List with data validation records.</param>
            <param name="iOffset">Offset to the first data validation record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Add(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Adds new data validation collection.
            </summary>
            <param name="dval">Collection to add.</param>
            <returns>Newly added data validation collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Add(Syncfusion.XlsIO.Parser.Biff_Records.DValRecord)">
            <summary>
            Adds new data validation to the collection.
            </summary>
            <param name="dval">DValRecord to add.</param>
            <returns>Newly added data validation collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Clone(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.FindDataValidation(System.Int64)">
            <summary>
            Searches for corresponding data validation.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Found data validation or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.FindDataValidation(System.Int32,System.Int32)">
            <summary>
            Searches for corresponding data validation.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Found data validation or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Remove(System.Drawing.Rectangle[])">
            <summary>
            Removes specified rectangles from the collection.
            </summary>
            <param name="rectangles">Rectangles to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.GetFirstKeyValuePair(System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Parser.Biff_Records.DValRecord,Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection})">
            <summary>
            Gets first Key value pair
            </summary>
            <param name="collection"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Worksheet">
            <summary>
            Gets parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Workbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.DataValidationTable.ShapesCount">
            <summary>
            Gets number of required shapes objects.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection">
            <summary>
            Summary description for ErrorIndicatorsCollection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.m_dicErrorIndicators">
            <summary>
            Dictionary with error indicators. Used to check whether indicator is unique.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new collection.</param>
            <param name="parent">Parent object for the new collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.Add(Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl)">
            <summary>
            Adds new item to collection.
            </summary>
            <param name="errorIndicator">Error indicator to add.</param>
            <returns>Added error indicator.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.Find(System.Drawing.Rectangle[])">
            <summary>
            Searches for error indicator that contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to find error indicator for.</param>
            <returns>Error indicator if found, else null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.Remove(System.Drawing.Rectangle[])">
            <summary>
            Removes specified range from collection.
            </summary>
            <param name="rect">Range to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection">
            <summary>
            Represents collection of all extended formats in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.DEF_DEFAULT_COUNT">
            <summary>
            Number of default extended formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.m_hashFormats">
            <summary>
            Dictionary with all formats in the collection.
            Key - ExtendedFormatImpl, value - same format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection and sets its Application and Parent values.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Add(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Adds format into collection.
            </summary>
            <param name="format">Format to add.</param>
            <returns>
            If there is same format in the collection, this method will return it;
            otherwise format that was passed as argument will be added.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.ForceAdd(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Adds format into collection.
            </summary>
            <param name="format">Format to add.</param>
            <returns>Format that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Import(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Imports single extended format to the collection.
            </summary>
            <param name="format">Format to import.</param>
            <param name="hashExtFormatIndexes">
            Dictionary with new xf indexes, key - old xf index, value - new xf index.
            </param>
            <returns>Index of the new format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Merge(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl},System.Collections.Generic.Dictionary{System.Int32,System.Int32}@)">
            <summary>
            Merges extended formats collection with formats from another collection.
            </summary>
            <param name="arrXFormats">Collection to get formats from.</param>
            <param name="dicFontIndexes">Container for new font indexes.</param>
            <returns>Dictionary with new indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Merge(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl})">
            <summary>
            Adds extended formats to the collection.
            </summary>
            <param name="arrXFormats">Formats to add.</param>
            <returns>Dictionary with new indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.AddIndex(System.Collections.Generic.Dictionary{System.Int32,System.Object},System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl},System.Int32)">
            <summary>
            Adds index to the collection.
            </summary>
            <param name="hashToAdd">Dictionary to add index to.</param>
            <param name="arrXFormats">List with extended formats.</param>
            <param name="index">Index to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.GatherTwoFormats(System.Int32,System.Int32)">
            <summary>
            Gather two formats borders.
            </summary>
            <param name="iFirstXF">First xf indexes to gathered.</param>
            <param name="iEndXF">End xf indexes to gathered.</param>
            <returns>Returns gathered two extended formats..</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.RemoveAt(System.Int32)">
            <summary>
            Removes item at the specified position.
            </summary>
            <param name="xfIndex">Item to remove.</param>
            <returns>
            Dictionary with new xf indexes.
            key - old index
            value - new index.
            Only those formats that had parent index set
            to xfIndex will be placed in this dictionary.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Clone(System.Object)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.SetMaxCount(System.Int32)">
            <summary>
            Sets maximum possible count of extended formats in the collections.
            Updates ParentIndex and overall number of extended formats if necessary.
            </summary>
            <param name="maxCount">New value of maximum possible extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.SetXF(System.Int32,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            
            </summary>
            <param name="iXFIndex"></param>
            <param name="format"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Merge(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Adds copy of the format to the collection.
            </summary>
            <param name="arrXFormats">Formats to add.</param>
            <param name="dicFontIndexes">Updated font indexes.</param>
            <param name="dicFormatIndexes">Dictionary with new format indexes.</param>
            <returns>Dictionary with new indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Merge(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Adds copy of the format to the collection.
            </summary>
            <param name="format">Format to add.</param>
            <param name="hashResult">Dictionary with new format indexes.</param>
            <param name="dicFontIndexes">Updated font indexes, key - old index, value - new index.</param>
            <param name="dicFormatIndexes">Dictionary with new format indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.MarkUsedFormats(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Marks the used extended cell styles and their formats in the workbook.
            </summary>
            <param name="allFormats">All the extended formats in the workbook.</param>
            <param name="sourceBook">The workbook which is to be processed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.GetFontIndexes(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl})">
            <summary>
            Returns array with new font indexes used by specified extended formats.
            </summary>
            <param name="arrXFormats">List with used extended formats.</param>
            <returns>Updated font indexes, key - old font index, value - new font index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.GetFormatIndexes(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl})">
            <summary>
            Returns hashtable with new format indexes used by specified extended formats.
            </summary>
            <param name="arrXFormats">List with used extended formats.</param>
            <returns>Dictionary with new format indexes, key - old format index, value - new format index.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection.ParentWorkbook">
            <summary>
            Returns parent workbook object. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection">
            <summary>
            Collection of external workbooks in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.StdDocumentOptions">
            <summary>
            Default options of StdDocumnt extern name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.DEF_NO_SHEET_INDEX">
            <summary>
            Sheet index for non-existing sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.DEF_WRONG_URL_NAME">
            <summary>
            This URL is written by MS Excel 2003 when referenced file is closed before saving workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.m_hashUrlToBook">
            <summary>
            Dictionary key - extern workbook url, value - corresponding extern workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.m_hashShortNameToBook">
            <summary>
            Dictionary key - short name of the workbook, value - workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection with specified Application and Parent.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Parses array of biff records.
            </summary>
            <param name="arrData">Array to parse.</param>
            <param name="iOffset">Offset to collection data.</param>
            <returns>Offset value after parsing all workbooks.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts extern workbooks from the BiffReader.
            </summary>
            <param name="reader">Reader to extract records from.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes collection of external workbooks as biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Add(Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Adds workbook into collection.
            </summary>
            <param name="book">Book to add.</param>
            <returns>Index of the new workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Add(System.String)">
            <summary>
            Adds new workbook into collection
            </summary>
            <param name="fileName">Workbook to add.</param>
            <returns>Index of the new workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Add(System.String,System.Boolean)">
            <summary>
            Adds new workbook into collection
            </summary>
            <param name="fileName">Workbook to add.</param>
            <returns>Index of the new workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Add(System.String,System.String,System.Collections.Generic.List{System.String},System.String[])">
            <summary>
            
            </summary>
            <param name="filePath"></param>
            <param name="fileName"></param>
            <param name="sheets"></param>
            <param name="names"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.AddDDEFile(System.String)">
            <summary>
            Adds new workbook into collection
            </summary>
            <param name="fileName">Workbook to add.</param>
            <returns>Index of the new workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.InsertSelfSupbook">
            <summary>
            Inserts SupbookRecord describing this workbook.
            </summary>
            <returns>
            Index to the SupBookRecord that describes current workbook.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.ContainsExternName(System.String)">
            <summary>
            Checks whether any of books in this collection contains extern name.
            </summary>
            <param name="strName">Name to search.</param>
            <returns>True if name was found; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.ContainsExternName(System.String,System.Int32@,System.Int32@)">
            <summary>
            Checks whether any of books in this collection contains extern name.
            </summary>
            <param name="strName">Name to search.</param>
            <param name="iBookIndex">Output extern workbook index.</param>
            <param name="iNameIndex">Output name index.</param>
            <returns>True if name was found; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.GetNameIndexes(System.String,System.Int32@)">
            <summary>
            Returns index of the extern name.
            </summary>
            <param name="strName">Name to search.</param>
            <param name="iRefIndex">Reference index.</param>
            <returns>Returns index to extern workbook containing required name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.GetBookByShortName(System.String)">
            <summary>
            Returns extern workbook with specified short name.
            </summary>
            <param name="strShortName">Short name to find.</param>
            <returns>
            Extern workbook that corresponds to the specified short name;
             or Null if there isn't such workbook.
             </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.SetParents">
            <summary>
            Sets all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.GetFirstInternalIndex">
            <summary>
            Returns first index of current book in collection.
            </summary>
            <returns>Returns first index of current book in collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.AddCopy(Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection)">
            <summary>
            Copies subbook collection.
            </summary>
            <param name="subBooks">Represents parent subbook collection.</param>
            <returns>Returns sub book indexes hash. Key - old indexes; Value - new indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.FindOrAdd(System.String,System.String)">
            <summary>
            Tries to find corresponding workbook or creates new if not found.
            </summary>
            <param name="strBook">Name of the workbook file.</param>
            <param name="strBookPath">Path to the workbook.</param>
            <returns>Found or created extern workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Dispose">
            <summary>
            Frees all allocated unmanaged resources.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Item(System.Int32)">
            <summary>
            Returns single extern workbook from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.Item(System.String)">
            <summary>
            Returns single extern workbook from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternBookCollection.ParentWorkbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection">
            <summary>
            Summary description for ExternNamesCollection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.m_externBook">
            <summary>
            Parent extern workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.m_hashNames">
            <summary>
            Hash table with all names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.m_lstToRemove">
            <summary>
            Sometimes different applications (not MS Excel) can create duplicated
            extern names, we have to remember all of them and after parsing remove it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection with specified Application and Parent.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord)">
            <summary>
            Adds new name to the collection.
            </summary>
            <param name="name">Name to add.</param>
            <returns>Index of added extern name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Add(System.String)">
            <summary>
            Adds new name to the collection.
            </summary>
            <param name="name">Name to add.</param>
            <returns>Index of added extern name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Add(System.String,System.Boolean)">
            <summary>
            Adds new name to the collection.
            </summary>
            <param name="name">Name to add.</param>
            <returns>Index of added extern name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Contains(System.String)">
            <summary>
            Checks if collection contains extern name with specified name.
            </summary>
            <param name="name">Name to find.</param>
            <returns>Boolean value indicating whether collection contains extern name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            
            </summary>
            <param name="records"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.GetNameIndex(System.String)">
            <summary>
            Return index to the extern name.
            </summary>
            <param name="strName">Name to locate.</param>
            <returns>Index to the extern name, or -1 if name was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.GetNewIndex(System.Int32)">
            <summary>
            Get new index for extern name (to remove duplicated extern names).
            </summary>
            <param name="iNameIndex">Name index.</param>
            <returns>Updated name index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Add(Syncfusion.XlsIO.Implementation.ExternNameImpl)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="name">Name to add.</param>
            <returns>Index of the added item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.ExternNamesCollection_Removed(System.Object,Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs{Syncfusion.XlsIO.Implementation.ExternNameImpl})">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.ExternNamesCollection_Inserted(System.Object,Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs{Syncfusion.XlsIO.Implementation.ExternNameImpl})">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Item(System.Int32)">
            <summary>
            Returns extern name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.Item(System.String)">
            <summary>
            Returns extern name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ExternNamesCollection.ParentWorkbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.FontsCollection">
            <summary>
            Summary description for FontsCollection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.m_hashFonts">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection with specified Application and Parent.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Add(Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Parser.Biff_Records.FontRecord)">
            <summary>
            Parses font record and adds new font to the collection.
            </summary>
            <param name="record">Font record to parse.</param>
            <returns>Added font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Add(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to collection.
            </summary>
            <param name="font">Font to add.</param>
            <returns>Added font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.InsertDefaultFonts">
            <summary>
            Inserts default fonts into collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.ForceAdd(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Forces add to the collection even if same font is already in the collection.
            </summary>
            <param name="font">Font to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves fonts collection as a set of biff records.
            </summary>
            <param name="records">OffssetArrayList that will receive biff records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Contains(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Indicates whether such font is in collection.
            </summary>
            <param name="font">Font to search.</param>
            <returns>True if such font is present in the collection, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.AddRange(Syncfusion.XlsIO.Implementation.Collections.FontsCollection)">
            <summary>
            Merges fonts with fonts from another fonts collection.
            </summary>
            <param name="arrFonts">Fonts collection to merge fonts from..</param>
            <returns>Dictionary with updated indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.AddRange(System.Collections.Generic.ICollection{System.Int32},Syncfusion.XlsIO.Implementation.Collections.FontsCollection)">
            <summary>
            Adds fonts range from other fonts collection.
            </summary>
            <param name="colFonts">Collection with font indexes to add.</param>
            <param name="sourceFonts">Collection with fonts to add.</param>
            <returns>Dictionary with updated fonts indexes: key - old font index, value - new font index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.AddCopy(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Adds copy of the font.
            </summary>
            <param name="font">Font to copy.</param>
            <returns>Index of the new font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Clone(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates copy of the fonts collection.
            </summary>
            <param name="parent">Parent workbook for the new collection.</param>
            <returns>Copy of this collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FontsCollection.Item(System.Int32)">
            <summary>
            Returns single font from collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection">
            <summary>
            Represents collection of formats in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.DecimalSeparator">
            <summary>
            Represents the Decimal Seprator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.ThousandSeparator">
            <summary>
            Represents the Thousand seprator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Percentage">
            <summary>
            Represents the percentage in decimal numbers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Fraction">
            <summary>
            Represents the fraction symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Date">
            <summary>
            Represents the index of the date format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Time">
            <summary>
            Represents the time separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Exponent">
            <summary>
            Represents the Exponenet Symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Minus">
            <summary>
            Represents the Minus symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Currency">
            <summary>
            Represents the Currency Symbol. 
            TODO: support currency based on the Culture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.DEF_FIRST_CUSTOM_INDEX">
            <summary>
            Index to the first user-defined number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.CountryJapan">
            <summary>
            Japan code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AdditionalDateFormats">
            <summary>
            Represents the collection of DateFormats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.DEF_FORMAT_STRING">
            <summary>
            Default format strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.DEF_CURRENCY_FORMAT_STRING">
            <summary>
            Default currency format strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.DEF_CURRENCY_SYMBOL">
            <summary>
            Default currency format .
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_rawFormats">
            <summary>
            Index-to-FormatImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_hashFormatStrings">
            <summary>
            Dictionary. Key - format string, value - FormatImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_parser">
            <summary>
            Format parser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_formatIndexes">
            <summary>
            Represent the indexes of the Raw Formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_hasNumFormats">
            <summary>
            Number Formats Taken.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.m_currencyFormatStrings">
            <summary>
            Dictionary. Key - currency symbol , value - currency format string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance and sets its application and parent objects.
            </summary>
            <param name="application">Application object to set.</param>
            <param name="parent">Parent object to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Parses list of biff records.
            </summary>
            <param name="data">Records to parse.</param>
            <param name="iPos">Offset to the format records.</param>
            <returns>Position after format records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves formats into list of biff records.
            </summary>
            <param name="records">List to save into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord)">
            <summary>
            Adds new format to the collection.
            </summary>
            <param name="format">Format to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Add(System.Int32,System.String)">
            <summary>
            
            </summary>
            <param name="formatId"></param>
            <param name="formatString"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Register(Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            
            </summary>
            <param name="format"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Clone(System.Object)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.CreateFormat(System.String)">
            <summary>
            Method that creates format object based on the format string
            and registers it in the workbook.
            </summary>
            <param name="formatString">Format string for the new format record.</param>
            <returns>Index of created format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetCustomizedString(System.String)">
            <summary>
            Gets customized datetime format string of user input format string, inaccordance with MS Excel behaviour 
            </summary>
            <param name="formatString"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetFormattedStringFormats(System.String)">
            <summary>
            Gets the formatted string (IE replace the month and date token into lower case and left the string token)
            </summary>
            <param name="stringFormats">Number formats string.</param>
            <returns>Replaced lower case string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.ReplaceStringFormats(System.String)">
            <summary>
            Replace the upper case formats into lower case formats for year, month, day, hour, minutes, seconds as per MS Excel behavior.
            </summary>
            <param name="stringFormats">Number formats string.</param>
            <returns>Replaced lower case string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.ContainsFormat(System.String)">
            <summary>
            Determines whether the IDictionary contains an element with the specified format.
            </summary>
            <param name="formatString">Format to locate in the collection.</param>
            <returns>True if the collection contains an element with the key; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.FindOrCreateFormat(System.String)">
            <summary>
            Searches for format with specified format string
            and creates one if a match is not found.
            </summary>
            <param name="formatString">String describing needed format.</param>
            <returns>Found or created format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.InsertDefaultFormats">
            <summary>
            Inserts all default formats into list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetUsedFormats(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Gets all used formats.
            </summary>
            <returns>Array that contains all used format records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Merge(Syncfusion.XlsIO.Implementation.Collections.FormatsCollection)">
            <summary>
            Copies all formats from the source collection.
            </summary>
            <param name="source">Collection to copy formats from.</param>
            <returns>Dictionary old format index - to - new format index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AddRange(System.Collections.IDictionary,Syncfusion.XlsIO.Implementation.Collections.FormatsCollection)">
            <summary>
            Adds format range to the collection.
            </summary>
            <param name="dicIndexes">Dictionary with format indexes to add.</param>
            <param name="source">Source collection.</param>
            <returns>Dictionary with updated indexes: key - old index, value - new index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AddCopy(Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Tries to add format to the collection.
            </summary>
            <param name="format">Format to add.</param>
            <returns>New format index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AddCopy(Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord)">
            <summary>
            Tries to add format to the collection.
            </summary>
            <param name="format">Format to add.</param>
            <returns>New format index.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AddJapaneseFormats" -->
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.AddDefaultFormats(System.Int32)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.FillFormatIndexes">
            <summary>
            Fills the format indexes based on the format types.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetDateFormat(System.String)">
            <summary>
            Detects the DateFormat from the string.
            </summary>
            <param name="strValue">string value to detect.</param>
            <returns>NumberFormat of the given string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetTimeFormat(System.String)">
            <summary>
            Detects the Time Format from the string.
            </summary>
            <param name="strValue">string to detect the format.</param>
            <returns>Number Format of the given string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.HasSecond(System.String)">
            <summary>
            Returns True, if strValue contains the time format with seconds.
            </summary>
            <param name="strValue">Time format in string.</param>
            <returns>boolean value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.IsStandardTimeFormat(System.String)">
            <summary>
            Returns True, if the string format of time contains 12 Hours format.
            </summary>
            <param name="strValue">Time format in string.</param>
            <returns>returns boolean.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetNumberFormat(System.String)">
            <summary>
            Detects the Number format.
            </summary>
            <param name="strValue">number as string to detect the number format.</param>
            <returns>Number Format of given value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.ParseNumberFormat(System.String)">
            <summary>
            Try parse the number format of the given value.
            </summary>
            <param name="strValue">number as string to parse.</param>
            <returns>NumberFormat of the given value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.CheckIsBetweenDate(System.Int32,System.Collections.Generic.List{System.Char})">
            <summary>
            Check whether the separator character is in between the date format symbols
            </summary>
            <param name="index">current index of the separator to be checked</param>
            <param name="formatStringCharArray">the source character array</param>
            <returns>retuns true if the format is correct, otherwise not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.GetEnumerator">
            <summary>
            Returns an IDictionaryEnumerator for the IDictionary.
            </summary>
            <returns>An IDictionaryEnumerator for the IDictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Remove(System.Int32)">
            <summary>
            Removes the element with the specified key from the IDictionary.
            </summary>
            <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Contains(System.Int32)">
            <summary>
            Determines whether the IDictionary contains an element with the specified key.
            </summary>
            <param name="key">The key to locate in the IDictionary.</param>
            <returns>True if the IDictionary contains an element with the key; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Clear">
            <summary>
             Removes all elements from the IDictionary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the collection to an Array, starting at a particular Array index.
            </summary>
            <param name="array">
            The one-dimensional Array that is the destination of the elements
            copied from ICollection. The Array must have zero-based indexing.
            </param>
            <param name="index">The zero-based index in array at which copying begins.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.HasNumberFormats">
            <summary>
            Gets or Sets a value indicating whether worksheet contains number formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Item(System.String)">
            <summary>
            Returns single entry from the collection by format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Parser">
            <summary>
            Returns format parser. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.CurrencyFormatStrings">
            <summary>
            Gets currency format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the IDictionary is read-only. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Values">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Keys">
            <summary>
            Gets an ICollection containing the keys of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.IsFixedSize">
            <summary>
            Gets a value indicating whether the collection has a fixed size. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the collection is synchronized (thread-safe).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.Count">
            <summary>
            Gets the number of elements contained in the collection. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.FormatsCollection.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup">
            <summary>
            Summary description for BorderGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.m_index">
            <summary>
            Border index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.m_bordersGroup">
            <summary>
            Parent style group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
            <param name="index">Border index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.Count">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.ColorObject">
            <summary>
            Returns or sets the primary color of the object.
            Read/write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.ColorRGB">
            <summary>
            Returns color of the border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read/write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BorderGroup.ShowDiagonalLine">
            <summary>
            This property is used only by Diagonal borders. For any other border
            index property will have no influence.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup">
            <summary>
            Summary description for BordersGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.m_style">
            <summary>
            Parent style group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.GroupCount">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.Color">
            <summary>
            Returns or sets the primary color of the object.
            Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.ColorRGB">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write Color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.Syncfusion#XlsIO#IBorders#Count">
            <summary>
            Returns the number of objects in the collection. Read-only, Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.Item(Syncfusion.XlsIO.ExcelBordersIndex)">
            <summary>
            Returns a Border object that represents one of the borders of either a
            range of cells or a style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.LineStyle">
            <summary>
            Returns or sets the line style for the border. Read / write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.BordersGroup.Value">
            <summary>
            Synonym for Borders.LineStyle. Read / write.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup">
            <summary>
            Summary description for ConditionalFormatsGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.m_range">
            <summary>
            Parent range group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.SynchronizeCollection">
            <summary>
            Synchronizes all collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.AddCondition">
            <summary>
            Adds new condition to the collection.
            </summary>
            <returns>Newly added condition.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.Remove">
            <summary>
            Removes the Condtional Format at the specified range
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.RemoveAt(System.Int32)">
            <summary>
            Removes the Condtional Format at the Specified Index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>An IEnumerator that can iterate through the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.Count">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.Syncfusion#XlsIO#IConditionalFormats#Count">
            <summary>
            Returns number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.ConditionalFormatsGroup.Syncfusion#XlsIO#IConditionalFormats#Item(System.Int32)">
            <summary>
            Returns single element from the collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup">
            <summary>
            Summary description for FontGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.m_styleGroup">
            <summary>
            Parent range group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Count">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Bold">
            <summary>
            True if the font is bold. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Color">
            <summary>
            Returns or sets the primary color of the object. Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.RGBColor">
            <summary>
            Gets / sets font color. Searches for the closest color in 
            the workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Italic">
            <summary>
            True if the font style is italic. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Size">
            <summary>
            Returns or sets the size of the font. Read / write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read / write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Superscript">
            <summary>
            True if the font is formatted as superscript. False by default.
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read / write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.FontName">
            <summary>
            Returns or sets the font name. Read / write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.FontGroup.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.MigrantRangeGroup">
            <summary>
            Summary description for MigrantRangeGroup.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup">
            <summary>
            Summary description for RangeGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_iFirstRow">
            <summary>
            First row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_iFirstColumn">
            <summary>
            First column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_iLastRow">
            <summary>
            Last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_iLastColumn">
            <summary>
            Last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_sheetGroup">
            <summary>
            Parent group of worksheets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_richText">
            <summary>
            Rich text string group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_rangeEnd">
            <summary>
            Value of End property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.m_style">
            <summary>
            Style group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
            <param name="iFirstRow">The first row of the range.</param>
            <param name="iFirstColumn">The first column of the range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
            <param name="iFirstRow">The first row of the range.</param>
            <param name="iFirstColumn">The first column of the range.</param>
            <param name="iLastRow">The last row of the range.</param>
            <param name="iLastColumn">The last column of the range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
            <param name="name">String representation of the range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Boolean)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
            <param name="name">String representation of the range.</param>
            <param name="IsR1C1Notation">Indicates is name in R1C1 notation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.GetRange(System.Int32)">
            <summary>
            Returns range for specific sheet.
            </summary>
            <param name="iSheetIndex">Sheet index in the group.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Activate">
            <summary>
            Activates a single cell, which must be inside the current selection.
            To select a range of cells, use the Select method.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Activate(System.Boolean)">
            <summary>
            Activates a single cell, scroll to it and activates the corresponding sheet.
            To select a range of cells, use the Select method.
            </summary>
            <param name="scroll">True to scroll to the cell</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Group(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Group(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether grouping should
            be performed by rows or by columns. 
            </param>
            <param name="bCollapsed">Indicates whether group should be collapsed.</param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
            <summary>
            Creates Subtotal for the corresponding ranges
            </summary>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">GroupByGroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">Columns to GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Merge">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Merge(System.Boolean)">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
            <param name="clearCells">Indicates whether to clear unnecessary cells.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Ungroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Ungroups current range.
            </summary>
            <param name="groupBy">Indicates type of ungrouping. Ungroup by columns or by rows.</param>
            <returns>Current range after ungrouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.UnMerge">
            <summary>
            Separates a merged area into individual cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FreezePanes">
            <summary>
            Freezes pane at the current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Clear">
            <summary>
            Clear the contents of the Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Clear(System.Boolean)">
            <summary>
            Clear the contents of the Range with formatting.
            </summary>
            <param name="isClearFormat">True if formatting should also be cleared.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Clear(Syncfusion.XlsIO.ExcelMoveDirection)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left
            without formula or merged ranges update.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Clear(Syncfusion.XlsIO.ExcelClearOptions)">
            <summary>
            Clears the contents, formats and comments of the cell, based on clear options.
            </summary>
            <param name="option"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Clear(Syncfusion.XlsIO.ExcelMoveDirection,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
            <param name="options">Cells shifting options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.MoveTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Moves the cells to the specified Range (without updating formulas).
            </summary>
            <param name="destination">Destination Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.MoveTo(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Moves the cells to the specified Range.
            </summary>
            <param name="destination">Destination Range</param>
            <param name="bUpdateFormula">Indicates whether to update formula after move operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CopyTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Copies the range to the specified destination Range (without updating formulas).
            </summary>
            <param name="destination">Destination range.</param>
            <returns>Range were this range was copied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CopyTo(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Copies this range into another location.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="bUpdateFormula">Indicates whether update formula during copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CopyTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies this range into another location.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="options">Copy range options.</param>
            <returns>Destination range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IntersectWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns intersection of this range with the specified one.
            </summary>
            <param name="range">The Range with which to intersect.</param>
            <returns>Range intersection; if there is no intersection, NULL is returned.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.MergeWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns merge of this range with the specified one.
            </summary>
            <param name="range">The Range to merge with.</param>
            <returns>Merged ranges or NULL if wasn't able to merge ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AutofitRows">
            <summary>
            Autofits all rows in the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AutofitColumns">
            <summary>
            Autofits all columns in the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AddComment">
            <summary>
            Adds comment to the range.
            </summary>
            <returns>Range's comment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Syncfusion#XlsIO#IRange#FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>First found cell, or Null if value was not found. </returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Syncfusion#XlsIO#IRange#FindFirst(System.Boolean)">
            <summary>
            This method searches for the first cell with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Syncfusion#XlsIO#IRange#FindFirst(System.DateTime)">
            <summary>
            This method searches for the first cell with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindFirst(System.TimeSpan)">
            <summary>
            This method searches for the first cell with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>All found cells, or Null if value was not found.</returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>All found cells, or Null if value was not found.</returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindAll(System.Boolean)">
            <summary>
            This method searches for the all cells with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindAll(System.DateTime)">
            <summary>
            This method searches for the all cells with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FindAll(System.TimeSpan)">
            <summary>
            This method searches for the all cells with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CopyToClipboard">
            <summary>
            Copies range to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderAround">
            <summary>
            Sets around border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderAround(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderInside">
            <summary>
            Sets inside border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderInside(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BorderNone">
            <summary>
            Sets none border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CollapseGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Collapses current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy,Syncfusion.XlsIO.ExpandCollapseFlags)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
            <param name="flags">Additional option flags.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Count">
            <summary>
            Returns number of ranges in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Item(System.Int32)">
            <summary>
            Returns range from the specified worksheet in the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Workbook">
            <summary>
            Returns parent workbook object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Hyperlinks">
            <summary>
            Returns hyperlinks for this range group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Address">
            <summary>
            Returns the range reference in the language of the macro.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AddressLocal">
            <summary>
            Returns the range reference for the specified range in the language
            of the user. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AddressGlobal">
            <summary>
            Returns range Address in format "'Sheet1'!$A$1".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AddressR1C1">
            <summary>
            Returns the range reference using R1C1 notation.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.AddressR1C1Local">
            <summary>
            Returns the range reference using R1C1 notation.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Boolean">
            <summary>
            Gets / sets boolean value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Borders">
            <summary>
            Returns a  Borders collection that represents the borders of a style
            or a range of cells (including a range defined as part of a
            conditional format).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Cells">
            <summary>
            Returns a Range object that represents the cells in the specified range.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Column">
            <summary>
            Returns the number of the first column in the first area in the specified
            range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.ColumnGroupLevel">
            <summary>
            Column group level. Read-only.
            -1 - Not all columns in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.ColumnWidth">
            <summary>
            Returns or sets the width of all columns in the specified range.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Syncfusion#XlsIO#IRange#Count">
            <summary>
            Returns the number of objects in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.DateTime">
            <summary>
            Gets / sets DateTime contained by this cell. Read-write DateTime.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.DisplayText">
            <summary>
            Returns cell value after number format application. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.End">
            <summary>
            Returns a Range object that represents the cell at the end of the
            region that contains the source range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.EntireColumn">
            <summary>
            Returns a Range object that represents the entire column (or
            columns) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.EntireRow">
            <summary>
            Returns a Range object that represents the entire row (or
            rows) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Error">
            <summary>
            Gets / sets error value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Formula">
            <summary>
            Returns or sets the object's formula in A1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaR1C1">
            <summary>
            Returns or sets the object's formula in R1C1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaArray">
            <summary>
            Represents array-entered formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaArrayR1C1">
            <summary>
            Returns or sets the object's formula in R1C1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaHidden">
            <summary>
            True if the formula will be hidden when the worksheet is protected.
            False if at least part of formula in the range is not hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaDateTime">
            <summary>
            Get / set formula DateTime value contained by this cell.
            DateTime.MinValue if not all cells of the range have same DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasDataValidation">
            <summary>
            Indicates whether specified range object has data validation.
            If Range is not single cell, then returns true only if all cells have data validation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasBoolean">
            <summary>
            Indicates whether range contains bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasDateTime">
            <summary>
            Indicates whether range contains DateTime value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaBoolValue">
            <summary>
            Indicates if current range has formula bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaErrorValue">
            <summary>
            Indicates if current range has formula error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaDateTime">
            <summary>
            Indicates if current range has formula value formatted as DateTime. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaNumberValue">
            <summary>
            Indicates if the current range has formula number value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaStringValue">
            <summary>
            Indicates if the current range has formula string value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormula">
            <summary>
            True if all cells in the range contain formulas; False if
            at least one of the cells in the range doesn't contain a formula.
            Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasFormulaArray">
            <summary>
            Indicates whether range contains array-entered formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasNumber">
            <summary>
            Indicates whether the range contains number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasRichText">
            <summary>
            Indicates whether cell contains formatted rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasString">
            <summary>
            Indicates whether the range contains String. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasStyle">
            <summary>
            Indicates whether range has default style. False means default style.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HorizontalAlignment">
            <summary>
            Returns or sets the horizontal alignment for the specified object.
            Read/write ExcelHAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IndentLevel">
            <summary>
            Returns or sets the indent level for the cell or range. Can be an integer
            from 0 to 15 for Excel 97-2003 and 250 for Excel 2007. Read/write Integer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsBlank">
            <summary>
            Indicates whether the range is blank. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsBoolean">
            <summary>
            Indicates whether range contains boolean value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsError">
            <summary>
            Indicates whether range contains error value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsGroupedByColumn">
            <summary>
            Indicates whether this range is grouped by column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsGroupedByRow">
            <summary>
            Indicates whether this range is grouped by row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsInitialized">
            <summary>
            Indicates whether cell is initialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.LastColumn">
            <summary>
            Returns last column of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.LastRow">
            <summary>
            Returns last row of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Number">
            <summary>
            Gets / sets double value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.NumberFormat">
            <summary>
            Format of current cell. Analog of Style.NumberFormat property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Row">
            <summary>
            Returns the number of the first row of the first area in
            the range. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.RowGroupLevel">
            <summary>
            Row group level. Read-only.
            -1 - Not all rows in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.RowHeight">
            <summary>
            Returns the height of all the rows in the range specified,
            measured in points. Returns Double.MinValue if the rows in the specified range
            aren't all the same height. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Rows">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            rows in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Columns">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            columns in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CellStyle">
            <summary>
            Returns a Style object that represents the style of the specified
            range. Read/write IStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CellStyleName">
            <summary>
            Returns name of the Style object that represents the style of the specified
            range. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Text">
            <summary>
            Gets / sets string value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.TimeSpan">
            <summary>
            Gets / sets time value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Value">
            <summary>
            Returns or sets the value of the specified range.
            Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.CalculatedValue">
            <summary>
            Returns the calculated value of a formula using the most current inputs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Value2">
            <summary>
            Returns or sets the cell value. Read/write Variant.
            The only difference between this property and the Value property is
            that the Value2 property doesn't use the Currency and Date data types.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.VerticalAlignment">
            <summary>
            Returns or sets the vertical alignment of the specified object.
            Read/write ExcelVAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Worksheet">
            <summary>
            Returns a Worksheet object that represents the worksheet
            containing the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Item(System.Int32,System.Int32)">
            <summary>
            Gets / sets cell by row and column index. Row and column indexes are one-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell range. Row and column indexes are one-based. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Item(System.String)">
            <summary>
            Get cell range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Item(System.String,System.Boolean)">
            <summary>
            Get cell range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.ConditionalFormats">
            <summary>
            Collection of conditional formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.DataValidation">
            <summary>
            Data validation for the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaStringValue">
            <summary>
            Gets / sets string value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaNumberValue">
            <summary>
            Gets / sets number value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaBoolValue">
            <summary>
            Gets / sets number value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.FormulaErrorValue">
            <summary>
            Returns the calculated value of the formula as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.Comment">
            <summary>
            Comment assigned to the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.RichText">
            <summary>
            String with rich text formatting. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsMerged">
            <summary>
            Indicates whether this range is part of merged range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.MergeArea">
            <summary>
            Returns a Range object that represents the merged range containing
            the specified cell. If the specified cell isn�t in a merged range,
            this property returns NULL. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.WrapText">
            <summary>
            True if Microsoft Excel wraps the text in the object.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.HasExternalFormula">
            <summary>
            Indicates is current range has external formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IgnoreErrorOptions">
            <summary>
            Represents ignore error options. If not single cell returs concatenateed flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.IsStringsPreserved">
            <summary>
            Indicates whether all values in the range are preserved as strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RangeGroup.BuiltInStyle">
            <summary>
            Gets/sets built in style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IMigrantRange">
            <summary>
            Represents range object for the single cell. Coordinates of such object can be changed.
            There should be only one such object for single worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.ResetRowColumn(System.Int32,System.Int32)">
            <summary>
            Resets row and column values.
            </summary>
            <param name="iRow">One-based row index of the new cell address.</param>
            <param name="iColumn">One-based column index of the new cell address.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.SetValue(System.Int32)">
            <summary>
            Assigns integer value to the Merged region.
            </summary>
            <param name="value">Value to be assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.SetValue(System.Double)">
            <summary>
            Assigns double value to the Merged region.
            </summary>
            <param name="value">Value to be assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.SetValue(System.DateTime)">
            <summary>
            Assigns DateTime value to the Merged region.
            </summary>
            <param name="value">Value to be assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.SetValue(System.Boolean)">
            <summary>
            Assigns bool value to the Merged region.
            </summary>
            <param name="value">Value to be assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMigrantRange.SetValue(System.String)">
            <summary>
            Assigns string value to the Merged region.
            </summary>
            <param name="value">Value to be assigned</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.MigrantRangeGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the object.
            </summary>
            <param name="application">Application object for the new object.</param>
            <param name="parent">Parent object for the new object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.MigrantRangeGroup.ResetRowColumn(System.Int32,System.Int32)">
            <summary>
            Resets row and column values.
            </summary>
            <param name="iRow">One-based row index of the new cell address.</param>
            <param name="iColumn">One-based column index of the new cell address.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup">
            <summary>
            Summary description for PageSetupGroup.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPageSetup">
            <summary>
            Represents the page setup description. The PageSetup object
            contains all page setup attributes (left margin, bottom margin,
            paper size, and so on) as properties.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.FitToPagesTall">
            <summary>
            Returns or sets the number of pages tall the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write int.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.FitToPagesWide">
            <summary>
            Returns or sets the number of pages wide the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write int.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.PrintGridlines">
            <summary>
            True if cell gridlines are printed on the page. Applies only to
            worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.PrintHeadings">
            <summary>
            True if row and column headings are printed with this page. Applies
            only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.PrintArea">
            <summary>
            Returns or sets the range to be printed, as a string using A1-style
            references in the language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.PrintTitleColumns">
            <summary>
            Returns or sets the columns that contain the cells to be repeated
            on the left side of each page, as a string in A1-style notation
            in the language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.PrintTitleRows">
            <summary>
            Returns or sets the rows that contain the cells to be repeated at
            the top of each page, as a string in A1-style notation in the
            language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.IsSummaryRowBelow">
            <summary>
            Indicates whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.IsSummaryColumnRight">
            <summary>
            Indicates whether summary columns will appear right of the detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPageSetup.IsFitToPage">
            <summary>
            Indicates whether fit to page mode is selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.m_sheetGroup">
            <summary>
            Parent group of worksheets.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance and sets its application and parent properties.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.FindParents">
            <summary>
            Looks for all necessary parent objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.AutoFirstPageNumber">
            <summary>
            Indicates whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.FitToPagesTall">
            <summary>
            Returns or sets the number of pages tall the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write int.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.FitToPagesWide">
            <summary>
            Returns or sets the number of pages wide the worksheet will be scaled
            to when it is printed. Applies only to worksheets. Read / write int.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintGridlines">
            <summary>
            True if cell gridlines are printed on the page. Applies only to
            worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintHeadings">
            <summary>
            True if row and column headings are printed with this page. Applies
            only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintArea">
            <summary>
            Returns or sets the range to be printed, as a string using A1-style
            references in the language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintTitleColumns">
            <summary>
            Returns or sets the columns that contain the cells to be repeated
            on the left side of each page, as a string in A1-style notation
            in the language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintTitleRows">
            <summary>
            Returns or sets the rows that contain the cells to be repeated at
            the top of each page, as a string in A1-style notation in the
            language of the macro. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.IsSummaryRowBelow">
            <summary>
            Indicates whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.IsSummaryColumnRight">
            <summary>
            Indicates whether summary columns will appear right of the detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.IsFitToPage">
            <summary>
            Indicates whether fit to page mode is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.BlackAndWhite">
            <summary>
            True if elements of the document will be printed in black and white.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.BottomMargin">
            <summary>
            Returns or sets the size of the bottom margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterFooter">
            <summary>
            Returns or sets the center part of the footer. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterFooterImage">
            <summary>
            Gets / set image for center part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterHeader">
            <summary>
            Returns or sets the center part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterHeaderImage">
            <summary>
            Gets / set image for center part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterHorizontally">
            <summary>
            True if the sheet is centered horizontally on the page when it is
            printed. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.CenterVertically">
            <summary>
            True if the sheet is centered vertically on the page when it is
            printed. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.Copies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.Draft">
            <summary>
            True if the sheet will be printed without graphics.
            Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.FirstPageNumber">
            <summary>
            Returns or sets the first page number that will be used when
            this sheet is printed. If xlAutomatic, Microsoft Excel chooses the
            first page number. The default is xlAutomatic. Read / write Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.FooterMargin">
            <summary>
            Returns or sets the distance from the bottom of the page to the footer,
            in inches. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.HeaderMargin">
            <summary>
            Returns or sets the distance from the top of the page to the header,
            in inches. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.LeftFooter">
            <summary>
            Returns or sets the left part of the footer. Read / write String.
            &amp;L Left aligns the characters that follow.
            &amp;C Centers the characters that follow.
            &amp;R Right aligns the characters that follow.
            &amp;E Turns double-underline printing on or off.
            &amp;X Turns superscript printing on or off.
            &amp;Y Turns subscript printing on or off.
            &amp;B Turns bold printing on or off.
            &amp;I Turns italic printing on or off.
            &amp;U Turns underline printing on or off.
            &amp;S Turns strikethrough printing on or off.
            &amp;D Prints the current date.
            &amp;T Prints the current time.
            &amp;F Prints the name of the document.
            &amp;A Prints the name of the workbook tab.
            &amp;P Prints the page number.
            &amp;P+number Prints the page number plus the specified number.
            &amp;P-number Prints the page number minus the specified number.
            &amp;&amp; Prints a single ampersand.
            &amp; "fontname" Prints the characters that follow in the specified font. Be sure to include the double quotation marks.
            &amp;nn Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points.
            &amp;N Prints the total number of pages in the document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.LeftFooterImage">
            <summary>
            Gets / set image for left part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.LeftHeader">
            <summary>
            Returns or sets the left part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.LeftHeaderImage">
            <summary>
            Gets / set image for left part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.LeftMargin">
            <summary>
            Returns or sets the size of the left margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.Order">
            <summary>
            Returns or sets the order that Microsoft Excel uses to number
            pages when printing a large worksheet. Read / write ExcelOrder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.Orientation">
            <summary>
            Portrait or landscape printing mode. Read / write ExcelPageOrientation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PaperSize">
            <summary>
            Returns or sets the size of the paper. Read / write ExcelPaperSize.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintComments">
            <summary>
            Returns or sets the way comments are printed with the sheet.
            Read / write ExcelPrintLocation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintErrors">
            <summary>
            Sets or returns an ExcelPrintErrors constant specifying the type of
            print error displayed. This feature allows users to suppress the
            display of error values when printing a worksheet. Read / write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintNotes">
            <summary>
            True if cell notes are printed as end notes with the sheet. Applies
            only to worksheets. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.PrintQuality">
            <summary>
            Returns or sets the print quality. Read / write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.RightFooter">
            <summary>
            Returns or sets the right part of the footer. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.RightHeader">
            <summary>
            Returns or sets the right part of the header. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.RightFooterImage">
            <summary>
            Gets / set image for right part of the footer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.RightHeaderImage">
            <summary>
            Gets / set image for right part of the header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.RightMargin">
            <summary>
            Returns or sets the size of the right margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.TopMargin">
            <summary>
            Returns or sets the size of the top margin, in inches.
            Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.Zoom">
            <summary>
            Returns or sets a percentage (between 10 and 400 percent) by which
            Microsoft Excel will scale the worksheet for printing. Applies only
            to worksheets. Read / write ushort.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.AlignHFWithPageMargins">
            <summary>
            Indicates whether the header and footer margins are aligned with page margins. Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.DifferentFirstPageHF">
            <summary>
            True - The header / footer of the first page is different with other pages.False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.DifferentOddAndEvenPagesHF">
            <summary>
            True - The header/footer odd pages are differed with even page. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.HFScaleWithDoc">
            <summary>
            Indicates whether the header and footer are scaled with document scaling.Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.PageSetupGroup.BackgoundImage">
            <summary>
            Gets / sets background image.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup">
            <summary>
            Summary description for RichTextStringGroup.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IRichTextString">
            <summary>
            Represents a Rich Text String that can be used to apply several styles inside a single cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IRichTextString.GetFont(System.Int32)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IRichTextString.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for range of characters.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IRichTextString.ClearFormatting">
            <summary>
            Clears string formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IRichTextString.Clear">
            <summary>
            Clears text and formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IRichTextString.Append(System.String,Syncfusion.XlsIO.IFont)">
            <summary>
            Appends rich text string with specified text and font.
            </summary>
            <param name="text">Text to append.</param>
            <param name="font">Font to use.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IRichTextString.Text">
            <summary>
            Gets / sets text of the string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRichTextString.RtfText">
            <summary>
            Returns text in rtf format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IRichTextString.IsFormatted">
            <summary>
            Indicates whether rich text string has formatting runs. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.m_rangeGroup">
            <summary>
            Parent group of ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.m_rtfText">
            <summary>
            Represents an RTF string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.GetFont(System.Int32)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for range of characters.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.ClearFormatting">
            <summary>
            Clears string formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.Append(System.String,Syncfusion.XlsIO.IFont)">
            <summary>
            Appends rich text string with specified text and font.
            </summary>
            <param name="text">Text to append.</param>
            <param name="font">Font to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.Clear">
            <summary>
            Clears text and formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.BeginUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.EndUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.Item(System.Int32)">
            <summary>
            Returns single RichTextString from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.Count">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.Text">
            <summary>
            Gets / sets text of the string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.RtfText">
            <summary>
            Returns text in rtf format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.RichTextStringGroup.IsFormatted">
            <summary>
            Indicates whether rich text string has formatting runs. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup">
            <summary>
            Summary description for StyleGroup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.m_rangeGroup">
            <summary>
            Parent range group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.m_font">
            <summary>
            Font group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.m_borders">
            <summary>
            Borders group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.EndUpdate">
            <summary>
            This method should be called after several updates to the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Count">
            <summary>
            Returns number of elements in the group. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Workbook">
            <summary>
            Returns parent workbook object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Borders">
            <summary>
            Returns a  Borders collection that represents the borders of a
            style or a range of cells (including a range defined as part of
            a conditional format).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.BuiltIn">
            <summary>
            True if the style is a built-in style. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FillPattern">
            <summary>
            Gets / sets fill pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FillBackground">
            <summary>
            Gets / sets index of fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FillBackgroundRGB">
            <summary>
            Gets / Sets fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FillForeground">
            <summary>
            Gets / sets index of fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FillForegroundRGB">
            <summary>
            Gets / sets fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Font">
            <summary>
            Returns a Font object that represents the font of the specified
            object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Interior">
            <summary>
            Returns Interior object that represents interior of the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.FormulaHidden">
            <summary>
            True if the formula will be hidden when the worksheet is protected.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.HorizontalAlignment">
            <summary>
            Returns or sets the horizontal alignment for the specified object.
            For all objects, this can be one of the following ExcelHAlign constants.
            Read/write ExcelHAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludeAlignment">
            <summary>
            True if the style includes the AddIndent, HorizontalAlignment,
            VerticalAlignment, WrapText, and Orientation properties.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludeBorder">
            <summary>
            True if the style includes the Color, ColorIndex, LineStyle,
            and Weight border properties. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludeFont">
            <summary>
            True if the style includes the Background, Bold, Color,
            ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow,
            Size, Strikethrough, Subscript, Superscript, and Underline
            font properties. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludeNumberFormat">
            <summary>
            True if the style includes the NumberFormat property.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludePatterns">
            <summary>
            True if the style includes the Color, ColorIndex,
            InvertIfNegative, Pattern, PatternColor, and PatternColorIndex
            interior properties. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IncludeProtection">
            <summary>
            True if the style includes the FormulaHidden and Locked protection
            properties. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IndentLevel">
            <summary>
            Returns or sets the indent level for the style. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Locked">
            <summary>
            True if the object is locked, False if the object can be
            modified when the sheet is protected. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Name">
            <summary>
            Returns or sets the name of the object. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.NumberFormat">
            <summary>
            Returns or sets the format code for the object. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.NumberFormatLocal">
            <summary>
            Returns or sets the format code for the object. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.NumberFormatIndex">
            <summary>
            Gets / sets index of the number format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.NumberFormatSettings">
            <summary>
            Returns object that describes number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Rotation">
            <summary>
            Text rotation angle:
            0 Not rotated
            1-90 1 to 90 degrees counterclockwise
            91-180 1 to 90 degrees clockwise
            255 Letters are stacked top-to-bottom, but not rotated.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when value is more than 0xFF.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.ShrinkToFit">
            <summary>
            True if text automatically shrinks to fit in the available
            column width. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.VerticalAlignment">
            <summary>
            Returns or sets the vertical alignment of the specified object.
            Read/write ExcelVAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.WrapText">
            <summary>
            True if Excel wraps the text in the object.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IsInitialized">
            <summary>
            Indicates whether style is initialized (differs from Normal style).
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IsFirstSymbolApostrophe">
            <summary>
            If true then first symbol in cell is apostrophe.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.JustifyLast">
            <summary>
            For far east languages. Supported only for format. Always False for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.PatternColorIndex">
            <summary>
            Gets / sets index of fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.PatternColor">
            <summary>
            Gets / Sets fill background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.ColorIndex">
            <summary>
            Gets / sets index of fill foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.IsModified">
            <summary>
            Gets value indicating whether format was modified, compared to parent format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.StyleGroup.XFormatIndex">
            <summary>
            Gets format index in m_book.InnerFormats.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup">
            <summary>
            Represents group of worksheets.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorksheetGroup">
            <summary>
            Represents a worksheet group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheetGroup.Add(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Adds new worksheet to the collection.
            </summary>
            <param name="sheet">Worksheet to add.</param>
            <returns>Index of the added worksheet.</returns>
            <exception cref="T:System.ArgumentNullException">When sheet is Null.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetGroup.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetGroup.IsEmpty">
            <summary>
            Indicates whether collection is empty. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetGroup.Count">
            <summary>
            Number of selected worksheets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.m_pageSetup">
            <summary>
            Page setup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.m_usedRange">
            <summary>
            Used range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.m_migrantRange">
            <summary>
            Migrant range - row and column of this range object can be changed by user.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of the worksheet group.
            </summary>
            <param name="application">Application object for the new group.</param>
            <param name="parent">Parent object for the new group.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Add(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Adds new worksheet to the collection.
            </summary>
            <param name="sheet">Worksheet to add.</param>
            <returns>Index of the added worksheet.</returns>
            <exception cref="T:System.ArgumentNullException">When sheet is Null.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAsHtml(System.String)">
            <summary>
            Saves worksheet with specified filename.
            </summary>
            <param name="fileName">File to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves worksheet as stream.
            </summary>
            <param name="stream">Stream to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet with specified filename and <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>..
            </summary>
            <param name="filename">File to save.</param>
            <param name="saveOptions">Save Options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet as stream with the specified <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="saveOptions">Save Options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Remove(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Removes worksheet from the collection.
            </summary>
            <param name="sheet">Worksheet to remove.</param>
            <exception cref="T:System.ArgumentNullException">When sheet is Null.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Select(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Selects single tab sheet.
            </summary>
            <param name="sheet">Sheet to select.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CreateMigrantRange">
            <summary>
            Creates migrant range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.EnableSheetCalculations">
            <summary>
            Enables the calculation support. 
            </summary>
            <remarks>Enabling this method will initialize <see cref="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CalcEngine"/> objects and retrieves calculated values of formulas in a worksheet.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DisableSheetCalculations">
            <summary>
            Disables the calculation support in this workbook and disposes of the associative <see cref="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CalcEngine"/> objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            Returns the formula string if the cell contains a formula, or the value if
            the cell cantains anything other than a formula.
            </summary>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
            <returns>The formula string or value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            Sets the value of a cell.
            </summary>
            <param name="value">The value to be set.</param>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.WireParentObject">
            <summary>
            Not implemented.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.OnValueChanged(System.Int32,System.Int32,System.String)">
            <summary>
            Raises the <see cref="E:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ValueChanged"/> event.
            </summary>
            <param name="row">The row of the change.</param>
            <param name="col">The column of the change.</param>
            <param name="value">The changed value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Activate">
            <summary>
            Makes the current sheet the active sheet. Equivalent to clicking the
            sheet's tab.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CopyToClipboard">
            <summary>
            Copies worksheet data to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Syncfusion#XlsIO#IWorksheet#Clear">
            <summary>
            Clears worksheet data. Removes all formatting and merges.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ClearData">
            <summary>
            Clears the worksheet data. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Contains(System.Int32,System.Int32)">
            <summary>
            Checks whether the specified cell is initialized or accessed. 
            </summary>
            <param name="iRow">One-based row index of the cell.</param>
            <param name="iColumn">One-based column index of the cell.</param>
            <returns>Value indicating whether the cell was initialized or accessed by the user.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.AdvancedFilter(Syncfusion.XlsIO.ExcelFilterAction,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
             <summary>
            Filters or copies data from a list based on a criteria range..
             </summary>
             <param name="action"> Whether filter in the place or copy to another place.</param>
             <param name="filterRange"> The filter range.</param>
             <param name="criteriaRange">The criteria range.</param>
             <param name="copyToRange"> The destination range for the copied rows if ExcelFilterAction is FilterCopy. Otherwise, this argument is ignored.  </param>
             <param name="isUnique"> True to filter unique records; Otherwise filters all the records that meet the criteria. The default value is False.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CreateRangesCollection">
            <summary>
            Creates a new instance of the <see cref="T:Syncfusion.XlsIO.IRanges"/>.
            </summary>
            <returns>New instance of ranges collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CreateNamedRanges(System.String,System.String,System.Boolean)">
            <summary>
            Creates a named ranges with the specified named range's value as a name for the specified range.
            </summary>
            <param name="namedRange">Existing named ranged.</param>
            <param name="referRange">Address of the named range to be created.</param>
            <param name="vertical">True if the named range values are vertically placed in the sheet.</param>
            <remarks>This method is used to access the discontinuous ranges.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance of <see cref="T:Syncfusion.XlsIO.ITemplateMarkersProcessor"/> that can be used for template markers processing.
            </summary>
            <returns>Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsColumnVisible(System.Int32)">
            <summary>
            Returns True if the specified column is visible to end user.
            </summary>
            <param name="columnIndex">One-based column index.</param>
            <returns>True if column is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ShowColumn(System.Int32,System.Boolean)">
            <summary>
            Shows the specified column.
            </summary>
            <param name="columnIndex">Index at which the column should be hidden.</param>
            <param name="isVisible">True - Column is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HideColumn(System.Int32)">
            <summary>
            Hides the specified column.
            </summary>
            <param name="columnIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HideRow(System.Int32)">
            <summary>
            Hides the specified row.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsRowVisible(System.Int32)">
            <summary>
            Returns True if the specified row is visible to end user.
            </summary>
            <param name="rowIndex">One-based row index.</param>
            <returns>True if row is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ShowRow(System.Int32,System.Boolean)">
            <summary>
            Shows or Hides the specified row.
            </summary>
            <param name="rowIndex">Index at which the row should be hidden.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ShowRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Shows or Hides the specified range.
            </summary>
            <param name="range">Range specifies the particular range to show / hide.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ShowRange(Syncfusion.XlsIO.Implementation.Collections.RangesCollection,System.Boolean)">
            <summary>
            Shows/ Hides the collection of range.
            </summary>
            <param name="ranges">Ranges specifies the range collection.</param>
            <param name="isVisible">True - Row is visible; false - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ShowRange(Syncfusion.XlsIO.IRange[],System.Boolean)">
            <summary>
            Shows or Hides an array of range.
            </summary>
            <param name="ranges">Ranges specifies the range array.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertRow(System.Int32)">
            <summary>
            Inserts an empty row in the specified row index.
            </summary>
            <param name="index">Index at which new row should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertRow(System.Int32,System.Int32)">
            <summary>
            Inserts an empty rows in the specified row index based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertRow(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty row in the specified row index with specified <see cref="T:Syncfusion.XlsIO.ExcelInsertOptions"/> based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertColumn(System.Int32)">
            <summary>
            Inserts an empty column for the specified column index.
            </summary>
            <param name="index">Index at which new column should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertColumn(System.Int32,System.Int32)">
            <summary>
            Inserts an empty column in the specified column index based on column count.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.InsertColumn(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty column with default formatting (without formulas update).
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
            <param name="options">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DeleteRow(System.Int32)">
            <summary>
            Removes specified row (without updating formulas).
            </summary>
            <param name="index">One-based row index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DeleteRow(System.Int32,System.Int32)">
            <summary>
            Removes specified row (without updating formulas).
            </summary>
            <param name="index">One-based row index to remove.</param>
            <param name="count">Number of rows to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DeleteColumn(System.Int32)">
            <summary>
            Removes the specified column.
            </summary>
            <param name="index">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DeleteColumn(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of columns from the given index.
            </summary>
            <param name="index">One-based column index.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.Object[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of objects into a worksheet with specified alignment.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.String[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of string values into a worksheet.
            </summary>
            <param name="arrString">Array of string value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.Int32[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of integer values into a worksheet.
            </summary>
            <param name="arrInt">Array of int value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.Double[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of double values into a worksheet.
            </summary>
            <param name="arrDouble">Array of double value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.DateTime[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of DateTime values into a worksheet.
            </summary>
            <param name="arrDateTime">Array of datetime value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportArray(System.Object[0:,0:],System.Int32,System.Int32)">
            <summary>
            Imports an array of objects into a worksheet.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportData(System.Collections.IEnumerable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from class objects into a worksheet with specified row and column.
            </summary>
            <param name="arrObject">IEnumerable object with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="includeHeader">TRUE if class properties names must be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataReader(System.Data.IDataReader,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column along with save option.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32,System.Boolean)">
             <summary>
            Imports data from DataReader into worksheet from the specified row and column along with the preserve type.
             </summary>
             <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
             <param name="isFieldNameShown">TRUE if column names must be imported.</param>
             <param name="firstRow">First row from where the data should be imported.</param>
             <param name="firstColumn">First column from where the data should be imported.</param>
             <param name="preserveTypes">
             Indicates whether XlsIO should preserve column types from DataReader. By default, preserve type is FALSE.
             i.e., Setting it to True will import data based on column type, otherwise will import based on value type.</param>
             <returns>Number of imported rows.</returns>
             <remarks> 
             This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
             </remarks>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataReader(System.Data.IDataReader,Syncfusion.XlsIO.IName,System.Boolean)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataColumn(System.Data.DataColumn,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataColumn into a worksheet.
            </summary>
            <param name="dataColumn">DataColumn with desired data.</param>
            <param name="isFieldNameShown">True if column name must be imported.</param>
            <param name="firstRow">Row of the first cell where Data Table should be imported.</param>
            <param name="firstColumn">Column of the first cell where Data Table should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks>
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column along with the preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified row and column along with save option.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data table must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified range.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range along with the specified preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataReader into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into worksheet with the specified row and column.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where Data View should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where Data View should be imported.
            </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with the specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="bPreserveTypes">Indicates whether to preserve column types.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into a worksheet with specified row, column and preserve type.
            </summary>
            <param name="dataView">Data View with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether XlsIO should try to preserve types in Data Table, i.e. if it is set to False (default) and in Data Table we have in 
            string column value that contains only numbers, it would be converted to number. </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.RemovePanes">
            <summary>
            Removes panes from a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ExportDataTable(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data in the specified row and column into a DataTable.
            </summary>
            <param name="firstRow">Row of the first cell from where DataTable should be exported.</param>
            <param name="firstColumn">Column of the first cell from where DataTable should be exported.</param>
            <param name="maxRows">Maximum number of rows to export.</param>
            <param name="maxColumns">Maximum number of columns to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data in the specified range into a DataTable.
            </summary>
            <param name="dataRange">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.PEExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Exports worksheet data into a DataTable only for Pivot engine.
            </summary>
            <param name="dataRange">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Protect(System.String)">
            <summary>
            Protects worksheet's content with password.
            </summary>
            <param name="password">Password to protect with.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Protect(System.String,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects current worksheet.
            </summary>
            <param name="password">Represents password to protect.</param>
            <param name="options">Represents params to protect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Unprotect(System.String)">
            <summary>
            Unprotects worksheet's content with password.
            </summary>
            <param name="password">Password to unprotect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IntersectRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Intersects two ranges.
            </summary>
            <param name="range1">First range to intersect.</param>
            <param name="range2">Second range to intersect.</param>
            <returns>Intersection of two ranges or NULL if there is no range intersection.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.MergeRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Merges two ranges.
            </summary>
            <param name="range1">First range to merge.</param>
            <param name="range2">Second range to merge.</param>
            <returns>Merged ranges or NULL if is not able to merge ranges.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.AutofitRow(System.Int32)">
            <summary>
            Changes the height of the specified row to achieve the best fit.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.AutofitColumn(System.Int32)">
            <summary>
            Changes the width of the specified column to achieve the best fit. 
            </summary>
            <param name="colIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified another string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Replaces string with the specified string value based on the given <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <param name="findOptions">Specifies the find options for the oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">String value to replace.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.DateTime)">
            <summary>
            Replaces the string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The DateTime to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces string with the specified datatable value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified datacolumn value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Remove">
            <summary>
            Removes worksheet from parent worksheet collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Move(System.Int32)">
            <summary>
            Moves worksheet to the specified index.
            </summary>
            <param name="iNewIndex">New index of the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ColumnWidthToPixels(System.Double)">
            <summary>
            Converts the specified column width from points to pixels.
            </summary>
            <param name="widthInChars">Width in points.</param>
            <returns>Column width in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.PixelsToColumnWidth(System.Int32)">
            <summary>
            Converts the specified column width from pixels to points.
            </summary>
            <param name="pixels">Width in pixels.</param>
            <returns>Width in points.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetColumnWidth(System.Int32,System.Double)">
            <summary>
            Sets column width for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetColumnWidthInPixels(System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetColumnWidthInPixels(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels to the given number of columns from the specified column index.
            </summary>
            <param name="iStartColumnIndex">Start Column index</param>
            <param name="iCount">No of Column to be set width</param>
            <param name="value">Value in pixel to set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetRowHeight(System.Int32,System.Double)">
            <summary>
            Sets row height for the specified row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="value">Height to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetRowHeightInPixels(System.Int32,System.Double)">
            <summary>
            Sets row height in pixels for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetRowHeightInPixels(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets row height in pixels to the given number of rows from the specified row index.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iCount">No of Row to be set width.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetColumnWidth(System.Int32)">
            <summary>
            Returns the width of the specified column. 
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetColumnWidthInPixels(System.Int32)">
            <summary>
            Returns the width of the specified column in pixels.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width in pixels of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetRowHeight(System.Int32)">
            <summary>
            Returns the height of the specified row.
            </summary>
            <remarks>Otherwise it gets the StandardHeight</remarks>
            <param name="iRowIndex">One-based row index.</param>
            <returns>
            Returns height of the specified row.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetRowHeightInPixels(System.Int32)">
            <summary>
            Returns  the height of the specified row in pixels.
            </summary>
            <remarks>Otherwise it gets the StandardHeight in pixels</remarks>
            <param name="iRowIndex">One-based row index.</param>
            <returns>
            Returns height of the specified row in pixels.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>Returns the first cell with a specified string value and specified find options , or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that starts with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that starts with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>   
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that ends with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that ends with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">True to ignore case when comparing this string to the value; otherwise, False.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the cells with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns the cells with a specified string value and specified find options , or null if value was not found.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.DateTime)">
            <summary>
            Returns the cells of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAs(System.String,System.String)">
            <summary>
            Saves worksheet with specified file name using separator. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAs(System.String,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet using separator with specified file name and encoding. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Saves worksheet as stream using separator. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SaveAs(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet as stream using separator with specified encoding. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetDefaultColumnStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetDefaultColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified starting and ending column.
            </summary>
            <param name="iStartColumnIndex">Starting column index.</param>
            <param name="iEndColumnIndex">Ending column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetDefaultRowStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetDefaultRowStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified starting and ending row.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iEndRowIndex">Ending row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetDefaultRowStyle(System.Int32)">
            <summary>
            Returns default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Default row style for the specified row or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetDefaultColumnStyle(System.Int32)">
            <summary>
            Returns the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Default column style for the specified column or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FreeRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Frees range object.
            </summary>
            <param name="range">Range to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FreeRange(System.Int32,System.Int32)">
            <summary>
            Frees range object for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the range object to remove from internal cache.</param>
            <param name="iColumn">One-based column index of the range object to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetNumber(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets number for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetBoolean(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets boolean value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetText(System.Int32,System.Int32,System.String)">
            <summary>
            Sets text for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Text to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetFormula(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Formula to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetError(System.Int32,System.Int32,System.String)">
            <summary>
            Sets error for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Error to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetBlank(System.Int32,System.Int32)">
            <summary>
            Blanks the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetFormulaNumberValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets formula number value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetFormulaErrorValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula error value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetFormulaBoolValue(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets formula bool value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula bool value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SetFormulaStringValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula string value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula string value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetText(System.Int32,System.Int32)">
            <summary>
            Returns string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetNumber(System.Int32,System.Int32)">
            <summary>
            Returns number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetFormula(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns formula value from specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>Returns formula string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetError(System.Int32,System.Int32)">
            <summary>
            Returns error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetBoolean(System.Int32,System.Int32)">
            <summary>
            Returns bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns found bool value. If cannot found returns false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetFormulaStringValue(System.Int32,System.Int32)">
            <summary>
            Returns formula string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetFormulaNumberValue(System.Int32,System.Int32)">
            <summary>
            Returns formula number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetFormulaErrorValue(System.Int32,System.Int32)">
            <summary>
            Returns formula error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GetFormulaBoolValue(System.Int32,System.Int32)">
            <summary>
            Returns formula bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>True if bool value is found. otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Converts the specified range into image. Default image type is Bitmap.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream)">
            <summary>
            Converts the specified range into image with the specified type.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="stream">Output stream. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.EmfType,System.IO.Stream)">
            <summary>
            Converts the specified range into Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="emfType">Metafile EmfType.</param>
            <param name="outputStream">Output stream. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Converts the specified range into image along with Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Output stream. It is ignored if null.</param>
            <param name="emfType">Metafile EmfType.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Select">
            <summary>
            Selects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Unselect">
            <summary>
            Unselects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.WorksheetGroup_Inserted(System.Object,Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs{Syncfusion.XlsIO.IWorksheet})">
            <summary>
            Event handler for Inserted event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="args">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.WorksheetGroup_Removing(System.Object,Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs{Syncfusion.XlsIO.IWorksheet})">
            <summary>
            Event handler for Removing event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="args">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.WorksheetGroup_Clearing">
            <summary>
            This method is called before clearing all elements.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CellValueChanged">
            <summary>
            Occurs when the value of a cell changes.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.MissingFunction">
            <summary>
            Event raised when an unknown function is encountered. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsEmpty">
            <summary>
            Indicates whether collection is empty. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ParentWorkbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CalcEngine">
            <summary>
            Gets or sets the a <see cref="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CalcEngine"/> object associated with <see cref="T:Syncfusion.Calculate.ICalcData"/> implementation.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ValueChanged">
            <summary>
            An event raised on the IWorksheet whenever a value changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.AutoFilters">
            <summary>
            Gets the auto filters collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Workbook">
            <summary>
            Get parent workbook of current worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Cells">
            <summary>
            Gets the used cells in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.View">
            <summary>
            Gets or sets the view setting of the worksheet.
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SparklineGroups">
            <summary>
            Gets the sparkline groups.
            </summary>
            <value>The sparkline groups.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.DisplayPageBreaks">
            <summary>
            Gets or sets a value that indicates whether page breaks (both automatic and manual)
            on the worksheet are displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HasOleObject">
            <summary>
            Gets whether the OLE object is present in the worksheet. Read-only.
            </summary>
            <value>
            	True if this instance is OLE object; otherwise, False.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Index">
            <summary>
            Gets the index number of the worksheet within the collection of
            worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.TabIndex">
            <summary>
            Gets index in the parent ITabSheets collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ProtectDrawingObjects">
            <summary>
            True if objects are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ProtectScenarios">
            <summary>
            True if the scenarios of the current sheet are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.MergedCells">
            <summary>
            Gets all the merged ranges in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Name">
            <summary>
            Returns or sets the name of the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Names">
            <summary>
            Gets a Names collection that represents
            the worksheet-specific names (names defined with the "WorksheetName!"
            prefix) in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CodeName">
            <summary>
            Name that is used by macros to access the workbook items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.PageSetup">
            <summary>
            Gets a <see cref="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.PageSetup"/> object that contains all the page setup settings
            for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Range">
            <summary>
            Gets a Range object that represents a cell or a range of cells in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Rows">
            <summary>
            Gets a Range object that represents the rows in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Columns">
            <summary>
            Gets a Range object that represents all the columns in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.StandardHeight">
            <summary>
            Gets or sets the standard (default) height of all the rows in the worksheet,
            in points. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.StandardHeightFlag">
            <summary>
            Gets or sets the standard (default) height option flag.
            </summary>
            <remarks>
            Which defines that standard (default) row height and book default font height do not match.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.StandardWidth">
            <summary>
            Gets or sets the standard (default) width of all the columns in the
            worksheet. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Type">
            <summary>
            Gets the worksheet type. Read-only ExcelSheetType.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.UsedRange">
            <summary>
            Gets a Range object that represents the used range on the
            specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Visibility">
            <summary>
            Control visibility of worksheet to end user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.VerticalSplit">
            <summary>
            Gets or sets the position of vertical split in the worksheet.
            </summary>
            <remarks>
            Position of the vertical split (px, 0 = No vertical split):
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible columns in left pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HorizontalSplit">
            <summary>
            Gets or sets the position of horizontal split in the worksheet.
            </summary>
            <remarks>
            Position of the horizontal split (by, 0 = No horizontal split):
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible rows in top pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FirstVisibleRow">
            <summary>
            Gets or sets the first visible row index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.FirstVisibleColumn">
            <summary>
            Gets or sets the first visible column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ActivePane">
            <summary>
            Gets or sets index of the active pane.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsDisplayZeros">
            <summary>
            True if zero values to be displayed. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsGridLinesVisible">
            <summary>
            True if grid lines are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.GridLineColor">
            <summary>
            Gets or sets the color of the Grid line in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsRowColumnHeadersVisible">
            <summary>
            True if row and column headers are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.VPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection"/> that represents the vertical page
            breaks on the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection"/> that represents the horizontal
            page breaks in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsStringsPreserved">
            <summary>
            True if all values in the worksheet are preserved as strings. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsPasswordProtected">
            <summary>
            Indicates if the worksheet is password protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Comments">
            <summary>
            Gets a comments collection in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
            <param name="row">First row index. One-based.</param>
            <param name="column">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Item(System.String)">
            <summary>
             Gets cell Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Item(System.String,System.Boolean)">
            <summary>
             Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.HyperLinks">
            <summary>
             Gets a hyperlink collections in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.UsedCells">
            <summary>
            Gets all not empty or accessed cells. Read-only.
            </summary>
            <remarks>
            WARNING: This property creates Range object for each cell in the worksheet
            and creates new array each time user calls to it. It can cause huge memory
            usage especially if called frequently.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CustomProperties">
            <summary>
            Gets a collection of custom properties of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.MigrantRange">
            <summary>
            Gets instance of migrant range. Read-only.
            </summary>
            <remarks>The IMigrantRange interface can also be used to access a single cell 
            or group of cells and manipulate it.  You can prefer IMigrantRange instead of IRange 
            while writing large amount of data which is an optimal way.
            Row and Column index can be changed by using <see cref="M:Syncfusion.XlsIO.IMigrantRange.ResetRowColumn(System.Int32,System.Int32)"/> method. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached or not. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Protection">
            <summary>
            Gets protected options. Read-only. For sets protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ProtectContents">
            <summary>
            Indicates is current sheet is protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.TopVisibleRow">
            <summary>
            Gets or sets the top visible row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.LeftVisibleColumn">
            <summary>
            Gets or sets the left visible column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.UsedRangeIncludesFormatting">
            <summary>
            Gets or sets whether used range should include cells with formatting.
            </summary>
            <remarks>
            There are two different algorithms to create UsedRange object:
            1) Default. This property = true. The cell is included into UsedRange,
            even data is empty (maybe some formatting
            changed, maynot be - cell was accessed and record was created).
            2) This property = false. In this case XlsIO tries to remove empty rows and
            columns from all sides to make UsedRange smaller.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.PivotTables">
            <summary>
            Gets a collection of pivot tables in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ListObjects">
            <summary>
            Gets a collection of list objects in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.OleObjects">
            <summary>
             Gets a collection of OleObjects in the worksheet.
            </summary>
            <value>The OLE objects.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsFreezePanes">
            <summary>
            Defines whether freezed panes are applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.SplitCell">
            <summary>
            Gets split cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.TabColor">
            <summary>
            Gets or Sets Tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.TabColorRGB">
            <summary>
            Gets / sets tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Charts">
            <summary>
            Gets charts collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Pictures">
            <summary>
            Gets pictures collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Shapes">
            <summary>
            Gets shape collection in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.IsSelected">
            <summary>
            Indicates whether tab of this sheet is selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.TextBoxes">
            <summary>
            Gets inner textboxes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.CheckBoxes">
            <summary>
            Gets inner checkboxes collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.OptionButtons">
            <summary>
            Gets inner option buttons collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ComboBoxes">
            <summary>
            Returns collection with all comboboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection">
            <summary>
            Summary description for HeaderFooterShapesCollection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase">
            <summary>
            Summary description for ShapeCollectionBase.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.DEF_ID_PER_GROUP">
            <summary>
            Default id increment when group changes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.DEF_SHAPES_ROUND_VALUE">
            <summary>
            Shapes count would be rounded to this value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.m_groupInfo">
            <summary>
            Container of all worksheet's shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.m_iCollectionIndex">
            <summary>
            Index of the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.m_iLastId">
            <summary>
            Id of the last shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.m_iStartId">
            <summary>
            Id of the first shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="container"></param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.InitializeCollection">
            <summary>
            Initializes collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Parse(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses shapes group container.
            </summary>
            <param name="container">Container to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ParseGroupDescription(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Parses shapes group description record.
            </summary>
            <param name="groupDescription">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ParseMsoStructures(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase},Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses MsoDrawing records.
            </summary>
            <param name="arrStructures">Array of MsoDrawing records.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ParseMsoDgContainer(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses MsofbtDgContainer.
            </summary>
            <param name="dgContainer">Container to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ParseMsoDg(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg)">
            <summary>
            Parses MsofbtDg record.
            </summary>
            <param name="dgRecord">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddCopy(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Adds shape copy to the collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddCopy(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Adds shape copy to shapes collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <param name="hashNewNames">Dictionary with new names of worksheets.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddCopy(Syncfusion.XlsIO.IShape)">
            <summary>
            Adds shape copy to the collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddCopy(Syncfusion.XlsIO.IShape,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.List{System.Int32})">
            <summary>
            Adds shape copy to shapes collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <param name="hashNewNames">Dictionary with new names of worksheets.</param>
            <param name="arrFontIndexes">List with new font indexes.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddShape(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Adds new shape to the collection.
            </summary>
            <param name="newShape">Shape to add.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds new shape to the collection.
            </summary>
            <param name="shape">Shape record to add.</param>
            <param name="options">Parse options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddGroupShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds the group container shapes.
            </summary>
            <param name="shapes">Group Shape record to add.</param>
            <param name="options">Parse options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.CreateGroupShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Create the group container shapes.
            </summary>
            <param name="shapes">Group Shape record to create.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddChildShapes(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds new child shape to the collection.
            </summary>
            <param name="shapeContainer">Shape container to add.</param>
            <param name="options">Parse options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.AddShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds new shape to the collection.
            </summary>
            <param name="shapeContainer">Shape container to add.</param>
            <param name="options">Parse options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.CreateShape(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord},System.Int32)">
            <summary>
            Creates new shape object.
            </summary>
            <param name="objType">Object type to create.</param>
            <param name="shapeContainer">Shape container.</param>
            <param name="options">Parse options.</param>
            <param name="subRecords">Subrecords of the shape's OBJRecord.</param>
            <param name="cmoIndex">Index to the cmo record inside subrecords.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Remove(Syncfusion.XlsIO.IShape)">
            <summary>
            Removes shape from the collection.
            </summary>
            <param name="shape">Shape to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.RegisterInWorksheet">
            <summary>
            Registers in the parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes shapes collection.
            </summary>
            <param name="records">Array of records that will receive all shapes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.GetChartExIndexesList">
            <summary>
            Loops each shape in the shape collection for chartEx
            </summary>
            <returns>returns the chartEx indexes list</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.CreateData(System.IO.Stream,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Converts array of records with break indexes into bytes sequence.
            </summary>
            <param name="stream">Stream to put resulting data into.</param>
            <param name="dgContainer">Container.</param>
            <param name="arrBreaks">List with break indexes.</param>
            <param name="arrRecords">List with records to serialize.</param>
            <returns>Corresponding byte array.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ShapesCount">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ShapesTotalCount">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.WorksheetBase">
            <summary>
            Returns parent WorksheetBase. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Item(System.Int32)">
            <summary>
            Returns single shape from the collection by its index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.Item(System.String)">
            <summary>
            Returns single shape from the collection by its name or null when cannot find. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ShapeLayoutStream">
            <summary>
            Gets or sets the shape layout stream.
            </summary>
            <value>The shape layout stream.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.RecordCode">
            <summary>
            Code of the Biff record in which all data is stored. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.ShapeData">
            <summary>
            Returns shared shape data for all shapes in this collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.CollectionIndex">
            <summary>
            Index of the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.LastId">
            <summary>
            Id of the last shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase.StartId">
            <summary>
            Id of the first shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="container"></param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.CreateShape(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord},System.Int32)">
            <summary>
            Creates new shape object.
            </summary>
            <param name="objType">Object type to create.</param>
            <param name="shapeContainer">Shape container.</param>
            <param name="options">Parse options.</param>
            <param name="subRecords">Subrecords of the shape's OBJRecord.</param>
            <param name="cmoIndex">Index to the cmo record inside subrecords.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.CreateData(System.IO.Stream,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Converts array of records with break indexes into bytes sequence.
            </summary>
            <param name="stream">Stream to put record data into.</param>
            <param name="dgContainer">Container.</param>
            <param name="arrBreaks">List with break indexes.</param>
            <param name="arrRecords">List with records to serialize.</param>
            <returns>Corresponding byte array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.AddShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds new shape to the collection.
            </summary>
            <param name="shapeContainer">Shape container to add.</param>
            <param name="options">Parse options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.RegisterInWorksheet">
            <summary>
            Registers in the parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.Parse(Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses record with image data.
            </summary>
            <param name="record">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.SetPicture(System.String,System.Drawing.Image)">
            <summary>
            Sets picture.
            </summary>
            <param name="strShapeName">Shape name.</param>
            <param name="image">Image to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.SetPicture(System.String,System.Drawing.Image,System.Int32)">
            <summary>
            Sets picture.
            </summary>
            <param name="strShapeName">Shape name.</param>
            <param name="image">Image to set.</param>
            <param name="iIndex">Represents new shape blip id index. If set -1 - auto indicate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.SetPicture(System.String,System.Drawing.Image,System.Int32,System.Boolean,System.String)">
            <summary>
            Sets picture.
            </summary>
            <param name="strShapeName">Shape name.</param>
            <param name="image">Image to set.</param>
            <param name="iIndex">Represents new shape blip id index. If set -1 - auto indicate.</param>
            <param name="bIncludeOptions">Indicates is current picture include options.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.RecordCode">
            <summary>
            Code of the Biff record in which all data is stored. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HeaderFooterShapeCollection.ShapeData">
            <summary>
            Returns shared shape data for all shapes in this collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection">
            <summary>
            The collection of horizontal page breaks within the print area.
            Each horizontal page break is represented by an HPageBreak object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IHPageBreaks">
            <summary>
            The collection of horizontal page breaks within the print area.
            Each horizontal page break is represented by an HPageBreak object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IHPageBreaks.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a horizontal page break. Returns an HPageBreak object.
            </summary>
            <param name="location">Location of the page break.</param>
            <returns>HPageBreak which was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHPageBreaks.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes a pagebreak from the specified location.
            </summary>
            <param name="location">Range to remove the page break.</param>
            <returns>Horizontal page break in location after removing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHPageBreaks.GetPageBreak(System.Int32)">
            <summary>
            Returns page break at the specified column.
            </summary>
            <param name="iRow">One-based row index.</param>
            <returns>Page break with corresponding row or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHPageBreaks.Clear">
            <summary>
            Clears horizontal page breaks from HPageBreaks collection.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreaks.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreaks.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreaks.Item(System.Int32)">
            <summary>
            Returns a single object from a collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreaks.Item(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns a single object from a collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreaks.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a horizontal page break. Returns an HPageBreak object. Read-only.
            </summary>
            <param name="location">Object after which new page break must be inserted.</param>
            <returns>HPageBreak which was added.</returns>
            <exception cref="T:System.ArgumentException">
            If specified object couldn't be found in the collection.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            
            </summary>
            <param name="location"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.GetPageBreak(System.Int32)">
            <summary>
            Returns page break at the specified row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <returns>Page break with corresponding row or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.GetPageBreakIndex(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns index of the page break
            </summary>
            <param name="location">Location of the break to find.</param>
            <returns>Index of the page break in the collection or -1 if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Clear">
            <summary>
            Clears horizontal page breaks from HPageBreaks collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection and sets its Application and Parent properties.
            </summary>
            <param name="application">
            Application object that represents the Microsoft Excel application.
            </param>
            <param name="parent">The parent object for the specified object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.FindParents">
            <summary>
            Looks for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Parse(Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord)">
            <summary>
            Parses breaks record.
            </summary>
            <param name="record">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes collection into as set of Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.PrepareRecord">
            <summary>
            Converts collection into biff record.
            </summary>
            <returns>Null if collection is empty; created record otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent for new collection.</param>
            <returns>A clone of the current collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Add(Syncfusion.XlsIO.Implementation.HPageBreakImpl)">
            <summary>
            Adds page break to the collection.
            </summary>
            <param name="pageBreak">Page break to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.ChangeToExcel97to03Version">
            <summary>
            Converts pagebreaks to Excel97to03 version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.Item(Syncfusion.XlsIO.IRange)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.ManualBreakCount">
            <summary>
            Returns manual breaks count. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.TypeCode">
            <summary>
            Returns type code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.RecordCode">
            <summary>
            Returns code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection">
            <summary>
            Collection of hyperlinks.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IHyperLinks">
            <summary>
            Represents collection of hyperlinks.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IHyperLinks.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Defines a new hyperlink.
            </summary>
            <param name="range">
            Range object that represents the range new hyperlink is attached to.
            </param>
            <returns> A hyperlink in the range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHyperLinks.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelHyperLinkType,System.String,System.String)">
            <summary>
            Defines a new hyperlink for the range object.
            </summary>
            <param name="range">Range object.</param>
            <param name="hyperlinkType">The type of the hyperlink.</param>
            <param name="address">The address of the hyperlink.</param>
            <param name="screenTip"> The screen tip to be displayed when the mouse pointer is paused over the hyperlink.</param>
            <returns>Returns hyperlink initialized object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHyperLinks.Add(Syncfusion.XlsIO.IShape)">
            <summary>
            Defines a new hyperlink.
            </summary>
            <param name="shape">
            Shape object that represents the new hyperlink is attached to.
            </param>
            <returns> A hyperlink in the shape</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHyperLinks.Add(Syncfusion.XlsIO.IShape,Syncfusion.XlsIO.ExcelHyperLinkType,System.String,System.String)">
            <summary>
            Defines a new hyperlink for the shape object.
            </summary>
            <param name="shape">Shape object.</param>
            <param name="hyperlinkType">The type of the hyperlink.</param>
            <param name="address">The address of the hyperlink.</param>
            <param name="screenTip"> The screen tip to be displayed when the mouse pointer is paused over the hyperlink.</param>
            <returns>Returns hyperlink initialized object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IHyperLinks.RemoveAt(System.Int32)">
            <summary>
            Removes HyperLink object from the collection.
            </summary>
            <param name="index">HyperLink index to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLinks.Count">
            <summary>
            Returns the number of objects in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLinks.Item(System.Int32)">
            <summary>
            Returns a single hyperlink object from the collection. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.m_bReadOnly">
            <summary>
            Indicates whether collection is in read-only mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.m_dicCellToList">
            <summary>
            Cell to index dictionary: key - cell index, value - List of hyperlinks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.m_listHyperlinks">
            <summary>
            Hyperlinks list for Read-only mode.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection and sets its Application and Parent values.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates collection and sets its Application and Parent values.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
            <param name="isReadOnly">Indicates whether read-only collection should be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Defines a new hyperlink.
            </summary>
            <param name="range">Name object to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Add(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelHyperLinkType,System.String,System.String)">
            <summary>
            Defines a new hyperlink for the range object.
            </summary>
            <param name="range">Range object.</param>
            <param name="hyperlinkType">The type of the hyperlink.</param>
            <param name="address">The address of the hyperlink.</param>
            <param name="screenTip"> The screen tip to be displayed when the mouse pointer is paused over the hyperlink.</param>
            <returns>Returns hyperlink initialized object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Add(Syncfusion.XlsIO.IShape)">
            <summary>
            Defines a new hyperlink.
            </summary>
            <param name="shape">shape object to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Add(Syncfusion.XlsIO.IShape,Syncfusion.XlsIO.ExcelHyperLinkType,System.String,System.String)">
            <summary>
            Defines a new hyperlink for the shape object.
            </summary>
            <param name="shape">Shape object.</param>
            <param name="hyperlinkType">The type of the hyperlink.</param>
            <param name="address">The address of the hyperlink.</param>
            <param name="screenTip"> The screen tip to be displayed when the mouse pointer is paused over the hyperlink.</param>
            <returns>Returns hyperlink initialized object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.RemoveAt(System.Int32)">
            <summary>
            Removes item at the specified index.
            </summary>
            <param name="index">Item index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Add(Syncfusion.XlsIO.IHyperLink)">
            <summary>
            Adds new hyperlink to the collection.
            </summary>
            <param name="link">Hyperlink to add.</param>
            <returns>Index in the collection of the new hyperlink.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Creates collection from IList.
            </summary>
            <param name="data">IList with necessary Biff records.</param>
            <param name="iPos">Start offset in the array.</param>
            <returns>Index of the first record after hyperlinks records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves collection into list of BiffRecords.
            </summary>
            <param name="records">OffsetArrayList with BiffRecords.</param>
            <exception cref="T:System.ArgumentNullException">
            If records parameter is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.CreateHyperlinkStyles">
            <summary>
            Creates hyperlink styles if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.GetRangeHyperlinks(Syncfusion.XlsIO.IRange)">
            <summary>
            Gets collection of hyperlinks for the specified range.
            </summary>
            <param name="range">Range to get hyperlinks for.</param>
            <returns>Collection of hyperlinks for the specified range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.AddToHash(Syncfusion.XlsIO.Implementation.HyperLinkImpl)">
            <summary>
            
            </summary>
            <param name="link"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.AddRange(System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.HyperLinkImpl})">
            <summary>
            
            </summary>
            <param name="collection"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.GetHyperlinkByCellIndex(System.Int64)">
            <summary>
            Gets last hyperlink by cell index.
            </summary>
            <param name="lCellIndex">Cell index.</param>
            <returns>Returns Hyper link if contain; otherwise null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Remove(Syncfusion.XlsIO.IHyperLink)">
            <summary>
            Removes the specified hyperlink from the collection.
            </summary>
            <param name="link">Hyperlink link object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.Item(System.Int32)">
            <summary>
            Returns single entry from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection.IsReadOnly">
            <summary>
            Indicates whether collection is in read-only mode. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.NodeColor">
            <summary>
            Suitable Node colors used for 2-3-4 nodes detection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.NodeColor.Red">
            <summary>
            Red color of node.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.NodeColor.Black">
            <summary>
            Black color of node.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode">
            <summary>
            Node class used for proper storing of data in the Map Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_left">
            <summary>
            Reference on left branch.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_right">
            <summary>
            Reference on right branch.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_parent">
            <summary>
            Reference on parent branch.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_color">
            <summary>
            Color of node branch.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_bIsNil">
            <summary>
            Is current node Nil element or not?
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_key">
            <summary>
            Key part of stored in node data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.m_value">
            <summary>
            Value part of stored in node data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.#ctor(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,System.Object,System.Object)">
            <summary>
            Create red colored Tree node.
            </summary>
            <param name="left">Reference on left branch.</param>
            <param name="parent">Reference on parent branch.</param>
            <param name="right">Reference on right branch.</param>
            <param name="key">Key value of node.</param>
            <param name="value">Value part of node.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.#ctor(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,System.Object,System.Object,Syncfusion.XlsIO.Implementation.Collections.NodeColor)">
            <summary>
            Main constructor of class.
            </summary>
            <param name="left">Reference on left branch.</param>
            <param name="parent">Reference on parent branch.</param>
            <param name="right">Reference on right branch.</param>
            <param name="key">Key value of node.</param>
            <param name="value">Value part of node.</param>
            <param name="color">Color of node.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Left">
            <summary>
            Reference on left branch.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Right">
            <summary>
            Reference on right branch.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Parent">
            <summary>
            Reference on parent branch.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Color">
            <summary>
            Color of node branch.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.IsNil">
            <summary>
            Is current node Nil element or not?
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Key">
            <summary>
            Key part of stored in node data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.Value">
            <summary>
            Value part of stored in node data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.IsRed">
            <summary>
            Is current node set to red color?
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RBTreeNode.IsBlack">
            <summary>
            Is current node set to black color?
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.MapCollection">
            <summary></summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.MapCollection.m_MyHead">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.MapCollection.m_size">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.MapCollection.m_comparer">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.#ctor">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.#ctor(System.Collections.IComparer)">
            <summary>
            Create collection with specified comparer for Key values.
            </summary>
            <param name="comparer">Comparer for key values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Initialize">
            <summary>
            Create Empty node for collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Clear">
            <summary>
            Clear collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Add(System.Object,System.Object)">
            <summary>
            Add item into collection.
            </summary>
            <param name="key">Key part.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Contains(System.Object)">
            <summary>
            Check whether collection contains specified key.
            </summary>
            <returns>True if node with specified key is found; otherwise False.</returns>
            <param name="key">Key for check.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Remove(System.Object)">
            <summary>
            Remove from collection item with specified key.
            </summary>
            <param name="key">Key to identify item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.begin">
            <summary>
            TODO: place correct comment here
            </summary>
            <returns>
            TODO: place correct comment here
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Min(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Get minimum value for specified branch.
            </summary>
            <param name="node">Branch start node.</param>
            <returns>Reference on minimum value node.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Max(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Get maximum value for specified branch.
            </summary>
            <param name="node">Branch start node.</param>
            <returns>Reference on maximum value node.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Inc(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Go to to next item in collection.
            </summary>
            <param name="node">Start node.</param>
            <returns>Reference on next item in collection or this.Empty if nothing found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Dec(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Get previous item from collection.
            </summary>
            <param name="node">Start node.</param>
            <returns>Reference on previous item in collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.LBound(System.Object)">
            <summary>
            Find node in collection by key value (search in lower side).
            </summary>
            <param name="key">Key of node to find.</param>
            <returns>Reference on found node, otherwise this.Empty value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.UBound(System.Object)">
            <summary>
            Find node in collection by key value (search in upper side).
            </summary>
            <param name="key">Key of node to find.</param>
            <returns>Reference on found node, otherwise this.Empty value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.LRotate(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Rotate branch into left side.
            </summary>
            <param name="_where">Branch start node.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.RRotate(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Rotate branch into right side.
            </summary>
            <param name="_where">Branch start node.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Erase(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            Erase node from collection.
            </summary>
            <param name="_root">Item to erase.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Insert(System.Boolean,Syncfusion.XlsIO.Implementation.Collections.RBTreeNode,System.Object,System.Object)">
            <summary>
            Insert item into collection.
            </summary>
            <param name="_addLeft">Add into left side of tree or right.</param>
            <param name="_where">Node for placement.</param>
            <param name="key">Key part of node.</param>
            <param name="value">Value part of node.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapCollection.GetEnumerator">
            <summary>
            Returns enumerator.
            </summary>
            <returns>Returns enumerator of current interface.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Empty">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Count">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MapCollection.Item(System.Object)">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.m_current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.m_parent">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.#ctor(Syncfusion.XlsIO.Implementation.Collections.RBTreeNode)">
            <summary>
            TODO: place correct comment here
            </summary>
            <param name="parent"/>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.Reset">
            <summary></summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.MoveNext">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.MapEnumerator.Current">
            <summary>
            TODO: place correct comment here
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection">
             <summary>
            
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPictures">
            <summary>
            A collection of cell comments. Each comment is represented by a
            Comment object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Drawing.Image,System.String)">
            <summary>
            Adds picture to the collection.
            </summary>
            <param name="image">Picture to add.</param>
            <param name="pictureName">Picture name.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Drawing.Image,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds picture to the collection.
            </summary>
            <param name="image">Picture to add.</param>
            <param name="pictureName">Picture name.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.String)">
            <summary>
            Adds picture from the specified file.
            </summary>
            <param name="strFileName">Picture file name.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds picture from the specified file.
            </summary>
            <param name="strFileName">Picture file name.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Drawing.Image)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Drawing.Image,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image to add.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.IO.Stream,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.String)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Image)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="image">Image.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Image,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="image">Image to add.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="stream">Stream with the picture.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="fileName">Name of the shape.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Drawing.Image,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.Drawing.Image,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.IO.Stream,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.String,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictures.AddPicture(System.Int32,System.Int32,System.String,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IPictures.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPictures.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPictures.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.DEF_PICTURE_NAME">
            <summary>
            Default prefix for picture name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Drawing.Image,System.String)">
            <summary>
            Adds picture to the collection.
            </summary>
            <param name="image">Picture to add.</param>
            <param name="pictureName">Picture name.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Drawing.Image,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds picture to the collection.
            </summary>
            <param name="image">Picture to add.</param>
            <param name="pictureName">Picture name.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.String)">
            <summary>
            Adds picture from the specified file.
            </summary>
            <param name="strFileName">Picture file name.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds picture from the specified file.
            </summary>
            <param name="strFileName">Picture file name.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Drawing.Image)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Drawing.Image,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image to add.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.IO.Stream,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.String)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Image)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="image">Image.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Image,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="image">Image to add.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="stream">Stream with the picture.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="fileName">Name of the shape.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="bottomRow">Bottom row.</param>
            <param name="rightColumn">Right column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Drawing.Image,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.Drawing.Image,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="image">Image.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.IO.Stream,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="stream">Stream with the picture.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.String,System.Int32,System.Int32)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(System.Int32,System.Int32,System.String,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds image to the collection.
            </summary>
            <param name="topRow">Top row of a new picture.</param>
            <param name="leftColumn">Left column.</param>
            <param name="fileName">Name of the shape.</param>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Added picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.RemovePicture(Syncfusion.XlsIO.IPictureShape)">
            <summary>
            Removes picture from this collection only.
            </summary>
            <param name="picture">Picture to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(Syncfusion.XlsIO.IPictureShape)">
            <summary>
            Adds picture to this collection only.
            Should be called from Shapes collection only.
            </summary>
            <param name="picture">Picture to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.SetParents">
            <summary>
            
            </summary>
            <exception cref="T:System.ArgumentNullException">
            Can't find parent worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.GeneratePictureName">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.InvalidRange">
            <summary>
            Represents range that references invalid worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_parent">
            <summary>
            Parent object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_application">
            <summary>
            Application object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_iFirstRow">
            <summary>
            First row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_iLastRow">
            <summary>
            Last row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_iFirstColumn">
            <summary>
            First column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InvalidRange.m_iLastColumn">
            <summary>
            Last column index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InvalidRange.Activate(System.Boolean)">
            <summary>
            Activates a single cell, scroll to it and activates the corresponding sheet.
            To select a range of cells, use the Select method.
            </summary>
            <param name="scroll">True to scroll to the cell</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InvalidRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
            <summary>
            Creates Subtotal for the corresponding ranges
            </summary>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InvalidRange.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">GroupByGroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InvalidRange.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">Columns to GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InvalidRange.Clear(Syncfusion.XlsIO.ExcelClearOptions)">
            <summary>
            Clears the Content, formats, comments based on clear option.
            </summary>
            <param name="option"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InvalidRange.CalculatedValue">
            <summary>
            Returns the calculated value of a formula using the most current inputs.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FilterOperator2007">
            <summary>
            Filter operator
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.Equal">
            <summary>
            Equal operator of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.GreaterThan">
            <summary>
            Greater than operator of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.GreaterThanOrEqual">
            <summary>
            Greater of than equal of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.LessThan">
            <summary>
            Less than filter of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.LessThanOrEqual">
            <summary>
            Less than or equal filter 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator2007.NotEqual">
            <summary>
            Not equal filter
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FilterOperator">
            <summary>
            Filter operator
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.equal">
            <summary>
            Equal operator of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.greaterThan">
            <summary>
            Greater than operator of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.greaterThanOrEqual">
            <summary>
            Greater of than equal of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.lessThan">
            <summary>
            Less than filter of filter
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.lessThanOrEqual">
            <summary>
            Less than or equal filter 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FilterOperator.notEqual">
            <summary>
            Not equal filter
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotFilterType">
            <summary>
            Pivot filter type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionBeginsWith">
            <summary>
            Indicates the "begins with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionBetween">
            <summary>
            Indicates the "is between" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionContains">
            <summary>
            Indicates the "contains" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionEndsWith">
            <summary>
            Indicates the "ends with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionEqual">
            <summary>
            Indicates the "equal" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionGreaterThan">
            <summary>
            Indicates the "is greater than" filter for field captions
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionGreaterThanOrEqual">
            <summary>
            Indicates the "is greater than or equal to" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionLessThan">
            <summary>
            Indicates the "is less than" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionLessThanOrEqual">
            <summary>
            Indicates the "is less than or equal to" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionNotBeginsWith">
            <summary>
            Indicates the "does not begin with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionNotBetween">
            <summary>
            Indicates the "is not between" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionNotContains">
            <summary>
            Indicates the "does not contain" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionNotEndsWith">
            <summary>
            Indicates the "does not end with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.CaptionNotEqual">
            <summary>
            Indicates the "not equal" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueBetween">
            <summary>
            Indicates the "Value between" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueEqual">
            <summary>
            Indicates the "value equal" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueGreaterThan">
            <summary>
            Indicates the "value greater than" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueGreaterThanOrEqual">
            <summary>
            Indicates the "value greater than or equal to" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueLessThan">
            <summary>
            Indicates the "value less than" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueLessThanOrEqual">
            <summary>
            Indicates the "value less than or equal to" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueNotBetween">
            <summary>
            Indicates the "value not between" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ValueNotEqual">
            <summary>
            Indicates the "value not equal" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Count">
            <summary>
            Indicates the "count" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.dateNewerThan">
            <summary>
            Indicates the "dateNewerThan" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.yearToDate">
            <summary>
            Indicates the "yearToDate" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Unknown">
            <summary>
            Indicates the "unknown" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Sum">
            <summary>
            Indicates the "sum" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Percent">
            <summary>
            Indicates the "percent" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateEqual">
            /// <summary>
            Indicates the "dateEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateNewerThanOrEqual">
            /// <summary>
            Indicates the "dateNewerThanOrEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateBetween">
            /// <summary>
            Indicates the "dateBetween" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateNotBetween">
            /// <summary>
            Indicates the "dateNotBetween" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateNotEqual">
            /// <summary>
            Indicates the "dateNotEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateOlderThan">
            /// <summary>
            Indicates the "dateOlderThan" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.DateOlderThanOrEqual">
            /// <summary>
            Indicates the "dateOlderThanOrEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.NextMonth">
            /// <summary>
            Indicates the "nextMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ThisMonth">
            /// <summary>
            Indicates the "thisMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.LastMonth">
            /// <summary>
            Indicates the "lastMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.NextYear">
            /// <summary>
            Indicates the "nextYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ThisYear">
            /// <summary>
            Indicates the "thisYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.LastYear">
            /// <summary>
            Indicates the "lastYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.NexWeek">
            /// <summary>
            Indicates the "nextWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ThisWeek">
            /// <summary>
            Indicates the "thisWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.LastWeek">
            /// <summary>
            Indicates the "lastWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M1">
            /// <summary>
            Indicates the "M1" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M2">
            /// <summary>
            Indicates the "M2" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M3">
            /// <summary>
            Indicates the "M3" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M4">
            /// <summary>
            Indicates the "M4" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M5">
            /// <summary>
            Indicates the "M5" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M6">
            /// <summary>
            Indicates the "M6" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M7">
            /// <summary>
            Indicates the "M7" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M8">
            /// <summary>
            Indicates the "M8" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M9">
            /// <summary>
            Indicates the "M9" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M10">
            /// <summary>
            Indicates the "M10" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M11">
            /// <summary>
            Indicates the "M11" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.M12">
            /// <summary>
            Indicates the "M12" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Q1">
            /// <summary>
            Indicates the "Q1" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Q2">
            /// <summary>
            Indicates the "Q2" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Q3">
            /// <summary>
            Indicates the "Q3" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Q4">
            /// <summary>
            Indicates the "Q4" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.NextQuarter">
            /// <summary>
            Indicates the "nextQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.ThisQuarter">
            /// <summary>
            Indicates the "thisQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.LastQuarter">
            /// <summary>
            Indicates the "lastQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Tomorrow">
            /// <summary>
            Indicates the "tomorrow" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Today">
            /// <summary>
            Indicates the "today" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType.Yesterday">
            /// <summary>
            Indicates the "yesterday" filter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotFilterType2007">
            <summary>
            Filter type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionBeginsWith">
            <summary>
             Indicates the "caption begins with" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionBetween">
            <summary>
             Indicates the "caption between" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionContains">
            <summary>
             Indicates the "caption contains" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionEndsWith">
            <summary>
             Indicates the "caption ends with" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionEqual">
            <summary>
             Indicates the "caption equal" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionGreaterThan">
            <summary>
             Indicates the "caption greater than" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionGreaterThanOrEqual">
            <summary>
             Indicates the "caption greater than or equal to" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionLessThan">
            <summary>
             Indicates the "caption less than" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionLessThanOrEqual">
            <summary>
             Indicates the "caption less than or equal" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionNotBeginsWith">
            <summary>
             Indicates the "caption not begins with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionNotBetween">
            <summary>
             Indicates the "caption not between" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionNotContains">
            <summary>
             Indicates the "caption not contains" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionNotEndsWith">
            <summary>
             Indicates the "caption not ends with" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.captionNotEqual">
            <summary>
             Indicates the "Caption not equal" filter for field captions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueBetween">
            <summary>
            Indicates the "value between" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueEqual">
            <summary>
            Indicates the "value equal" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueGreaterThan">
            <summary>
            Indicates the "value Greater than " filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueGreaterThanOrEqual">
            <summary>
            Indicates the "value greater than or equal to" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueLessThan">
            <summary>
            Indicates the "value less than " filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueLessThanOrEqual">
            <summary>
            Indicates the "value less than or equal to" filter for text and numeric values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueNotBetween">
            <summary>
            Indicates the "value not between" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.valueNotEqual">
            <summary>
            Indicates the "value not equal" filter for text and numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.count">
            <summary>
            Indicates the "count" filter.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.PivotFilterType2007.dateNewerThan" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.PivotFilterType2007.yearToDate" -->
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.unknown">
            <summary>
            Indicates the "unknown" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.sum">
            <summary>
            Indicates the "sum" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.percent">
            <summary>
            Indicates the "percent" filter.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.PivotFilterType2007.dateEqual" -->
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateNewerThanOrEqual">
            /// <summary>
            Indicates the "dateNewerThanOrEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateNotBetween">
            /// <summary>
            Indicates the "dateNotBetween" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateBetween">
            /// <summary>
            Indicates the "dateBetween" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateNotEqual">
            /// <summary>
            Indicates the "dateNotEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateOlderThan">
            /// <summary>
            Indicates the "dateOlderThan" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.dateOlderThanOrEqual">
            /// <summary>
            Indicates the "dateOlderThanOrEqual" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.nextMonth">
            /// <summary>
            Indicates the "nextMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.thisMonth">
            /// <summary>
            Indicates the "thisMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.lastMonth">
            /// <summary>
            Indicates the "lastMonth" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.nextYear">
            /// <summary>
            Indicates the "nextYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.thisYear">
            /// <summary>
            Indicates the "thisYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.lastYear">
            /// <summary>
            Indicates the "lastYear" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.nexWeek">
            /// <summary>
            Indicates the "nextWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.thisWeek">
            /// <summary>
            Indicates the "thisWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.lastWeek">
            /// <summary>
            Indicates the "lastWeek" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M1">
            /// <summary>
            Indicates the "M1" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M2">
            /// <summary>
            Indicates the "M2" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M3">
            /// <summary>
            Indicates the "M3" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M4">
            /// <summary>
            Indicates the "M4" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M5">
            /// <summary>
            Indicates the "M5" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M6">
            /// <summary>
            Indicates the "M6" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M7">
            /// <summary>
            Indicates the "M7" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M8">
            /// <summary>
            Indicates the "M8" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M9">
            /// <summary>
            Indicates the "M9" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M10">
            /// <summary>
            Indicates the "M10" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M11">
            /// <summary>
            Indicates the "M11" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.M12">
            /// <summary>
            Indicates the "M12" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.Q1">
            /// <summary>
            Indicates the "Q1" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.Q2">
            /// <summary>
            Indicates the "Q2" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.Q3">
            /// <summary>
            Indicates the "Q3" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.Q4">
            /// <summary>
            Indicates the "Q4" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.nextQuarter">
            /// <summary>
            Indicates the "nextQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.thisQuarter">
            /// <summary>
            Indicates the "thisQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.lastQuarter">
            /// <summary>
            Indicates the "lastQuarter" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.tomorrow">
            /// <summary>
            Indicates the "tomorrow" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.today">
            /// <summary>
            Indicates the "today" filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFilterType2007.yesterday">
            /// <summary>
            Indicates the "yesterday" filter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotAxisTypes">
            <summary>
            Represents Axis types in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes.None">
            <summary>
            Represents the None axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes.Row">
            <summary>
            Represents the Row axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes.Column">
            <summary>
            Represents the Column axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes.Page">
            <summary>
            Represents the Page axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes.Data">
            <summary>
            Represents the Data axis type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotAxisTypes2007">
            <summary>
            Represents Axis types in the pivot table equivalent to Excel 2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes2007.axisRow">
            <summary>
            Represents the Row axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes2007.axisCol">
            <summary>
            Represents the Column axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes2007.axisPage">
            <summary>
            Represents the Page axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAxisTypes2007.axisValues">
            <summary>
            Represents the Data axis type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotSubtotalTypes">
            <summary>
            Represents the  Subtotal types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.None">
            <summary>
            Represents the None type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Default">
            <summary>
            Represents the Default type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Sum">
            <summary>
            Represents the Sum type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Counta">
            <summary>
            Represents the Counta type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Average">
            <summary>
            Represents the Average type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Max">
            <summary>
            Represents the Max type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Min">
            <summary>
            Represents the Min type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Product">
            <summary>
            Represents the Product type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Count">
            <summary>
            Represents the Count type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Stdev">
            <summary>
            Represents the Stdev type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Stdevp">
            <summary>
            Represents the Stdevp type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Var">
            <summary>
            Represents the Var type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes.Varp">
            <summary>
            Represents the Varp type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotSubtotalTypes2007">
            <summary>
            Axis types in Excel 2007 file format notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.average">
            <summary>
            Represents the Average type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.count">
            <summary>
            Represents the Count type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.countNums">
            <summary>
            Represents the Counta type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.max">
            <summary>
            Represents the Max type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.min">
            <summary>
            Represents the Min type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.product">
            <summary>
            Represents the Product type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.stdDev">
            <summary>
            Represents the Stdev type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.stdDevp">
            <summary>
            Represents the Stdevp type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.sum">
            <summary>
            Represents the Sum type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.var">
            <summary>
            Represents the Var type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalTypes2007.varp">
            <summary>
            Represents the Varp type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotSubtotalItems2007">
            <summary>
            Axis types in Excel 2007 file format notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.avg">
            <summary>
            Represents the Average type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.count">
            <summary>
            Represents the Count type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.countA">
            <summary>
            Represents the Counta type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.max">
            <summary>
            Represents the Max type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.min">
            <summary>
            Represents the Min type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.product">
            <summary>
            Represents the Product type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.stdDev">
            <summary>
            Represents the Stdev type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.stdDevP">
            <summary>
            Represents the Stdevp type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.sum">
            <summary>
            Represents the Sum type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.var">
            <summary>
            Represents the Var type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotSubtotalItems2007.varP">
            <summary>
            Represents the Varp type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotDataType">
            <summary>
            Represent data types for pivot table cache fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Number">
            <summary>
            Indicates whether field contains number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Integer">
            <summary>
            Indicates whether field contains integer numbers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.String">
            <summary>
            Indicates whether field contains strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Blank">
            <summary>
            Indicates whether field contains blank values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Date">
            <summary>
            Indicates whether field contains dates.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Boolean">
            <summary>
            Indicates whether field contains booleans.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.Float">
            <summary>
            Indicates whether field contains float numbers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotDataType.LongText">
            <summary>
            Indicates whether filed contains long Text.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotBuiltInStyles">
            <summary>
            Represents pivot table built in styles equivalent to Excel 2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium28">
            <summary>
            Represents PivotStyleMedium28 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium27">
            <summary>
            Represents PivotStyleMedium27 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium26">
            <summary>
            Represents PivotStyleMedium26 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium25">
            <summary>
            Represents PivotStyleMedium25 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium24">
            <summary>
            Represents PivotStyleMedium24 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium23">
            <summary>
            Represents PivotStyleMedium23 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium22">
            <summary>
            Represents PivotStyleMedium22 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium21">
            <summary>
            Represents PivotStyleMedium21 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium20">
            <summary>
            Represents PivotStyleMedium20 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium19">
            <summary>
            Represents PivotStyleMedium19 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium18">
            <summary>
            Represents PivotStyleMedium18 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium17">
            <summary>
            Represents PivotStyleMedium17 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium16">
            <summary>
            Represents PivotStyleMedium16 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium15">
            <summary>
            Represents PivotStyleMedium15 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium14">
            <summary>
            Represents PivotStyleMedium14 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium13">
            <summary>
            Represents PivotStyleMedium13 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium12">
            <summary>
            Represents PivotStyleMedium12 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium11">
            <summary>
            Represents PivotStyleMedium11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium10">
            <summary>
            Represents PivotStyleMedium10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium9">
            <summary>
            Represents PivotStyleMedium9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium8">
            <summary>
            Represents PivotStyleMedium8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium7">
            <summary>
            Represents PivotStyleMedium7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium6">
            <summary>
            Represents PivotStyleMedium6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium5">
            <summary>
            Represents PivotStyleMedium5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium4">
            <summary>
            Represents PivotStyleMedium4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium3">
            <summary>
            Represents PivotStyleMedium3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium2">
            <summary>
            Represents PivotStyleMedium2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleMedium1">
            <summary>
            Represents PivotStyleMedium1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight28">
            <summary>
            Represents PivotStyleLight28 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight27">
            <summary>
            Represents PivotStyleLight27 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight26">
            <summary>
            Represents PivotStyleLight26 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight25">
            <summary>
            Represents PivotStyleLight25 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight24">
            <summary>
            Represents PivotStyleLight24 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight23">
            <summary>
            Represents PivotStyleLight23 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight22">
            <summary>
            Represents PivotStyleLight22 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight21">
            <summary>
            Represents PivotStyleLight21 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight20">
            <summary>
            Represents PivotStyleLight20 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight19">
            <summary>
            Represents PivotStyleLight19 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight18">
            <summary>
            Represents PivotStyleLight18 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight17">
            <summary>
            Represents PivotStyleLight17 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight16">
            <summary>
            Represents PivotStyleLight16 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight15">
            <summary>
            Represents PivotStyleLight15 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight14">
            <summary>
            Represents PivotStyleLight14 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight13">
            <summary>
            Represents PivotStyleLight13 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight12">
            <summary>
            Represents PivotStyleLight12 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight11">
            <summary>
            Represents PivotStyleLight11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight10">
            <summary>
            Represents PivotStyleLight10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight9">
            <summary>
            Represents PivotStyleLight9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight8">
            <summary>
            Represents PivotStyleLight8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight7">
            <summary>
            Represents PivotStyleLight7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight6">
            <summary>
            Represents PivotStyleLight6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight5">
            <summary>
            Represents PivotStyleLight5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight4">
            <summary>
            Represents PivotStyleLight4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight3">
            <summary>
            Represents PivotStyleLight3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight2">
            <summary>
            Represents PivotStyleLight2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleLight1">
            <summary>
            Represents PivotStyleLight1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark28">
            <summary>
            Represents PivotStyleDark28 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark27">
            <summary>
            Represents PivotStyleDark27 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark26">
            <summary>
            Represents PivotStyleDark26 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark25">
            <summary>
            Represents PivotStyleDark25 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark24">
            <summary>
            Represents PivotStyleDark24 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark23">
            <summary>
            Represents PivotStyleDark23 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark22">
            <summary>
            Represents PivotStyleDark22 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark21">
            <summary>
            Represents PivotStyleDark21 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark20">
            <summary>
            Represents PivotStyleDark20 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark19">
            <summary>
            Represents PivotStyleDark19 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark18">
            <summary>
            Represents PivotStyleDark18 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark17">
            <summary>
            Represents PivotStyleDark17 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark16">
            <summary>
            Represents PivotStyleDark16 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark15">
            <summary>
            Represents PivotStyleDark15 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark14">
            <summary>
            Represents PivotStyleDark14 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark13">
            <summary>
            Represents PivotStyleDark13 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark12">
            <summary>
            Represents PivotStyleDark12 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark11">
            <summary>
            Represents PivotStyleDark11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark10">
            <summary>
            Represents PivotStyleDark10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark9">
            <summary>
            Represents PivotStyleDark9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark8">
            <summary>
            Represents PivotStyleDark8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark7">
            <summary>
            Represents PivotStyleDark7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark6">
            <summary>
            Represents PivotStyleDark6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark5">
            <summary>
            Represents PivotStyleDark5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark4">
            <summary>
            Represents PivotStyleDark4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark3">
            <summary>
            Represents PivotStyleDark3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark2">
            <summary>
            Represents PivotStyleDark2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotBuiltInStyles.PivotStyleDark1">
            <summary>
            Represents PivotStyleDark1 style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotFieldDataFormat">
            <summary>
            Represents the data formats for a field in the PivotTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.Difference">
            <summary>
            Indicates the field is shown as the "difference from" a value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.Index">
            <summary>
            Indicates the field is shown as the "index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.Normal">
            <summary>
            Indicates that the field is shown as its normal data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.Percent">
            <summary>
            Indicates the field is show as the "percentage of".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfDifference">
            <summary>
            Indicates the field is shown as the "percentage difference from" a value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfColumn">
            <summary>
            Indicates the field is shown as the percentage of column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfRow">
            <summary>
            Indicates the field is shown as the percentage of row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfTotal">
            <summary>
            Indicates the field is shown as percentage of total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfParent">
            <summary>
            Indicates Percentage of parent total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfParentColumn">
            <summary>
            Indicates Percentage of parent column total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfParentRow">
            <summary>
            Indicates Percentage of parent row total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.RankDecending">
            <summary>
            Indicates Rank descending.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.PercentageOfRunningTotal">
            <summary>
            Indicates Percentage of running total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.RunTotal">
            <summary>
            Indicates the field is shown as running total in the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldDataFormat.RankAscending">
            <summary>
            Indicates Rank ascending.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.TableBuiltInStyles">
            <summary>
            Excel 2007 table built in styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium28">
            <summary>
            Represents TableStyleMedium28 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium27">
            <summary>
            Represents TableStyleMedium27 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium26">
            <summary>
            Represents TableStyleMedium26 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium25">
            <summary>
            Represents TableStyleMedium25 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium24">
            <summary>
            Represents TableStyleMedium24 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium23">
            <summary>
            Represents TableStyleMedium23 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium22">
            <summary>
            Represents TableStyleMedium22 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium21">
            <summary>
            Represents TableStyleMedium21 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium20">
            <summary>
            Represents TableStyleMedium20 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium19">
            <summary>
            Represents TableStyleMedium19 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium18">
            <summary>
            Represents TableStyleMedium18 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium17">
            <summary>
            Represents TableStyleMedium17 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium16">
            <summary>
            Represents TableStyleMedium16 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium15">
            <summary>
            Represents TableStyleMedium15 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium14">
            <summary>
            Represents TableStyleMedium14 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium13">
            <summary>
            Represents TableStyleMedium13 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium12">
            <summary>
            Represents TableStyleMedium12 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium11">
            <summary>
            Represents TableStyleMedium11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium10">
            <summary>
            Represents TableStyleMedium10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium9">
            <summary>
            Represents TableStyleMedium9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium8">
            <summary>
            Represents TableStyleMedium8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium7">
            <summary>
            Represents TableStyleMedium7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium6">
            <summary>
            Represents TableStyleMedium6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium5">
            <summary>
            Represents TableStyleMedium5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium4">
            <summary>
            Represents TableStyleMedium4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium3">
            <summary>
            Represents TableStyleMedium3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium2">
            <summary>
            Represents TableStyleMedium2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleMedium1">
            <summary>
            Represents TableStyleMedium1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight21">
            <summary>
            Represents TableStyleLight21 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight20">
            <summary>
            Represents TableStyleLight20 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight19">
            <summary>
            Represents TableStyleLight19 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight18">
            <summary>
            Represents TableStyleLight18 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight17">
            <summary>
            Represents TableStyleLight17 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight16">
            <summary>
            Represents TableStyleLight16 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight15">
            <summary>
            Represents TableStyleLight15 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight14">
            <summary>
            Represents TableStyleLight14 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight13">
            <summary>
            Represents TableStyleLight13 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight12">
            <summary>
            Represents TableStyleLight12 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight11">
            <summary>
            Represents TableStyleLight11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight10">
            <summary>
            Represents TableStyleLight10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight9">
            <summary>
            Represents TableStyleLight9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight8">
            <summary>
            Represents TableStyleLight8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight7">
            <summary>
            Represents TableStyleLight7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight6">
            <summary>
            Represents TableStyleLight6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight5">
            <summary>
            Represents TableStyleLight5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight4">
            <summary>
            Represents TableStyleLight4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight3">
            <summary>
            Represents TableStyleLight3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight2">
            <summary>
            Represents TableStyleLight2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleLight1">
            <summary>
            Represents TableStyleLight1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark11">
            <summary>
            Represents TableStyleDark11 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark10">
            <summary>
            Represents TableStyleDark10 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark9">
            <summary>
            Represents TableStyleDark9 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark8">
            <summary>
            Represents TableStyleDark8 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark7">
            <summary>
            Represents TableStyleDark7 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark6">
            <summary>
            Represents TableStyleDark6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark5">
            <summary>
            Represents TableStyleDark5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark4">
            <summary>
            Represents TableStyleDark4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark3">
            <summary>
            Represents TableStyleDark3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark2">
            <summary>
            Represents TableStyleDark2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.TableStyleDark1">
            <summary>
            Represents TableStyleDark1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TableBuiltInStyles.None">
            <summary>
            Represents Empty style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotFieldSortType">
            <summary>
             sort orders that can be applied to fields in a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldSortType.Ascending">
            <summary>
            Indicates the field is sorted in ascending order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldSortType.Descending">
            <summary>
            Indicates the field is sorted in descending order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldSortType.Manual">
            <summary>
            Indicates the field is sorted manually.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotItemType">
            <summary>
            This simple type defines the pivot type for a pivotItem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Average">
            <summary>
            Represents the Average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Blank">
            <summary>
            Represent the Blank line in the pivot Table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Count">
            <summary>
            Represent the count aggregate functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.CountA">
            <summary>
            Represent the count number aggregate functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Data">
            <summary>
            Represent the data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Default">
            <summary>
            Represent the default type of Pivot Table.
            (total aggregate is default)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.GrandTotal">
            <summary>
            Represent the grand total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Max">
            <summary>
            Represent the maximum aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Min">
            <summary>
            Represent the minimum aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Product">
            <summary>
            Represent the product functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.StdDev">
            <summary>
            Represents the "standard deviation" aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.StdDevP">
            <summary>
            Represents the "standard deviation population" aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Sum">
            <summary>
            Represents the "sum" aggregate value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.Var">
            <summary>
            Represents the "variance" aggregate value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType.VarP">
            <summary>
            Represents the "variance population" aggregate value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotItemType2007">
            <summary>
            This simple type defines the Open Xml Pivot type for a pivotItem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.avg">
            <summary>
            Represents the Average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.blank">
            <summary>
            Represent the Blank line in the pivot Table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.count">
            <summary>
            Represent the count aggregate functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.countA">
            <summary>
            Represent the count number aggregate functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.data">
            <summary>
            Represent the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.defaults">
            <summary>
            Represent the default type of Pivot Table.
            (total aggregate is default)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.grand">
            <summary>
            Represent the grand total.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.max">
            <summary>
            Represent the maximum aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.min">
            <summary>
            Represent the minimum aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.product">
            <summary>
            Represent the product functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.stdDev">
            <summary>
            Represents the "standard deviation" aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.stdDevP">
            <summary>
            Represents the "standard deviation population" aggregate function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.sum">
            <summary>
            Represents the "sum" aggregate value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.var">
            <summary>
            Represents the "variance" aggregate value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotItemType2007.varP">
            <summary>
            Represents the "variance population" aggregate value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotFieldGroupType">
            <summary>
            Represents data grouping that can be performed on a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Days">
            <summary>
            Indicates a grouping on "days" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Hours">
            <summary>
            Indicates a grouping on "hours" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Minutes">
            <summary>
            Indicates a grouping on "minutes" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Months">
            <summary>
            Indicates a grouping on "months" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Quarters">
            <summary>
            Indicates a grouping on "quarters" for date values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Range">
            <summary>
            Indicates a grouping by numeric ranges for numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Seconds">
            <summary>
            Indicates a grouping on "seconds" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.Years">
            <summary>
            Indicates a grouping on "years" for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotFieldGroupType.None">
            <summary>
            Indicates no auto grouping group 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotAreaType">
            <summary>
            Indicates the type of rule being used to describe an area or aspect of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.All">
            <summary>
            Refers to the whole PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.FieldButton">
            <summary>
            Refers to a field button.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.Data">
            <summary>
            Refers to something in the data area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.None">
            <summary>
            Refers to no Pivot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.Normal">
            <summary>
            Refers to a header or item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.Orgin">
            <summary>
            Refers to the blank cells at the top-left of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotAreaType.TopEnd">
             <summary>
             Refers to the blank cells at the top of the PivotTable,
            on its trailing edge
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionalFormatScope">
            <summary>
            Represents the scope of conditional formatting applied in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatScope.DataFields">
            <summary>
            Represents that the conditional formatting is applied to the selected data fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatScope.FieldIntersections">
             <summary>
             Represents that the conditional formatting is applied to the
            selected PivotTable field intersections.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatScope.Selections">
             <summary>
             Represents that the conditional formatting is applied to the
            selected cells.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionalTopNType">
            <summary>
             Represents the possible types that defines the values for the Top N conditional formatting evaluation for the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalTopNType.All">
            <summary>
            Represents  Top N conditional formatting is evaluated across the entire scope range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalTopNType.Column">
            <summary>
            Represents  Top N conditional formatting is evaluated for each column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalTopNType.None">
            <summary>
            Represents  Top N conditional formatting is not  evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalTopNType.Row">
            <summary>
            Represents  Top N conditional formatting is not evaluated.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotPageAreaFieldsOrder">
            <summary>
            Represents the Page field area order when there are
            multiple page fields in the page area
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotPageAreaFieldsOrder.DownThenOver">
            <summary>
            The page fields are laid, Down then over order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotPageAreaFieldsOrder.OverThenDown">
            <summary>
            The page fields are laid, over then down order.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PivotTableRowLayout">
            <summary>
            Specifies the pivot table row layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotTableRowLayout.Compact">
            <summary>
            Represents compact row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotTableRowLayout.Outline">
            <summary>
            Represents outline row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PivotTableRowLayout.Tabular">
            <summary>
            Represents tabular row.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection">
            <summary>
            Summary description for PivotCacheFieldsCollection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.#ctor">
            <summary>
            Initializes new instance of the pivot cache fields collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.Parse(Syncfusion.XlsIO.Parser.BiffReader,System.Int32)">
            <summary>
            Reads collection records from the BiffReader.
            </summary>
            <param name="reader">BiffReader to get records from.</param>
            <param name="iFieldsNumber">Number of fields to read.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves collection as Biff records.
            </summary>
            <param name="records">OffsetArrayList that should get all collection's records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl)">
            <summary>
            Adds new field to the collection.
            </summary>
            <param name="field">Field to add.</param>
            <returns>Index of the newly added field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.AddNewField(System.String)">
            <summary>
            
            </summary>
            <param name="strName"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.PivotCacheFieldsCollection.AddNewField(System.String,System.String)">
            <summary>
            
            </summary>
            <param name="strName"></param>
            <returns></returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.m_records">
            <summary>
            List of info records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.#ctor(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Extracts pivot cache data from the records array.
            </summary>
            <param name="data">List of records to get data from.</param>
            <param name="startIndex">Starting index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.Parse(System.Collections.Generic.IList{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Extracts required data from the records list.
            </summary>
            <param name="data">List of records to get data from.</param>
            <param name="startIndex">Starting index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves pivot cache info into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList to save data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.Clone">
            <summary>
            Creates a copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.StreamIdRecord">
            <summary>
            Gets stream id record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheInfo.StreamId">
            <summary>
            Gets or sets stream id described by this pivot cache info.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection">
            <summary>
            Represents the collection of memory caches from the PivotTable reports in a workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.DEF_PIVOT_CACHE_STORAGE">
            <summary>
            Name of sub-storage in input file which contains pivot table cache data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.m_dictCaches">
            <summary>
            Dictionary with pivot caches. Key - cache id, value - cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.m_arrOrder">
            <summary>
            List with caches order.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of pivot cache collection.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Initializes a new instance of pivot cache collection with the specified cache storage and dectyptor.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
            <param name="storage">Pivot caches storage.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Parse(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Parses pivot caches storage.
            </summary>
            <param name="storage">Storage to parse.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Clear">
            <summary>
            Clears all the pivot caches from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Serialize(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.Security.IEncryptor)">
            <summary>
            Serializes the pivot cache.
            </summary>
            <param name="storage">Storage to serialize into.</param>
            <param name="encryptor">Object that is used to encrypt data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Adds specified cache item to the collection.
            </summary>
            <param name="cache">Item to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Add(System.Int32,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Adds specified cache item to the collection at the specifed index.
            </summary>
            <param name="cache">Item to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.GetFreeIndex(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Searches for the first available pivot cache index.
            </summary>
            <param name="cache">Cache to search index for.</param>
            <returns>Found free index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a new PivotTable cache to a PivotCaches collection.
            </summary>
            <param name="range">Range that contains data to cache.</param>
            <returns>Returns a pivot cache.</returns>
            <example>
            Following code snippet illustrates how to add a pivot cache.
            <code>
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);   
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Add(System.String,Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Adds new cache to the collection.
            </summary>
            <param name="streamName">Name of the stream.</param>
            <param name="cache">Cache object to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.CheckAndAddCache(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Checks whether cache exist in the collection and adds its copy if necessary.
            </summary>
            <param name="cache"></param>
            <param name="hashWorksheetNames"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the Pivot cache from the collection at the specified index.
            </summary>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.GetIndexes">
            <summary>
            Get Cache indexes
            </summary>
            <returns>cache indexes</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.FindParent(System.Object)">
            <summary>
            Searches for the parent workbook.
            </summary>
            <param name="parent">Parent workbook to start searching from.</param>
            <returns>Found workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.GetEnumerator">
            <summary>
            Gets the IEnumerable list of pivot cache elements.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Syncfusion#XlsIO#IPivotCaches#Item(System.Int32)">
            <summary>
            Returns single entry of pivot cache from the collection. Read-only.
            </summary>
            <param name="id">Item id to return.</param>
            <returns>An entry from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Item(System.Int32)">
            <summary>
            Gets a pivot cache with the specified index from the collection. Read-only.
            </summary>
            <param name="id">Zero-based index of the cache to return.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Count">
            <summary>
            Gets number of pivot cache items in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Application">
            <summary>
            Gets the application object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Parent">
            <summary>
            Gets the parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheCollection.Order">
            <summary>
            Gets the ordered list of pivot caches. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField">
            <summary>
            Represents pivot table data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.BaseItemPrevious">
            <summary>
            Default value for base item previous.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.BaseItemNext">
            <summary>
            Default value for base item next.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_strName">
            <summary>
            Name of the data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_subtotal">
            <summary>
            Subtotal function used for data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_field">
            <summary>
            Base field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_showDataAs">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_showDataCollections">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_baseItem">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_baseField">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.#ctor(System.String,Syncfusion.XlsIO.PivotSubtotalTypes,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
            <summary>
            Initializes a new instance of the data field.
            </summary>
            <param name="name">Name of the data field.</param>
            <param name="subtotal">Subtotal function.</param>
            <param name="parentField">Parent field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.SetPreviousBaseItem">
            <summary>
            Set the previous value to BaseItem.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.SetNextBaseItem">
            <summary>
            Set the next value to BaseItem.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.InitializeShowData">
            <summary>
            Initializes the show data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.InitializeExcel2010Data">
            <summary>
            Initializes the excel2010 data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.SetShowData(System.String)">
            <summary>
            Sets the show data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.GetShowData(Syncfusion.XlsIO.PivotFieldDataFormat)">
            <summary>
            Gets the show data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.IsExcel2010Data">
            <summary>
            Determines whether [is excel2010 data].
            </summary>
            <returns>
            	<c>true</c> if [is excel2010 data]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Represents parent object.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.Name">
            <summary>
            Gets or sets name of the data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.Subtotal">
            <summary>
            Gets or sets the subtotal function used for data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.Field">
            <summary>
            Gets the parent field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.ShowDataAs">
            <summary>
            Gets or sets the pivot table format indicating how the pivot data is shown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.BaseItem">
            <summary>
            Gets or sets the base item for a custom calculation.
            </summary>
            <remarks>Valid only for data fields.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.BaseField">
            <summary>
            Gets or sets the base field for a custom calculation.
            </summary>
            <remarks>Valid only for data fields.</remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataFields">
            <summary>
            Represents pivot table data fields collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataFields.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of pivot table data fields collection.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataFields.Add(Syncfusion.XlsIO.IPivotField,System.String,Syncfusion.XlsIO.PivotSubtotalTypes)">
            <summary>
            Adds a new data field to the PivotDataField collection.
            </summary>
            <param name="field">The parent field to use.</param>
            <param name="name">The name for the new data field.</param>
            <param name="subtotal">The subtotal function for the new data field.</param>
            <returns>Returns a pivot data field.</returns>
            <example>
            Following code snippet illustrates how to add a pivot data field to the pivot table.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            //Add data field
            IPivotField field = pivotTable.Fields[5];
            pivotTable.DataFields.Add(field, "Sum", PivotSubtotalTypes.Sum);
            </code>
            </example> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataFields.Syncfusion#XlsIO#IPivotDataFields#Item(System.Int32)">
            <summary>
            Gets a pivot data field with the specified index from the collection. Read-only.
            </summary>
            <param name="index">Zero-based index of the data field to return.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields">
            <summary>
            Represents a collection of pivot fields in the pivot table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of pivot fields collection.
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Initializes new instance of the pivot fields collection with the specified parent pivot table..
            </summary>
            <param name="table">Parent table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Adds new field based on the cached field.
            </summary>
            <param name="cacheField">Base cache field.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.Clone(System.Object)">
            <summary>
            Creates a copy of this collection.
            </summary>
            <param name="parent">New parent for the created object.</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.Syncfusion#XlsIO#IPivotFields#Item(System.Int32)">
            <summary>
            Gets the pivot field from the collection with the specified index. Read-only.
            </summary>
            <param name="index">Item index to return.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableFields.Item(System.String)">
            <summary>
            Gets the pivot field from the collection with the specified name. Read-only.
            </summary>
            <param name="name">Name of the item to return.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection">
            <summary>
            Represents collection of <see cref="T:Syncfusion.XlsIO.IPivotTable"/> in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of PivotTableCollection.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Parses collection of pivot tables.
            </summary>
            <param name="data">Records with pivot table data.</param>
            <param name="iPos">Offset to the first pivot table record.</param>
            <returns>Offset to the record after</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves the collection of pivot tables into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will get all collection's records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Add(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Adds specified table to the collection.
            </summary>
            <param name="table">Table to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Add(System.String,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IPivotCache)">
            <summary>
            Adds a pivot table to the collection.
            </summary>
            <param name="name">Name of the pivot table.</param>
            <param name="location">Pivot table location.</param>
            <param name="cache">Pivot cache of the pivot table.</param>
            <returns>Returns the pivot table object.</returns>
            <example>
            Following code snippet illustrates how to add a pivot table.
            <code>
            // Create Pivot cache with the given data rangeS
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Clone(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates copy of the current collection.
            </summary>
            <param name="worksheet">Parent worksheet for the new collection.</param>
            <returns>Created collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Remove(System.String)">
            <summary>
            Removes pivot table with specified name from this collection.
            </summary>
            <param name="name">Name of the pivot table to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.RemoveAt(System.Int32)">
            <summary>
            Removes a pivot table with the specified index from this collection.
            </summary>
            <param name="index">Index of the pivot table to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.CleanAfterRemove(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Cleans the cache and worksheet data before remove the Pivot Table
            </summary>
            <param name="pivotTable">pivot Table to remove</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.ClearWithoutCheck">
            <summary>
            Clears the pivot table without checks the pivot caches.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.GetEnumerator">
            <summary>
            Returns the IEnumerable list of pivot tables in the worksheet.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Item(System.Int32)">
            <summary>
            Gets a pivot table from the collection with the specified index.
            </summary>
            <param name="index">Zero-based index of the pivot table.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.Item(System.String)">
            <summary>
            Gets a pivot table from the collection with the specified name.
            </summary>
            <param name="name">Name of the pivot table.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection.ParentWorksheet">
            <summary>
            Gets the parent worksheet of this collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RangesCollection">
            <summary>
            Summary description for RangesCollection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IRanges">
            <summary>
            Represents a collection of ranges.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IRanges.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds new range to the collection.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IRanges.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes range from the collection.
            </summary>
            <param name="range">Range to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IRanges.Item(System.Int32)">
            <summary>
            Returns the Range by index from the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.DEF_WRONG_WORKSHEET">
            <summary>
            Error message for wrong worksheet exception.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_iFirstRow">
            <summary>
            One-based first row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_iFirstColumn">
            <summary>
            One-based first column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_iLastRow">
            <summary>
            One-based last row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_iLastColumn">
            <summary>
            One-based last column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.m_rtfString">
            <summary>
            Rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of RangesCollection.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.SetParents">
            <summary>
            Searches for all necessary parents of this collection.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If can't find parent of some class.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Activate">
            <summary>
            Activates a single cell, which must be inside the current selection.
            To select a range of cells, use the Select method.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Activate(System.Boolean)">
            <summary>
            Activages a single cell, scroll to it and activates the respective sheet
            To select a range of cells, use the Select method.
            </summary>
            <param name="scroll">True to scroll to the cell</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Group(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should
            be performed by rows or by columns. 
            </param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Group(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether grouping should
            be performed by rows or by columns. 
            </param>
            <param name="bCollapsed">Indicates whether group should be collapsed.</param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
            <summary>
            Creates Subtotal for the corresponding ranges
            </summary>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">GroupByGroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">Columns to GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Merge">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Merge(System.Boolean)">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
            <param name="clearCells">Indicates whether to clear unnecessary cells.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Ungroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Ungroups current range.
            </summary>
            <param name="groupBy">
            Indicates type of ungrouping. Ungroup by columns or by rows.
            </param>
            <returns>Current range after ungrouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.UnMerge">
            <summary>
            Separates a merged area into individual cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FreezePanes">
            <summary>
            Freezes pane at the current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Clear">
            <summary>
            Clear the contents of the Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Clear(System.Boolean)">
            <summary>
            Clear the contents of the Range with formatting.
            </summary>
            <param name="isClearFormat">True if formatting should also be cleared.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Clear(Syncfusion.XlsIO.ExcelClearOptions)">
            <summary>
            Clears the cell based on clear options.
            </summary>
            <param name="option"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Clear(Syncfusion.XlsIO.ExcelMoveDirection)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left
            without formula or merged ranges update.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Clear(Syncfusion.XlsIO.ExcelMoveDirection,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
            <param name="options">Cells shifting options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.MoveTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Moves the cells to the specified Range (without updating formulas).
            </summary>
            <param name="destination">Destination Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CopyTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Copies the range to the specified destination Range (without updating formulas).
            </summary>
            <param name="destination">Destination range.</param>
            <returns>Range were this range was copied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CopyTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies this range into another location.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="options">Copy range options.</param>
            <returns>Destination range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IntersectWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns intersection of this range with the specified one.
            </summary>
            <param name="range">The Range with which to intersect.</param>
            <returns>Range intersection; if there is no intersection, NULL is returned.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.MergeWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns merge of this range with the specified one.
            </summary>
            <param name="range">The Range to merge with.</param>
            <returns>Merged ranges or NULL if wasn't able to merge ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AutofitRows">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AutofitColumns">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddComment">
            <summary>
            Adds comment to the range.
            </summary>
            <returns>Range's comment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindFirst(System.Boolean)">
            <summary>
            This method searches for the first cell with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindFirst(System.DateTime)">
            <summary>
            This method searches for the first cell with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindFirst(System.TimeSpan)">
            <summary>
            This method searches for the first cell with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindAll(System.DateTime)">
            <summary>
            This method searches for the all cells with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindAll(System.TimeSpan)">
            <summary>
            This method searches for the all cells with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             This method searches for the all cells with specified double value.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FindAll(System.Boolean)">
            <summary>
            This method searches for the all cells with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CopyToClipboard">
            <summary>
            Copies range to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderAround">
            <summary>
            Sets around border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderAround(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderInside">
            <summary>
            Sets inside border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderInside(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BorderNone">
            <summary>
            Sets none border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CollapseGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Collapses current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy,Syncfusion.XlsIO.ExpandCollapseFlags)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
            <param name="flags">Additional option flags.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetNewAddress(System.Collections.Generic.Dictionary{System.String,System.String},System.String@)">
            <summary>
            Gets new address of range.
            </summary>
            <param name="names">Dictionary with Worksheet names.</param>
            <param name="strSheetName">String that sets as a worksheet name.</param>
            <returns>Returns string with new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Clones current IRange.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="hashNewNames">Dictionary with new names.</param>
            <param name="book">Parent workbook.</param>
            <returns>Returns clone of current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ClearConditionalFormats">
            <summary>
            Clears conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetRectangles">
            <summary>
            Returns array that contains information about range.
            </summary>
            <returns>Rectangles that describes range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetRectanglesCount">
            <summary>
            Returns number of rectangles returned by GetRectangles method.
            </summary>
            <returns>Number of rectangles returned by GetRectangles method.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds new range to the collection.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds range to the collection.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes range from the collection.
            </summary>
            <param name="range">Range to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.EvaluateDimensions">
            <summary>
            Evaluates dimensions of the ranges collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetColumnRowIndexes(System.Boolean)">
            <summary>
            Returns SortedListEx that describes used rows / columns.
            </summary>
            <param name="bIsColumn">Indicates whether information about columns should be returned.</param>
            <returns>SortedListEx that describes used rows / columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddRowColumnIndex(System.Collections.Generic.SortedList{System.Int32,System.Collections.Generic.KeyValuePair{System.Int32,System.Int32}},System.Int32,System.Collections.Generic.KeyValuePair{System.Int32,System.Int32})">
            <summary>
            Adds new element to the list of used rows / columns.
            </summary>
            <param name="list">List to add entry to.</param>
            <param name="iIndex">Row / column index.</param>
            <param name="entry">Entry to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddRowColumnIndex(System.Collections.Generic.SortedList{System.Int32,System.Collections.Generic.KeyValuePair{System.Int32,System.Int32}},System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new element to the list of used rows / columns.
            </summary>
            <param name="list">List to add entry to.</param>
            <param name="iIndex">Row / column index.</param>
            <param name="iSecondaryStart">Start index of the new entry.</param>
            <param name="iSecondaryEnd">End index of the new entry.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetEntireColumnRow(System.Boolean)">
            <summary>
            
            </summary>
            <param name="bIsColumn"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetColumnRows(System.Boolean)">
            <summary>
            Returns array of used rows / columns.
            </summary>
            <param name="bIsColumn">Indicates whether columns array should be returned.</param>
            <returns>Array of used rows / columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CheckDisposed">
            <summary>
            Checks whether collection is disposed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetAddressSeparator">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.GetNativePtg">
            <summary>
            Gets ptg of current range.
            </summary>
            <returns>Returns native ptg.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Address">
            <summary>
            Returns the range reference in the language of the macro.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddressLocal">
            <summary>
            Returns the range reference for the specified range in the language
            of the user. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddressGlobal">
            <summary>
            Returns the range reference in the language of the macro. 
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddressR1C1">
            <summary>
            Returns the range reference in the language of the macro using R1C1-style reference.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddressR1C1Local">
            <summary>
            Returns the range reference for the specified range in the language
            of the user using R1C1 style reference . Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Boolean">
            <summary>
            Gets / sets boolean value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Borders">
            <summary>
            Returns a  Borders collection that represents the borders of a style
            or a range of cells (including a range defined as part of a
            conditional format).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Cells">
            <summary>
            Returns a Range object that represents the cells in the specified range.
            For big number of ranges can be very slow operation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Column">
            <summary>
            Returns the number of the first column in the first area in the specified
            range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ColumnGroupLevel">
            <summary>
            Column group level. Read-only.
            -1 - Not all columns in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ColumnWidth">
            <summary>
            Returns or sets the width of all columns in the specified range.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Syncfusion#XlsIO#IRange#Count">
            <summary>
            Returns the number of objects in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.DateTime">
            <summary>
            Gets / sets DateTime contained by this cell. Read-write DateTime.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.DisplayText">
            <summary>
            Returns cell value after number format application. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.End">
            <summary>
            Returns a Range object that represents the cell at the end of the
            region that contains the source range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.EntireColumn">
            <summary>
            Returns a Range object that represents the entire column (or
            columns) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.EntireRow">
            <summary>
            Returns a Range object that represents the entire row (or
            rows) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Error">
            <summary>
            Gets / sets error value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Formula">
            <summary>
            Returns or sets the object's formula in A1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaR1C1">
            <summary>
            Returns or sets the object's formula in R1C1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaArray">
            <summary>
            Represents array-entered formula.
            Visit http://www.cpearson.com/excel/array.htm for more information.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaArrayR1C1">
            <summary>
            Returns or sets the array-entered formula in R1C1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaHidden">
            <summary>
            True if the formula will be hidden when the worksheet is protected.
            False if at least part of formula in the range is not hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaDateTime">
            <summary>
            Get / set formula DateTime value contained by this cell.
            DateTime.MinValue if not all cells of the range have same DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasDataValidation">
            <summary>
            Indicates whether specified range object has data validation.
            If Range is not single cell, then returns true only if all cells have data validation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasBoolean">
            <summary>
            Indicates whether range contains bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasDateTime">
            <summary>
            Indicates whether range contains DateTime value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasFormulaBoolValue">
            <summary>
            Indicates if current range has formula bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasFormulaErrorValue">
            <summary>
            Indicates if current range has formula error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasFormulaDateTime">
            <summary>
            Indicates if current range has formula value formatted as DateTime. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasFormula">
            <summary>
            True if all cells in the range contain formulas; False if
            at least one of the cells in the range doesn't contain a formula.
            Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasFormulaArray">
            <summary>
            Indicates whether range contains array-entered formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasNumber">
            <summary>
            Indicates whether the range contains number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasRichText">
            <summary>
            Indicates whether cell contains formatted rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasString">
            <summary>
            Indicates whether the range contains String. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasStyle">
            <summary>
            Indicates whether range has default style. False means default style.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HorizontalAlignment">
            <summary>
            Returns or sets the horizontal alignment for the specified object.
            Read/write ExcelHAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Hyperlinks">
            <summary>
            Returns hyperlinks for this ranges collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IndentLevel">
            <summary>
            Returns or sets the indent level for the cell or range. Can be an integer
            from 0 to 15 for Excel 97-2003 and 250 for Excel 2007. Read/write Integer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsBlank">
            <summary>
            Indicates whether the range is blank. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsBoolean">
            <summary>
            Indicates whether range contains boolean value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsError">
            <summary>
            Indicates whether range contains error value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsGroupedByColumn">
            <summary>
            Indicates whether this range is grouped by column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsGroupedByRow">
            <summary>
            Indicates whether this range is grouped by row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsInitialized">
            <summary>
            Indicates whether cell is initialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.LastColumn">
            <summary>
            Returns last column of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.LastRow">
            <summary>
            Returns last row of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Number">
            <summary>
            Gets / sets double value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.NumberFormat">
            <summary>
            Format of current cell. Analog of Style.NumberFormat property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Row">
            <summary>
            Returns the number of the first row of the first area in
            the range. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.RowGroupLevel">
            <summary>
            Row group level. Read-only.
            -1 - Not all rows in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.RowHeight">
            <summary>
            Returns the height of all the rows in the range specified,
            measured in points. Returns Double.MinValue if the rows in the specified range
            aren't all the same height. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Rows">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            rows in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Columns">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            columns in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CellStyle">
            <summary>
            Returns a Style object that represents the style of the specified
            range. Read/write IStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CellStyleName">
            <summary>
            Returns name of the Style object that represents the style of the specified
            range. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Text">
            <summary>
            Gets / sets string value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.TimeSpan">
            <summary>
            Gets / sets time value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Value">
            <summary>
            Returns or sets the value of the specified range.
            Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CalculatedValue">
            <summary>
            Returns the calculated value of a formula using the most current inputs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Value2">
            <summary>
            Returns or sets the cell value. Read/write Variant.
            The only difference between this property and the Value property is
            that the Value2 property doesn't use the Currency and Date data types.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.VerticalAlignment">
            <summary>
            Returns or sets the vertical alignment of the specified object.
            Read/write ExcelVAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Worksheet">
            <summary>
            Returns a Worksheet object that represents the worksheet
            containing the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Item(System.Int32,System.Int32)">
            <summary>
            Gets / sets cell by row and index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Item(System.String)">
            <summary>
            Get cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Item(System.String,System.Boolean)">
            <summary>
            Gets cell range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.ConditionalFormats">
            <summary>
            Collection of conditional formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.DataValidation">
            <summary>
            Data validation for the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaStringValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaNumberValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaBoolValue">
            <summary>
            Returns the calculated value of the formula as a boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.FormulaErrorValue">
            <summary>
            Returns the calculated value of the formula as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Comment">
            <summary>
            Comment assigned to the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.RichText">
            <summary>
            String with rich text formatting. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsMerged">
            <summary>
            Indicates whether this range is part of merged range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.MergeArea">
            <summary>
            Returns a Range object that represents the merged range containing
            the specified cell. If the specified cell isn�t in a merged range,
            this property returns NULL. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.WrapText">
            <summary>
            True if Microsoft Excel wraps the text in the object.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.HasExternalFormula">
            <summary>
            Indicates is current range has external formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IgnoreErrorOptions">
            <summary>
            Represents ignore error options. If not single cell returs concatenateed flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.IsStringsPreserved">
            <summary>
            Indicates whether all values in the range are preserved as strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.BuiltInStyle">
            <summary>
            Gets/sets built in style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.AddressGlobal2007">
            <summary>
            Gets address global in the format required by Excel 2007.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.CellsCount">
            <summary>
            Number of cells in the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.WorksheetName">
            <summary>
            Gets name of the parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RangesCollection.Item(System.Int32)">
            <summary>
            Returns item by index from the collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RecordTable">
            <summary>
            Implements a two-dimensional table that holds an SFArrayList of rows. Each row
            is an SFArrayList of objects.
            </summary>
            <remarks>
            <p>This is a memory efficient way to represent a table where values can remain empty. Only rows
            that actually contain data will allocate an SFArrayList and the array only holds
            as many objects as the specific row contains columns.</p>
            <p>When you access data that are out of range, an empty () object will be returned.
            If you set data that are out of range, an exception will be thrown. If you set data for
            a row that is empty, the row will be allocated before the value is stored.</p>
            <p>SFTable provides methods that let you insert, remove or rearrange columns or m_arrRows
            in the table.</p>
            </remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_iRowCount">
            <summary>
            Number of m_arrRows in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_arrRows">
            <summary>
            Collection of rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_iFirstRow">
            <summary>
            First created row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_iLastRow">
            <summary>
            Last created row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_bIsDisposed">
            <summary>
            Indicates whether object was disposed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_arrShared">
            <summary>
            This array contains all shared formulas found during parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTable.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.#ctor(System.Int32,Syncfusion.XlsIO.Interfaces.IInternalWorksheet)">
            <overload>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class.
            </overload>
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class that is empty.
            </summary>
            <param name="iRowCount">Number of rows in the collection.</param>
            <param name="sheet">Parent worksheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.#ctor(Syncfusion.XlsIO.Implementation.Collections.RecordTable,System.Boolean,Syncfusion.XlsIO.Interfaces.IInternalWorksheet)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class and optional copies of data from an existing table.
            </summary>
            <param name="data">Represents record table data.</param>
            <param name="clone">Indicates is clone.</param>
            <param name="sheet">Parent worksheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Dispose">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Finalize">
            <summary>
            Object finalizer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Clone">
            <summary>
              <para>Creates a deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.RecordTable"/>.</para>
            </summary>
            <returns>
              <para>A deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.RecordTable"/>.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Clone(Syncfusion.XlsIO.Interfaces.IInternalWorksheet)">
            <summary>
              <para>Creates a deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.RecordTable"/>.</para>
            </summary>
            <param name="parentWorksheet">Parent worksheet object.</param>
            <returns>
              <para>A deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.RecordTable"/>.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Clear">
            <summary>
              <para>Removes all elements from the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.CreateCellCollection(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a collection of cells for a row.
            </summary>
            <param name="iRowIndex">Zero-based row index.</param>
            <param name="height">Row height.</param>
            <param name="version">Excel version.</param>
            <returns>An SFArrayList or derived object for the cell collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Contains(System.Int32,System.Int32)">
            <summary>
              <para>Indicates whether an element is at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <param name="rowIndex">The zero-based row index.</param>
            <param name="colIndex">The zero-based column index.</param>
            <returns>
              <para>
                <see langword="true"/> if an element exists at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>;
             <see langword="false"/> otherwise.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetArrayRecord(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Extracts Array record from the collection.
            </summary>
            <param name="cell">Cell that contains array-entered formula.</param>
            <returns>ArrayRecord if there is one; null if cell doesn't contain array-entered formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.AccessRow(System.Int32)">
            <summary>
            Updates first and last row indexes.
            </summary>
            <param name="iRowIndex">Zero-based index of the created row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.SetRow(System.Int32,Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Sets row.
            </summary>
            <param name="iRowIndex">Zero-based row index to set.</param>
            <param name="row">Row object to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.RemoveLastColumn(System.Int32)">
            <summary>
            Removes last column from the worksheet.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.RemoveRow(System.Int32)">
            <summary>
            Removes row from the worksheet.
            </summary>
            <param name="iRowIndex">Zero-based row index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ReplaceSharedFormula(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Replaces all shared formula with ordinary formula.
            </summary>
            <param name="book"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ReplaceSharedFormula(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord)">
            <summary>
            Replaces all shared formula with ordinary formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.CopyCells(Syncfusion.XlsIO.Implementation.Collections.RecordTable,Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies cells from another worksheet.
            </summary>
            <param name="sourceCells">Source cells collection to copy cells from.</param>
            <param name="sourceSST">Source SST dictionary.</param>
            <param name="destSST">Destination SST dictionary.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicNameIndexes">Dictionary with new name indexes.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value to find.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="findOptions">Way to find the value.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <param name="book">The book.</param>
            <returns>
            List with cell indexes that contains specified value.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Find(Syncfusion.XlsIO.IRange,System.Double,Syncfusion.XlsIO.ExcelFindType,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Find(Syncfusion.XlsIO.IRange,System.Byte,System.Boolean,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="bErrorCode">Indicates whether we should look for error code or boolean value.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetMinimumColumnIndex(System.Int32,System.Int32)">
            <summary>
            Returns minimum used column.
            </summary>
            <param name="iStartRow">Start row.</param>
            <param name="iEndRow">End row.</param>
            <returns>Minimum used column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetMaximumColumnIndex(System.Int32,System.Int32)">
            <summary>
            Returns maximum used column.
            </summary>
            <param name="iStartRow">Start row.</param>
            <param name="iEndRow">End row.</param>
            <returns>Maximum used column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ContainsRow(System.Int32)">
            <summary>
            Determines whether collection contains row.
            </summary>
            <param name="iRowIndex">Zero-based row index.</param>
            <returns>True if the collection contains at least one element with specified row index; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Find(System.Collections.Generic.Dictionary{System.Int32,System.Object})">
            <summary>
            
            </summary>
            <param name="dictIndexes"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.CacheAndRemove(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32@,System.Int32@,System.Boolean)">
            <summary>
            Caches and removes specified rectangle from the table.
            </summary>
            <param name="rectSource">Source rectangle.</param>
            <param name="iDeltaRow">Row delta to add to the resulting table.</param>
            <param name="iDeltaColumn">Column delta to add to the resulting table.</param>
            <param name="iMaxRow">Output maximum zero-based row index.</param>
            <param name="iMaxColumn">Output maximum zero-based column index.</param>
            <param name="bInsert">Boolean flag to indicate if a row is moved or inserted.</param>
            <returns>Cached table.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateExtendedFormatIndex(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateExtendedFormatIndex(System.Int32[])">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="arrFormats">Array with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateExtendedFormatIndex(System.Int32)">
            <summary>
            This method updates indexes to the extended formats after version change.
            </summary>
            <param name="maxCount">New restriction for maximum possible XF index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateLabelSSTIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.IncreaseIndex)">
            <summary>
            Updates LabelSST indexes after SST record parsing.
            </summary>
            <param name="dictUpdatedIndexes">Dictionary with indexes to update, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ExtractRanges(Syncfusion.XlsIO.Parser.BiffReader,System.Boolean,Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts ranges from the reader.
            </summary>
            <param name="reader">Reader to extract ranges from.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
            <param name="sst">SSTDictionary of the parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.AddSharedFormula(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord)">
            <summary>
            Adds shared formula to record table.
            </summary>
            <param name="row">Row index of the cell containing shared formula description.</param>
            <param name="column">Column index of the cell containing shared formula description.</param>
            <param name="shared">Shared formula record to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ExtractRangesFast(Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord,Syncfusion.XlsIO.Parser.BiffReader,System.Boolean,Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts ranges from the reader.
            </summary>
            <param name="index">Index record</param>
            <param name="reader">Reader to extract ranges from.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
            <param name="sst">SSTDictionary of the parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <returns>True if parsing was succeeded (this doesn't guarantees records correctness).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetOrCreateRow(System.Int32,System.Int32,System.Boolean,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns row from the collection or creates one if necessary.
            </summary>
            <param name="rowIndex">Zero-based row index.</param>
            <param name="height">Row height.</param>
            <param name="bCreate">Indicates whether to create row if it doesn't exist.</param>
            <param name="version">Excel version.</param>
            <returns>Desired row object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.EnsureSize(System.Int32)">
            <summary>
            Ensures that array will be able to handle desired number of rows.
            </summary>
            <param name="iSize"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.InsertIntoDefaultRows(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iRowIndex"></param>
            <param name="iRowCount"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ParseDBCellRecord(Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord,Syncfusion.XlsIO.Parser.BiffReader,System.Boolean,Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            
            </summary>
            <param name="dbCell"></param>
            <param name="reader"></param>
            <param name="bIgnoreStyles"></param>
            <param name="sst"></param>
            <param name="sheet"></param>
            <returns>True if parsing succeeded (this doesn't guarantee data correctness).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.FillRowRecord(Syncfusion.XlsIO.Parser.Biff_Records.RowRecord,System.IO.Stream,System.Byte[],Syncfusion.XlsIO.Parser.Biff_Records.DataProvider)">
            <summary>
            Fills RowRecord with data from the stream.
            </summary>
            <param name="row">RowRecord to fill.</param>
            <param name="stream">Stream to read data from.</param>
            <param name="arrBuffer">Temporary buffer.</param>
            <param name="provider">Data provider that gives additional access to the temporary buffer.</param>
            <returns>Record length.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.ReadStorageData(Syncfusion.XlsIO.Parser.Biff_Records.RowRecord,System.IO.Stream,System.Int32,System.Byte[],Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Reads RowStorage data from the stream.
            </summary>
            <param name="row">Corresponding RowRecord.</param>
            <param name="stream">Stream to read data from.</param>
            <param name="iDataSize">Size of the data to read.</param>
            <param name="arrBuffer">Temporary buffer.</param>
            <param name="sst">Strings shared table which can be updated during parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateFormulaFlags">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetBoolValue(System.Int32,System.Int32)">
            <summary>
            Gets bool value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - 0.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetFormulaBoolValue(System.Int32,System.Int32)">
            <summary>
            Gets formula bool value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - 0.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetErrorValue(System.Int32,System.Int32)">
            <summary>
            Gets error value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetErrorValue(System.Byte,System.Int32)">
            <summary>
            Gets the error value.
            </summary>
            <param name="value">The value.</param>
            <param name="iRow">The i row.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetFormulaErrorValue(System.Int32,System.Int32)">
            <summary>
            Gets formula error value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetNumberValue(System.Int32,System.Int32)">
            <summary>
            Gets number value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - double.NaN.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetFormulaNumberValue(System.Int32,System.Int32)">
            <summary>
            Gets formula number value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns value; otherwise - double.NaN.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetStringValue(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Gets string value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <param name="sst">Represents sst dictionary.</param>
            <returns>If found - returns value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetFormulaStringValue(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Gets string value by row or column indexes. Without check input parameters.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <param name="sst">Represents sst dictionary.</param>
            <returns>If found - returns value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetFormulaValue(System.Int32,System.Int32)">
            <summary>
            Gets array of formula ptg.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns ptg array; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.HasFormulaRecord(System.Int32,System.Int32)">
            <summary>
            Indicates if there is formula record.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <returns>Indicates whether formula record is contained.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.HasFormulaArrayRecord(System.Int32,System.Int32)">
            <summary>
            Indicates is contain formula array.
            </summary>
            <param name="iRow">Zero based row index.</param>
            <param name="iCol">Zero based column index.</param>
            <returns>If found return true; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.GetCellType(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets cell type from current column.
            </summary>
            <param name="row">Indicates row.</param>
            <param name="column">Indicates column.</param>
            <param name="bNeedFormulaSubType">Indicates is need to indentify formula sub type.</param>
            <returns>Returns cell type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.SetFormulaValue(System.Int32,System.Int32,System.Double,Syncfusion.XlsIO.Parser.Biff_Records.StringRecord)">
            <summary>
            Sets formula value. Use for setting FormulaError, FormulaBoolean, FormulaNumber, FormulaString values.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iColumn">One based column index.</param>
            <param name="value">Represents value for set.</param>
            <param name="strRecord">Represents string record as formula string value. Can be null.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTable.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Application">
            <summary>
            Return parent Application object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.AppImplementation">
            <summary>
            Return parent Application object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Rows">
            <summary>
            Returns the SFArrayList from all rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.RowCount">
            <summary>
            Gets the number of rows contained in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.FirstRow">
            <summary>
            Returns zero-based index of the first created row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.LastRow">
            <summary>
            Returns zero-based index of the last created row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Item(System.Int32,System.Int32)">
            <summary>
              <para>Gets / sets an element at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <param name="rowIndex">The zero-based row index.</param>
            <param name="colIndex">The zero-based column index.</param>
            <remarks>
            If you query for an element and the coordinates are out of range, an empty (<see langword="null"/>) object will be returned.<para/>
            If you set an element and the the coordinates are out of range, an exception is thrown.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.SharedFormulas">
            <summary>
            Returns List with shared formulas. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.SharedCount">
            <summary>
            Number of shared formulas. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTable.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator">
            <summary>
            Represents enumerator for SFTable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.m_table">
            <summary>
            Table to enumerate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.m_iRow">
            <summary>
            One-based current row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.m_sfTable">
            <summary>
            SFTable to enumerate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.m_iOffset">
            <summary>
            Offset inside current row.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.#ctor">
            <summary>
            To prevent creation instances of this class without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.#ctor(Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection)">
            <summary>
            Initializes new instance of the enumerator.
            </summary>
            <param name="table">Table to enumerate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before
            the first element in the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.MoveNextRow">
            <summary>
            Moves pointer to the next non-empty row if it is possible.
            </summary>
            <returns>True if operation succeeded.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.Key">
            <summary>
            Gets the key of the current dictionary entry. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.Value">
            <summary>
            Gets the value of the current dictionary entry. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RecordTableEnumerator.Entry">
            <summary>
            Gets both the key and the value of the current dictionary entry. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage">
            <summary>
            Stores single row data and gives functionality to access and modify it.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_MEMORY_DELTA">
            <summary>
            Memory block will be divisible of this value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_MULRK_PERIOD">
            <summary>
            Represents MULRK xf indexes period.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_MULBLANK_PERIOD">
            <summary>
            Represents MULBLANK xf indexes period.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_DOT">
            <summary>
            Indicates the dot symbol
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_MULTIRECORDS">
            <summary>
            Records that are not simply ICellPositionFormat records but that contains multiple subrecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DEF_MULTIRECORDS_SUBTYPES">
            <summary>
            First record type - record that can contain several sub records, second
            record type - type of the single record corresponding to the multi record type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_iFirstColumn">
            <summary>
            Zero-based index of the first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_iLastColumn">
            <summary>
            Zero-based index of the last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_iUsedSize">
            <summary>
            Size of used data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_dataProvider">
            <summary>
            Data provider.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_options">
            <summary>
            Storage options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_iCurrentColumn">
            <summary>
            Column that is referenced by m_iCurrentOffset. -1 - means that we have no correct offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_iCurrentOffset">
            <summary>
            Offset in the data storage to the record with m_iCurrentColumn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_book">
            <summary>
            Workbook object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_row">
            <summary>
            Represents the row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_isWrapText">
            <summary>
            Represents the cells contains WrapText
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_usHeight">
            <summary>
            Height of the row, in twips = 1/20 of a point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_optionFlags">
            <summary>
            Options flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_usXFIndex">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_tableRecord">
            <summary>
            Preserves Table record for datatable support
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_isFilteredRow">
            <summary>
            Indicate whether the row is hiddem by filters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_columnFilterHideRow">
            <summary>
            Indicate column index of filter which hide the row
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_autoHeight">
            <summary>
            Indicate whether the row is auto fitted or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Default constructor.
            </summary>
            <param name="iRowNumber"></param>
            <param name="height"></param>
            <param name="xfIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Dispose(System.Boolean)">
            <summary>
            Performs application-defined tasks associated with freeing,
            releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Finalize">
            <summary>
            Disposes this object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.m_dyDescent">
            <summary>
            Represents the x14ac:dyDescent attribute value
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetEnumerator(Syncfusion.XlsIO.Implementation.RecordExtractor)">
            <summary>
            Returns row storage enumerator.
            </summary>
            <param name="recordExtractor">Record extractor to get Biff records from.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetCellStyle(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets cell style.
            </summary>
            <param name="iRow">Zero-based row index.</param>
            <param name="iColumn">Zero-based column index.</param>
            <param name="iXFIndex">Index of the extended format to set.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetRecordAtOffset(System.Int32)">
            <summary>
            Creates new record based on the data at the specified position.
            </summary>
            <param name="iOffset">Offset to the record.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetRecord(System.Int32,System.Int32)">
            <summary>
            Returns record corresponding to the specified cell.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <returns>Record corresponding to the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetRecord(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RecordExtractor)">
            <summary>
            Returns record corresponding to the specified cell.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <param name="recordExtractor">Object used to extract records from internal data array.</param>
            <returns>Record corresponding to the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Int32)">
            <summary>
            Sets cell data.
            </summary>
            <param name="iColumnIndex">Zero-based column index of the cell.</param>
            <param name="cell">Cell to set.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ClearData">
            <summary>
            Removes all data saving cells formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetFormulaStringValue(System.Int32,System.String,System.Int32)">
            <summary>
            Returns formula string value.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <param name="strValue">Value to set.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetArrayRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,System.Int32)">
            <summary>
            Sets array record.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <param name="array">Record to set.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetArrayRecordByOffset(System.Int32)">
            <summary>
            Returns array record.
            </summary>
            <param name="iOffset">Offset to the record.</param>
            <returns>Formula array record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetArrayRecord(System.Int32)">
            <summary>
            Returns array record.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <returns>Corresponding array record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Clone">
            <summary>
            Creates copy of the storage.
            </summary>
            <returns>RowStorage with copied data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetHeapHandle">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Clone(System.IntPtr)">
            <summary>
            Creates copy of the storage.
            </summary>
            <returns>RowStorage with copied data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Clone(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates copy of the storage.
            </summary>
            <param name="iStartColumn">Zero-based index of the first column to copy.</param>
            <param name="iEndColumn">Zero-based index of the last column to copy.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <returns>RowStorage with copied data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Clone(Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Creates copy of the storage.
            </summary>
            <param name="sourceSST">Source strings table.</param>
            <param name="destSST">Destination strings table</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicNameIndexes">New name indexes.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>RowStorage with copied data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Remove(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates copy of the storage.
            </summary>
            <param name="iStartColumn">Zero-based index of the first column to copy.</param>
            <param name="iEndColumn">Zero-based index of the last column to copy.</param>
            <param name="blockSize">Represents allocation block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetArrayFormulaIndex(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Updates indexes in the array-entered formula.
            </summary>
            <param name="iColumn">Zero-based column index of the cell with array-entered formula.</param>
            <param name="iArrayRow">Zero-based row index of the array record.</param>
            <param name="iArrayColumn">Zero-based column index of the array record.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Contains(System.Int32)">
            <summary>
            Indicates whether row contains record with specified index.
            </summary>
            <param name="iColumn">Zero-based column index to find.</param>
            <returns>True if required record was found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertRowData(Syncfusion.XlsIO.Implementation.Collections.RowStorage,System.Int32,System.IntPtr)">
            <summary>
            Inserts data from another row object.
            </summary>
            <param name="sourceRow">Source row data.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <param name="heapHandle">Heap handle that must be used to allocate memory.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.RowColumnOffset(System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds specified values to row and columns indexes.
            </summary>
            <param name="iDeltaRow">Value to add to row index.</param>
            <param name="iDeltaCol">Value to add to column index.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32[],System.Int32)">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="arrNewIndex">New indexes.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateNameIndexes(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.IDictionary{System.Int32,System.Int32},System.Int32)">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="dicNewIndex">New indexes.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ReplaceSharedFormula(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord)">
            <summary>
            Replaces all shared formula with ordinary formula.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="shared">Shared formula that should be replaced.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelFindType,System.Int32,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iFirstColumn"></param>
            <param name="iLastColumn"></param>
            <param name="findValue"></param>
            <param name="flags"></param>
            <param name="iErrorCode"></param>
            <param name="bIsFindFirst"></param>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions,System.Int32,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iFirstColumn"></param>
            <param name="iLastColumn"></param>
            <param name="findValue"></param>
            <param name="flags"></param>
            <param name="iErrorCode"></param>
            <param name="bIsFindFirst"></param>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Int32,System.Int32,System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions,System.Int32,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32)">
            <summary>
            
            </summary>
            <param name="iFirstColumn">First column within the range to search.</param>
            <param name="iLastColumn">Last column within the rane to search.</param>
            <param name="findValue">Value to find.</param>
            <param name="flags">Flags representing where the find value should be looked in.</param>
            <param name="findOptions">Way to find.</param>
            <param name="iErrorCode">Error code found.</param>
            <param name="bIsFindFirst">If true - finds first value; otherwise - all values.</param>
            <param name="book">The workbook object.</param>
            <param name="sheetIndex">The sheet in which the sreach value is to be found.</param>
            <returns>A list of cell indexes that contains the specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CheckStringValue(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Checks the string value.
            </summary>
            <param name="first">The first.</param>
            <param name="second">The second.</param>
            <param name="options">The options.</param>
            <param name="book">The book.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Int32,System.Int32,System.Double,Syncfusion.XlsIO.ExcelFindType,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iFirstColumn"></param>
            <param name="iLastColumn"></param>
            <param name="findValue"></param>
            <param name="flags"></param>
            <param name="bIsFindFirst"></param>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Int32,System.Int32,System.Byte,System.Boolean,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iFirstColumn"></param>
            <param name="iLastColumn"></param>
            <param name="findValue"></param>
            <param name="bError"></param>
            <param name="bIsFindFirst"></param>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Find(System.Collections.Generic.Dictionary{System.Int32,System.Object},System.Collections.Generic.List{System.Int64})">
            <summary>
            
            </summary>
            <param name="dictIndexes"></param>
            <param name="arrRanges"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.MoveNextCell(System.Int32)">
            <summary>
            Moves pointer to the next record.
            </summary>
            <param name="iOffset">Offset of the current record.</param>
            <returns>Offset to the next record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateExtendedFormatIndex(System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Int32)">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateExtendedFormatIndex(System.Int32[],System.Int32)">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="arrFormats">Array with updated extended formats.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateExtendedFormatIndex(System.Int32,System.Int32)">
            <summary>
            This method updates indexes to the extended formats after version change.
            </summary>
            <param name="maxCount">New restriction for maximum possible XF index.</param>
            <param name="defaultXF">Index to the default extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateLabelSSTIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.IncreaseIndex)">
            <summary>
            Updates LabelSST indexes after SST record parsing.
            </summary>
            <param name="dictUpdatedIndexes">Dictionary with indexes to update, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AppendRecordData(System.Int16,System.Int16,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32)">
            <summary>
            Appends storage with record's data.
            </summary>
            <param name="type">Record type.</param>
            <param name="length">Data length.</param>
            <param name="data">Array with required data.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AppendRecordData(System.Int16,System.Int16,System.Byte[],System.Int32)">
            <summary>
            Appends storage with record's data.
            </summary>
            <param name="type">Record type.</param>
            <param name="length">Data length.</param>
            <param name="data">Array with required data.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AppendRecordData(System.Int32,System.Byte[],System.Int32)">
            <summary>
            Appends storage with record's data.
            </summary>
            <param name="length">Data length.</param>
            <param name="data">Array with required data.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertRecordData(System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Appends storage with record's data.
            </summary>
            <param name="columnIndex">Zero-based column index to insert data.</param>
            <param name="length">Data length.</param>
            <param name="data">Array with required data.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AppendRecordData(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Byte[],System.Boolean,System.Int32)">
            <summary>
            Appends storage with record's data.
            </summary>
            <param name="records">Records to append.</param>
            <param name="arrBuffer">Temporary buffer for record data.</param>
            <param name="bIgnoreStyles">Indicates whether we have to ignore styles.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Decompress(System.Boolean,System.Int32)">
            <summary>
            Converts all MultiRK and MultiBlank records into set of RK / Blank records.
            </summary>
            <param name="bIgnoreStyles">Indicates whether styles must be ignored.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Compress">
            <summary>
            Compresses data storage - combines several rk/blank records into one MulRK/MulBlank records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.PrepareRowData(Syncfusion.XlsIO.Implementation.SSTDictionary,System.Collections.Generic.Dictionary{System.Int64,Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord}@)">
            <summary>
            This method prepares row data, it updates indexes inside SSTDictionary,
            sets flags for RK and MultiRK records.
            </summary>
            <param name="sst">SSTDictionary to update.</param>
            <param name="arrShared">List that will receive all found shared formula records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateRowInfo(Syncfusion.XlsIO.Parser.Biff_Records.RowRecord,System.Boolean)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <param name="useFastParsing">
            Indicates whether fast parsing is turned on. If it is not then we don't
            need to update FirstColumn and LastColumn indexes.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateRowRecord(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates RowRecord and copies all required data into it.
            </summary>
            <param name="book">Parent workbook.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CopyRowRecordFrom(Syncfusion.XlsIO.Implementation.Collections.RowStorage)">
            <summary>
            Copies row settings (default style, height and some other settings) from another row storage.
            </summary>
            <param name="sourceRow">Storage to copy settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetDefaultRowOptions">
            <summary>
            Sets default row options.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateColumnIndexes(System.Int32,System.Int32)">
            <summary>
            Updates column indexes of the specified row.
            </summary>
            <param name="iColumnIndex">Column index.</param>
            <param name="iLastColumnIndex">Last column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetCellPositionSize(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
            <param name="newSize"></param>
            <param name="iBlockSize">Memory allocation block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetXFIndexByColumn(System.Int32)">
            <summary>
            Returns extended format index for the specified column or int.MinValue if not found.
            </summary>
            <param name="column">Zero-based column index.</param>
            <returns>Extended format index for the specified column or int.MinValue if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ReAddAllStrings(Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Looks through all records and calls AddIncrease for each LabelSST record.
            </summary>
            <param name="sst">Dictionary to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetVersion(Syncfusion.XlsIO.ExcelVersion,System.Int32)">
            <summary>
            
            </summary>
            <param name="version"></param>
            <param name="iBlockSize"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateColumns">
            <summary>
            Updates columns indexes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IterateCells(Syncfusion.XlsIO.Implementation.Collections.RowStorage.CellMethod,System.Object)">
            <summary>
            Iterates through all cells in the row.
            </summary>
            <param name="method">Method to call for each cell.</param>
            <param name="data">Data to pass to the calling method.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.MarkCellUsedReferences(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Object)">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="recordType">Record type to check.</param>
            <param name="offset">Offset to the record to check.</param>
            <param name="data">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateReferenceIndexes(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Object)">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="recordType">Represents Biff record type.</param>
            <param name="offset">Represents offset value.</param>
            <param name="data">Data to be updated.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateDataProvider(System.IntPtr)">
            <summary>
            
            </summary>
            <param name="heapHandle"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Represents used items.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.FindRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Int32)">
            <summary>
            Searches for the record of specified type.
            </summary>
            <param name="recordType">Record type to look for.</param>
            <param name="startColumn">Zero-based index of the column to start looking at.</param>
            <param name="endColumn">Zero-based index of the column to end looking at.</param>
            <returns>Column index that contains record of the specified type or value beyond endColumn if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.FindFirstCell(System.Int32,System.Int32)">
            <summary>
            Searches for the first cell in the specified range.
            </summary>
            <param name="startColumn">Zero-based column index to start search at.</param>
            <param name="endColumn">Zero-based column index to end search at.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetUsedNames(System.Collections.Generic.Dictionary{System.Int32,System.Object})">
            <summary>
            Gets indexes of the used named range objects.
            </summary>
            <param name="result">Collection to put named range indexes into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AddNamedRangeTokens(System.Collections.Generic.Dictionary{System.Int32,System.Object},Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Adds all named range indexes referenced by formula tokens into resulting dictionary.
            </summary>
            <param name="result">Dictionary that will get named range tokens.</param>
            <param name="tokens">Tokens to check.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertRecordData(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[])">
            <summary>
            Inserts records data into data storage.
            </summary>
            <param name="iOffset">Position to insert at.</param>
            <param name="records">Array of records to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ShrinkDataStorage">
            <summary>
            Sets cell position size to 4 and converts internal data storage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ExtendDataStorage(System.Int32)">
            <summary>
            Sets cell position size to 4 and converts internal data storage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.EnlargeCellRecord(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="result"></param>
            <param name="iWriteOffset"></param>
            <param name="iReadOffset"></param>
            <param name="iLength"></param>
            <param name="code"></param>
            <param name="iRow"></param>
            <param name="iColumn"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.EnlargeFormulaRecord(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            
            </summary>
            <param name="result"></param>
            <param name="iWriteOffset"></param>
            <param name="formula"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetEnlargedDataSize(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord})">
            <summary>
            
            </summary>
            <param name="arrFormulas"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetRecordCount">
            <summary>
            Evaluates number of records in this storage.
            </summary>
            <returns>Number of records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateRecordsAfterCopy(Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates all required indexes after copying row into another worksheet.
            </summary>
            <param name="sourceSST">Source SST dictionary.</param>
            <param name="destSST">Destination SST dictionary.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicNameIndexes">Dictionary with new name indexes.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateMulReference(System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Int32,System.Int32,System.Boolean)">
            <summary>
            Updates MulRK or MulBlank XF Indexes.
            </summary>
            <param name="hashXFIndexes">HashTable with new XF Indexes.</param>
            <param name="iOffset">Represents offset on start mull record.</param>
            <param name="iLength">Record length without header.</param>
            <param name="bIsMulRK">Indicates whether offset is offset to MulRK record (TRUE) or to MulBlank record (false).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateLabelSST(Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Int32,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates sst records.
            </summary>
            <param name="sourceSST">Represents source sst.</param>
            <param name="destSST">Represents destination sst.</param>
            <param name="iOffset">Represents offset to add.</param>
            <param name="bIsLocal"></param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateFormulaRefs(Syncfusion.XlsIO.Implementation.SSTDictionary,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates formula indexes.
            </summary>
            <param name="sourceSST">Represents source SST.</param>
            <param name="destSST">Represents destination sst.</param>
            <param name="iOffset">Represents offset.</param>
            <param name="hashWorksheetNames">Represents hash table with worksheet names.</param>
            <param name="dicNameIndexes">Represents dic name indexes.</param>
            <param name="iLength">Represents length</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateSheetReferences(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Collections.IDictionary,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Updates sheet references in the formula.
            </summary>
            <param name="formula">Formula to update.</param>
            <param name="dicSheetNames">Dictionary with new worksheet names.</param>
            <param name="sourceBook">Source workbook.</param>
            <param name="destBook">Destination workbook.</param>
            <returns>True if any changes were made.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateNameReferences(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates named range references in the formula.
            </summary>
            <param name="formula">Formula to update.</param>
            <param name="dicNameIndexes">Dictionary with new name indexes.</param>
            <returns>True if any changes were made.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UpdateNameSheetReferences(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates sheet references in the formula.
            </summary>
            <param name="formula">Formula to update.</param>
            <param name="dicSheetNames">Dictionary with new worksheet names.</param>
            <param name="sourceBook">Source workbook.</param>
            <param name="destBook">Destination workbook.</param>
            <param name="dicNameIndexes">Represents dictionary with name indexes.</param>
            <returns>True if any changes were made.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsSameSubType(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Int32)">
            <summary>
            Indicates whether multi- record contains records of the same type as specified one.
            </summary>
            <param name="cell">Cell type to check.</param>
            <param name="iOffset">Offset to the multi- record.</param>
            <returns>True if record types are compatible.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SplitRecord(System.Int32,System.Int32,System.Int32)">
            <summary>
            Splits record into two parts by removing subrecord with specified column index.
            </summary>
            <param name="iOffset">Offset to the record to split.</param>
            <param name="iColumnIndex">Column index to split by.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
            <returns>Offset to the second part.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertIntoRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Inserts record inside record that contains multiple values.
            </summary>
            <param name="iOffset">Offset to the record to insert into.</param>
            <param name="cell">Record to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertRecordData(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Int32)">
            <summary>
            Inserts record data into storage.
            </summary>
            <param name="iOffset">Offset to the record.</param>
            <param name="iPreparedSize">Size that could be overwritten by new record.</param>
            <param name="iRequiredSize">Size required by new record.</param>
            <param name="record">Record to write.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.InsertRecordData(System.Int32,System.Int32,System.Collections.IList,System.Int32)">
            <summary>
            Inserts record data into storage.
            </summary>
            <param name="iOffset">Offset to the record.</param>
            <param name="iPreparedSize">Size that could be overwritten by new record.</param>
            <param name="arrRecords">Records to write.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.LocateRecord(System.Int32,System.Boolean@)">
            <summary>
            Locates record in the row.
            </summary>
            <param name="iColumnIndex">One-based column index of the record to find.</param>
            <param name="bFound">Indicates whether record was found.</param>
            <returns>Offset where record should be placed.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.LocateRecord(System.Int32,System.Boolean@,System.Boolean@,System.Boolean)">
            <summary>
            Locates record in the row.
            </summary>
            <param name="iColumnIndex">One-based column index of the record to find.</param>
            <param name="bFound">Indicates whether record was found.</param>
            <param name="bMul">Indicates is found multi record or not.</param>
            <param name="bGetRkOffset">If true returns offset on valid mull rk structure, by current column index.
            Otherwise on MulRk record.</param>
            <returns>Offset where record should be placed.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetOffsetToSubRecord(System.Int32@,System.Int32,System.Int32,System.Int32,System.Boolean@,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Boolean)">
            <summary>
            
            </summary>
            <param name="iOffset"></param>
            <param name="iLength"></param>
            <param name="iCurrentColumn"></param>
            <param name="iColumnIndex"></param>
            <param name="bMul"></param>
            <param name="biffCode"></param>
            <param name="bGetRkOffset"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.EnsureSize(System.Int32,System.Int32)">
            <summary>
            Ensures that internal data storage will be able to store specified number of bytes.
            </summary>
            <param name="iRequiredSize">Required data storage size.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AccessColumn(System.Int32)">
            <summary>
            Updates row dimension information.
            </summary>
            <param name="iColumnIndex">Accessed zero-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AccessColumn(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Updates row dimension information.
            </summary>
            <param name="iColumnIndex">Accessed zero-based column index.</param>
            <param name="cell">Cell that was set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.RemoveFormulaStringValue(System.Int32)">
            <summary>
            Removes formula string record.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <returns>Old offset to the string record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.RemoveFormulaStringValue(System.Int32,System.Int32@)">
            <summary>
            Removes formula string record.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <param name="iFormulaRecordOffset">Returns offset to the corresponding FormulaRecord.</param>
            <returns>Old offset to the string record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.RemoveRecord(System.Int32)">
            <summary>
            Removes record from the storage.
            </summary>
            <param name="iOffset">Offset to the record to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.MoveNext(System.Int32)">
            <summary>
            Moves pointer to the next record.
            </summary>
            <param name="iOffset">Offset of the current record.</param>
            <returns>Offset to the next record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetOffsets(System.Int32,System.Int32,System.Int32@,System.Int32@)">
            <summary>
            Returns offsets, first one (X) is position before start column and the second one (Y) after end column.
            </summary>
            <param name="iStartColumn">Zero-based index of the start column.</param>
            <param name="iEndColumn">Zero-based index of the end column.</param>
            <param name="iRealStartColumn">Output start column index.</param>
            <param name="iRealEndColumn">Output end column index.</param>
            <returns>Point with evaluated offsets.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.MoveAfterRecord(System.Int32)">
            <summary>
            Evaluates offset after specified record and satellite records.
            </summary>
            <param name="iOffset">Offset to the record.</param>
            <returns>Offset after specified record and satellite records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateMultiRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates multi record.
            </summary>
            <param name="subCode">Type of sub record.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetNextColumnRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Int32@,System.Boolean)">
            <summary>
            Tries to get record for the next column.
            </summary>
            <param name="iColumnIndex">Column index.</param>
            <param name="prevRecord">Records that corresponds to the column index.</param>
            <param name="iOffset">Current record offset.</param>
            <param name="bMulti">Indicates whether record is multi- record.</param>
            <returns>Record corresponding to the </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetLastColumnFromMultiRecord(System.Int32)">
            <summary>
            Returns last column index from the multi- record.
            </summary>
            <param name="iOffset">Offset to the record's start.</param>
            <returns>Last column index from the multi- record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetOrdinaryRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Int32)">
            <summary>
            Sets cell data without trying to create multi record.
            </summary>
            <param name="iColumnIndex">Zero-based column index of the cell.</param>
            <param name="cell">Cell to set.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DefragmentDataStorage(Syncfusion.XlsIO.Implementation.Collections.RowStorage.DefragmentHelper,Syncfusion.XlsIO.Implementation.Collections.RowStorage.DefragmentHelper,Syncfusion.XlsIO.Implementation.Collections.RowStorage.DefragmentHelper,System.Object)">
            <summary>
            Evaluates size of the data in the compressed state.
            </summary>
            <returns>Compressed data size.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SkipRecord(System.Object)">
            <summary>
            Simply skips record.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SkipRKRecords(System.Object)">
            <summary>
            Skips RK records.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SkipBlankRecords(System.Object)">
            <summary>
            Skips RK records.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CompressRecord(System.Object)">
            <summary>
            Simply skips record.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CompressRKRecords(System.Object)">
            <summary>
            Writes RK records into data array.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CompressBlankRecords(System.Object)">
            <summary>
            Writes Blank records into data array.
            </summary>
            <param name="userData">User data.</param>
            <returns>Offset after skipping record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateMulRKRecord(Syncfusion.XlsIO.Implementation.Collections.RowStorage.WriteData,System.Int32)">
            <summary>
            Creates MulRK record based on set of RK records.
            </summary>
            <param name="writeData">
            Class that contains additional information needed to create
            MulRK record correctly.
            </param>
            <param name="iRecordsCount">Number of RK records.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateMulRKRecord(System.Int32,System.Int32)">
            <summary>
            Creates MulRK record based on set of RK records.
            </summary>
            <param name="iOffset">Offset to the first RK record.</param>
            <param name="iRecordsCount">Number of RK records.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateMulBlankRecord(System.Int32,System.Int32)">
            <summary>
            Creates MulBlank record based on set of Blank records.
            </summary>
            <param name="iOffset">Offset to the first Blank record.</param>
            <param name="iRecordsCount">Number of Blank records.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetMultiRecordsOffsets(Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord,Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord,System.Int32@)">
            <summary>
            
            </summary>
            <param name="mulBlank"></param>
            <param name="mulRK"></param>
            <param name="iSizeDelta"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DecompressStorage(System.Collections.Generic.List{System.Int32},System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord,Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord,System.Boolean)">
            <summary>
            
            </summary>
            <param name="arrOffsets"></param>
            <param name="iSizeDelta"></param>
            <param name="mulBlank"></param>
            <param name="mulRK"></param>
            <param name="bIgnoreStyles"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CreateMultiCellRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord,Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord,System.Int32@)">
            <summary>
            Creates multi-cell record (MulRK or MulBlank) at the specified offset.
            </summary>
            <param name="iOffset">Offset to the record to create.</param>
            <param name="mulBlank">Instance of MulBlank record.</param>
            <param name="mulRK">Instance of MulRK record.</param>
            <param name="iLength">Record length including header.</param>
            <returns>Created record or null if there is incorrect record type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DecompressRecord(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord,System.Boolean)">
            <summary>
            
            </summary>
            <param name="iOffset"></param>
            <param name="multi"></param>
            <param name="bIgnoreStyles"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetRow(System.Int32)">
            <summary>
            Gets row from the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <returns>Zero-based row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetRow(System.Int32,System.Int32)">
            <summary>
            Sets row for the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="rowIndex">Zero-based row index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetColumn(System.Int32)">
            <summary>
            Gets column from the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <returns>Zero-based column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetColumn(System.Int32,System.Int32)">
            <summary>
            Sets column for the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="columnIndex">Zero-based column index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetLastColumn(System.Int32,System.Int32)">
            <summary>
            Gets last column index from the MulRk or MulBlank record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="iLength">Record length.</param>
            <returns>Zero-based column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetXFIndex(System.Int32,System.Boolean)">
            <summary>
            Gets XF index from the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="bMulti">Indicates whether record is multi record or not.</param>
            <returns>Zero-based index to the extended format record with style settings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetXFIndex(System.Int32,System.UInt16)">
            <summary>
            Sets XF index for the record.
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="xfIndex">Zero-based index to the extended format record with style settings to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetXFIndexMulti(System.Int32,System.UInt16,System.Int32,System.Int32)">
            <summary>
            Sets XF index inside of "multi" record (MulRK or MulBlank).
            </summary>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="xfIndex">Zero-based index to the extended format record with style settings to set.</param>
            <param name="iColumnIndex">Zero-based column index of the cell to set style.</param>
            <param name="subRecordSize">Size of subrecord inside of multi record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetBoolValue(System.Int32)">
            <summary>
            Gets bool value by column index. Without check input parameters.
            </summary>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns boolean value; otherwise - 0.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaBoolValue(System.Int32)">
            <summary>
            Gets formula bool value by column index. Without check input parameters.
            </summary>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns boolean value; otherwise - 0.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetErrorValue(System.Int32)">
            <summary>
            Gets error value by column index. Without check input parameters.
            </summary>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns error value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaErrorValue(System.Int32)">
            <summary>
            Gets formula error value by column index. Without check input parameters.
            </summary>
            <param name="iCol">One based column index.</param>
            <returns>If found - returns error value; otherwise - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetNumberValue(System.Int32,System.Int32)">
            <summary>
            Gets number value.
            </summary>
            <param name="iCol">Column index.</param>
            <returns>Returns number value or NaN.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CheckFormat(System.String)">
            <summary>
            Checks the format.
            </summary>
            <param name="format">The format.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaNumberValue(System.Int32)">
            <summary>
            Gets formula number value.
            </summary>
            <param name="iCol">Column index.</param>
            <returns>Returns number value or NaN.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetStringValue(System.Int32,Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Gets string value.
            </summary>
            <param name="iColumn">Column index.</param>
            <param name="sst">Represents sst dictionary.</param>
            <returns>Returns string value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaStringValue(System.Int32)">
            <summary>
            Returns formula string value.
            </summary>
            <param name="iColumnIndex">Zero-based column index.</param>
            <returns>String result of the formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaStringValueByOffset(System.Int32)">
            <summary>
            Returns formula string value.
            </summary>
            <param name="iOffset">Offset to record.</param>
            <returns>Formula string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetFormulaValue(System.Int32)">
            <summary>
            Gets string value.
            </summary>
            <param name="iCol">Column index.</param>
            <returns>Returns ptg array or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetCellType(System.Int32,System.Boolean)">
            <summary>
            Gets cell type from current column.
            </summary>
            <param name="iCol">Indicates column.</param>
            <param name="bNeedFormulaSubType">Indicates is need to indentify formula sub type.</param>
            <returns>Returns cell type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetSubFormulaType(System.Int32)">
            <summary>
            Gets sub formula type.
            </summary>
            <param name="iOffset">Represents offset on start formula record.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.HasFormulaRecord(System.Int32)">
            <summary>
            Indicates if there is formula record.
            </summary>
            <param name="iColumn">Zero based column index.</param>
            <returns>Indicates whether formula record is contained.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.HasFormulaArrayRecord(System.Int32)">
            <summary>
            Indicates is contain formula array.
            </summary>
            <param name="iCol">Zero based column index.</param>
            <returns>If found return true; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.GetErrorString(System.Int32)">
            <summary>
            Gets error string by number.
            </summary>
            <param name="value">Represents number.</param>
            <returns>Returns error string or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetWorkbook(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Int32)">
            <summary>
            Sets the workbook.
            </summary>
            <param name="book">The book.</param>
            <param name="iRow">The i row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorage.SetFormulaValue(System.Int32,System.Double,Syncfusion.XlsIO.Parser.Biff_Records.StringRecord,System.Int32)">
            <summary>
            Sets formula value. Use for setting FormulaError, FormulaBoolean, FormulaNumber, FormulaString values.
            </summary>
            <param name="iColumn">Zero based column index.</param>
            <param name="value">Represents value for set.</param>
            <param name="strRecord">Represents string record as formula string value. Can be null.</param>
            <param name="iBlockSize">Memory allocation elementary block size.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.FirstColumn">
            <summary>
            Zero-based index of the first column. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.LastColumn">
            <summary>
            Zero-based index of the last column. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.UsedSize">
            <summary>
            Size of used data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DataSize">
            <summary>
            Size of allocated data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.HasRkBlank">
            <summary>
            Gets or sets value indicating whether storage possibly contains Rk or Blank records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.HasMultiRkBlank">
            <summary>
            Gets or sets value indicating whether storage possibly contains MultiRk or MultiBlank records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Disposed">
            <summary>
            Indicates that storage was disposed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsWrapText">
            <summary>
            Zero-based index of the first column. Read/write.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Provider">
            <summary>
            Returns internal data provider. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CellPositionSize">
            <summary>
            Returns size of the cell position block. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Version">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DyDescent">
            <summary>
            Gets the DyDescent attribute value of the row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.AutoHeight">
            <summary>
            Indicate whether the row is auto fitted or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.TypeCode">
            <summary>
            Returns type code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.RecordCode">
            <summary>
            Returns code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Height">
            <summary>
            Height of the row, in twips = 1/20 of a point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ExtendedFormatIndex">
            <summary>
            If the row is formatted, then this is the index to
            the extended format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.OutlineLevel">
            <summary>
            The outline level of this row.
            Changes some bits of m_usOptionFlags private member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When value is more than 7.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsCollapsed">
            <summary>
            Whether or not to collapse this row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsHidden">
            <summary>
            Whether or not to display this row with 0 height.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsBadFontHeight">
            <summary>
            Whether the font and row height are not compatible.
            True if they aren't compatible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsFormatted">
            <summary>
            Whether the row has been formatted (even if it has all blank cells).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsSpaceAboveRow">
            <summary>
            True if there is additional space above the row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsSpaceBelowRow">
            <summary>
            True if there is additional space below the row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsGroupShown">
            <summary>
            Undocumented bit flag. If it is set to False, then Excel will
            not show row groups. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.Syncfusion#XlsIO#Parser#Biff_Records#IOutline#Index">
            <summary>
            Row or column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.IsFilteredRow">
            <summary>
            Indicate whether the row is hidden by the filters or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorage.ColumnFilterHideRow">
            <summary>
            Indicate column index of filter which hide the row
            Column index was maintain as one base index
            Return zero if it was not hidden or by default
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StorageOptions">
            <summary>
            Storage options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StorageOptions.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StorageOptions.HasRKBlank">
            <summary>
            Indicates that storage contains (or can contain) some RK or Blank records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StorageOptions.HasMultiRKBlank">
            <summary>
            Indicates that storage contains (or can contain) some MultiRK or MultiBlank records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.StorageOptions.Disposed">
            <summary>
            Indicates that storage was disposed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage.CellMethod">
            <summary>
            Calls each cell.
            </summary>
            <param name="recordType">Record type to check.</param>
            <param name="offset">Offset to the record to check.</param>
            <param name="data">Data to be passed.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage.OffsetData">
            <summary>
            Data for size evaluation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.OffsetData.StartOffset">
            <summary>
            Start offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.OffsetData.UsedSize">
            <summary>
            Used size.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage.WriteData">
            <summary>
            Data for writing defragmented data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.WriteData.Offset">
            <summary>
            Offset to the record data in the old storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorage.WriteData.UsedSize">
            <summary>
            Size of the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorage.DefragmentHelper">
            <summary>
            Delegate used for defragmentation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator">
            <summary>
            Represents enumerator for RowStorage
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.m_rowStorage">
            <summary>
            RowStorage to enumerate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.m_iOffset">
            <summary>
            Offset to current cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.m_recordExtractor">
            <summary>
            Record extractor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.#ctor">
            <summary>
            To prevent creation instances of this class without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.#ctor(Syncfusion.XlsIO.Implementation.Collections.RowStorage,Syncfusion.XlsIO.Implementation.RecordExtractor)">
            <summary>
            Initializes new instance of the enumerator.
            </summary>
            <param name="row">RowStorage to enumerate.</param>
            <param name="recordExtractor">Record extractor to get Biff records from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before
            the first element in the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.GetArrayRecord">
            <summary>
            Returns formula array record from current cell if it exists.
            </summary>
            <returns>Formula array record; null - if doesn't exist.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.GetFormulaStringValue">
            <summary>
            Returns formula string value if formula contains it.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.RowIndex">
            <summary>
            Gets current cell row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.ColumnIndex">
            <summary>
            Gets current cell column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.RowStorageEnumerator.XFIndex">
            <summary>
            Gets current cell extended format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1">
            <summary>
               Extends List with MoveRange, InsertRange and RemoveRange methods. The Item property
               will grow the array on demand or return NULL if an index is out of range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.#ctor">
            <summary>
            Overloaded. Initializes a new instance of the SFArrayList
            class that is empty and has the default initial capacity.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.#ctor(System.Collections.Generic.ICollection{`0})">
            <summary>
              <para>Initializes a new instance of the SFArrayList class that contains
            elements copied from the specified collection and has the same initial
            capacity as the number of elements copied.</para>
            </summary>
            <param name="c">The <see cref="T:System.Collections.ICollection"/> whose elements are copied to the new list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.Clone">
            <summary>
              <para>Overridden. Creates a deep copy of the SFArrayList.</para>
            </summary>
            <returns>
              <para>A deep copy of the SFArrayList.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.Clone(System.Object)">
            <summary>
              <para>Overridden. Creates a deep copy of the SFArrayList.</para>
            </summary>
            <param name="parent">Parent object for the new items.</param>
            <returns>
              <para>A deep copy of the SFArrayList.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.EnsureCount(System.Int32)">
            <summary>
            Enlarges the array if needed.
            </summary>
            <param name="value">The size to be checked. If the array has less elements, empty (<see langword="null"/>) objects will be appended
            at the end of the array.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFArrayList`1.Item(System.Int32)">
            <summary>
            Gets / sets the element at the specified index.
            In C#, this property is the indexer for the SFArrayList class.
            </summary>
            <param name="index">The zero-based index of the element to get / set.</param>
            <value>
            The element at the specified index.
            When querying the value and the index is out of range, an empty (<see langword="null" />) object will be returned.
            When setting the value and the index is out of range the array will be enlarged. See SFArrayList.EnsureCount
            </value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.SFTable">
            <summary>
            Implements a two-dimensional table that holds an SFArrayList of rows. Each row
            is an SFArrayList of objects.
            </summary>
            <remarks>
            <p>This is a memory efficient way to represent a table where values can remain empty. Only rows
            that actually contain data will allocate an SFArrayList and the array only holds
            as many objects as the specific row contains columns.</p>
            <p>When you access data that are out of range, an empty () object will be returned.
            If you set data that are out of range, an exception will be thrown. If you set data for
            a row that is empty, the row will be allocated before the value is stored.</p>
            <p>SFTable provides methods that let you insert, remove or rearrange columns or m_arrRows
            in the table.</p>
            </remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.SFTable.m_iRowCount">
            <summary>
            Number of m_arrRows in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.SFTable.m_iColumnCount">
            <summary>
            Number of columns in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.SFTable.m_arrRows">
            <summary>
            Collection of rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.SFTable.m_iCellCount">
            <summary>
            Number of cells in the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.#ctor(System.Int32,System.Int32)">
            <overload>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class.
            </overload>
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class that is empty.
            </summary>
            <param name="iRowCount">Number of rows in the collection.</param>
            <param name="iColumnCount">Number of columns in the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.#ctor(Syncfusion.XlsIO.Implementation.Collections.SFTable,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class and optional copies of data from an existing table.
            </summary>
            <param name="data">Table to copy.</param>
            <param name="clone">Indicates whether to copy data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.#ctor(Syncfusion.XlsIO.Implementation.Collections.SFTable,System.Boolean,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>
            class and optional copies of data from an existing table.
            </summary>
            <param name="data">Table to copy.</param>
            <param name="clone">Indicates whether to copy data.</param>
            <param name="parent">Parent object for the new items.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.Clone">
            <summary>
              <para>Creates a deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <returns>
              <para>A deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.Clone(System.Object)">
            <summary>
              <para>Creates a deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <param name="parent">Parent object for the items.</param>
            <returns>
              <para>A deep copy of the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.Clear">
            <summary>
              <para>Removes all elements from the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.CreateCellCollection">
            <summary>
            Creates a collection of cells for a row.
            </summary>
            <returns>An SFArrayList or derived object for the cell collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.SFTable.Contains(System.Int32,System.Int32)">
            <summary>
              <para>Indicates whether an element is at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <param name="rowIndex">The zero-based row index.</param>
            <param name="colIndex">The zero-based column index.</param>
            <returns>
              <para>
                <see langword="true"/> if an element exists at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>;
             <see langword="false"/> otherwise.</para>
            </returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFTable.Rows">
            <summary>
            Returns the SFArrayList from all rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFTable.RowCount">
            <summary>
            Gets the number of rows contained in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFTable.ColCount">
            <summary>
            Gets the number of columns contained in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFTable.CellCount">
            <summary>
            Returns number of cells in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.SFTable.Item(System.Int32,System.Int32)">
            <summary>
              <para>Gets / sets an element at the specified coordinates in the <see cref="T:Syncfusion.XlsIO.Implementation.Collections.SFTable"/>.</para>
            </summary>
            <param name="rowIndex">The zero-based row index.</param>
            <param name="colIndex">The zero-based column index.</param>
            <remarks>
            If you query for an element and the coordinates are out of range, an empty (<see langword="null"/>) object will be returned.<para/>
            If you set an element and the the coordinates are out of range, an exception is thrown.
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection">
            <summary>
            Collection of worksheet's shapes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IShapes">
            <summary>
            Represents shapes collection in the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddPicture(System.Drawing.Image,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds new image to the collection.
            </summary>
            <param name="image">Image to add.</param>
            <param name="pictureName">File name with the image.</param>
            <param name="imageFormat">Image format to use for picture storing.</param>
            <returns>Newly created picture shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddPicture(System.String)">
            <summary>
            Adds new image to the collection.
            </summary>
            <param name="fileName">File name with the image.</param>
            <returns>Newly created picture shape.</returns>
            <remarks> This method is not supported in WinRT, Windows Phone, Universal and Portable platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddComment(System.String,System.Boolean)">
            <summary>
            Adds new Comment shape to the collection.
            </summary>
            <param name="commentText">Text of the comment.</param>
            <param name="bIsParseOptions">Indicates is parse comment fill line options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddComment(System.String)">
            <summary>
            Adds new Comment shape to the collection.
            </summary>
            <param name="commentText">Text of the comment.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddComment">
            <summary>
            Adds new Comment shape with empty comment text to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddChart">
            <summary>
            Adds new chart shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddCopy(Syncfusion.XlsIO.IShape)">
            <summary>
            Adds shape copy to the collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddCopy(Syncfusion.XlsIO.IShape,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.List{System.Int32})">
            <summary>
            Adds shape copy to shapes collection.
            </summary>
            <param name="sourceShape">Shape to copy.</param>
            <param name="hashNewNames">Dictionary with new names of worksheets.</param>
            <param name="arrFontIndexes">List with new font indexes.</param>
            <returns>Added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddTextBox">
            <summary>
            Adds new text box to the collection.
            </summary>
            <returns>Newly created textbox.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddCheckBox">
            <summary>
            Adds new check box to the collection.
            </summary>
            <returns>Newly created checkbox.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddOptionButton">
            <summary>
            Adds new option button to the collection.
            </summary>
            <returns>Newly created checkbox.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddComboBox">
            <summary>
            Adds new check box to the collection.
            </summary>
            <returns>Newly created checkbox.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IShapes.AddAutoShapes(Syncfusion.XlsIO.AutoShapeType,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new autoshape to the collection
            </summary>
            <param name="autoShapeType">AutoShape type</param>
            <param name="topRow">One-based index of the top row of the shape to be placed.</param>
            <param name="leftColumn">One-based index of the left column of the shape to be placed.</param>
            <param name="height">Height of the auto shapes.</param>
            <param name="width">Width of the auto shapes.</param>
            <returns>Returns newly added shape.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapes.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapes.Item(System.Int32)">
            <summary>
            Returns single shape from the collection by its index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapes.Item(System.String)">
            <summary>
            Returns single shape from the collection by its name or null when cannot find. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultChartNameStart">
            <summary>
            Default start of the chart shape name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultTextBoxNameStart">
            <summary>
            Default start of the textbox shape name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultCheckBoxNameStart">
            <summary>
            Default start of the checkbox shape name.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultOptionButtonNameStart" -->
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultComboBoxNameStart">
            <summary>
            Default start of the combobox shape name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultPictureNameStart">
            <summary>
            Default start of the picture shape name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.DefaultOleObjectNameStart">
            <summary>
            Default start of the ole object name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.m_comments">
            <summary>
            Collection that contains all comments on the sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="container"></param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.InitializeCollection">
            <summary>
            Initializes collection
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddPicture(System.Drawing.Image,System.String,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Adds picture.
            </summary>
            <param name="image">Image to adding.</param>
            <param name="pictureName">Name of picture.</param>
            <param name="imageFormat">Image format.</param>
            <returns>Returns IPicture object that include picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddPicture(System.String)">
            <summary>
            Adds new image to the collection.
            </summary>
            <param name="fileName">File name with the image.</param>
            <returns>Newly created picture shape.</returns>
            <remarks> This method is not supported in WinRT, Windows Phone, Universal and Portable platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddComment(System.String)">
            <summary>
            Adds new Comment shape to the collection.
            </summary>
            <param name="commentText">Text of the comment.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddComment(System.String,System.Boolean)">
            <summary>
            Adds new Comment shape to the collection.
            </summary>
            <param name="commentText">Text of the comment.</param>
            <param name="bIsParseOptions">Indicates is parse comment fill line options.</param>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddComment">
            <summary>
            Adds comment with empty text to the collection.
            </summary>
            <returns>Added comment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddChart">
            <summary>
            Adds new chart shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddTextBox">
            <summary>
            Adds new textbox shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddCheckBox">
            <summary>
            Adds new checkbox shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddOptionButton">
            <summary>
            Adds new OptionButton shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddComboBox">
            <summary>
            Adds new checkbox shape to the collection.
            </summary>
            <returns>Newly added shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.CreateShape(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord},System.Int32)">
            <summary>
            Creates new shape to object to this collection.
            </summary>
            <param name="objType">Object type to create.</param>
            <param name="shapeContainer">Shape container.</param>
            <param name="options">Parse options.</param>
            <param name="subRecords">Subrecords of the shape's OBJRecord.</param>
            <param name="cmoIndex">Index to the cmo record inside subrecords.</param>
            <returns>Created shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddFormControlShape">
            <summary>
            Adds FormControlShape into collection.
            </summary>
            <returns>Newly created shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.InnerRemoveComment(Syncfusion.XlsIO.ICommentShape)">
            <summary>
            Removes comment from internal collections.
            </summary>
            <param name="comment"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.CanInsertRowColumn(System.Int32,System.Int32,System.Boolean,System.Int32)">
            <summary>
            Checks whether it is possible insert row or column into iIndex.
            </summary>
            <param name="iIndex">Index of row to insert.</param>
            <param name="iCount">Number of rows to insert.</param>
            <param name="bRow">Indicates whether rows are inserted.</param>
            <param name="iMaxIndex">Maximum possible index.</param>
            <returns>True if it is possible to insert row or column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.InsertRemoveRowColumn(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Updates shapes position on insert or remove row in worksheet.
            </summary>
            <param name="iIndex">Represents row \ column index.</param>
            <param name="iCount">Represents count.</param>
            <param name="bRow">Indicates is row.</param>
            <param name="bRemove">Indicates is remove or insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddPicture(System.Int32,System.String)">
            <summary>
            Adds picture to the collection by blipId.
            </summary>
            <param name="iBlipId">Picture id.</param>
            <param name="strPictureName">Picture name.</param>
            <returns>Newly created picture object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddPicture(Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Adds picture to collections.
            </summary>
            <param name="shape">Represents picture to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.CopyMoveShapeOnRangeCopy(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
            <summary>
            Copies or moves shape on range copy / move.
            </summary>
            <param name="destSheet">Represents destination sheet for shape.</param>
            <param name="rec">Represents range dimension.</param>
            <param name="recDest">Represents destination rectangle</param>
            <param name="bIsCopy">Indicates is copy or move.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.SetVersion(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Removes all shapes that are out of new dimensions.
            </summary>
            <param name="version">Version to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.SortingList(System.Collections.Generic.IList{Syncfusion.XlsIO.IShape})">
            <summary>
            Gets sorted shape list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.SortingDList(System.Collections.Generic.IList{Syncfusion.XlsIO.IShape})">
            <summary>
            Gets Reverse sorted shape list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.GetShapeById(System.Int32)">
            <summary>
            Gets shape by its id.
            </summary>
            <param name="id">Shape's id to locate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddAutoShapes(Syncfusion.XlsIO.AutoShapeType,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Add AutoShapes into collection
            </summary>
            <param name="autoShapeType">AutoShapeType</param>
            <param name="topRow">TopRow</param>
            <param name="leftColumn">LeftColumn</param>
            <param name="height">Height</param>
            <param name="width">Width</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddAutoShapes(Syncfusion.XlsIO.AutoShapeType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Add AutoShapes into collection
            </summary>
            <param name="autoShapeType">AutoShapeType</param>
            <param name="topRow">TopRow</param>
            <param name="top">TopRowOffset</param>
            <param name="leftColumn">LeftColumn</param>
            <param name="left">LeftColumnOffset</param>
            <param name="height">Height</param>
            <param name="width">Width</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.Comments">
            <summary>
            Returns collection of all comments in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.InnerComments">
            <summary>
            Returns collection of all comments in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.RecordCode">
            <summary>
            Code of the Biff record in which all data is stored. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.ShapeData">
            <summary>
            Returns shared shape data for all shapes in this collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.StylesCollection">
            <summary>
            A collection of all the Style objects in the specified or active
            workbook. Each Style object represents a style description for a
            range. The Style object also contains all style attributes (font,
            number format, alignment, and so on) as properties. There are
            several built-in styles � including Normal, Currency, and Percent
            � which are listed in the Style name box in the Style dialog box
            (Format menu).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IStyles">
            <summary>
            A collection of all the Style objects in the specified or active
            workbook. Each Style object represents a style description for a
            range. The Style object contains all style attributes (font,
            number format, alignment, and so on) as properties. There are
            several built-in styles including Normal, Currency, and Percent
             which are listed in the Style name box in the Style dialog box.
            (Format menu).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Add(System.String,System.Object)">
            <summary>
            Creates a new style and adds it to the list of styles that are
            available for the current workbook. Returns a Style object.
            </summary>
            <param name="Name">Name of the newly created style.</param>
            <param name="BasedOn">Prototype for the style.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Add(System.String)">
            <summary>
            Creates a new style and adds it to the list of styles that are
            available for the current workbook. Returns a Style object.
            </summary>
            <param name="Name">Name of the created style.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Merge(System.Object,System.Boolean)">
            <summary>
            Merges the styles from another workbook into the Styles collection.
            </summary>
            <param name="Workbook">Workbook from which all styles will be added.</param>
            <param name="overwrite">True - overwrite styles with the same names, otherwise.</param>
            <returns>Merged collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Merge(System.Object)">
            <summary>
            Merges the styles from another workbook into the Styles collection. 
            Keep only unique style in collection.
            </summary>
            <param name="Workbook">Workbook from which all styles will be added.</param>
            <returns>Merged collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Contains(System.String)">
            <summary>
            Method return true if collection contains style 
            with specified by user name.
            </summary>
            <param name="name">Name to check.</param>
            <returns>True - if style exists, otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IStyles.Remove(System.String)">
            <summary>
            Removes style from the collection.
            </summary>
            <param name="styleName">Style name to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyles.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Microsoft Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyles.Count">
            <summary>
            Returns the number of objects in the collection. Read-only, Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyles.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyles.Item(System.String)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IStyles.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_map">
            <summary>
            RB-tree for quick style search operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_dictStyles">
            <summary>
            Collection of all the styles in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_hashIndexToStyle">
            <summary>
            Dictionary StyleXFIndex to StyleImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_holder">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_beforeChange">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.m_afterChange">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates the collection and sets its Application and Parent properties.
            </summary>
            <param name="application">The application object for this collection.</param>
            <param name="parent">The parent object for this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Add(System.String,System.Object)">
            <summary>
            Creates a new style and adds it to the list of styles that are
            available for the current workbook. Returns a Style object.
            </summary>
            <param name="name">Name of the newly created style.</param>
            <param name="BasedOn">Prototype for the style.</param>
            <returns>Newly created style.</returns>
            <exception cref="T:System.ArgumentNullException">
            If name is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When collection already contains style with specified name.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Add(System.String)">
            <summary>
            Creates a new style and adds it to the list of styles that are
            available for the current workbook. Returns a Style object.
            </summary>
            <param name="name">Name of the newly created style.</param>
            <returns>Newly created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Merge(System.Object)">
            <summary>
            Merges the styles from another workbook into the Styles collection. 
            Keep only unique style in collection.
            </summary>
            <param name="Workbook">Workbook from which all styles will be added.</param>
            <returns>Merged collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Merge(System.Object,System.Boolean)">
            <summary>
            Merges the styles from another workbook into the Styles collection.
            </summary>
            <param name="Workbook">Workbook from which all styles will be added.</param>
            <param name="overwrite">True to overwrite styles with the same names.</param>
            <returns>Merged collection.</returns>
            <exception cref="T:System.ArgumentException">
            If specified Workbook is not WorkbookImpl.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Remove(System.String)">
            <summary>
            Removes style from the collection.
            </summary>
            <param name="styleName">Style to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Add(Syncfusion.XlsIO.IStyle)">
            <summary>
            Adds specified style into this collection.
            </summary>
            <param name="style">Style that must be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Add(Syncfusion.XlsIO.IStyle,System.Boolean)">
            <summary>
            Adds specified style to collection.
            </summary>
            <param name="style">Style to add.</param>
            <param name="bReplace">If true and ContainName then replace old name; otherwise add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Contains(System.String)">
            <summary>
            Method returns True if collection contains style 
            with specified by user name.
            </summary>
            <param name="name">Name to check.</param>
            <returns>True if style exists; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.ContainsSameStyle(Syncfusion.XlsIO.IStyle)">
            <summary>
            Searches in the collection for style which is same as specified.
            </summary>
            <param name="style">Style to search.</param>
            <returns>Found style or NULL if no same style exists in list.</returns>
            <exception cref="T:System.ArgumentNullException">
            If specified style is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.CompareStyles(Syncfusion.XlsIO.IStyle,Syncfusion.XlsIO.IStyle)">
            <summary>
            Compares two styles.
            </summary>
            <param name="source">The first style to compare.</param>
            <param name="destination">The second style to compare.</param>
            <returns>True if styles are the same; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.CompareBorders(Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.IBorders)">
            <summary>
            Compare all Border Collections items.
            </summary>
            <param name="source">First border to compare.</param>
            <param name="destination">Second border to compare.</param>
            <returns>True if borders are the same; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.CompareBorder(Syncfusion.XlsIO.IBorder,Syncfusion.XlsIO.IBorder)">
            <summary>
            Compare Border interfaces.
            </summary>
            <param name="source">First border to compare.</param>
            <param name="destination">Second border to compare.</param>
            <returns>True if borders are the same; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Merge(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.ExcelStyleMergeOptions)">
            <summary>
            Merges styles from specified workbook.
            </summary>
            <param name="workbook">Source workbook.</param>
            <param name="option">Merge options.</param>
            <returns>Dictionary with changed style names, key - old name, value - new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Merge(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.ExcelStyleMergeOptions,System.Collections.Generic.Dictionary{System.Int32,System.Int32}@,System.Collections.Generic.Dictionary{System.Int32,System.Int32}@)">
            <summary>
            Merges styles from specified workbook.
            </summary>
            <param name="workbook">Source workbook.</param>
            <param name="option">Merge options.</param>
            <param name="dicFontIndexes">Returns dictionary with new font indexes.</param>
            <param name="hashExtFormatIndexes">Dictionary with new indexes of extended formats.</param>
            <returns>Dictionary with changed style names, key - old name, value - new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.GenerateDefaultName(System.String)">
            <summary>
            Generates default name.
            </summary>
            <param name="strStart">Name prefix.</param>
            <returns>Automatically generated unique name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.GenerateDefaultName(System.String,System.Collections.Generic.Dictionary{System.String,Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord})">
            <summary>
            Generates default name.
            </summary>
            <param name="strStart">Name prefix.</param>
            <param name="hashNamesInFile">Dictionary with used names.</param>
            <returns>Automatically generated unique name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.CreateBuiltInStyle(System.String)">
            <summary>
            Creates built in style.
            </summary>
            <param name="strName">Name of the style.</param>
            <returns>Created style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.GetByXFIndex(System.Int32)">
            <summary>
            Returns style corresponding to the index of extended format.
            </summary>
            <param name="index">Index of the extended format to find.</param>
            <returns>Found style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.UpdateStyleRecords">
            <summary>
            Updates style record of each style in the collection according to the xf indexes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Find(System.String)">
            <summary>
            Searches in collection for style named styleName.
            </summary>
            <param name="styleName">Style name to search.</param>
            <returns>Searched style if found; otherwise returns NULL.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.ContainsName(System.String)">
            <summary>
            Method checks whether the collection contains a style with the specified name.
            </summary>
            <param name="styleName">Name to check.</param>
            <returns>True if style exits; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord)">
            <summary>
            Adds new style to the collection.
            </summary>
            <param name="style">Style to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Clone(System.Object)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnClearComplete">
            <summary>
            Performs additional processes after clearing the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnRemoveComplete(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Performs additional processes after removing an element from the collection.
            </summary>
            <param name="index">The zero-based index at which value can be found.</param>
            <param name="value">The value of the element to remove from the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnSetComplete(System.Int32,Syncfusion.XlsIO.IStyle,Syncfusion.XlsIO.IStyle)">
            <summary>
            Performs additional processes after setting a value in the collection.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnStyleBeforeChange(System.Object,System.EventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.OnStyleAfterChange(System.Object,System.EventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.ClearStylesHash">
            <summary>
            Clears hashIndexToStyle member.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.GetStyleIgnoringCase(System.String)">
            <summary>
            Access the style property ignoring the case, used for Binary stream parsing 
            </summary>
            <param name="styleName">Input style name to be searched</param>
            <returns>the style</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Item(System.String)">
            <summary>
            Returns a single object from a collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.StylesCollection.Map">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection">
            <summary>
            Represents worksheet's textbox collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextBoxes">
            <summary>
            This interface represents TextBoxes collection inside single worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ITextBoxes.AddTextBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new item to the collection. Coordinate means
            a) in the case of worksheet - row, column - are corresponding row,
            column indexes of the top-left corner, width and height are measured in pixels
            b) in the case of chart in Excel 97 all coordinates are measured in 1/4000 of the chart width/height
            c) in the case of chart in Excel 2007 all coordinates are measured in 1/1000 of the chart width/height
            </summary>
            <param name="row">One-based row index of the top-left corner of the new item.</param>
            <param name="column">One-based column index of the top-left corner of the new item.</param>
            <param name="height">Height of the new item.</param>
            <param name="width">Width of the new item.</param>
            <returns>Newly added item.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBoxes.Count">
            <summary>
            Returns number of items in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBoxes.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Item's index to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBoxes.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.AddTextBox(Syncfusion.XlsIO.ITextBoxShape)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="textbox">Textbox to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.AddTextBox(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds new textbox to the collection.
            </summary>
            <param name="row">Top row for the new shape.</param>
            <param name="column">Left column for the new shape.</param>
            <param name="height">Height in pixels of the new shape.</param>
            <param name="width">Width in pixels of the new shape.</param>
            <returns>Newly created TextBox object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.Item(System.Int32)">
            <summary>
            Returns single item from the collection.
            </summary>
            <param name="index">Index of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.TextBoxCollection.Item(System.String)">
            <summary>
            Gets single item from the collection.
            </summary>
            <param name="name">Name of the item to get.</param>
            <returns>Single item from the collection.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection">
            <summary>
            A collection of vertical page breaks within the print area.
            Each vertical page break is represented by a VPageBreak object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IVPageBreaks">
            <summary>
            A collection of vertical page breaks within the print area.
            Each vertical page break is represented by a VPageBreak object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IVPageBreaks.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a vertical page break. Returns a VPageBreak object.
            </summary>
            <param name="location">Location of the break.</param>
            <returns>Newly added page break.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IVPageBreaks.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes a page break from the specified location.
            </summary>
            <param name="location">Range in which break must be removed.</param>
            <returns>Page break in the range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IVPageBreaks.GetPageBreak(System.Int32)">
            <summary>
            Returns page break at the specified column.
            </summary>
            <param name="iColumn">One-based column index.</param>
            <returns>Page break with corresponding column or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IVPageBreaks.Clear">
            <summary>
            Clears vertical page breaks from VPageBreaks collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreaks.Application">
            <summary>
            Used without an object qualifier, this property returns an
            Application object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreaks.Count">
            <summary>
            Returns the number of objects in the collection. Read-only, Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreaks.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreaks.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Add(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds a vertical page break. Returns a VPageBreak object.
            </summary>
            <param name="location">Page break location.</param>
            <returns>Newly added page break.</returns>
            <exception cref="T:System.ArgumentException">
            When specified object cannot be found in the collection.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Remove(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes vertical page break.
            </summary>
            <param name="location">Page break location.</param>
            <returns>Page break that was removed from the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.GetPageBreak(System.Int32)">
            <summary>
            Returns page break at the specified column.
            </summary>
            <param name="iColumn">One-based column index.</param>
            <returns>Page break with corresponding column or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.GetPageBreakIndex(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns index of the page break
            </summary>
            <param name="location">Location of the break to find.</param>
            <returns>Index of the page break in the collection or -1 if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Clear">
            <summary>
            Clears Vertical page breaks from VPageBreaks collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates collection and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for this collection.</param>
            <param name="parent">Parent object for this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.FindParents">
            <summary>
            Looks for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Parse(Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord)">
            <summary>
            Parses breaks record.
            </summary>
            <param name="record">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes collection into as set of Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.PrepareRecord">
            <summary>
            Prepares record.
            </summary>
            <returns>Prepared record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent for new collection.</param>
            <returns>A clone of the current collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Add(Syncfusion.XlsIO.Implementation.VPageBreakImpl)">
            <summary>
            Adds page break to the collection.
            </summary>
            <param name="pageBreak">Page break to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.ChangeToExcel97to03Version">
            <summary>
            Converts pagebreaks to Excel97to03 version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.Item(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns single page break from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.ManualBreakCount">
            <summary>
            Returns manual breaks count. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.TypeCode">
            <summary>
            Returns type code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.RecordCode">
            <summary>
            Returns code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection">
            <summary>
            Collection of the Workbook names (NamedRanges).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.INames">
            <summary>
            A collection of all the Name objects in the application or
            workbook. Each Name object represents a defined name for a
            range of cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.Add(System.String)">
            <summary>
            Defines a new name. 
            </summary>
            <param name="name">Name for the new Name object.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.Add(System.String,Syncfusion.XlsIO.IRange)">
            <summary>
            Defines a new name. 
            </summary>
            <param name="name">Name for the new Name object.</param>
            <param name="namedObject">Range that will be associated with the name.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.Add(Syncfusion.XlsIO.IName)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name object to add.</param>
            <returns>Returns a Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.Remove(System.String)">
            <summary>
            Removes Name object from the collection.
            </summary>
            <param name="name">Name of the object to remove from the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.INames.Contains(System.String)">
            <summary>
            Checks whether the Name object is present in the collection or not
            </summary>
            <param name="name">Name object to check whether it is present or not.</param>
            <returns>True if given name is found in Names collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INames.ParentWorksheet">
            <summary>
            Returns parent worksheet of the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.m_hashNameToIName">
            <summary>
            Dictionary Name-to-IName.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.m_book">
            <summary>
            Parent workbook for the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.m_bWorkNamesChanged">
            <summary>
            Flags indicating whether WorkbookNamesCollection changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates an empty collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Add(System.String)">
            <summary>
            
            </summary>
            <param name="name"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.CheckInvalidCharacters(System.String)">
            <summary>
            Checks whether name of named range contains invalid characters.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Add(System.String,Syncfusion.XlsIO.IRange)">
            <summary>
            Defines a new name. Returns a Name object.
            </summary>
            <param name="name">Name of the new collection entry.</param>
            <param name="namedRange">Range that will be associated with the name.</param>
            <returns>Created IName object.</returns>
            <exception cref="T:System.ArgumentException">
            If the collection already contains object with the same name
            or if specified name string is empty.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When one of the arguments is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.IsValidName(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Checks the namedRange's name is a valid name based on the 
            Excel version.
            </summary>
            <param name="name">name to check.</param>
            <param name="book">Active workbook.</param>
            <returns>True, if the name is valid.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Add(Syncfusion.XlsIO.IName)">
            <summary>
            Defines a new name. Returns a Name object.
            </summary>
            <param name="name">IName object that must be added to the collection.</param>
            <returns>Created IName object.</returns>
            <exception cref="T:System.ArgumentException">
            If the collection already contains object with the same name.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Remove(System.String)">
            <summary>
            Removes specified name from the collection.
            </summary>
            <param name="name">Name of the object to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.RemoveAt(System.Int32)">
            <summary>
            Removes specified name from the collection.
            </summary>
            <param name="index">Name of the object to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Remove(System.Int32[])">
            <summary>
            
            </summary>
            <param name="arrIndexes"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Contains(System.String)">
            <summary>
            
            </summary>
            <param name="name"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.InsertRow(System.Int32,System.Int32,System.String)">
            <summary>
            Updates named range when inserting row.
            </summary>
            <param name="iRowIndex">Represents row index.</param>
            <param name="iRowCount">Represents row count.</param>
            <param name="strSheetName">Represents sheet for update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.RemoveRow(System.Int32,System.String)">
            <summary>
            Updates named range when deleting row.
            </summary>
            <param name="iRowIndex">Represents row index.</param>
            <param name="strSheetName">Represents sheet for update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.RemoveRow(System.Int32,System.String,System.Int32)">
            <summary>
            Updates named range when deleting row.
            </summary>
            <param name="iRowIndex">Represents row index.</param>
            <param name="strSheetName">Represents sheet for update.</param>
            <param name="count">Number of rows to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.InsertColumn(System.Int32,System.Int32,System.String)">
            <summary>
            Updates named ranges after column insertion.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="iCount">Number of columns to insert.</param>
            <param name="strSheetName">Represents reference sheet name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.RemoveColumn(System.Int32,System.String)">
            <summary>
            Updates named ranges after column removal.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="strSheetName">Represents reference sheet name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.RemoveColumn(System.Int32,System.String,System.Int32)">
            <summary>
            Updates named ranges after column removal.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="strSheetName">Represents reference sheet name.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord)">
            <summary>
            Defines a new name. Returns a Name object.
            </summary>
            <param name="name">NameRecord describing new Name object.</param>
            <returns>Newly created Name object.</returns>
            <exception cref="T:System.ArgumentException">
            If the collection already contains object with the same name.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When specified NameRecord is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddRange(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord[])">
            <summary>
            Defines multiple names.
            </summary>
            <param name="names">
            Array of Name Records that describes new Name objects.
            </param>
            <exception cref="T:System.ArgumentException">
            If the collection already contains object with the same name.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When array of NameRecords is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves all NameRecords to the specified OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all NameRecords.
            </param>
            <exception cref="T:System.ArgumentNullException">
            If specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddLocal(Syncfusion.XlsIO.IName)">
            <summary>
            Adds into list and hashtable, for local named ranges.
            </summary>
            <param name="name">Name to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddLocal(Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Adds into list and hashtable, for local named ranges.
            </summary>
            <param name="name">Name to add.</param>
            <param name="bAddInGlobalNamesHash">Indicates is adds in global names hash.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.SortForSerialization">
            <summary>
            Sorts named range in the order which they must be serialized.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.GetSortedWorksheets">
            <summary>
            Returns sorted list with worksheets names.
            </summary>
            <returns>Sorted list with worksheets names.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.GetNewIndexes(System.Collections.Generic.SortedList{System.String,System.Object})">
            <summary>
            Sorts names by worksheet name.
            </summary>
            <param name="list">List with worksheets names.</param>
            <returns>Array of new indexes for names.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.FindSameNames(Syncfusion.XlsIO.Implementation.NameImpl,System.String)">
            <summary>
            Searches for named ranges with same name in other worksheets.
            </summary>
            <param name="name">Name to find.</param>
            <param name="strGlobalName">Key for global named ranges.</param>
            <returns>SortedListEx with found names.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddNameToList(System.Collections.Generic.SortedList{System.String,Syncfusion.XlsIO.Implementation.NameImpl},Syncfusion.XlsIO.INames,System.String,System.String)">
            <summary>
            Adds name to the list.
            </summary>
            <param name="list">List to insert name into.</param>
            <param name="names">Names collection to search for name.</param>
            <param name="strName">Name to find.</param>
            <param name="strSheetName">Parent worksheet name (used as key in the list).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.UpdateIndexes(System.Int32[])">
            <summary>
            Updates names indexes in formulas.
            </summary>
            <param name="arrNewIndex">New indexes of the named ranges.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.SetIndexesWithoutEvent">
            <summary>
            Sets index of all named ranges without event raising.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.ParseNames">
            <summary>
            Forces all named ranges to parse its data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddFunctions(System.String)">
            <summary>
            Adds local user-defined function.
            </summary>
            <param name="strFunctionName">Function to add.</param>
            <returns>Name index of the added function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.GetNameRecordByIndex(System.Int32)">
            <summary>
            Gets name record by index.
            </summary>
            <param name="index">Index of name object in collection.</param>
            <returns>Returns named record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.AddCopy(Syncfusion.XlsIO.IName,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.IDictionary)">
            <summary>
            Adds copy of global name during worksheet copy.
            </summary>
            <param name="nameToCopy">Name to copy.</param>
            <param name="destSheet">Destination worksheet.</param>
            <param name="hashExternSheetIndexes">Dictionary with new extern worksheet names.</param>
            <param name="hashNewWorksheetNames">Dictionary with new worksheet names.</param>
            <returns>Added name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.SetReferenceIndex(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord,System.Int32)">
            <summary>
            Sets reference index in the all tokens.
            </summary>
            <param name="name">Name record to update.</param>
            <param name="iRefIndex">New reference index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Clone(System.Object)">
            <summary>
            Creates a copy of the current collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>A copy of the current collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.IName)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.ConvertFullRowColumnNames(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts full row or column tokens between versions.
            </summary>
            <param name="version">Version to convert into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.GetNameByIndex(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.SetParent">
            <summary>
            Sets parent workbook value.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When  parent workbook cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.InsertRemoveRowColumn(System.String,System.Int32,System.Boolean,System.Boolean,System.Int32)">
            <summary>
            Inserts/removes rows/columns from all named ranges in the collection.
            </summary>
            <param name="strSheetName">Represents sheet name.</param>
            <param name="index">Index of row/column to insert/remove.</param>
            <param name="bIsRemove">Indicates whether we should remove rows or columns.</param>
            <param name="bIsRow">Indicates whether we are operating with rows.</param>
            <param name="iCount">Number of rows/columns to insert/remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.InsertRemoveRow(Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetterToken,System.String,System.Int32,System.Boolean,System.Boolean,System.Int32,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Inserts/removes row from all named ranges in the collection.
            </summary>
            <param name="token"></param>
            <param name="strSheetName"></param>
            <param name="index"></param>
            <param name="bIsRemove"></param>
            <param name="bIsRow"></param>
            <param name="iCount"></param>
            <param name="sheet"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.MoveNamedRanges(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Updates the named ranges on moving the ranges
            </summary>
            <param name="destination">Destination Range</param>
            <param name="source">Source Range</param>
            <param name="options">Excel Copy Range Option</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Syncfusion#XlsIO#INames#Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection by integer index in the API level
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Syncfusion#XlsIO#INames#Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection by name in the API level
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.ParentWorksheet">
            <summary>
            Returns parent worksheet of the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Syncfusion#XlsIO#INames#Count">
            <summary>
            Represent the known named ranges count
            The name in the formula which has no reference is 
            unknown named ranges
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.Count">
            <summary>
            Represents the known and unknown named
            ranges Count
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookNamesCollection.IsWorkbookNamesChanged">
            <summary>
            set Flags m_bWorkNamesChanged
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection">
            <exclude/>
            <summary>
            Summary description for WorkbookObjectsCollection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITabSheets">
            <summary>
            Represents a collection of <see cref="T:Syncfusion.XlsIO.ITabSheets"/> in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheets.Move(System.Int32,System.Int32)">
            <summary>
            Moves sheet into new location.
            </summary>
            <param name="iOldIndex">Index of the sheet.</param>
            <param name="iNewIndex">New index to move the sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheets.MoveBefore(Syncfusion.XlsIO.ITabSheet,Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Moves specified sheet before another sheet.
            </summary>
            <param name="sheetToMove">The sheet to move.</param>
            <param name="sheetForPlacement">The sheet to locate new position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ITabSheets.MoveAfter(Syncfusion.XlsIO.ITabSheet,Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Moves specified sheet after another sheet.
            </summary>
            <param name="sheetToCopy">The sheet to move.</param>
            <param name="sheetForPlacement">The sheet to locate new position.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheets.Count">
            <summary>
            Gets the number of <see cref="T:Syncfusion.XlsIO.ITabSheet"/> in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITabSheets.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.ITabSheet"/> at the specified index. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.m_hashNameToValue">
            <summary>
            Dictionary name of the object - to - value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a collection and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Add(Syncfusion.XlsIO.Interfaces.ISerializableNamedObject)">
            <summary>
            Add new object to the collection.
            </summary>
            <param name="namedObject">Named object to adding.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Move(System.Int32,System.Int32)">
            <summary>
            Moves sheet from one position into another.
            </summary>
            <param name="iOldIndex">Old sheet index.</param>
            <param name="iNewIndex">New sheet index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.MoveBefore(Syncfusion.XlsIO.ITabSheet,Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Moves specified tab sheet before another tab sheet.
            </summary>
            <param name="sheetToMove">The tab sheet to move.</param>
            <param name="sheetForPlacement">The tab sheet to locate new position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.MoveAfter(Syncfusion.XlsIO.ITabSheet,Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Moves specified tab sheet after another tab sheet.
            </summary>
            <param name="sheetToMove">The tab sheet to move.</param>
            <param name="sheetForPlacement">The tab sheet to locate new position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.DisposeInternalData">
            <summary>
            Disposes internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Clone(System.Object)">
            <summary>
            Creates copy of the collection.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>A copy of the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>
            Performs additional processes after setting a value in the collection.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>
            Performs additional processes after removing an element from the collection.
            </summary>
            <param name="index">The zero-based index at which value can be found.</param>
            <param name="value">The value of the element to remove from the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.object_NameChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This method is called when sheet name was changed.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments.</param>
            <exception cref="T:System.ArgumentException">
            When workbook already contains worksheet with specified name.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Item(System.Int32)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Item(System.String)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Workbook">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.Syncfusion#XlsIO#ITabSheets#Item(System.Int32)">
            <summary>
            Returns single entry from the collection.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection.TabSheetMoved">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs">
            <exclude/>
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.m_iOldIndex">
            <summary>
            Old index in the tab sheets collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.m_iNewIndex">
            <summary>
            New index in the tab sheets collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes new instance of the event arguments.
            </summary>
            <param name="oldIndex">Old index in the tab sheets collection.</param>
            <param name="newIndex">New index in the tab sheets collection.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.OldIndex">
            <summary>
            Returns old index in the tab sheets collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventArgs.NewIndex">
            <summary>
            Returns new index in the tab sheets collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.TabSheetMovedEventHandler">
            <exclude/>
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection">
            <summary>
            A collection of all the Workbook objects that are currently open in
            the XlsIO application.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorkbooks">
            <summary>
            A collection of all the Workbook objects that are currently open in
            the Excel application.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Create">
            <summary>
            Create empty workbook. The new workbook becomes the active workbook.
            </summary>
            <returns>Interface on instance of created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Create(System.Int32)">
            <summary>
            Create workbook with specified quantity of empty worksheets.
            </summary>
            <param name="worksheetsQuantity">Quantity of worksheets to create.</param>
            <returns>Interface on instance of created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Create(System.String[])">
            <summary>
            Create workbook with specified names.
            Each worksheet name will be set to corresponding names array element.
            </summary>
            <param name="names">Array of names for each worksheet.</param>
            <returns>Interface on instance of created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            </summary>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add(System.String)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add(System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <param name="options">Parse options.</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Add(System.String,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="filename">File name that contains workbook.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="filename">File name that contains workbook.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="Filename">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">File name to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,System.String,System.Int32,System.Int32,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">File name to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,System.String)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,System.String,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenReadOnly(System.String)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenReadOnly(System.String,System.String)">
            <summary>
            Open new CSV file in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="seperator">String separator.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenReadOnly(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenReadOnly(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="openType">Represents open type for open.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Password that should be used for decryption.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="version">Workbook version.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents open type for open.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents open type for open.</param>
            <param name="options">Parse options.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents open type for open.</param>
            <param name="version">Desired version of the workbook.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenFromXml(System.String,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from xml file.
            </summary>
            <param name="strPath">Full path to xml file.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream)">
            <summary>
            Reads workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Reads workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,System.String,System.Int32,System.Int32)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,System.String,System.Int32,System.Int32,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,System.String)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Password that should be used for decryption.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="version">Workbook version.</param>
            <returns>Opened workbook.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents open type for open.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents open type for open.</param>
            <param name="options">Parse options.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents open type for open.</param>
            <param name="version">Desired version of the workbook.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenFromXml(System.IO.Stream,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from file stream.
            </summary>
            <param name="stream">File stream.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.OpenFromXml(System.Xml.XmlReader,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.Close">
            <summary>
            Closes the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbooks.PasteWorkbook">
            <summary>
            Pastes workbook from clipboard.
            </summary>
            <returns>Returns a parent <c>Workbook</c> object</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbooks.Application">
            <summary>
            Used without an object qualifier, this property returns an
            Application object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbooks.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbooks.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbooks.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Create(System.String[])">
            <summary>
            Create workbook with names.Length quantity of worksheets.
            Each worksheet name will be set to corresponding names array element.
            </summary>
            <param name="names">Array of names for each worksheet.</param>
            <returns>Interface on instance of created workbook.</returns>
            <exception cref="T:System.ArgumentNullException">
            When names array is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When names does not contain any value.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Create(System.Int32)">
            <summary>
            Create workbook with specified number of empty worksheets.
            </summary>
            <param name="sheetsQuantity">Number of worksheets to create.</param>
            <returns>Interface on instance of created workbook.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When sheetsQuantity is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Create">
            <summary>
            Create new empty workbook and make it active.
            </summary>
            <returns>Interface on instance of newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.SetAplicatioName(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets the Application name as Essential XlsIO.
            </summary>
            <param name="book"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            </summary>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add(System.String)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add(System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Adds workbook to the collection.
            </summary>
            <param name="strTemplateFile">File to parse.</param>
            <param name="options">Parse options.</param>
            <returns>Created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Add(System.String,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates a new workbook. The new workbook becomes the active workbook.
            Returns a Workbook object.
            </summary>
            <param name="strTemplateFile">File that contains required workbook.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version - defines file format (excel 97-2003 or excel 2007).</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="filename">File name that contains workbook.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="filename">File name that contains workbook.</param>
            <param name="version">Version of the excel file format.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String,System.Int32,System.Int32)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String,System.Int32,System.Int32,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String,System.Int32,System.Int32,System.String,System.Text.Encoding,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="fileName">Name of the file that is being opened.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenInternal(System.IO.Stream,System.String,System.Int32,System.Int32,System.String,System.Text.Encoding,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="fileName">Name of the file that is being opened.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">File name to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,System.String,System.Int32,System.Int32,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">File name to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,System.String)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,System.String,System.Text.Encoding)">
            <summary>
            Opens a Workbook using separator.
            </summary>
            <param name="fileName">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use to parse text data.</param>
            <returns>Opened WorkBook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <returns>Opened workbook.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="version">Workbook version.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="version">Workbook version.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="options">Parse options.</param>
            <param name="isReadOnly">Indicates is open book in read - only mode.</param>
            <param name="password">Represents valid password for opening workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream)">
            <summary>
            Read workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="version">Version of the excel file format.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Read workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="version">Version of the excel file format.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Read workbook from the stream.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="fileName">File name that contains workbook.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Open(System.IO.Stream,Syncfusion.XlsIO.ExcelOpenType,System.String,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Opens  a workbook.
            </summary>
            <param name="stream">Stream with workbook's data.</param>
            <param name="openType">Represents type of the file for open operation.</param>
            <returns>Opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenFromXml(System.String,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from xml file.
            </summary>
            <param name="strPath">Path to xml file.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenFromXml(System.IO.Stream,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from xml file.
            </summary>
            <param name="stream">Path to xml file.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenFromXml(System.Xml.XmlReader,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Read workbook from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="openType">Xml open type.</param>
            <returns>Returns opened workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenReadOnly(System.String)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenReadOnly(System.String,System.String)">
            <summary>
            Open new CSV workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="separator">Separator to use.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenReadOnly(System.String,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.OpenReadOnly(System.String,Syncfusion.XlsIO.ExcelOpenType,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Open new workbook in read-only mode.
            </summary>
            <param name="strFileName">File to open.</param>
            <param name="options">Parse options.</param>
            <returns>Newly created workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Close">
            <summary>
            Closes the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates workbook and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.PasteWorkbook">
            <summary>
            Copies workbook from the clipboard.
            </summary>
            <returns>Pasted workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.DetectVersion(System.String)">
            <summary>
            Version has been detect while adding the workbook
            </summary>
            <param name="strTemplateFile">Represent the file name</param>
            <returns>return the version</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorkbooksCollection.Item(System.Int32)">
            <summary>
            Returns a single object from a collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection">
             <summary>
            
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartShapes">
            <summary>
            Represents a collection of embedded charts.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartShapes.Add">
            <summary>
            Creates a new chart.
            </summary>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IChartShapes.RemoveAt(System.Int32)">
            <summary>
            Removes Chart object from the collection.
            </summary>
            <param name="index">Index of the chart to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShapes.Count">
            <summary>
            Returns the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShapes.Item(System.Int32)">
            <summary>
            Returns a single Chart object from a Charts collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.AddChart">
            <summary>
            Adds chart.
            </summary>
            <returns>Added chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.InnerAddChart(Syncfusion.XlsIO.IChartShape)">
            <summary>
            Adds new chart to the collection (doesn't add it to the shapes collection).
            </summary>
            <param name="chart">Chart to add.</param>
            <returns>Added chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.AddChart(Syncfusion.XlsIO.IChartShape)">
            <summary>
            Adds new chart to the collection.
            </summary>
            <param name="chart">Chart to add.</param>
            <returns>Added chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.SetParents">
            <summary>
            Searched for all necessary parents.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If can't find parent worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.Add">
            <summary>
            Creates a new chart.
            </summary>
            <returns>Newly created chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.RemoveAt(System.Int32)">
            <summary>
              Remove chart with specified index.
            </summary>
            <param name="index">Index of chart to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetChartsCollection.Item(System.Int32)">
            <summary>
            Returns a single Chart object from a Charts collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats">
            <summary>
            Summary description for WorksheetConditionalFormats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.m_hash">
            <summary>
            Dictionary with all ConditionalFormats. Used to check whether format is unique.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.m_arrCFExRecords">
            <summary>
            List of CFEx Records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the collection.
            </summary>
            <param name="application">Application object for the new collection.</param>
            <param name="parent">Parent object for the new collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Find(System.Drawing.Rectangle[])">
            <summary>
            Search for collection that contains all specified ranges.
            </summary>
            <param name="arrRanges"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.AddCF(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Add the CF to output CF
            </summary>
            <param name="outputCF"></param>
            <param name="AddCf"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Contains(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Defines whether collection contains conditional format.
            </summary>
            <param name="formats">Conditional formats.</param>
            <returns>Conditional formats if exists or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Add(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Adds new item to the collection.
            </summary>
            <param name="formats">Item to add.</param>
            <returns>Object that contains required cells.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Remove(System.Drawing.Rectangle[])">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Remove(System.Drawing.Rectangle[],System.Boolean)">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.CopyFrom(Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats)">
            <summary>
            Copies conditional formats from another formats collection.
            </summary>
            <param name="arrSourceFormats">Source collection of conditional formats to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.RemoveItem(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            
            </summary>
            <param name="formats"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes all conditional formats as Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.UpdateCFExProperties(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord)">
            <summary>
            Updates properties from extended conditional formatting record
            </summary>
            <param name="conditionalFormats">CFRecord to be updated</param>
            <param name="extRecord">CFExRecord that represents extended properties for the CFRecord</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.ConvertRGBToColor(System.UInt32)">
            <summary>
            Converts the RGB as Color value.
            </summary>
            <param name="rgb">RGB Value.</param>
            <returns>Returns Color value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates conditional format formulas.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties">
            <summary>
            Represents collection of all custom properties in the worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2">
            <summary>
            
            </summary>
            <typeparam name="TKey"></typeparam>
            <typeparam name="TValue"></typeparam>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.DefaultCapacity">
            <summary>
            Default capacity of internal buffers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_arrKeys">
            <summary>
            Array which store keys in sorted order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_dicValues">
            <summary>
            Collection stores values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_iSize">
            <summary>
            Size of collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_iVersion">
            <summary>
            Version of collection data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_comparer">
            <summary>
            Default comparer for keys.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_listKeys">
            <summary>
            List of keys.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.m_lstValues">
            <summary>
            List of values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor(System.Int32)">
            <summary>
            Creates an empty list with the specified initial capacity.
            </summary>
            <param name="initialCapacity">Initial capacity.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When initialCapacity is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor(System.Collections.Generic.IComparer{`0})">
            <summary>
            Creates an empty SortedList with the default initial capacity
            and specified comparer.
            </summary>
            <param name="comparer">
            The IComparer is used to determine whether two keys are equal.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor(System.Collections.Generic.IComparer{`0},System.Int32)">
            <summary>
            Creates an empty SortedList with the specified initial capacity
            and specified comparer.
            </summary>
            <param name="comparer">Initial capacity.</param>
            <param name="capacity">
            The IComparer is used to determine whether two keys are equal.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
            <summary>
            Copies the elements from the specified dictionary to a new list
            with the same initial capacity as the number of elements copied.
            </summary>
            <param name="d">The IDictionary to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.#ctor(System.Collections.Generic.IDictionary{`0,`1},System.Collections.Generic.IComparer{`0})">
            <summary>
            Copies the elements from the specified dictionary to a new list with the same
            initial capacity as the number of elements copied and with the specified comparer.
            </summary>
            <param name="d">The IDictionary to copy.</param>
            <param name="comparer">
            The IComparer to use to determine whether two keys are equal.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When argument d is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Synchronized(Syncfusion.XlsIO.Implementation.TypedSortedListEx{`0,`1})">
            <summary>
            Returns a synchronized (thread-safe) wrapper for the SortedList.
            </summary>
            <param name="list">The SortedList to synchronize.</param>
            <returns>A synchronized (thread-safe) wrapper for the SortedList.</returns>
            <exception cref="T:System.ArgumentNullException">
            When list is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Add(`0,`1)">
            <summary>
            Adds an element with the provided key and value to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
            <param name="value">The Object to use as the value of the element to add.</param>
            <exception cref="T:System.ArgumentNullException">
            When key is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            When list already contains specified key.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.CloneAll">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Contains(`0)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ContainsKey(`0)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ContainsValue(`1)">
            <summary>
            Determines whether the list contains the specified value.
            </summary>
            <param name="value">Value of the element to search.</param>
            <returns>True if list contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the SortedListEx to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">
            If specified array is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            If rank of the array is not 1 or there are not enough elements.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If specified arrayIndex is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetByIndex(System.Int32)">
            <summary>
            Gets the value at the specified index of the SortedListEx.
            </summary>
            <param name="index">The zero-based index of the value to get.</param>
            <returns>The value at the specified index of the SortedListEx.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetByName(System.String)">
            <summary>
            Gets the value at the specified name of the SortedListEx.
            </summary>
            <param name="string">The value to get.</param>
            <returns>The value at the specified index of the SortedListEx.</returns>
            <exception cref="T:System.ArgumentNullException">
            When string is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetKey(System.Int32)">
            <summary>
            Gets the key at the specified index of the SortedListEx.
            </summary>
            <param name="index">The zero-based index of the key to get.</param>
            <returns>The key at the specified index of the SortedListEx.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetKeyList">
            <summary>
            Gets the keys in the SortedListEx.
            </summary>
            <returns>An IList containing the keys in the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetValueList">
            <summary>
            Gets the values in the SortedListEx.
            </summary>
            <returns>An IList containing the values in the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.IndexOfKey(`0)">
            <summary>
            Returns the zero-based index of the specified key.
            </summary>
            <param name="key">The key to locate.</param>
            <returns>The zero-based index of key, if key is found; otherwise, -1.</returns>
            <exception cref="T:System.ArgumentNullException">
            If specified key is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.IndexOfValue(`1)">
            <summary>
            Returns the zero-based index of the first occurrence of the specified value.
            </summary>
            <param name="value">The value to locate (can be NULL).</param>
            <returns>
            The zero-based index of the first occurrence of value, if value is found;
            otherwise, -1.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Remove(`0)">
             <summary>
            Removes the element with the specified key from SortedListEx.
             </summary>
             <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.SetByIndex(System.Int32,`1)">
            <summary>
            Replaces the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TrimToSize">
            <summary>
            Sets the capacity to the actual number of elements.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the SortedListEx.
            </summary>
            <returns>An IEnumerator for the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.GetEnumerator">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Insert(System.Int32,`0,`1)">
            <summary>
            Inserts element with specified key and value at specified index.
            </summary>
            <param name="index">The zero-based index to insert element at.</param>
            <param name="key">The key of the element to insert.</param>
            <param name="value">The value of the element to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.EnsureCapacity(System.Int32)">
            <summary>
            Ensures that the capacity of this instance is at least the specified value.
            </summary>
            <param name="min">The minimum capacity to ensure.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
            <summary>
            
            </summary>
            <param name="array"></param>
            <param name="arrayIndex"></param>
            <exclude />
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Capacity">
            <summary>
            Capacity of internal buffers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Keys">
            <summary>
            List of keys. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Values">
            <summary>
            List of values. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.Item(`0)">
            <summary>
            Gets or sets the value associated with the specified key.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_list">
            <summary>
            List for which is this enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_key">
            <summary>
            Key of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_value">
            <summary>
            Values of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_iIndex">
            <summary>
            Index of current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_iStartIndex">
            <summary>
            Starting index for the enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_iEndIndex">
            <summary>
            Ending index for this enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_iVersion">
            <summary>
            Version of collection data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.m_bCurrent">
            <summary>
            True if current element is correct, False otherwise
            (before beginning or after end).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.#ctor(Syncfusion.XlsIO.Implementation.TypedSortedListEx{`0,`1},System.Int32,System.Int32)">
            <summary>
            Creates enumerator for specified list, starting from specified index
            and with specified count.
            </summary>
            <param name="list">List for which enumerator is being created.</param>
            <param name="index">Starting index.</param>
            <param name="count">Number of elements to enumerate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or
            resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            True if the enumerator was successfully advanced to the next element;
            False if the enumerator has passed the end of the collection.
            </returns>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before
            the first element in the collection.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Key">
            <summary>
            Returns key of the current element. Read-only.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Entry">
            <summary>
            Return DictionaryEntry for the current element.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Current">
            <summary>
            The current element in the collection. Read-only.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            If current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            The current element in the collection. Read-only.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            If current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.TypedSortedListExEnumerator.Value">
            <summary>
            Returns value for the current element.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator.m_list">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator.m_iIndex">
            <summary>
            Index of current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator.m_iVersion">
            <summary>
            Version of collection data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator.#ctor(Syncfusion.XlsIO.Implementation.TypedSortedListEx{`0,`1})">
            <summary>
            
            </summary>
            <param name="list"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeysEnumerator.Current">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.m_list">
            <summary>
            List for which this collection was created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.#ctor(Syncfusion.XlsIO.Implementation.TypedSortedListEx{`0,`1})">
            <summary>
            Creates KeyList for specified SortedListEx.
            </summary>
            <param name="list">TypedSortedListEx for which KeyList must be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Add(`0)">
            <summary>
            Adds an element with the provided key to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Contains(`0)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.CopyTo(`0[],System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentException">
            If array is null or rank of the array is not 1.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentException">
            If array is null or rank of the array is not 1.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Insert(System.Int32,`0)">
            <summary>
            Insert the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.IndexOf(`0)">
            <summary>
            Returns the zero-based index of the specified key.
            </summary>
            <param name="key">The key to locate.</param>
            <returns>The zero-based index of the key, if the key is found; otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Remove(`0)">
             <summary>
            Removes the element with the specified key from list.
             </summary>
             <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index from the list.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.KeyList.Item(System.Int32)">
            <summary>
            Gets or sets the key at the specified index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.m_list">
            <summary>
            List for which this collection was created.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.vals">
            <summary>
            Array that contain values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.#ctor(Syncfusion.XlsIO.Implementation.TypedSortedListEx{`0,`1})">
            <summary>
            Creates ValueList for specified SortedListEx.
            </summary>
            <param name="list">List for which ValueList must be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.UpdateValues">
            <summary>
            Re-read values from the list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Add(`1)">
            <summary>
            Adds an element with the provided key to the list.
            </summary>
            <param name="value">Value to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Contains(`1)">
            <summary>
            Determines whether the list contains an element with the specified value.
            </summary>
            <param name="value">Value to search.</param>
            <returns>True if list contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.CopyTo(`1[],System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Insert(System.Int32,`1)">
            <summary>
            Insert the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.IndexOf(`1)">
            <summary>
            Returns the zero-based index of the specified value.
            </summary>
            <param name="value">The value to locate.</param>
            <returns>The zero-based index of the value, if the value is found, otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Remove(`1)">
             <summary>
            Removes the specified value from list.
             </summary>
             <param name="value">The value to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index from the list.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TypedSortedListEx`2.ValueList.Item(System.Int32)">
            <summary>
            Gets or sets the value at the specified index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorksheetCustomProperties">
            <summary>
            Returns a CustomProperties object representing the identifier information associated with a worksheet. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheetCustomProperties.Add(System.String)">
            <summary>
            Adds new property to the collection.
            </summary>
            <param name="strName">Name of the new property.</param>
            <returns>Newly created property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheetCustomProperties.Contains(System.String)">
            <summary>
            Determines whether collection contains property with a specific name.
            </summary>
            <param name="strName">The name of the property to locate.</param>
            <returns>True if collection contains required element.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetCustomProperties.Item(System.Int32)">
            <summary>
            Gets single entry from the collection by index based on specified int value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetCustomProperties.Item(System.String)">
            <summary>
            Gets single entry from the collection by index based on specified string value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheetCustomProperties.Count">
            <summary>
            Gets number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.#ctor(System.Collections.IList,System.Int32)">
            <summary>
            Extracts custom properties from the array of Biff records.
            </summary>
            <param name="m_arrRecords">Array to parse.</param>
            <param name="iCustomPropertyPos">Position of the first custom property.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes collection into as set of Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Add(System.String)">
            <summary>
            Adds new property to the collection.
            </summary>
            <param name="strName">Name of the new property.</param>
            <returns>Newly created property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Add(Syncfusion.XlsIO.ICustomProperty)">
            <summary>
            Adds new property to the collection.
            </summary>
            <param name="property">Property to add.</param>
            <returns>Added property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Add(Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord)">
            <summary>
            Adds new property to the collection.
            </summary>
            <param name="property">Property to add.</param>
            <returns>Added property.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Item(System.Int32)">
            <summary>
            Returns single entry from the collection by index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetCustomProperties.Item(System.String)">
            <summary>
            Returns single entry from the collection by index. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection">
            <summary>
            Summary description for NamesCollection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.m_hashNameToIName">
            <summary>
            Dictionary Name-to-IName
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.m_book">
            <summary>
            Parent workbook for the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.m_worksheet">
            <summary>
            Parent worksheet for the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new empty collection.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the new collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Rename(Syncfusion.XlsIO.IName,System.String)">
            <summary>
            Renames name in Name-to-IName hashtable.
            </summary>
            <param name="name">New name implementation.</param>
            <param name="strOldName">Old name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(System.String)">
            <summary>
            Adds new named range to the collection.
            </summary>
            <param name="name">Name of the new named range.</param>
            <returns>Newly added named range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(System.String,Syncfusion.XlsIO.IRange)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name for the new Name object.</param>
            <param name="namedRange">Range that will be associated with the Name.</param>
            <returns>Newly created Name object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(Syncfusion.XlsIO.IName)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name object to add.</param>
            <returns>Added Name object.</returns>
            <exception cref="T:System.ArgumentNullException">
            If name argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">Name object to add.</param>
            <param name="bAddInGlobalNamesHash">Indicates is adds in global names hash.</param>
            <returns>Added Name object.</returns>
            <exception cref="T:System.ArgumentNullException">
            If name argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Remove(System.String)">
            <summary>
            Removes Name object from the collection.
            </summary>
            <param name="name">Name of the object to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Clear">
            <summary>
            Clear collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Contains(System.String)">
            <summary>
            Checks whether collection contains named range.
            </summary>
            <param name="name">Name of the named range to search.</param>
            <returns>True if collection contains such named range; otherwise returns False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.GetKnownNamedCount">
            <summary>
            Represent the known named ranges count
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.AddLocal(Syncfusion.XlsIO.IName)">
            <summary>
            Adds a new name only to this collection (without registering it in the workbook names collection).
            </summary>
            <param name="name">Name object to add.</param>
            <returns>Added Name object.</returns>
            <exception cref="T:System.ArgumentNullException">
            If name argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">NameRecord containing info for new Name object.</param>
            <returns>Name object that was added to the collection.</returns>
            <exception cref="T:System.ArgumentNullException">
            If specified NameRecord is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Add(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord,System.Boolean)">
            <summary>
            Defines a new name.
            </summary>
            <param name="name">NameRecord containing info for new Name object.</param>
            <param name="bAddInGlobalNamesHash">Indicates is adds in global names hash.</param>
            <returns>Name object that was added to the collection.</returns>
            <exception cref="T:System.ArgumentNullException">
            If specified NameRecord is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.AddRange(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord[])">
            <summary>
            Defines range of new names.
            </summary>
            <param name="names">
            Array of NameRecords containing info for new Name objects.
            </param>
            <exception cref="T:System.ArgumentNullException">
            If array of NameRecords is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.FillFrom(Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection,System.Collections.IDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelNamesMergeOptions,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Fills Names.
            </summary>
            <param name="sourceNames">Source names collection.</param>
            <param name="hashNewWorksheetNames">Dictionary with modified worksheet names.</param>
            <param name="option">Flags for filling.</param>
            <param name="dicNewNameIndexes">Dictionary, key - old name index, value - new name index.</param>
            <param name="hashExternSheetIndexes">Represents hash table with new extern sheet indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.UpdateReferenceIndexes(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.IDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Updates reference indexes in the name record.
            </summary>
            <param name="name">Name record to update.</param>
            <param name="oldBook">Old workbook object.</param>
            <param name="hashNewWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="hashExternSheetIndexes">Dictionary with changed extern sheet indexes.</param>
            <param name="newBook">New workbook object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.SetSheetIndex(System.Int32)">
            <summary>
            Sets sheet index.
            </summary>
            <param name="iSheetIndex">Sheet index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.GetOrCreateName(System.String)">
            <summary>
            Returns existing or creates new name.
            </summary>
            <param name="strName">Name to create.</param>
            <returns>Required name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.ConvertFullRowColumnNames(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts full row or column tokens between versions.
            </summary>
            <param name="version">Version to convert into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.GetNameByIndex(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.SetParents">
            <summary>
            Sets parent workbook and worksheet for the collection.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            If the parent workbook or worksheet cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.IName)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at the index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Item(System.String)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.ParentWorksheet">
            <summary>
            Returns parent worksheet of the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Syncfusion#XlsIO#INames#Count">
            <summary>
            Represent the known named ranges count
            The name in the formula which has no reference is 
            unknown named ranges
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetNamesCollection.Item(System.Int32)">
            <summary>
            Returns a single Name object from a Names collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection">
            <summary>
            A collection of all the Worksheet objects in the specified or
            active workbook. Each Worksheet object represents a worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorksheets">
            <summary>
            A collection of all the Worksheet objects in the specified or
            active workbook. Each Worksheet object represents a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(System.Int32)">
            <summary>
            Add a copy of the specified worksheet to the worksheet collection.
            </summary>
            <param name="sheetIndex">Index of the workbook that should be copied</param>
            <returns>Returns newly added Worksheet object</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(System.Int32,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Add a copy of the specified worksheet to the worksheet collection.
            </summary>
            <param name="sheetIndex">Index of the workbook that should be copied</param>
            <param name="flags">Represents copy options flags.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Add a copy of the specified worksheet to the worksheet collection.
            </summary>
            <param name="sourceSheet">
            Worksheet to add. It is not necessary; should be worksheet
            from this collection.
            </param>
            <returns>Added worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Adds copy of worksheet.
            </summary>
            <param name="sheet">Worksheet to copy.</param>
            <param name="flags">Represents copy flags.</param>
            <returns>Copy of worksheet that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(Syncfusion.XlsIO.IWorksheets)">
            <summary>
            Add a copy of the specified worksheets to the worksheet collection.
            </summary>
            <param name="worksheets">Worksheets to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopy(Syncfusion.XlsIO.IWorksheets,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Adding worksheets collection to current workbook.
            </summary>
            <param name="worksheets">Source worksheets collection.</param>
            <param name="flags">Represents copy option flags.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.Create(System.String)">
            <summary>
            Create worksheet with specified name.
            </summary>
            <param name="name">New name of worksheet. Must be unique for collection.</param>
            <returns>Reference on created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.Create">
            <summary>
            Create a new worksheet.
            </summary>
            <returns>Reference on created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.Remove(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Remove worksheet from collection.
            </summary>
            <param name="sheet">Reference on worksheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.Remove(System.String)">
            <summary>
            Removes specified worksheet from the collection.
            </summary>
            <param name="sheetName">Name of the sheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.Remove(System.Int32)">
            <summary>
            Removes specified worksheet from the collection.
            </summary>
            <param name="index">Index of the sheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>Returns the first cell with a specified string value and specified find options , or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the cells with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns the cells with a specified string value and specified find options , or null if value was not found.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.DateTime)">
            <summary>
            Returns the cells of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopyBefore(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopyBefore(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <param name="sheetAfter">Represents sheet that, in collection must be after copied sheet.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopyAfter(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection after chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorksheets.AddCopyAfter(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <param name="sheetBefore">Represents sheet that, in collection must be before copied sheet.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.Application">
            <summary>
            Used without an object qualifier, this property returns an
            Application object that represents the Microsoft Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.Count">
            <summary>
            Gets the number of objects in the collection. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.Item(System.Int32)">
            <summary>
            Gets a single object from a collection based on specified int value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.Item(System.String)">
            <summary>
            Gets a single object from a collection based on specified string value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.Parent">
            <summary>
            Gets the parent object for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorksheets.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached or not. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.m_list">
            <summary>
            Hash table that contains all worksheets and gives access
            to them by worksheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.m_bUseHash">
            <summary>
            Indicates whether to use hash for worksheet look up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.sheetNameValidators">
            <summary>
            Sheet Name Validator
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a collection and sets its Application and Parent properties.
            </summary>
            <param name="application">Application object for the collection.</param>
            <param name="parent">Parent object for the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Add(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds new worksheet into collection.
            </summary>
            <returns>Added worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.RemoveLocal(System.String)">
            <summary>
            Removes all references to worksheet from the current collection.
            </summary>
            <param name="name">Worksheet's name to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Move(System.Int32,System.Int32)">
            <summary>
            Moves worksheet inside this collection only.
            </summary>
            <param name="iOldIndex">Old index in the collection.</param>
            <param name="iNewIndex">New index in the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.UpdateSheetIndex(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Updates sheet index after move/insert operation.
            </summary>
            <param name="sheet">Sheet that was changed.</param>
            <param name="iOldRealIndex">Old sheet index in the TabSheets collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.MoveInternal(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iOldSheetIndex"></param>
            <param name="iNewSheetIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            This method searches for the first cell with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.Boolean)">
            <summary>
            This method searches for the first cell with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.DateTime)">
            <summary>
            This method searches for the first cell with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindFirst(System.TimeSpan)">
            <summary>
            This method searches for the first cell with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            This method searches for the all cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            All found cells, or Null if value was not found.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             This method searches for the all cells with specified double value.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.Boolean)">
            <summary>
            This method searches for the all cells with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.DateTime)">
            <summary>
            This method searches for the all cells with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.FindAll(System.TimeSpan)">
            <summary>
            This method searches for the all cells with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Add(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Add worksheet from reader.
            </summary>
            <param name="reader">Reader which contains worksheet.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">
            Indicates whether worksheet should be parsed.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes used in ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <returns>Read worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Add(System.String)">
            <summary>
            Adds an empty worksheet.
            </summary>
            <param name="sheetName">Name of the newly created worksheet.</param>
            <returns>Newly created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(System.Int32)">
            <summary>
            Add a copy of the specified worksheet to the worksheet collection.
            </summary>
            <param name="sheetIndex">Index of the workbook that should be copied</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(System.Int32,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Add a copy of the specified worksheet to the worksheet collection.
            </summary>
            <param name="sheetIndex">Index of the workbook that should be copied</param>
            <param name="flags">Represents copy options flags.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of worksheet.
            </summary>
            <param name="sheet">Worksheet to copy.</param>
            <returns>Copy of worksheet that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Adds copy of worksheet.
            </summary>
            <param name="sheet">Worksheet to copy.</param>
            <param name="flags">Represents copy flags.</param>
            <returns>Copy of worksheet that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.ExcelWorksheetCopyFlags,System.Boolean)">
            <summary>
            Adds copy of worksheet.
            </summary>
            <param name="sheet">Worksheet to copy.</param>
            <param name="flags">Flags that allows to choose what kind of data should be copied.</param>
            <param name="isLocal">Indicates is current sheet is local.</param>
            <returns>Copy of worksheet that was added.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.ContainsActiveX(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns true, if the sheet contains the ActiveX Control.
            </summary>
            <param name="sheet">sheet to check ActiveX control.</param>
            <returns>true, if sheet contains ActiveX control.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(Syncfusion.XlsIO.IWorksheets)">
            <summary>
            Adding worksheets collection to current workbook.
            </summary>
            <param name="worksheets">Source worksheets collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopy(Syncfusion.XlsIO.IWorksheets,Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Adding worksheets collection to current workbook.
            </summary>
            <param name="worksheets">Source worksheets collection.</param>
            <param name="flags">Represents copy option flags.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddWorksheet(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            
            </summary>
            <param name="strSuggestedName"></param>
            <param name="hashWorksheetNames"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopyBefore(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopyBefore(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <param name="sheetAfter">Represents sheet that, in collection must be after copied sheet.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopyAfter(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection after chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.AddCopyAfter(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds copy of sheet to collection before chosen sheet.
            </summary>
            <param name="toCopy">Represents worksheet to copy.</param>
            <param name="sheetBefore">Represents sheet that, in collection must be before copied sheet.</param>
            <returns>Returns copied sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.OnInsertComplete(System.Int32,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Performs additional processes after inserting a new element into the collection.
            </summary>
            <param name="index">The zero-based index at which to insert value.</param>
            <param name="value">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.OnSetComplete(System.Int32,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Performs additional processes after setting a value in the collection.
            </summary>
            <param name="index">The zero-based index at which oldValue can be found.</param>
            <param name="oldValue">The value to replace with newValue.</param>
            <param name="newValue">The new value of the element at the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.OnRemoveComplete(System.Int32,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Performs additional processes after removing an element from the collection.
            </summary>
            <param name="index">The zero-based index at which value can be found.</param>
            <param name="value">The value of the element to remove from the index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.OnClearComplete">
            <summary>
            OnClear is invoked after Clear behavior.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.sheet_NameChanged(System.Object,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            This method is called when sheet name was changed.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments.</param>
            <exception cref="T:System.ArgumentException">
            When workbook already contains worksheet with specified name.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Create(System.String)">
            <summary>
            Creates empty worksheet with specified name.
            </summary>
            <param name="name">New name of worksheet. Must be unique for collection.</param>
            <returns>Reference on created worksheet.</returns>
            <exception cref="T:System.ArgumentNullException">
            When specified name is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Create">
            <summary>
            Creates empty worksheet with automatically generated name.
            </summary>
            <returns>Reference on created worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Remove(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Remove specified worksheet from workbook collection.
            </summary>
            <param name="sheet">Reference on worksheet to remove.</param>
            <exception cref="T:System.ArgumentException">
            When specified sheet is last sheet in the workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Remove(System.String)">
            <summary>
            Removes specified worksheet from the collection.
            </summary>
            <param name="sheetName">Name of the sheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Remove(System.Int32)">
            <summary>
            Removes specified worksheet from the collection.
            </summary>
            <param name="index">Index of the sheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.InnerRemove(System.Int32)">
            <summary>
            Removes specified worksheet from the collection.
            </summary>
            <param name="index">Index of the sheet to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.InnerAdd(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds worksheet into internal collection.
            </summary>
            <param name="sheet">Worksheet to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.ValidateSheetName(System.String)">
            validates the sheet name to avoid the invalid names
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Item(System.Int32)">
            <summary>
            Returns a single object from a collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.Item(System.String)">
            <summary>
            Returns a single object from a collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.UseHashForWorksheetLookup">
            <summary>
            Toggles worksheet search algorithm when searching worksheet by name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.WorksheetsCollection.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1">
            <summary>
            Class that represent event args.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.m_iIndex">
            <summary>
            Element index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.m_value">
            <summary>
            Element value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.#ctor(System.Int32,`0)">
            <summary>
            Creates new instance of event arguments.
            </summary>
            <param name="index">Changed element index.</param>
            <param name="value">Changed element value.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.Index">
            <summary>
            Element index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Collections.CollectionChangeEventArgs`1.Value">
            <summary>
            Element value. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ColorConditionValue">
            <summary>
            Represents condition value for colorset condition.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionValue">
            <summary>
            Represents implementation of single condition value for iconset, databar, colorscale conditions.
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IConditionValue">
            <summary>
            Represents a condition value for iconset, databar, colorscale conditions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionValue.Type">
            <summary>
            Gets or sets a condition value which specifies how the threshold values for a data bar, color scale,
            or icon set conditional format are determined.
            </summary>
            <example>
            <code>dataBar.MinPoint.Type = ConditionValueType.LowestValue;</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionValue.Value">
            <summary>
            Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
            </summary>
            <example>
            <code>dataBar.MinPoint.Value = "0";</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionValue.Operator">
            <summary>
            Gets or sets the operator for the threshold values in the conditional format.
            </summary>
            <example>
            <code>dataBar.MinPoint.Operator = ConditionalFormatOperator.GreaterThanorEqualTo;</code>
            </example>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValue.m_type">
            Returns or sets one of the constants of the ConditionValueType enumeration
            which specifies how the threshold values for a data bar, color scale,
            or icon set conditional format are determined.
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValue.m_value">
            <summary>
            Returns or sets threshold values for the conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValue.m_condition">
            <summary>
            Sets the operator for the threshold values in the conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValue.ref3Dptg">
            <summary>
            Gets or sets the formula value in Ref3DPtg type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.op_Equality(Syncfusion.XlsIO.ConditionValue,Syncfusion.XlsIO.ConditionValue)">
            <summary>
            Equality comparison.
            </summary>
            <param name="first">The first condition to compare.</param>
            <param name="second">The second condition to compare.</param>
            <returns>true if conditions are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.op_Inequality(Syncfusion.XlsIO.ConditionValue,Syncfusion.XlsIO.ConditionValue)">
            <summary>
            Checks whether conditions are not equal.
            </summary>
            <param name="first">The first condition to compare.</param>
            <param name="second">The second condition to compare.</param>
            <returns>true if conditions are not equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.#ctor(Syncfusion.XlsIO.ConditionValueType,System.String)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="type">Condition type.</param>
            <param name="value">Condition value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.Clone">
            <summary>
            Creates copy of the condition.
            </summary>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ConditionValue.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
            <returns>A 32-bit signed integer hash code.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ConditionValue.Type">
            Gets or sets one of the constants of the ConditionValueType enumeration
            which specifies how the threshold values for a data bar, color scale,
            or icon set conditional format are determined.
        </member>
        <member name="P:Syncfusion.XlsIO.ConditionValue.Value">
            <summary>
            Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ConditionValue.Operator">
            <summary>
            Gets or sets one of the constants of the ConditionalFormatOperator
            which specifes operator for the threshold values in the conditional format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IColorConditionValue">
            <summary>
            Represents a condition value for color scale conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IColorConditionValue.FormatColorRGB">
            <summary>
            Gets or sets the threshold of a color scale conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IColorConditionValue.Type">
            <summary>
            Gets or sets the type of condition value for color scale conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IColorConditionValue.Value">
            <summary>
            Gets or sets the shortest bar or longest bar threshold value for a data
            bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IColorConditionValue.Operator">
            <summary>
            Gets or sets the format operator of condition value for color scale conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorConditionValue.m_color">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorConditionValue.#ctor(Syncfusion.XlsIO.ConditionValueType,System.String,System.Drawing.Color)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="type">Type of the condition.</param>
            <param name="value">Value of the object.</param>
            <param name="color">Format color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorConditionValue.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValue.FormatColorRGB">
            <summary>
            The color assigned to the threshold of a color scale conditional format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ConditionValueWrapper">
            <summary>
            This object wraps IConditionValue object to ensure correct parent object update.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.m_wrapped">
            <summary>
            Wrapped item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.m_parent">
            <summary>
            Parent object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.BeginUpdate">
            <summary>
            Initiates updates to the object.
            </summary>
            <remarks>This method should be called before several updates to the object will take place.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.EndUpdate">
            <summary>
            Ends updating the object.
            </summary>
            <remarks>This method should be called after several updates to the object took place.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.#ctor(Syncfusion.XlsIO.IConditionValue,Syncfusion.XlsIO.Interfaces.IOptimizedUpdate)">
            <summary>
            Initializes new instance of wrapper.
            </summary>
            <param name="value">Object to wrap.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.Type">
            <summary>
            Gets or sets the condition value type
            which specifies how the threshold values for a data bar, color scale,
            or icon set conditional format are determined. Read-only.
            </summary>
            <example>
            <code>dataBar.MinPoint.Type = ConditionValueType.LowestValue;</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.Value">
            <summary>
            Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
            </summary>
            <example>
            <code>dataBar.MinPoint.Value = "0";</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.Operator">
            <summary>
            Gets or sets the operator
            which specifes operator for the threshold values in the conditional format.
            </summary>
            <example>
            <code>dataBar.MinPoint.Operator = ConditionalFormatOperator.GreaterThanorEqualTo;</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionValueWrapper.Wrapped">
            <summary>
            Gets / sets wrapped object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.#ctor(Syncfusion.XlsIO.IConditionValue,Syncfusion.XlsIO.Interfaces.IOptimizedUpdate)">
            <summary>
            Initializes new instance of the wrapped.
            </summary>
            <param name="value">Object to wrap.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.FormatColorRGB">
            <summary>
            The color assigned to the threshold of a color scale conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.Type">
            <summary>
            Returns one of the constants of the XlConditionValueTypes enumeration,
            which specifies how the threshold values for a data bar, color scale,
            or icon set conditional format are determined. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.Value">
            <summary>
            Returns or sets the shortest bar or longest bar threshold value for a data
            bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.Operator">
            <summary>
            Returns or sets one of the constants of the ConditionalFormatOperator enumeration, 
            which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorConditionValueWrapper.Wrapped">
            <summary>
            Returns wrapped object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ColorObject">
            <summary>
            This object used to store, convert colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_colorType">
            <summary>
            Type of the stored color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_color">
            <summary>
            Color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_satMod">
            <summary>
            Color Saturation Modulation value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_lumOff">
            <summary>
            Color Luminence value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_sat">
            <summary>
            Color Saturation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_lumMod">
            <summary>
            Color Luminence Modulation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_bIsSchemeColor">
            <summary>
            Indicate Scheme color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_schemaName">
            <summary>
            Indicate Schema Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorObject.m_hexColor">
            <summary>
            Indicate Hex color
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.#ctor(System.Drawing.Color)">
            <summary>
            Initializes new instance of the color object.
            </summary>
            <param name="color">Color value to initialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.#ctor(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Initializes new instance of the color object.
            </summary>
            <param name="color">Color value to initialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.#ctor(Syncfusion.XlsIO.Implementation.ColorType,System.Int32)">
            <summary>
            Initializes a new instance of the ColorObject class.
            </summary>
            <param name="colorType">Represents type of Color.</param>
            <param name="colorValue">Represents color value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.#ctor(Syncfusion.XlsIO.Implementation.ColorType,System.Int32,System.Double)">
            <summary>
            Initializes a new instance of the ColorObject class.
            </summary>
            <param name="colorType">Represents color type.</param>
            <param name="colorValue">Represents color value.</param>
            <param name="tint">Represents tint value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.GetIndexed(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Returns index for indexed color or the closest color for any other color type.
            </summary>
            <param name="book">Parent workbook</param>
            <returns>Index for indexed color or the closest color for any other color type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetIndexed(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets indexed color.
            </summary>
            <param name="value">Color index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetIndexed(Syncfusion.XlsIO.ExcelKnownColors,System.Boolean)">
            <summary>
            Sets indexed color.
            </summary>
            <param name="value">Color index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetIndexed(Syncfusion.XlsIO.ExcelKnownColors,System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Sets the indexed.
            </summary>
            <param name="value">Color index to set.</param>
            <param name="raiseEvent">if set to <c>true</c> [raise event].</param>
            <param name="book">The book.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.GetRGB(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Returns RGB Color object that corresponds to this color.
            </summary>
            <param name="book">Parent workbook.</param>
            <returns>RGB Color object that corresponds to this color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetRGB(System.Drawing.Color,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets RGB color value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetRGB(System.Drawing.Color)">
            <summary>
            Sets RGB color value.
            </summary>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.op_Implicit(System.Drawing.Color)~Syncfusion.XlsIO.Implementation.ColorObject">
            <summary>
            Conversion operator.
            </summary>
            <param name="color">Value to convert.</param>
            <returns>Converted item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.op_Equality(Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Checks whether two instance have the same data.
            </summary>
            <param name="first">First color object to check.</param>
            <param name="second">Second color object to check.</param>
            <returns>True if they have the same data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.op_Inequality(Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Checks whether two instances have different data.
            </summary>
            <param name="first">First color object to check.</param>
            <param name="second">Second color object to check.</param>
            <returns>True if they have different data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.CopyFrom(Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean)">
            <summary>
            Copies data from another color object.
            </summary>
            <param name="colorObject">Color object to copy data from.</param>
            <param name="callEvent">Indicates whether we should call AfterChange method.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.ConvertToIndexed(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Converts current color to closest indexed.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
            <returns>A 32-bit signed integer hash code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetIndexedNoEvent(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets indexed color without calling AfterChange event.
            </summary>
            <param name="value">Color index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.Normalize">
            <summary>
            Normalizes indexed color if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.Normalize(System.Boolean)">
            <summary>
            Normalizes indexed color if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.Normalize(System.Boolean,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Normalizes indexed color if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetTheme(System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets theme color.
            </summary>
            <param name="themeIndex">Theme color index.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetTheme(System.Int32,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Sets theme color
            </summary>
            <param name="themeIndex">Theme color index.</param>
            <param name="book">Parent workbook.</param>
            <param name="dTintValue">Tint value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorObject.SetRGB(System.Drawing.Color,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Sets rgb color.
            </summary>
            <param name="rgb">Rgb color to set.</param>
            <param name="book">Parent workbook.</param>
            <param name="dTintValue">Tint value.</param>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ColorObject.AfterChange">
            <summary>
            Event called after color change.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorObject.Value">
            <summary>
            Returns color value (it can be index, rgb color, etc.)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorObject.Tint">
            <summary>
            Gets or sets Tint.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorObject.HexColor">
            <summary>
            Indicate Hex color
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorObject.ColorType">
            <summary>
            Returns type of the stored color.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ColorObject.AfterChangeHandler">
            <summary>
            Delegate used for after change event.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ColorType">
            <summary>
            This enumeration contains possible color types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorType.Automatic">
            <summary>
            Automatic color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorType.Indexed">
            <summary>
            Indexed color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorType.RGB">
            <summary>
            RGB color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorType.Theme">
            <summary>
            Theme color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorType.None">
            <summary>
            Color not set
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IColorScale">
            <summary>
            Represents a color scale conditional formatting rule.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IColorScale.SetConditionCount(System.Int32)">
            <summary>
            Sets the number of <see cref="T:Syncfusion.XlsIO.IColorConditionValue"/> objects in the collection. Supported values are 2 and 3.
            </summary>
            <param name="count">Number of conditions.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IColorScale.Criteria">
            <summary>
            Gets a collection of individual <see cref="T:Syncfusion.XlsIO.IColorConditionValue"/> objects. Read-only.
            <remarks>The IColorConditionValue object specifies the type, value, and the color
            of threshold criteria used in the color scale conditional format. </remarks>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleImpl.DefaultColors2">
            <summary>
            Default color sequence for two color gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleImpl.DefaultColors3">
            <summary>
            Default color sequence for three color gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleImpl.m_arrCriteria">
            <summary>
            A collection of individual IColorConditionValue objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleImpl.SetConditionCount(System.Int32)">
            <summary>
            Sets number of IColorConditionValue objects in the collection. Supported values are 2 and 3.
            </summary>
            <param name="count">Number of conditions.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleImpl.#ctor">
            <summary>
            Initializes new instance of the color scale object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleImpl.UpdateCount(System.Int32)">
            <summary>
            Updates count of object in the collection.
            </summary>
            <param name="count">Desired number of objects.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorScaleImpl.Criteria">
            <summary>
            Returns a collection of individual IColorConditionValue objects.
            The IColorConditionValue object specifies the type, value, and the color
            of threshold criteria used in the color scale conditional format. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.m_format">
            <summary>
            Parent format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.m_arrConditions">
            <summary>
            Wrapper over condition values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.m_readOnly">
            <summary>
            Read-only part copy of the criteria collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.SetConditionCount(System.Int32)">
            <summary>
            Sets number of IColorConditionValue objects in the collection. Supported values are 2 and 3.
            </summary>
            <param name="count">Number of conditions.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.#ctor(Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper)">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="format">Parent format wrapper.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.UpdateCollection(System.Collections.Generic.IList{Syncfusion.XlsIO.IColorConditionValue},Syncfusion.XlsIO.Interfaces.IOptimizedUpdate)">
            <summary>
            Updates internal criteria collection.
            </summary>
            <param name="arrSource"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.Add(System.Int32,System.Collections.Generic.IList{Syncfusion.XlsIO.IColorConditionValue})">
            <summary>
            Adds required number of new wrappers to the criteria collection.
            </summary>
            <param name="count">Number of items to add.</param>
            <param name="arrSource">Source collection to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.Update(System.Int32)">
            <summary>
            Updates wrappers inside criteria collection.
            </summary>
            <param name="count">Number of wrappers to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.Remove(System.Int32)">
            <summary>
            Removes wrappers from criteria collection.
            </summary>
            <param name="count">Number of wrappers to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.GetWrapped">
            <summary>
            Returns wrapped object.
            </summary>
            <returns>Wrapped object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ColorScaleWrapper.Criteria">
            <summary>
            Returns a collection of individual IColorConditionValue objects.
            The IColorConditionValue object specifies the type, value, and the color
            of threshold criteria used in the color scale conditional format. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl">
            <summary>
            Represnets a single conditional format. Used for single-cell range.
            </summary>
            <remarks>
            Contains a condition and the formatting attributes 
            applied to the cells, if the condition is met.
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.IConditionalFormat">
            <summary>
            Represents a conditional format.
            </summary>
            <remarks>The formatting properties are applied if the conditional formatting rule evaluates to True.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FormatType">
            <summary>
            Gets or sets the type of the conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.FormatType = ExcelCFType.CellValue;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.TimePeriodType">
            <summary>
             Gets or sets one of the constants of <see cref="T:Syncfusion.XlsIO.CFTimePeriods"/> enumeration 
             which represents the type of the time period.
            </summary>
            <remarks>The applicable time period in a "date occurring�" conditional formatting rule. 
            This is ignored if FormatType is not equal to TimePeriod.</remarks>
            <example> 
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.FormatType = ExcelCFType.TimePeriod;
            format.TimePeriodType = CFTimePeriods.ThisMonth;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.Operator">
            <summary>
            Gets or sets the comparison operator for the conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.FormatType = ExcelCFType.CellValue;
            format.Operator = ExcelComparisonOperator.Between;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsBold">
            <summary>
            Gets or sets a boolean value indicating whether the font is bold. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsItalic">
            <summary>
            Gets or sets a boolean value indicating whether the font is italic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FontColor">
            <summary>
            Gets or sets the font color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.FontColor = ExcelKnownColors.Red;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FontColorRGB">
            <summary>
            Gets or sets the font color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            format.FontColorRGB = Color.FromArgb(255, 10, 10);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.Underline">
            <summary>
            Gets or sets the underline type for the conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.Underline = ExcelUnderline.Single;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsStrikeThrough">
            <summary>
            Gets or sets a Boolean value indicating whether font is struck through.
            </summary>
            <example>
            <code>
            format.IsStrikeThrough = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.LeftBorderColor">
            <summary>
            Gets or sets the left border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.LeftBorderColor = ExcelKnownColors.Blue_grey;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.LeftBorderColorRGB">
            <summary>
            Gets or sets the left border color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.LeftBorderColorRGB = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.LeftBorderStyle">
            <summary>
            Gets or sets the left border line style.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.LeftBorderStyle = ExcelLineStyle.Dashed;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.RightBorderColor">
            <summary>
            Gets or sets the right border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.RightBorderColor = ExcelKnownColors.Blue_grey;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.RightBorderColorRGB">
            <summary>
            Gets or sets the right border color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.RightBorderColorRGB = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.RightBorderStyle">
            <summary>
            Gets or sets the right border line style.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.RightBorderStyle = ExcelLineStyle.Dashed;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.TopBorderColor">
            <summary>
            Gets or sets the top border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.TopBorderColor = ExcelKnownColors.Blue_grey;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.TopBorderColorRGB">
            <summary>
            Gets or sets the top border color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.TopBorderColorRGB = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.TopBorderStyle">
            <summary>
            Gets or sets the top border line style.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.TopBorderStyle = ExcelLineStyle.Dashed;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.BottomBorderColor">
            <summary>
            Gets or sets the bottom border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.BottomBorderColor = ExcelKnownColors.Green;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.BottomBorderColorRGB">
            <summary>
            Gets or sets the bottom border color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.BottomBorderColorRGB = Color.FromArgb(255, 10, 10);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.BottomBorderStyle">
            <summary>
            Gets or sets the bottom border line style.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.BottomBorderStyle = ExcelLineStyle.Dash_dot;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the conditional format. 
            </summary>
            <example>
            <code>
             IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
             IConditionalFormat format = formats.AddCondition();
             format.FormatType = ExcelCFType.CellValue;
             format.Operator = ExcelComparisonOperator.Between;
             format.FirstFormula = "10";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FirstFormulaR1C1">
            <summary>
            Gets or sets the value or expression associated with the conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.SecondFormula">
            <summary>
            Gets the value or expression associated with the second part of a conditional format.
            </summary>
            <example>
            <code>
             IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
             IConditionalFormat format = formats.AddCondition();
             format.FormatType = ExcelCFType.CellValue;
             format.Operator = ExcelComparisonOperator.Between;
             format.FirstFormula = "10";
             format.SecondFormula = "20";
             worksheet.Range["A1"].Text = "Enter a number between 10 and 20";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.SecondFormulaR1C1">
            <summary>
            Gets the value or expression associated with the second part of a conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.Color">
            <summary>
            Gets or sets the pattern foreground color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.Color = ExcelKnownColors.Green;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.ColorRGB">
            <summary>
            Gets or sets the pattern foreground color. (Color)
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.ColorRGB = Color.FromArgb(255, 10, 10);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.BackColor">
            <summary>
            Gets or sets the pattern background color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.BackColor = ExcelKnownColors.Green;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.BackColorRGB">
            <summary>
            Gets or sets the pattern background color (<see cref="P:Syncfusion.XlsIO.IConditionalFormat.Color"/>).
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.BackColorRGB = Color.FromArgb(255, 10, 10);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.FillPattern">
            <summary>
            Gets or sets the fill pattern style.
            </summary>
            <example>
            <code>
            format.FillPattern = ExcelPattern.DarkVertical;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsSuperScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is superscript.
            </summary>
            <example>
            <code>format.IsSuperScript = true;</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsSubScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is subscript.
            </summary>
            <example>
            <code>format.IsSubScript = true;</code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsFontFormatPresent">
            <summary>
            True if the conditional format contains font formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsBorderFormatPresent">
            <summary>
            True if the conditional format contains border formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsPatternFormatPresent">
            <summary>
            True if the conditional format contains pattern formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsFontColorPresent">
            <summary>
            True if font color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsPatternColorPresent">
            <summary>
            True if pattern color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsBackgroundColorPresent">
            <summary>
            True if background color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsLeftBorderModified">
            <summary>
            True if left border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsRightBorderModified">
            <summary>
            True if right border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsTopBorderModified">
            <summary>
            True if top border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IsBottomBorderModified">
            <summary>
            True if bottom border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.DataBar">
            <summary>
            Gets data bar conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to DataBar.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.IconSet">
            <summary>
            Gets icon set conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to IconSet. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.ColorScale">
            <summary>
            Gets color scale conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to ColorScale.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.NumberFormat">
            <summary>
            Gets or sets number format of the conditional format rule.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.NumberFormat = "#,##0";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.StopIfTrue">
            <summary>
             Gets or sets a boolean value that determines if additional formatting rules on the cell should be evaluated 
             if the current rule evaluates to True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IConditionalFormat.Text">
            <summary>
            Gets or sets the text value used in <inheritdoc>SpecificText</inheritdoc> conditional formatting rule.
            The default value is null.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A1"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            format.FormatType = ExcelCFType.SpecificText;
            format.Text = "Test";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.ColorObject">
            <summary>
            Conditional format color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.BackColorObject">
            <summary>
            Conditional format background color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.TopBorderColorObject">
            <summary>
            Conditional format top border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.BottomBorderColorObject">
            <summary>
            Conditional format bottom border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.LeftBorderColorObject">
            <summary>
            Conditional format left border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.RightBorderColorObject">
            <summary>
            Conditional format right border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.FontColorObject">
            <summary>
            Conditional format font color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.IsPatternStyleModified">
            <summary>
            Indicates whether pattern style was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.FirstFormulaPtgs">
            <summary>
            Returns parsed tokens of the first formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat.SecondFormulaPtgs">
            <summary>
            Returns parsed tokens of the second formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DEF_NOT_CONTAIN_FONT_COLOR">
            <summary>
            Represents constant that not contain font color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultBlankFormula">
            <summary>
            Default Formula for Blank conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultNoBlankFormula">
            <summary>
             Default Formula for No Blank conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultErrorFormula">
            <summary>
             Default Formula for Error conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultNotErrorFormula">
            <summary>
             Default Formula for NoError conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultBeginsWithFormula">
            <summary>
              Default Formula for Begins With Specific Text conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultEndsWithFormula">
            <summary>
              Default Formula for Ends With Specific Text conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultContainsTextFormula">
            <summary>
               Default Formula for Contains Text Specific Text conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultNotContainsTextFormula">
            <summary>
               Default Formula for NotContains Text Specific Text conditional Formatting type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultYesterdayTimePeriodFormula">
            <summary>
            Default formula for yesterday's time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultTodayTimePeriodFormula">
            <summary>
            Default formula for today's time period ytype
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultTomorrowTimePeriodFormula">
            <summary>
            Default formula for tomorrow's time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultLastSevenDaysTimePeriodFormula">
            <summary>
            Default formula for last seven days time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultLastWeekTimePeriodFormula">
            <summary>
            Default formula for last week time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultThisWeekTimePeriodFormula">
            <summary>
            Default formula for this week time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultNextWeekTimePeriodFormula">
            <summary>
             Default formula for next week time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultLastMonthTimePeriodFormula">
            <summary>
             Default formula for last month time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultThisMonthTimePeriodFormula">
            <summary>
             Default formula for this month time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DefaultNextMonthTimePeriodFormula">
            <summary>
             Default formula for next month time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_formatRecord">
            <summary>
            Record that contains conditional format data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_cfExRecord">
            <summary>
            CFEx record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_startdxf">
            <summary>
            starting index of dxf record when text rotation is enabled in style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_cf12Record">
            <summary>
            CF12 record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_color">
            <summary>
            Color object that stores cf color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_backColor">
            <summary>
            Color object that stores cf background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_topBorderColor">
            <summary>
            Color object that stores cf top border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_bottomBorderColor">
            <summary>
            Color object that stores cf bottom border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_leftBorderColor">
            <summary>
            Color object that stores cf left border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_rightBorderColor">
            <summary>
            Color object that stores cf right border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_fontColor">
            <summary>
            Color object that stores cf font color color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_dataBar">
            <summary>
            Data bar settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_iconSet">
            <summary>
            Icon set settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_colorScale">
            <summary>
            Color scale settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_text">
            <summary>
            Represents the text value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_rangeReference">
            <summary>
            Represents the range reference value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_customFunction">
            <summary>
            Preserves the conditional formatting custom functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_cfHasExtensionList">
            <summary>
            Represents whether the conditional format has extension list or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ST_GUID">
            <summary>
            Represents the GUID for the conditional format extension list
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.m_CFTimePeriod">
            <summary>
            Represents the Time Period conditional formatting types.
            </summary> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of ConditionalFormat class.
            </summary>
            <param name="application">Application object for the ConditionalFormat.</param>
            <param name="parent">Parent object for the ConditionalFormat.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@)">
            <summary>
            Initializes a new instance of ConditionalFormat class from array of BiffRecords.
            </summary>
            <param name="application">Application object for the ConditionalFormat.</param>
            <param name="parent">Parent object for the ConditionalFormat.</param>
            <param name="data">Array of BiffRecords.</param>
            <param name="iPos">Position of the corresponding CFRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CFRecord)">
            <summary>
            Initializes a new instance of ConditionalFormat class from ConditionalFormat Record.
            </summary>
            <param name="application">Application object for the ConditionalFormat.</param>
            <param name="parent">Parent object for the ConditionalFormat.</param>
            <param name="cf">CFRecord to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CF12Record)">
            <summary>
            Initializes a new instance of ConditionalFormat class from ConditionalFormat12 Record.
            </summary>
            <param name="application">Application object for the ConditionalFormat.</param>
            <param name="parent">Parent object for the ConditionalFormat.</param>
            <param name="cf12">CF12Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.CFExRecord)">
            <summary>
            Initializes a new instance of ConditionalFormat class from ConditionalFormat Extension Record.
            </summary>
            <param name="application">Application object for the ConditionalFormat.</param>
            <param name="parent">Parent object for the ConditionalFormat.</param>
            <param name="cfEx">CFExRecord to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@)">
            <summary>
            Parses Conditional format data from an array of BiffRecords.
            </summary>
            <param name="data">Array of BiffRecords.</param>
            <param name="iPos">Position of the corresponding CFRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.InitializeColors">
            <summary>
            Initializes color objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateColorObjects">
            <summary>
            Updates color objects and sets color values to zero (to make comparison correct).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ZeroRecordColors">
            <summary>
            Sets all color indexes to zero.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ParseRecord">
            <summary>
            Parses format record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes ConditionalFormat records.
            </summary>
            <param name="records">OffsetArrayList that will get all data of conditional format records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SerializeCF12(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes ConditionalFormat12 records.
            </summary>
            <param name="records">OffsetArrayList that will get all data of ConditionalFormat12 records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateFontColor">
            <summary>
            Updates font color inside record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateColor">
            <summary>
            Update color value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateBackColor">
            <summary>
            Updates back color value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateLeftBorderColor">
            <summary>
            Updates left border color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateRightBorderColor">
            <summary>
            Updates right border color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateTopBorderColor">
            <summary>
            Updates top border color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateBottomBorderColor">
            <summary>
            Updates bottom border color.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SetParents">
            <summary>
            Searches for necessary parents of the conditional format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SetSpecificTextString(Syncfusion.XlsIO.ExcelComparisonOperator,System.String)">
            <summary>
            Sets the specifed text value for the SpecficText conditional format.
            </summary>
            <param name="compOperator">Excel comparision operator value.</param>
            <param name="value">String value to be set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SetSpecificTextFormula(Syncfusion.XlsIO.ExcelComparisonOperator,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Sets formula for the specified range in SpecificText conditional format.
            </summary>
            <param name="compOperator">Value for Excel comparision operator.</param>
            <param name="range"> Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SetTimePeriodFormula(Syncfusion.XlsIO.CFTimePeriods)">
            <summary>
            Sets the formula for time period types.
            </summary>
            <param name="cfTimePeriods"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SetFirstSecondFormula(Syncfusion.XlsIO.Implementation.FormulaUtil,System.String,System.Boolean)">
            <summary>
            Sets first or second formula value to the conditional format.
            </summary>
            <param name="formulaUtil">Formula util object.</param>
            <param name="strFormula">Formula string.</param>
            <param name="bIsFirstFormula">Boolean value indicating first formula.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.GetFirstSecondFormula(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Gets first or second formula string value from the conditional format.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="bIsFirstFormula">Boolean value indicating first formula.</param>
            <returns>First/second formula string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.GetCellRectangle(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Gets the cell rectangle.
            </summary>
            <param name="parentFormats">The parent formats.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.GetMinimumRange(System.String[])">
            <summary>
            Gets the minimum range.
            </summary>
            <param name="sortedList">The sorted list.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BeginUpdate">
            <summary>
            Initiates updates to the object.
            </summary>
            <remarks>This method should be called before several updates to the object will take place.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.EndUpdate">
            <summary>
            Ends updating the object.
            <remarks>This method should be called after several updates to the object took place.</remarks>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateColors">
            <summary>
            Updates color indexes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Int32,System.Int32)">
            <summary>
            Updates conditional format formulas.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Equals(System.Object)">
            <summary>
            Compares the current Object with the specified object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>Booleab value indicating if the objects compared are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.LeftBorderColor">
            <summary>
            Gets or sets the left border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.LeftBorderColorRGB">
            <summary>
            Gets or sets the left border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.LeftBorderStyle">
            <summary>
            Gets or sets the left border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.RightBorderColor">
            <summary>
            Gets or sets the right border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.RightBorderColorRGB">
            <summary>
            Gets or sets the right border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.RightBorderStyle">
            <summary>
            Gets or sets the right border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.TopBorderColor">
            <summary>
            Gets or sets the top border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.TopBorderColorRGB">
            <summary>
            Gets or sets the top border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.TopBorderStyle">
            <summary>
            Gets or sets the top border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BottomBorderColor">
            <summary>
            Gets or sets the bottom border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BottomBorderColorRGB">
            <summary>
            Gets or sets the bottom border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BottomBorderStyle">
            <summary>
            Gets or sets the bottom border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the conditional format. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FirstFormulaR1C1">
            <summary>
            Gets or sets the value or expression associated with the conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SecondFormula">
            <summary>
            Gets the value or expression associated with the second part of a conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.SecondFormulaR1C1">
            <summary>
            Gets the value or expression associated with the second part of a conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FormatType">
            <summary>
            Gets or sets the type of the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.TimePeriodType">
            <summary>
             Gets or sets one of the constants of <see cref="T:Syncfusion.XlsIO.CFTimePeriods"/> enumeration 
             which represents the type of the time period.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Operator">
            <summary>
            Gets or sets the comparison operator for the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsBold">
            <summary>
            Gets or sets a boolean value indicating whether the font is bold. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsItalic">
            <summary>
            Gets or sets a boolean value indicating whether the font is italic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FontColor">
            <summary>
            Gets or sets the font color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FontColorRGB">
            <summary>
            Gets or sets the font color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Underline">
            <summary>
            Gets or sets the underline type for the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsStrikeThrough">
            <summary>
            Gets or sets a Boolean value indicating whether font is struck through.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsSuperScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is superscript.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsSubScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is subscript.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color">
            <summary>
            Gets or sets the pattern foreground color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ColorRGB">
            <summary>
            Gets or sets the pattern foreground color. (Color)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BackColor">
            <summary>
            Gets or sets the pattern background color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BackColorRGB">
            <summary>
            Gets or sets the pattern background color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FillPattern">
            <summary>
            Gets or sets the fill pattern style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsFontFormatPresent">
            <summary>
            True if the conditional format contains font formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsBorderFormatPresent">
            <summary>
            True if the conditional format contains border formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsPatternFormatPresent">
            <summary>
            True if the conditional format contains pattern formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsFontColorPresent">
            <summary>
            True if font color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsPatternColorPresent">
            <summary>
            True if pattern color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsBackgroundColorPresent">
            <summary>
            True if background color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.HasNumberFormatPresent">
            <summary>
            True if Number format is present. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.CFHasExtensionList">
            <summary>
            Gets or sets a Boolean value indicating whether the Conditional format has Extension list.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsLeftBorderModified">
            <summary>
            True if left border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsRightBorderModified">
            <summary>
            True if right border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsTopBorderModified">
            <summary>
            True if top border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsBottomBorderModified">
            <summary>
            True if bottom border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.NumberFormatIndex">
            <summary>
            Gets or sets number format index of the conditional format rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.NumberFormat">
            <summary>
            Gets or sets number format of the conditional format rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Text">
            <summary>
            Gets or sets the text value used in <inheritdoc>SpecificText</inheritdoc> conditional formatting rule.
            The default value is null.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.AsteriskRange">
            <summary>
            TODO:The issue with IRange for Conditional cell value type while range having the "Astersik " (*) symbol. the breaking issue id:DefectID_SD15510.xlsx,
            The breaks occurs in the FR implementation "SF7880-Support for specific Text conditional formatting" .
            Remove this property while fixing the break issue of CF range with Asterisk.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.StopIfTrue">
            <summary>
             Gets or sets a boolean value that determines if additional formatting rules on the cell should be evaluated 
             if the current rule evaluates to True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.StartDxf">
            <summary>
             Represents the starting index of formatting record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Priority">
            <summary>
             Represents the priority of the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Template">
            <summary>
             Represents the conditionl format template.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.DataBar">
            <summary>
            Gets data bar conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to DataBar.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IconSet">
            <summary>
            Gets icon set conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to IconSet. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ColorScale">
            <summary>
            Gets color scale conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to ColorScale.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Record">
            <summary>
            Gets internal ConditionatFormat record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.CF12Record">
            <summary>
            Gets internal ConditionalFormat12 record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.CFExRecord">
            <summary>
            Gets internal ConditionalFormatExtension record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Workbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.InnerDataBar">
            <summary>
            Gets data bar object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.RangeRefernce">
            <summary>
            Represents the range refernce of Conditional formatting
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.ColorObject">
            <summary>
            Gets the conditional format foreground color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BackColorObject">
            <summary>
            Gets the conditional format background color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.TopBorderColorObject">
            <summary>
            Gets Conditional format top border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.BottomBorderColorObject">
            <summary>
            Gets conditional format bottom border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.LeftBorderColorObject">
            <summary>
            Gets conditional format left border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.RightBorderColorObject">
            <summary>
            Gets conditional format right border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.FontColorObject">
            <summary>
            Gets Conditional format font color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.IsPatternStyleModified">
            <summary>
            Indicates whether pattern style was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Syncfusion#XlsIO#Interfaces#IInternalConditionalFormat#FirstFormulaPtgs">
            <summary>
            Gets parsed tokens of the first formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatImpl.Syncfusion#XlsIO#Interfaces#IInternalConditionalFormat#SecondFormulaPtgs">
            <summary>
            Gets parsed tokens of the second formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper">
            <summary>
            Summary description for ConditionalFormatWrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.m_formats">
            <summary>
            Parent conditional formats wrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.m_iIndex">
            <summary>
            Condition index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.m_dataBar">
            <summary>
            Wrapper over data bar object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.m_iconSet">
            <summary>
            Wrapper over icon set object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.m_colorScale">
            <summary>
            Wrapper over color scale object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.#ctor">
            <summary>
            To prevent user from creation instances of this class without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.#ctor(Syncfusion.XlsIO.Implementation.Collections.CondFormatCollectionWrapper,System.Int32)">
            <summary>
            Creates new instance of the Conditional Format wrapper.
            </summary>
            <param name="formats">Parent formats collection.</param>
            <param name="iIndex">Condition index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.GetCondition">
            <summary>
            Gets unwrapped condition.
            </summary>
            <returns>Unwrapped condition.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FormatType">
            <summary>
            Gets or sets the type of the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.TimePeriodType">
            <summary>
             Gets or sets one of the constants of <see cref="T:Syncfusion.XlsIO.CFTimePeriods"/> enumeration 
             which represents the type of the time period.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Operator">
            <summary>
            Gets or sets the comparison operator for the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsBold">
            <summary>
            Gets or sets a boolean value indicating whether the font is bold. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsItalic">
            <summary>
            Gets or sets a boolean value indicating whether the font is italic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FontColor">
            <summary>
            Gets or sets the font color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FontColorRGB">
            <summary>
            Gets or sets the font color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Underline">
            <summary>
            Gets or sets the underline type for the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsStrikeThrough">
            <summary>
            Gets or sets a Boolean value indicating whether font is struck through.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.LeftBorderColor">
            <summary>
            Gets or sets the left border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.LeftBorderColorRGB">
            <summary>
            Gets or sets the left border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.LeftBorderStyle">
            <summary>
            Gets or sets the left border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.RightBorderColor">
            <summary>
            Gets or sets the right border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.RightBorderColorRGB">
            <summary>
            Gets or sets the right border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.RightBorderStyle">
            <summary>
            Gets or sets the right border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.TopBorderColor">
            <summary>
            Gets or sets the top border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.TopBorderColorRGB">
            <summary>
            Gets or sets the top border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.TopBorderStyle">
            <summary>
            Gets or sets the top border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BottomBorderColor">
            <summary>
            Gets or sets the bottom border color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BottomBorderColorRGB">
            <summary>
            Gets or sets the bottom border color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BottomBorderStyle">
            <summary>
            Gets or sets the bottom border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the conditional format. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FirstFormulaR1C1">
            <summary>
            Gets or sets the value or expression associated with the conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.SecondFormula">
            <summary>
            Gets the value or expression associated with the second part of a conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.SecondFormulaR1C1">
            <summary>
            Gets the value or expression associated with the second part of a conditional format
            in R1C1 notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color">
            <summary>
            Gets or sets the pattern foreground color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.ColorRGB">
            <summary>
            Gets or sets the pattern foreground color. (Color)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BackColor">
            <summary>
            Gets or sets the pattern background color from predefined colors (<see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BackColorRGB">
            <summary>
            Gets or sets the pattern background color (<see cref="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Color"/>).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FillPattern">
            <summary>
            Gets or sets the fill pattern style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsSuperScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is superscript.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsSubScript">
            <summary>
            Gets or sets a Boolean value indicating whether the font is subscript.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsFontFormatPresent">
            <summary>
            True if the conditional format contains font formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsBorderFormatPresent">
            <summary>
            True if the conditional format contains border formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsPatternFormatPresent">
            <summary>
            True if the conditional format contains pattern formatting. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsFontColorPresent">
            <summary>
            True if font color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsPatternColorPresent">
            <summary>
            True if pattern color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsBackgroundColorPresent">
            <summary>
            True if background color is present. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.HasNumberFormatPresent">
            <summary>
            True if Number format is present. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsLeftBorderModified">
            <summary>
            True if left border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsRightBorderModified">
            <summary>
            True if right border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsTopBorderModified">
            <summary>
            True if top border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsBottomBorderModified">
            <summary>
            True if bottom border line style is modified. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.NumberFormatIndex">
            <summary>
            Gets or sets number format index of the conditional format rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.NumberFormat">
            <summary>
            Gets or sets number format of the conditional format rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Text">
            <summary>
            Gets or sets the text value used in <inheritdoc>SpecificText</inheritdoc> conditional formatting rule.
            The default value is null.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.StopIfTrue">
            <summary>
             Gets or sets a boolean value that determines if additional formatting rules on the cell should be evaluated 
             if the current rule evaluates to True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Template">
            <summary>
             Represents the conditionl format template.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.DataBar">
            <summary>
            Gets data bar conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to DataBar.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IconSet">
            <summary>
            Gets icon set conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to IconSet. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.ColorScale">
            <summary>
            Gets color scale conditional formatting rule. Read-only.
            </summary>
            <remarks>
            Valid only if FormatType is set to ColorScale.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Application">
            <summary>
            Gets the application for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Parent">
            <summary>
            Gets the parent for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.ColorObject">
            <summary>
            Gets the conditional format foreground color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BackColorObject">
            <summary>
            Gets the conditional format background color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.TopBorderColorObject">
            <summary>
            Gets Conditional format top border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.BottomBorderColorObject">
            <summary>
            Conditional format bottom border color. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.LeftBorderColorObject">
            <summary>
            Gets conditional format left border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.RightBorderColorObject">
            <summary>
            Gets conditional format right border color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.FontColorObject">
            <summary>
            Gets Conditional format font color object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.IsPatternStyleModified">
            <summary>
            Indicates whether pattern style was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Syncfusion#XlsIO#Interfaces#IInternalConditionalFormat#FirstFormulaPtgs">
            <summary>
            Gets parsed tokens of the first formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper.Syncfusion#XlsIO#Interfaces#IInternalConditionalFormat#SecondFormulaPtgs">
            <summary>
            Gets parsed tokens of the second formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionValueType">
            <summary>
            Specifies the types of condition values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.None">
            <summary>
            No conditional value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.Number">
            <summary>
            Number is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.LowestValue">
            <summary>
            Lowest value from the list of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.HighestValue">
            <summary>
            Highest value from the list of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.Percent">
            <summary>
            Percentage is used. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.Formula">
            <summary>
            Formula is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.Percentile">
            <summary>
            Percentile is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionValueType.Automatic">
            <summary>
            Automatic is used
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionalFormatOperator">
            <summary>
            Specifies the type of conditions that can be used for Icon sets
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatOperator.GreaterThan">
            <summary>
            Greater than condition is used [>].
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatOperator.GreaterThanorEqualTo">
            <summary>
            Greater Than or Equal to condition is used [>=].
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataBarImpl">
            <summary>
            Represents a data bar conditional formatting rule. Applying a data bar to a
            range helps you see the value of a cell relative to other cells.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IDataBar">
            <summary>
            Represents a data bar conditional formatting rule. Applying a data bar to a
            range helps you see the value of a cell relative to other cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.MinPoint">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IConditionValue"/> object which specifies how the shortest bar is evaluated
            for a data bar conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.MinPoint.Type = ConditionValueType.LowestValue;
            dataBar.MinPoint.Value = "0";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.MaxPoint">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IConditionValue"/> object which specifies how the longest bar is evaluated
            for a data bar conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.MinPoint.Type = ConditionValueType.LowestValue;
            dataBar.MinPoint.Value = "0";
            dataBar.MaxPoint.Type = ConditionValueType.HighestValue;
            dataBar.MaxPoint.Value = "10";
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.BarColor">
            <summary>
            Gets or sets the color of the bars in a data bar conditional format.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.BarColor = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.PercentMax">
            <summary>
            Gets or sets a value that specifies the length of the longest
            data bar as a percentage of cell width.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.PercentMin = 5;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.PercentMin">
            <summary>
            Gets or sets a value that specifies the length of the shortest
            data bar as a percentage of cell width.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.PercentMax = 10;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.ShowValue">
            <summary>
            Gets or sets a Boolean value that specifies if the value in the cell
            is displayed if the data bar conditional format is applied to the range. Default value is true.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.ShowValue = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.BarAxisColor">
            <summary>
            Gets or sets the axis color of the data bar. 
            </summary>
            <remarks>
            This element MUST exist if and only if axisPosition does not equal "none".
            </remarks>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.BarAxisColor = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.BorderColor">
            <summary>
            Gets or sets the border color of the data bar.
            </summary>
            <remarks>This element MUST exist if and only if border equals "true".</remarks>    
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.BorderColor = Color.FromArgb(151, 60, 90);
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.HasBorder">
            <summary>
            Gets a Boolean value indicating whether the data bar has a border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.HasGradientFill">
            <summary>
            Gets or sets a Boolean value indicating whether the data bar has a gradient fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.DataBarDirection">
            <summary>
            Gets or sets the direction of the data bar.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.DataBarDirection = DataBarDirection.leftToRight;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.NegativeBorderColor">
            <summary>
            Gets or sets the negative border color of the data bar. 
            </summary>
            <remarks>
            This element MUST exist if and only if negativeBarBorderColorSameAsPositive equals "false" and border equals "true".
            </remarks>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.NegativeBorderColor = Color.Red;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.NegativeFillColor">
            <summary>
            Gets or sets the negative fill color of the data bar. 
            This element MUST exist if and only if negativeBarColorSameAsPositive equals "false".
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.NegativeFillColor = Color.Red;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IDataBar.DataBarAxisPosition">
            <summary>
            Gets or sets the axis position for the data bar.
            </summary>
            <example>
            <code>
            IConditionalFormats formats = worksheet.Range["A2"].ConditionalFormats;
            IConditionalFormat format = formats.AddCondition();
            IDataBar dataBar = format.DataBar;
            dataBar.DataBarAxisPosition = DataBarAxisPosition.middle;
            </code>
            </example>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.DefaultColor">
            <summary>
            Default data bar color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.DefaultAxisPosition">
            <summary>
            Default axis position of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.DefaultDataBarDirection">
            <summary>
            Default data bar direction
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_minPoint">
            <summary>
            A ConditionValue object which specifies how the shortest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_maxPoint">
            <summary>
            A ConditionValue object which specifies how the longest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_barColor">
            <summary>
            The color of the bars in a data bar conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_iPercentMax">
            <summary>
            A value that specifies the length of the longest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_iPercentMin">
            <summary>
            A value that specifies the length of the shortest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_bShowValue">
            <summary>
            Returns or sets a Boolean value that specifies if the value in the cell
            is displayed if the data bar conditional format is applied to the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_axisColor">
            <summary>
            Represents the axis color of the data bar. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_borderColor">
            <summary>
            Represents the border color of the data bar. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_negativeBorderColor">
            <summary>
            Represents the negative border color of the data bar. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_negativeFillColor">
            <summary>
            Represents the negative fill color of the data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_bHasBorder">
            <summary>
            Represents whether the data bar has a border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_direction">
            <summary>
            Represents the direction of the data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_bHasGradientFill">
            <summary>
            Represents whether the data bar has a gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_bHasDiffNegativeBarColor">
            <summary>
            Represents whether the data bar has a negative bar color 
            that is different from the positive bar color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_bHasDiffNegativeBarBorderColor">
            <summary>
            Represents whether the data bar has a negative border color 
            that is different from the positive border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_axisPosition">
            <summary>
            Represents the axis position for the data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.m_hasExtensionList">
            <summary>
            Represents whether the data bar has extension list or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarImpl.ST_GUID">
            <summary>
            Represents the GUID for the data bar extension list
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.System#ICloneable#Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. GetHashCode() is suitable
            for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.op_Equality(Syncfusion.XlsIO.Implementation.DataBarImpl,Syncfusion.XlsIO.Implementation.DataBarImpl)">
            <summary>
            Compares two instances of the DataBarImpl.
            </summary>
            <param name="first">First object to compare.</param>
            <param name="second">Second object to compare.</param>
            <returns>True if objects are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarImpl.op_Inequality(Syncfusion.XlsIO.Implementation.DataBarImpl,Syncfusion.XlsIO.Implementation.DataBarImpl)">
            <summary>
            Checks whether objects are different.
            </summary>
            <param name="first">First object to compare.</param>
            <param name="second">Second object to compare.</param>
            <returns>True if objects are not equal.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.MinPoint">
            <summary>
            Returns a ConditionValue object which specifies how the shortest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.MaxPoint">
            <summary>
            Returns a ConditionValue object which specifies how the longest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.BarColor">
            <summary>
            Gets/sets the color of the bars in a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.PercentMax">
            <summary>
            Returns or sets a value that specifies the length of the longest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.PercentMin">
            <summary>
            Returns or sets a value that specifies the length of the shortest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.ShowValue">
            <summary>
            Returns or sets a Boolean value that specifies if the value in the cell
            is displayed if the data bar conditional format is applied to the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.BarAxisColor">
            <summary>
            Gets or sets the axis color of the data bar. 
            This element MUST exist if and only if axisPosition does not equal "none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.BorderColor">
            <summary>
            Gets or sets the border color of the data bar. 
            This element MUST exist if and only if border equals "true".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.NegativeBorderColor">
            <summary>
            Gets or sets the negative border color of the data bar. 
            This element MUST exist if and only if negativeBarBorderColorSameAsPositive equals "false" and border equals "true".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.NegativeFillColor">
            <summary>
            Gest or sests the negative fill color of the data bar. 
            This element MUST exist if and only if negativeBarColorSameAsPositive equals "false".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.HasBorder">
            <summary>
            Gets whether the data bar has a border
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.DataBarDirection">
            <summary>
            Gets or sets the direction of the data bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.HasGradientFill">
            <summary>
            Gets or sets whether the data bar has a gradient fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.HasDiffNegativeBarColor">
            <summary>
            Represents whether the data bar has a negative bar color 
            that is different from the positive bar color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.HasDiffNegativeBarBorderColor">
            <summary>
            Represents whether the data bar has a negative border color 
            that is different from the positive border color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.DataBarAxisPosition">
            <summary>
            Gets or sets the axis position for the data bar
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarImpl.HasExtensionList">
            <summary>
            Gets or sets the value whether the data bar has extension list or not
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataBarWrapper">
            <summary>
            Represents a wrapper over data bar conditional formatting rule. Applying
            a data bar to a range helps you see the value of a cell relative to other cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarWrapper.m_wrapped">
            <summary>
            Wrapped data bar object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataBarWrapper.m_format">
            <summary>
            Parent conditional format wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataBarWrapper.#ctor(Syncfusion.XlsIO.Implementation.DataBarImpl,Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper)">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="dataBar">Data bar object to wrap.</param>
            <param name="format">Parent conditional format wrapper.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.MinPoint">
            <summary>
            Returns a ConditionValue object which specifies how the shortest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.MaxPoint">
            <summary>
            Returns a ConditionValue object which specifies how the longest bar is evaluated
            for a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.BarColor">
            <summary>
            Gets/sets the color of the bars in a data bar conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.PercentMax">
            <summary>
            Returns or sets a value that specifies the length of the longest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.PercentMin">
            <summary>
            Returns or sets a value that specifies the length of the shortest
            data bar as a percentage of cell width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.ShowValue">
            <summary>
            Returns or sets a Boolean value that specifies if the value in the cell
            is displayed if the data bar conditional format is applied to the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.BarAxisColor">
            <summary>
            Gets or sets the axis color of the data bar. 
            This element MUST exist if and only if axisPosition does not equal "none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.BorderColor">
            <summary>
            Gets or sets the border color of the data bar. 
            This element MUST exist if and only if border equals "true".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.HasBorder">
            <summary>
            Gets whether the data bar has a border
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.HasGradientFill">
            <summary>
            Gets or sets whether the data bar has a gradient fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.DataBarDirection">
            <summary>
            Gets or sets the direction of the data bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.NegativeBorderColor">
            <summary>
            Gets or sets the negative border color of the data bar. 
            This element MUST exist if and only if negativeBarBorderColorSameAsPositive equals "false" and border equals "true".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.NegativeFillColor">
            <summary>
            Gest or sests the negative fill color of the data bar. 
            This element MUST exist if and only if negativeBarColorSameAsPositive equals "false".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataBarWrapper.DataBarAxisPosition">
            <summary>
            Gets or sets the axis position for the data bar
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.DataValidationImpl">
            <summary>
            Represents data validation for a worksheet range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.DEF_MAX_LIST_LENGTH">
            <summary>
            Maximum possible length of the string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.DEF_WRONG_DATE">
            <summary>
            Number of days that are incorrectly displayed by MS Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.DATARANGETYPES">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.m_dvRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.m_DVCollection">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.DataValidationImpl.m_cells">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.DataValidationImpl"/> class with specified parent value.
            </summary>
            <param name="parent">Parent object for the DataValidation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.#ctor(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection,Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.XlsIO.Implementation.DataValidationImpl"/> class with specified parent and DVRecord value.
            </summary>
            <param name="parent">Parent object for the DataValidation.</param>
            <param name="dv">Base DVRecord.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.AddRange(Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Adds range to the collection with specified data validation.
            </summary>
            <param name="dv">Data validation to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.AddRange(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Adds range to the collection with specified range.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.AddRange(Syncfusion.XlsIO.Parser.Biff_Records.TAddr)">
            <summary>
            Adds range to the collection with specified cell address.
            </summary>
            <param name="tAddr">Cell range address.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.AddRanges(Syncfusion.XlsIO.Parser.Biff_Records.TAddr)">
            <summary>
            Adds range to the collection with specified cell address while parsing.
            </summary>
            <param name="tAddr">Cell range address.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.AddRange(Syncfusion.XlsIO.ICombinedRange)">
            <summary>
            Adds range to the collection with specified cell range.
            </summary>
            <param name="range">Cell range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.RemoveRange(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Removes range from collection with specified range.
            </summary>
            <param name="range">Range to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.RemoveRange(System.Drawing.Rectangle[])">
            <summary>
            Removes ranges from collection with specified array of rectangles.
            </summary>
            <param name="rectangles">Ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.FillFromCells">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.FillCells(Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            
            </summary>
            <param name="dv"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.ConvertFromDateTime(System.DateTime)">
            <summary>
            Converts DateTime value into tokens array.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.ConvertToDateTime(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Tries to convert array of tokens into DateTime value.
            </summary>
            <param name="arrPtgs">Tokens to convert.</param>
            <returns>Converted value or DateTime.MinValue if conversion wasn't successful.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.GetFormulaPtg(System.String@,Syncfusion.XlsIO.Implementation.FormulaUtil,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32)">
            <summary>
            Converts formula string to Ptg array.
            </summary>
            <param name="value">Represents formula value.</param>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <returns>Returns ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.ParseFormula(System.String,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32)">
            <summary>
            Parses the string formula.
            </summary>
            <param name="strFormula">Represents formula value.</param>
            <param name="sheet">Represents the work sheet. </param>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="row">Row value.</param>
            <param name="column">Column value.</param>
            <returns>Returns ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.RegisterFunctions(System.Boolean)">
            <summary>
            Register and unregister the function with specified RefNPtg formula type.
            </summary>
            <param name="isRefNPtg">indicates whether the function is RefNPtg supported.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.SetFormulaOneTwoValue(System.String,Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Sets first and second formula values.
            </summary>
            <param name="value">Value to set.</param>
            <param name="formulaUtil">Formula util.</param>
            <param name="isFormulaOne">True - first formula, false - second formula.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.SetFormulaValue(System.String,Syncfusion.XlsIO.Implementation.FormulaUtil,Syncfusion.XlsIO.Parser.Biff_Records.TAddr,System.Boolean)">
            <summary>
            Sets first and second formula values in Xml Parser
            </summary>
            <param name="value">Value to set.</param>
            <param name="formulaUtil">Formula util.</param>
            <param name="taddr">Cell Range Address</param>
            <param name="isFormulaOne">True - first formula, false - second formula.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsZeroValuePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Defines whether Ptg array represents zero value.
            </summary>
            <param name="parsedFormula">Parsed formula Ptg array.</param>
            <returns>True if parsed formula represents zero value, otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.UpdateFirstFormulaString">
            <summary>
            Updates first formula string based on the formula tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.UpdateSecondFormulaString">
            <summary>
            Updates second formula string based on the formula tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.GetRowColumn(System.Int32@,System.Int32@)">
            <summary>
            Gets row and column indexes of the first cell.
            </summary>
            <param name="iRow"></param>
            <param name="iColumn"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.Reparse">
            <summary>
             Reparses the string formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.GetFirstSecondFormula(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Returns data validation of the first or second formula's string value.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="bIsFirstFormula">Is first formula.</param>
            <returns>First or second formula's string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.GetR1C1FirstSecondFormula(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Returns data validation of the first or second formula's string value in R1C1 format.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="bIsFirstFormula">Is first formula.</param>
            <returns>First or second formula's string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves record into specified OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all the data validation records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When records is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.Clone(System.Object)">
            <summary>
            Creates a copy of current instance.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns just cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.SetParent(Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Sets parent collection object.
            </summary>
            <param name="dataValidationCollection">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.ContainsCell(System.Int64)">
            <summary>
            Indicates whether this object contains data validation settings for cell with specified index.
            </summary>
            <param name="lCellIndex">Cell index to search.</param>
            <returns>True if this object contains data validation settings for cell with specified index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges with specified array of int value.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges with specified dictionary.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.BeginUpdate">
            <summary>
            This should be called before several updates to the object.
            </summary>
            <remarks>
            Invoking this method improves the performance for large block of Data Validation. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.EndUpdate">
            <summary>
            This method should be called after several updates to the object.
            </summary>
            <remarks>
            Invoking this method improves the performance for large block of Data Validation. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.DataValidationImpl.CheckLimit(System.String,System.String,System.Int32)">
            <summary>
            Checks whether specified value is inside requested limit.
            </summary>
            <param name="propertyName">Property name.</param>
            <param name="value">Property value.</param>
            <param name="limit">Length limit</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.Workbook">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.Worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.DVRecord">
            <summary>
            Returns internal CFRecord(CF-Conditional Format). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ParentCollection">
            <summary>
            Gets or sets parent data validation collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.DVRanges">
            <summary>
            Gets ranges of the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ShapesCount">
            <summary>
            Gets number of required shapes objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.PromptBoxTitle">
            <summary>
            Gets or sets the title of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.PromptBoxText">
            <summary>
            Gets or sets the text in the prompt box. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ErrorBoxTitle">
            <summary>
            Gets or sets the title of the error dialog.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ErrorBoxText">
            <summary>
            Gets or sets the error message in the error dialog . 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.FirstFormula">
            <summary>
            Gets or sets the value or expression associated with the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.FirstDateTime">
            <summary>
            Gets or sets the first formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.SecondFormula">
            <summary>
            Gets or sets the value or expression associated with the second part of the data validation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.SecondDateTime">
            <summary>
            Gets or sets second formula's DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.AllowType">
            <summary>
            Gets or sets the data type validation for a range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.CompareOperator">
            <summary>
            Gets or sets the comparison operation to perform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsListInFormula">
            <summary>
            True if formula contains list of values. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsEmptyCellAllowed">
            <summary>
            True if empty values are permitted by the range data validation. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsSuppressDropDownArrow">
            <summary>
            True if the drop down arrow is invisible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ShowPromptBox">
            <summary>
            True if prompt box is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ShowErrorBox">
            <summary>
            True if error dialog is shown. otherwise False. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.PromptBoxHPosition">
            <summary>
            Gets or sets Horizontal position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.PromptBoxVPosition">
            <summary>
            Gets or sets Vertical position of the prompt box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsPromptBoxVisible">
            <summary>
            True if prompt box is visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.IsPromptBoxPositionFixed">
             <summary>
            True if prompt box position is fixed. otherwise False.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ErrorStyle">
            <summary>
            Gets or sets the type of error.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.ListOfValues">
            <summary>
            Gets or sets Array of possible values.
            </summary>
            <remarks>
            This property should be used when the values in the Data Validation list are entered manually. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.DataRange">
            <summary>
            Gets or sets the Range of possible values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.FirstFormulaTokens">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.DataValidationImpl.SecondFormulaTokens">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl">
            <summary>
            Represents error indicator.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangesOperations">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangesOperations.DEF_MAXIMUM_SPLIT_COUNT">
            <summary>
            Maximum number of rectangles after split.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangesOperations.m_arrCells">
            <summary>
            Cell ranges list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.#ctor(System.Collections.Generic.List{System.Drawing.Rectangle})">
            <summary>
            Creates new instance of current class.
            </summary>
            <param name="arrCells">Cell ranges list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Drawing.Rectangle[])">
            <summary>
            Indicates whether collection contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to check.</param>
            <returns>True if collection contains all specified ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Drawing.Rectangle[],System.Int32)">
            <summary>
            Indicates whether collection contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to check.</param>
            <param name="iStartIndex">Start index in the internal ranges collection to search from.</param>
            <returns>True if collection contains all specified ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Collections.Generic.IList{System.Drawing.Rectangle})">
            <summary>
            Indicates whether collection contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to check.</param>
            <returns>True if collection contains all specified ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Collections.Generic.IList{System.Drawing.Rectangle},System.Int32)">
            <summary>
            Indicates whether collection contains all specified ranges.
            </summary>
            <param name="arrRanges">Ranges to check.</param>
            <param name="iStartIndex">Start index in the internal ranges collection to search from.</param>
            <returns>True if collection contains all specified ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Drawing.Rectangle)">
            <summary>
            Indicates whether collection contains specified range.
            </summary>
            <param name="range">Range to check.</param>
            <returns>True if collection contains specified range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Contains(System.Drawing.Rectangle,System.Int32)">
            <summary>
            Indicates whether collection contains specified range.
            </summary>
            <param name="range">Range to check.</param>
            <param name="iStartIndex">Start index in the internal ranges collection to search from.</param>
            <returns>True if collection contains specified range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.ContainsCount(System.Drawing.Rectangle)">
            <summary>
            Returns contains count for specified range.
            </summary>
            <param name="range">Range to check.</param>
            <returns>Contains count</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.AddCells(System.Collections.Generic.IList{System.Drawing.Rectangle})">
            <summary>
            Adds cells from the collection.
            </summary>
            <param name="arrCells">Cells to add to the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.AddRectangles(System.Collections.Generic.IList{System.Drawing.Rectangle})">
            <summary>
            Adds cells from the collection.
            </summary>
            <param name="arrCells">Cells to add to the collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.AddRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Adds range to the collection.
            </summary>
            <param name="range">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.AddRange(System.Drawing.Rectangle)">
            <summary>
            Adds new cell range to the collection.
            </summary>
            <param name="rect">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.AddRanges(System.Drawing.Rectangle)">
            <summary>
            Adds new cell range to the collection.
            </summary>
            <param name="rect">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Clear">
            <summary>
            Clears internal list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.GetPart(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Gets part of the cells.
            </summary>
            <param name="rect">Rectangle to get new collection for.</param>
            <param name="remove">Indicates whether to remove cells from the collection.</param>
            <param name="rowIncrement">Number of rows to add to each resulting rectangle.</param>
            <param name="columnIncrement">Number of columns to add to each resulting rectangle.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.CheckAndAddRange(System.Drawing.Rectangle@,System.Drawing.Rectangle)">
            <summary>
            Checks whether ranges can be merged.
            </summary>
            <param name="curRange">Range to add to.</param>
            <param name="rangeToAdd">Range to add.</param>
            <returns>True if operation succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Remove(System.Drawing.Rectangle[])">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Remove(System.Drawing.Rectangle[],System.Boolean)">
            <summary>
            Removes range from the collection of conditional formats.
            </summary>
            <param name="arrRanges">Array of ranges to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.Remove(System.Drawing.Rectangle,System.Boolean)">
            <summary>
            Removes rectangle from the collection.
            </summary>
            <param name="rect">Rectangle to remove.</param>
            <returns>Index after last element that should be checked.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangesOperations.SplitRectangle(System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Splits rectangle into several parts after remove specified rectangle.
            </summary>
            <param name="rectSource">Rectangle to split.</param>
            <param name="rectRemove">Rectangle to remove.</param>
            <returns>List with splitted rectangle.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangesOperations.CellList">
            <summary>
            Gets / sets list of the cells.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IErrorIndicator">
            <summary>
            Represents IErrorIndicator interface.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IErrorIndicator.IgnoreOptions">
            <summary>
            Represents error indicator ignore options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.MaximumIndicatorsInRecord">
            <summary>
            Maximum number of error indicators in the single Excel 2003 record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.m_options">
            <summary>
            Represents hide options.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.#ctor(System.Drawing.Rectangle,Syncfusion.XlsIO.ExcelIgnoreError)">
            <summary>
            Creates new instance of current class.
            </summary>
            <param name="rect">Cell range of this error indicator.</param>
            <param name="options">Hide option.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.#ctor(Syncfusion.XlsIO.ExcelIgnoreError)">
            <summary>
            Creates new instance of current class.
            </summary>
            <param name="option">Hide option.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.Clone">
            <summary>
            Clones current object.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.AddCells(Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl)">
            <summary>
            Adds cells range list from another error indicator.
            </summary>
            <param name="errorIndicator">Error indicator to get cells from.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl.IgnoreOptions">
            <summary>
            Represents error indicator hide options.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException">
            <summary>
            Is thrown when range is invalid, i.e. when can't copy / move range into new location.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException.DEF_MESSAGE">
            <summary>
            Default exception message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException.#ctor">
            <summary>
            Initializes a new instance of the class with default error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.LargeBiffRecordDataException">
            <summary>
            Is thrown when the data array is larger than it should be.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.LargeBiffRecordDataException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.LargeBiffRecordDataException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.LargeBiffRecordDataException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.ParseException">
            <summary>
            This exception should be thrown when there are problems with formula parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.ParseException.DEF_MESSAGE_FORMAT">
            <summary>
            Default message format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ParseException.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ParseException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ParseException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ParseException.#ctor(System.String,System.String,System.Int32,System.Exception)">
            <summary>
            
            </summary>
            <param name="message"></param>
            <param name="formula"></param>
            <param name="position"></param>
            <param name="innerException"></param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.ReadOnlyException">
            <summary>
            Is thrown when user tries to modify read-only data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.ReadOnlyException.DEF_MESSAGE">
            <summary>
            Default message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ReadOnlyException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ReadOnlyException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.ReadOnlyException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.SmallBiffRecordDataException">
            <summary>
            Is thrown when data array is smaller than it should be.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.SmallBiffRecordDataException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.SmallBiffRecordDataException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.SmallBiffRecordDataException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException">
            <summary>
            This exception should be thrown when unexpected record is met in the stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.DEF_MESSAGE">
            <summary>
            Default message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.DEF_MESSAGE_CODE">
            <summary>
            Message for exception message with record code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.#ctor">
            <summary>
            Initializes a new instance of the class with default error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Initializes a new instance of the class with default error message.
            </summary>
            <param name="recordCode">Record code that was met.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.UnexpectedRecordException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            <summary>
            Is thrown when some internal data error is found.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamFormatException">
            <summary>
            Is thrown when biff stream has wrong format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamFormatException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamFormatException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamFormatException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamPartException">
            <summary>
            Thrown when trying to parse an incorrect part of the Biff8 stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamPartException.#ctor">
            <summary>
            Initializes a new instance of the class with an empty error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamPartException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffStreamPartException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the Exception class with
            a specified error message and a reference to the inner
            exception that is the cause of this exception.
            </summary>
            <param name="message">
            The error message that explains the reason for the exception.
            </param>
            <param name="innerException">
            The exception that is the cause of the current exception.
            If the innerException parameter is not a NULL reference
            (Nothing in Visual Basic), the current exception is raised
            in a catch block that handles the inner exception.
            </param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Exceptions.XmlReadingException">
            <summary>
            Represents exception, that occurred during parse excel structure from xml stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Exceptions.XmlReadingException.DEF_ERROR">
            <summary>
            Represents default error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.XmlReadingException.#ctor">
            <summary>
            Initializes a new instance of the class with default error message.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.XmlReadingException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the class with a specified error message.
            </summary>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Exceptions.XmlReadingException.#ctor(System.String,System.String)">
            <summary>
            Creates new instance of xml reading exception.
            </summary>
            <param name="strBlock">Represents block of xml nodes where occurred exception.</param>
            <param name="strDescription">Represents some description.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExternNameImpl">
            <summary>
            Summary description for ExternNameImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.INameIndexChangedEventProvider">
            <summary>
            Summary description for INameIndexChangedEventProvider.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.INameIndexChangedEventProvider.NameIndexChanged">
            <summary>
            Event for Name index changed
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternNameImpl.m_name">
            <summary>
            Extern name record with information about this name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternNameImpl.m_iIndex">
            <summary>
            Index of the extern name in extern names collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternNameImpl.m_externBook">
            <summary>
            Parent extern workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternNameImpl.m_refersTo">
            <summary>
            Represents the refersTo attribute of the definedName tag
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternNameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord,System.Int32)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="name"></param>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternNameImpl.SetParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternNameImpl.RaiseIndexChangedEvent(Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternNameImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves class into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that would receive class data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternNameImpl.Clone(System.Object)">
            <summary>
            Creates copy of the current object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternNameImpl.Index">
            <summary>
            Index of the extern name in extern names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternNameImpl.Name">
            <summary>
            Returns name of this extern name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternNameImpl.BookIndex">
            <summary>
            Returns index of the parent extern workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternNameImpl.Record">
            <summary>
            Returns internal record that stores all data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternNameImpl.RefersTo">
            <summary>
            Represents the refersTo attribute of the definedName tag
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExternNameImpl.NameIndexChanged">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl">
            <summary>
            Describes external workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_arrSheets">
            <summary>
            Array of all worksheets in this workbook. Key - index, Value - ExternWorksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_hashNameToSheet">
            <summary>
            Dictionary key - worksheet name, value - corresponding worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_externNames">
            <summary>
            Array of all extern names in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_supBook">
            <summary>
            Corresponding SupBookRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_iIndex">
            <summary>
            Book index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_isDdeLink">
            <summary>
            Indicates whether it is a DdeLink or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_strShortName">
            <summary>
            Workbook's short name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.m_strProgramId">
            <summary>
            Program id for ole object links.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.InitializeVariables">
            <summary>
            Initializes internal variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.InsertDefaultWorksheet">
            <summary>
            Inserts default worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Parses extern workbook.
            </summary>
            <param name="arrData">Records array that contains workbook data.</param>
            <param name="iOffset">Offset to the workbook data.</param>
            <returns>Offset after reading all necessary data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Parses extern workbook.
            </summary>
            <param name="reader">Reader with workbook data.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves extern workbook as biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddExternSheet(Syncfusion.XlsIO.Implementation.ExternWorksheetImpl)">
            <summary>
            Adds extern worksheet.
            </summary>
            <param name="sheet">Sheet to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.IndexOf(System.String)">
            <summary>
            Returns index of worksheet in this workbook.
            </summary>
            <param name="strSheetName">Sheet name to search for.</param>
            <returns>Index of the worksheet in the workbook; -1 if worksheet was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.GetNewIndex(System.Int32)">
            <summary>
            Get new index for extern name (to remove duplicated extern names).
            </summary>
            <param name="iNameIndex">Name index.</param>
            <returns>Updated name index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Clone(System.Object)">
            <summary>
            Creates copy of the current extern workbook.
            </summary>
            <param name="parent">Parent for the copy of this extern workbook.</param>
            <returns>Copy of the current extern workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.GetSheetName(System.Int32)">
            <summary>
            Gets name of the sheet at specified index.
            </summary>
            <param name="index">Index of the desired worksheet.</param>
            <returns>Name of the sheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.InitShortName">
            <summary>
            Initializes ShortName property.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.GetFileName(System.String)">
            <summary>
            Gets file name with extension from the path.
            </summary>
            <param name="strUrl">Url to get name from.</param>
            <returns>File name without extension from the path.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.GetFileNameWithoutExtension(System.String)">
            <summary>
            Gets file name without extension from the path.
            </summary>
            <param name="strUrl">Url to get name from.</param>
            <returns>File name without extension from the path.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddWorksheets(System.Collections.Generic.List{System.String})">
            <summary>
            Adds new worksheets to the extern workbook.
            </summary>
            <param name="sheets">Array that contains worksheet names to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddWorksheets(System.String[])">
            <summary>
            Adds new worksheets to the extern workbook.
            </summary>
            <param name="sheets">Array that contains worksheet names to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddWorksheet(System.String)">
            <summary>
            Adds new worksheet to the collection of worksheets.
            </summary>
            <param name="sheetName">Name of the worksheet to add.</param>
            <returns>Create worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddNames(System.String[])">
            <summary>
            
            </summary>
            <param name="names"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.AddName(System.String)">
            <summary>
            Adds external name object to the workbook.
            </summary>
            <param name="name">Name of the named range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.FindOrAddSheet(System.String)">
            <summary>
            
            </summary>
            <param name="sheetName"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.ExternNames">
            <summary>
            Returns collection of extern names. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.IsInternalReference">
            <summary>
            Indicates whether this is workbook is used for internal reference.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.SheetNumber">
            <summary>
            Number of sheet names (if external references) or
            number of sheets in this document (if internal references).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.URL">
            <summary>
            Encoded URL without sheet name (for external references).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Index">
            <summary>
            Gets / sets index of the workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.IsDdeLink">
            <summary>
            Indicates whether this is a DdeLink or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.ShortName">
            <summary>
            Returns short name of the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.IsAddInFunctions">
            <summary>
            Indicates whether add-in function names are stored 
            in EXTERNNAME records following this SUPBOOK record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.Worksheets">
            <summary>
            Returns worksheets collection sorted by index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.ProgramId">
            <summary>
            Gets or sets program id for the ole object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl">
            <summary>
            Summary description for ExternWorksheetImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_xct">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_arrRecords">
            <summary>
            List with sheet records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_strName">
            <summary>
            Worksheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_dicRecordsCells">
            <summary>
            Collection with worksheet's cached cell records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_iFirstRow">
            <summary>
            First used row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_iFirstColumn">
            <summary>
            First used column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_iLastRow">
            <summary>
            Last used row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_iLastColumn">
            <summary>
            Last used column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.m_dicAdditionalAttributes">
            <summary>
            Additional attributes for sheetData tag.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.#ctor(Syncfusion.XlsIO.IApplication,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Parses extern worksheet.
            </summary>
            <param name="arrData">Array with worksheet records.</param>
            <param name="iOffset">Offset to the worksheet records.</param>
            <returns>Offset after worksheet reading all worksheet records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ParseCRN(Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord)">
            <summary>
            Extracts data from CRN record.
            </summary>
            <param name="crn">CRN record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Parses extern worksheet.
            </summary>
            <param name="reader"></param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            
            </summary>
            <param name="records"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SerializeRows(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes row CRN records.
            </summary>
            <param name="records">Record list to put records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SerializeRow(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes single row into set of CRN records.
            </summary>
            <param name="i"></param>
            <param name="records"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Clone(System.Object)">
            <summary>
            Creates copy of the object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>Created object that is copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CacheValues(Syncfusion.XlsIO.IRange)">
            <summary>
            Caches values from specified range.
            </summary>
            <param name="sourceRange">Range to cache data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.EnableSheetCalculations">
            <summary>
            Enables the calculation support. 
            </summary>
            <remarks>Enabling this method will initialize <see cref="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CalcEngine"/> objects and retrieves calculated values of formulas in a worksheet.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DisableSheetCalculations">
            <summary>
            Disables the calculation support in this workbook and disposes of the associative <see cref="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CalcEngine"/> objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            Returns the formula string if the cell contains a formula, or the value if
            the cell cantains anything other than a formula.
            </summary>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
            <returns>The formula string or value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            Sets the value of a cell.
            </summary>
            <param name="value">The value to be set.</param>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.WireParentObject">
            <summary>
            Not implemented.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.OnValueChanged(System.Int32,System.Int32,System.String)">
            <summary>
            Raises the <see cref="E:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ValueChanged"/> event.
            </summary>
            <param name="row">The row of the change.</param>
            <param name="col">The column of the change.</param>
            <param name="value">The changed value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.String)">
            <summary>
            Saves worksheet with specified filename.
            </summary>
            <param name="fileName">File to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves worksheet as stream.
            </summary>
            <param name="stream">Stream to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet with specified filename and <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>..
            </summary>
            <param name="filename">File to save.</param>
            <param name="saveOptions">Save Options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet as stream with the specified <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="saveOptions">Save Options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CopyToClipboard">
            <summary>
            Copies worksheet data to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Clear">
            <summary>
            Clears worksheet data. Removes all formatting and merges.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ClearData">
            <summary>
            Clears the worksheet data. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Contains(System.Int32,System.Int32)">
            <summary>
            Checks whether the specified cell is initialized or accessed. 
            </summary>
            <param name="iRow">One-based row index of the cell.</param>
            <param name="iColumn">One-based column index of the cell.</param>
            <returns>Value indicating whether the cell was initialized or accessed by the user.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CreateRangesCollection">
            <summary>
            Creates a new instance of the <see cref="T:Syncfusion.XlsIO.IRanges"/>.
            </summary>
            <returns>New instance of ranges collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CreateNamedRanges(System.String,System.String,System.Boolean)">
            <summary>
            Creates a named ranges with the specified named range's value as a name for the specified range.
            </summary>
            <param name="namedRange">Existing named ranged.</param>
            <param name="referRange">Address of the named range to be created.</param>
            <param name="vertical">True if the named range values are vertically placed in the sheet.</param>
            <remarks>This method is used to access the discontinuous ranges.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance of <see cref="T:Syncfusion.XlsIO.ITemplateMarkersProcessor"/> that can be used for template markers processing.
            </summary>
            <returns>Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsColumnVisible(System.Int32)">
            <summary>
            Returns True if the specified column is visible to end user.
            </summary>
            <param name="columnIndex">One-based column index.</param>
            <returns>True if column is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ShowColumn(System.Int32,System.Boolean)">
            <summary>
            Shows the specified column.
            </summary>
            <param name="columnIndex">Index at which the column should be hidden.</param>
            <param name="isVisible">True - Column is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HideColumn(System.Int32)">
            <summary>
            Hides the specified column.
            </summary>
            <param name="columnIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HideRow(System.Int32)">
            <summary>
            Hides the specified row.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsRowVisible(System.Int32)">
            <summary>
            Returns True if the specified row is visible to end user.
            </summary>
            <param name="rowIndex">One-based row index.</param>
            <returns>True if row is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ShowRow(System.Int32,System.Boolean)">
            <summary>
            Shows or Hides the specified row.
            </summary>
            <param name="rowIndex">Index at which the row should be hidden.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ShowRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Shows or Hides the specified range.
            </summary>
            <param name="range">Range specifies the particular range to show / hide.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ShowRange(Syncfusion.XlsIO.Implementation.Collections.RangesCollection,System.Boolean)">
            <summary>
            Shows/ Hides the collection of range.
            </summary>
            <param name="ranges">Ranges specifies the range collection.</param>
            <param name="isVisible">True - Row is visible; false - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ShowRange(Syncfusion.XlsIO.IRange[],System.Boolean)">
            <summary>
            Shows or Hides an array of range.
            </summary>
            <param name="ranges">Ranges specifies the range array.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertRow(System.Int32)">
            <summary>
            Inserts an empty row in the specified row index.
            </summary>
            <param name="index">Index at which new row should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertRow(System.Int32,System.Int32)">
            <summary>
            Inserts an empty rows in the specified row index based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertRow(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty row in the specified row index with specified <see cref="T:Syncfusion.XlsIO.ExcelInsertOptions"/> based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertColumn(System.Int32)">
            <summary>
            Inserts an empty column for the specified column index.
            </summary>
            <param name="index">Index at which new column should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertColumn(System.Int32,System.Int32)">
            <summary>
            Inserts an empty column in the specified column index based on column count.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.InsertColumn(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty column with default formatting.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DeleteRow(System.Int32)">
            <summary>
            Removes specified row (with formulas update).
            </summary>
            <param name="index">One-based row index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DeleteRow(System.Int32,System.Int32)">
            <summary>
            Removes specified row (with formulas update).
            </summary>
            <param name="index">One-based row index to remove.</param>
            <param name="count">Number of rows to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DeleteColumn(System.Int32)">
            <summary>
            Removes the specified column.
            </summary>
            <param name="index">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DeleteColumn(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of columns from the given index.
            </summary>
            <param name="index">One-based column index.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.Object[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of objects into a worksheet with specified alignment.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.String[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of string values into a worksheet.
            </summary>
            <param name="arrString">Array of string value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.Int32[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of integer values into a worksheet.
            </summary>
            <param name="arrInt">Array of int value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.Double[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of double values into a worksheet.
            </summary>
            <param name="arrDouble">Array of double value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.DateTime[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of DateTime values into a worksheet.
            </summary>
            <param name="arrDateTime">Array of datetime value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportArray(System.Object[0:,0:],System.Int32,System.Int32)">
            <summary>
            Imports an array of objects into a worksheet.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportData(System.Collections.IEnumerable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from class objects into a worksheet with specified row and column.
            </summary>
            <param name="arrObject">IEnumerable object with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="includeHeader">TRUE if class properties names must be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataColumn(System.Data.DataColumn,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataColumn into a worksheet.
            </summary>
            <param name="dataColumn">DataColumn with desired data.</param>
            <param name="isFieldNameShown">True if column name must be imported.</param>
            <param name="firstRow">Row of the first cell where Data Table should be imported.</param>
            <param name="firstColumn">Column of the first cell where Data Table should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified row and column along with save option.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data table must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column along with the preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified range.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range along with the specified preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import</param>
            <param name="maxColumns">Maximum number of columns to import</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range along with the specified namedRange.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range,namedRange along with the specified preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether to preserve column types.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column along with save option.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32,System.Boolean)">
             <summary>
            Imports data from DataReader into worksheet from the specified row and column along with the preserve type.
             </summary>
             <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
             <param name="isFieldNameShown">TRUE if column names must be imported.</param>
             <param name="firstRow">First row from where the data should be imported.</param>
             <param name="firstColumn">First column from where the data should be imported.</param>
             <param name="preserveTypes">
             Indicates whether XlsIO should preserve column types from DataReader. By default, preserve type is FALSE.
             i.e., Setting it to True will import data based on column type, otherwise will import based on value type.</param>
             <returns>Number of imported rows.</returns>
             <remarks> 
             This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
             </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataReader(System.Data.IDataReader,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataReader into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into worksheet with the specified row and column.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where Data View should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where Data View should be imported.
            </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with the specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="bPreserveTypes">Indicates whether to preserve column types.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into a worksheet with specified row, column and preserve type.
            </summary>
            <param name="dataView">Data View with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with specified range and preserve type.
            </summary>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether XlsIO should try to preserve types in Data Table, i.e. if it is set to False (default) and in Data Table we have in 
            string column value that contains only numbers, it would be converted to number. </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.RemovePanes">
            <summary>
            Removes panes from a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ExportDataTable(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data in the specified row and column into a DataTable.
            </summary>
            <param name="firstRow">Row of the first cell from where DataTable should be exported.</param>
            <param name="firstColumn">Column of the first cell from where DataTable should be exported.</param>
            <param name="maxRows">Maximum number of rows to export.</param>
            <param name="maxColumns">Maximum number of columns to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data in the specified range into a DataTable.
            </summary>
            <param name="dataRange">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.PEExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Exports worksheet data into a DataTable only for pivot engine.
            </summary>
            <param name="dataRange">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Protect(System.String)">
            <summary>
            Protects worksheet's content with password.
            </summary>
            <param name="password">Password to protect with.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Protect(System.String,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects current worksheet.
            </summary>
            <param name="password">Represents password to protect.</param>
            <param name="options">Represents params to protect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Unprotect(System.String)">
            <summary>
            Unprotects worksheet's content with password.
            </summary>
            <param name="password">Password to unprotect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IntersectRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Intersects two ranges.
            </summary>
            <param name="range1">First range to intersect.</param>
            <param name="range2">Second range to intersect.</param>
            <returns>Intersection of two ranges or NULL if there is no range intersection.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.MergeRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Merges two ranges.
            </summary>
            <param name="range1">First range to merge.</param>
            <param name="range2">Second range to merge.</param>
            <returns>Merged ranges or NULL if is not able to merge ranges.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.AutofitRow(System.Int32)">
            <summary>
            Changes the height of the specified row to achieve the best fit.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.AutofitColumn(System.Int32)">
            <summary>
            Changes the width of the specified column to achieve the best fit. 
            </summary>
            <param name="colIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified another string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Replaces string with the specified another string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The double value to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.DateTime)">
            <summary>
            Replaces string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The DateTime to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces string with the specified datatable value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified datacolumn value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Remove">
            <summary>
            Removes worksheet from parent worksheet collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Move(System.Int32)">
            <summary>
            Moves worksheet to the specified index.
            </summary>
            <param name="iNewIndex">New index of the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ColumnWidthToPixels(System.Double)">
            <summary>
            Converts the specified column width from points to pixels.
            </summary>
            <param name="widthInChars">Width in points.</param>
            <returns>Column width in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.PixelsToColumnWidth(System.Int32)">
            <summary>
            Converts the specified column width from pixels to points.
            </summary>
            <param name="pixels">Width in pixels.</param>
            <returns>Width in points.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetColumnWidth(System.Int32,System.Double)">
            <summary>
            Sets column width for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels to the given number of columns from the specified column index.
            </summary>
            <param name="iStartColumnIndex">Start Column index</param>
            <param name="iCount">No of Column to be set width</param>
            <param name="value">Value in pixel to set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetRowHeight(System.Int32,System.Double)">
            <summary>
            Sets row height for the specified row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="value">Height to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetRowHeightInPixels(System.Int32,System.Double)">
            <summary>
            Sets row height in pixels for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetRowHeightInPixels(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets row height in pixels to the given number of rows from the specified row index.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iCount">No of Row to be set width.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetColumnWidth(System.Int32)">
            <summary>
            Returns the width of the specified column. 
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetColumnWidthInPixels(System.Int32)">
            <summary>
            Returns the width of the specified column in pixels.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width in pixels of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetRowHeight(System.Int32)">
            <summary>
            Returns the height of the specified row.
            </summary>
            <remarks>Otherwise it gets the StandardHeight</remarks>
            <param name="iRow">One-based row index.</param>
            <returns>
            Returns height of the specified row.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetRowHeightInPixels(System.Int32)">
            <summary>
            Returns  the height of the specified row in pixels.
            </summary>
            <remarks>Otherwise it gets the StandardHeight in pixels</remarks>
            <param name="iRowIndex">One-based row index.</param>
            <returns>
            Returns height of the specified row in pixels.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>Returns the first cell with a specified string value and specified find options , or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that starts with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that starts with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>   
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that ends with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that ends with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">True to ignore case when comparing this string to the value; otherwise, False.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the cells with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns the cells with a specified string value and specified find options , or null if value was not found.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.DateTime)">
            <summary>
            Returns the cells of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAs(System.String,System.String)">
            <summary>
            Saves worksheet with specified file name using separator. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAs(System.String,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet using separator with specified file name and encoding. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Save tabsheet using separator.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAs(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Save tabsheet using separator.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetDefaultColumnStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetDefaultColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified starting and ending column.
            </summary>
            <param name="iStartColumnIndex">Starting column index.</param>
            <param name="iEndColumnIndex">Ending column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetDefaultRowStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetDefaultRowStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified starting and ending row.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iEndRowIndex">Ending row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetDefaultColumnStyle(System.Int32)">
            <summary>
            Returns the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Default column style for the specified column or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetDefaultRowStyle(System.Int32)">
            <summary>
            Returns default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Default row style for the specified row or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FreeRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Frees range object.
            </summary>
            <param name="range">Range to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FreeRange(System.Int32,System.Int32)">
            <summary>
            Frees range object for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the range object to remove from internal cache.</param>
            <param name="iColumn">One-based column index of the range object to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetNumber(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets number for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetBoolean(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets boolean value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetText(System.Int32,System.Int32,System.String)">
            <summary>
            Sets text for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Text to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetFormula(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Formula to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetError(System.Int32,System.Int32,System.String)">
            <summary>
            Sets error for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Error to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetBlank(System.Int32,System.Int32)">
            <summary>
            Blanks the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetFormulaNumberValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets formula number value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetFormulaErrorValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula error value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetFormulaBoolValue(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets formula bool value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula bool value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SetFormulaStringValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula string value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula string value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetText(System.Int32,System.Int32)">
            <summary>
            Returns string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetNumber(System.Int32,System.Int32)">
            <summary>
            Returns number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetFormula(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns formula value from specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>Returns formula string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetError(System.Int32,System.Int32)">
            <summary>
            Returns error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetBoolean(System.Int32,System.Int32)">
            <summary>
            Returns bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns found bool value. If cannot found returns false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetFormulaBoolValue(System.Int32,System.Int32)">
            <summary>
            Returns formula bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>True if bool value is found. otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetFormulaErrorValue(System.Int32,System.Int32)">
            <summary>
            Returns formula error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetFormulaNumberValue(System.Int32,System.Int32)">
            <summary>
            Returns formula number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetFormulaStringValue(System.Int32,System.Int32)">
            <summary>
            Returns formula string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Converts the specified range into image. Default image type is Bitmap.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream)">
            <summary>
            Converts the specified range into image with the specified type.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="stream">Output stream. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.EmfType,System.IO.Stream)">
            <summary>
            Converts the specified range into Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="emfType">Metafile EmfType.</param>
            <param name="outputStream">Output stream. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Converts the specified range into image along with Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Output stream. It is ignored if null.</param>
            <param name="emfType">Metafile EmfType.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.AdvancedFilter(Syncfusion.XlsIO.ExcelFilterAction,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
             <summary>
            Filters or copies data from a list based on a criteria range..
             </summary>
             <param name="action"> Whether filter in the place or copy to another place.</param>
             <param name="filterRange"> The filter range.</param>
             <param name="criteriaRange">The criteria range.</param>
             <param name="copyToRange"> The destination range for the copied rows if ExcelFilterAction is FilterCopy. Otherwise, this argument is ignored.  </param>
             <param name="isUnique"> True to filter unique records; Otherwise filters all the records that meet the criteria. The default value is False.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Activate">
            <summary>
            Makes the current sheet the active sheet. Equivalent to clicking the
            sheet's tab.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Select">
            <summary>
            Selects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Unselect">
            <summary>
            Unselects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GetClonedObject(System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets object that is clone of current worksheet in the specified workbook.
            </summary>
            <param name="hashNewNames">Dictionary with update worksheet names.</param>
            <param name="book">New workbook object.</param>
            <returns>Object that is clone of the current worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CellValueChanged">
            <summary>
            Occurs when the value of a cell changes.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.MissingFunction">
            <summary>
            Event raised when an unknown function is encountered. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Index">
            <summary>
            Gets the index number of the worksheet within the collection of
            worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Workbook">
            <summary>
            Gets parent extrnal workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ReferenceIndex">
            <summary>
            Gets index of the reference to this worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.AdditionalAttributes">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CalcEngine">
            <summary>
            Gets or sets the a <see cref="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CalcEngine"/> object associated with <see cref="T:Syncfusion.Calculate.ICalcData"/> implementation.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ValueChanged">
            <summary>
            An event raised on the IWorksheet whenever a value changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.AutoFilters">
            <summary>
            Gets the auto filters collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Cells">
            <summary>
            Gets the used cells in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DisplayPageBreaks">
            <summary>
            Gets or sets a value that indicates whether page breaks (both automatic and manual)
            on the worksheet are displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SparklineGroups">
            <summary>
            Gets the sparkline groups.
            </summary>
            <value>The sparkline groups.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Protection">
            <summary>
            Gets protected options. Read-only. For sets protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ProtectContents">
            <summary>
            Indicates is current sheet is protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.View">
            <summary>
            Gets or sets the view setting of the worksheet.
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ProtectDrawingObjects">
            <summary>
            True if objects are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ProtectScenarios">
            <summary>
            True if the scenarios of the current sheet are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HasOleObject">
            <summary>
            Gets whether the OLE object is present in the worksheet. Read-only.
            </summary>
            <value>
            	True if this instance is OLE object; otherwise, False.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.MergedCells">
            <summary>
            Gets all the merged ranges in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Names">
            <summary>
            Gets a Names collection that represents
            the worksheet-specific names (names defined with the "WorksheetName!"
            prefix) in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CodeName">
            <summary>
            Name that is used by macros to access the workbook items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.PageSetup">
            <summary>
            Gets a <see cref="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.PageSetup"/> object that contains all the page setup settings
            for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Range">
            <summary>
            Gets a Range object that represents a cell or a range of cells in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Rows">
            <summary>
            Gets a Range object that represents the rows in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Columns">
            <summary>
            Gets a Range object that represents all the columns in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.StandardHeight">
            <summary>
            Gets or sets the standard (default) height of all the rows in the worksheet,
            in points. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.StandardHeightFlag">
            <summary>
            Gets or sets the standard (default) height option flag.
            </summary>
            <remarks>
            Which defines that standard (default) row height and book default font height do not match.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.StandardWidth">
            <summary>
            Gets or sets the standard (default) width of all the columns in the
            worksheet. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Type">
            <summary>
            Gets the worksheet type. Read-only ExcelSheetType.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.UsedRange">
            <summary>
            Gets a Range object that represents the used range on the
            specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.VerticalSplit">
            <summary>
            Gets or sets the position of vertical split in the worksheet.
            </summary>
            <remarks>
            Position of the vertical split (px, 0 = No vertical split):
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible columns in left pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HorizontalSplit">
            <summary>
            Gets or sets the position of horizontal split in the worksheet.
            </summary>
            <remarks>
            Position of the horizontal split (by, 0 = No horizontal split):
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible rows in top pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FirstVisibleRow">
            <summary>
            Gets or sets the first visible row index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.OleObjects">
            <summary>
             Gets a collection of OleObjects in the worksheet.
            </summary>
            <value>The OLE objects.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FirstVisibleColumn">
            <summary>
            Gets or sets the first visible column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ActivePane">
            <summary>
            Gets or sets index of the active pane.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsDisplayZeros">
            <summary>
            True if zero values to be displayed. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsGridLinesVisible">
            <summary>
            True if grid lines are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.GridLineColor">
            <summary>
            Gets or sets the color of the Grid line in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsRowColumnHeadersVisible">
            <summary>
            True if row and column headers are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.VPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection"/> that represents the vertical page
            breaks on the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection"/> that represents the horizontal
            page breaks in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsStringsPreserved">
            <summary>
            True if all values in the worksheet are preserved as strings. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsPasswordProtected">
            <summary>
            Indicates if the worksheet is password protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Comments">
            <summary>
            Gets a comments collection in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
            <param name="row">First row index. One-based.</param>
            <param name="column">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Item(System.String)">
            <summary>
             Gets cell Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Item(System.String,System.Boolean)">
            <summary>
             Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.HyperLinks">
            <summary>
             Gets a hyperlink collections in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.UsedCells">
            <summary>
            Gets all not empty or accessed cells. Read-only.
            </summary>
            <remarks>
            WARNING: This property creates Range object for each cell in the worksheet
            and creates new array each time user calls to it. It can cause huge memory
            usage especially if called frequently.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CustomProperties">
            <summary>
            Gets a collection of custom properties of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached or not. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsFreezePanes">
            <summary>
            Defines whether freezed panes are applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SplitCell">
            <summary>
            Gets split cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.TopVisibleRow">
            <summary>
            Gets/sets top visible row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.LeftVisibleColumn">
            <summary>
            Gets or sets the left visible column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.UsedRangeIncludesFormatting">
            <summary>
            Gets or sets whether used range should include cells with formatting.
            </summary>
            <remarks>
            There are two different algorithms to create UsedRange object:
            1) Default. This property = true. The cell is included into UsedRange,
            even data is empty (maybe some formatting
            changed, maynot be - cell was accessed and record was created).
            2) This property = false. In this case XlsIO tries to remove empty rows and
            columns from all sides to make UsedRange smaller.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.PivotTables">
            <summary>
            Gets a collection of pivot tables in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ListObjects">
            <summary>
            Gets a collection of list objects in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.MigrantRange">
            <summary>
            Gets instance of migrant range. Read-only.
            </summary>
            <remarks>The IMigrantRange interface can also be used to access a single cell 
            or group of cells and manipulate it.  You can prefer IMigrantRange instead of IRange 
            while writing large amount of data which is an optimal way.
            Row and Column index can be changed by using <see cref="M:Syncfusion.XlsIO.IMigrantRange.ResetRowColumn(System.Int32,System.Int32)"/> method. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.TabColor">
            <summary>
            Gets or Sets Tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.TabColorRGB">
            <summary>
            Gets / sets tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Charts">
            <summary>
            Returns charts collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Pictures">
            <summary>
            Returns pictures collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Syncfusion#XlsIO#ITabSheet#Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Shapes">
            <summary>
            Returns shapes collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.IsSelected">
            <summary>
            Indicates whether tab of this sheet is selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.TabIndex">
            <summary>
            Returns index in the parent ITabSheets collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Name">
            <summary>
            Gets / sets name of the tab sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.Visibility">
            <summary>
            Control visibility of worksheet to end user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.TextBoxes">
            <summary>
            Returns collection with all textboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CheckBoxes">
            <summary>
            Returns collection with all checkboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.OptionButtons">
            <summary>
            Returns collection with all OptionButton inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ComboBoxes">
            <summary>
            Returns collection with all comboboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.DefaultRowHeight">
            <summary>
            Return default row height in pixel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FirstRow">
            <summary>
            Gets or sets one-based index of the first row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.FirstColumn">
            <summary>
            Gets or sets one-based index of the first column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.LastRow">
            <summary>
            Gets or sets one-based index of the last row of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.LastColumn">
            <summary>
            Gets or sets one-based index of the last column of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.CellRecords">
            <summary>
            Returns collection of cell records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ParentWorkbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FillImpl">
            <summary>
            Summary description for FillImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_color">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_patternColor">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_pattern">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_gradientStyle">
            <summary>
            Gradient fill style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_gradientVariant">
            <summary>
            Gradient fill variant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FillImpl.m_fillType">
            <summary>
            Gradient fill type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.#ctor">
            <summary>
            Prevents user from creating such items without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.#ctor(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Initializes new instance of the fill.
            </summary>
            <param name="format">Parent extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.#ctor(Syncfusion.XlsIO.ExcelPattern,System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Initializes new instance of the fill.
            </summary>
            <param name="pattern"></param>
            <param name="color"></param>
            <param name="patternColor"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.#ctor(Syncfusion.XlsIO.ExcelPattern,Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Initializes new instance of the fill.
            </summary>
            <param name="pattern">Represents pattern.</param>
            <param name="color">Represents color.</param>
            <param name="patternColor">Represents pattern color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FillImpl.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.ColorObject">
            <summary>
            Returns the color of the interior. The color is specified as
            an index value into the current color palette. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.PatternColorObject">
            <summary>
            Returns the color of the interior pattern as an index into the current
            color palette. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.Pattern">
            <summary>
            Returns fill pattern. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.GradientStyle">
            <summary>
            Gets / sets gradient style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.GradientVariant">
            <summary>
            Gets / sets gradient variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FillImpl.FillType">
            <summary>
            Gets / sets fill type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FontImpl">
            <summary>
            Contains the font attributes (font name, font size,
            color, and so on) for an object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.FONTBOLD">
            <summary>
            Weight of the bold font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.FONTNORMAL">
            <summary>
            Weight of the normal font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.DEF_INCORRECT_INDEX">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.DEF_BAD_INDEX">
            <summary>
            Font index which is not present in file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.DEF_SMALL_BOLD_FONT_MULTIPLIER">
            <summary>
            Multiplier for small bold font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.DEF_BOLD_FONT_MULTIPLIER">
            <summary>
            Multiplier for bold font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.DEF_INDEX">
            <summary>
            Represents last not default color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.characterRanges">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_font">
            <summary>
            Wrapped FontRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_index">
            <summary>
            Current position of FontImpl class in the InnerFont Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_btCharSet">
            <summary>
            Font charset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_fontNative">
            <summary>
            Native font object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_color">
            <summary>
            Color object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_strLanguage">
            <summary>
            Font's language.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_paraAlign">
            <summary>
            Paragraph alignment
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontImpl.m_bHasParaAlign">
            <summary>
            Represents whether RTF has paragraph alignment or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates font and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the font.</param>
            <param name="parent">Parent object for the font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Reads font from the stream.
            </summary>
            <param name="application">Application object for the font.</param>
            <param name="parent">Parent object for the font.</param>
            <param name="reader">Reader with font data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.FontRecord)">
            <summary>
            Creates FontImpl from FontRecord.
            </summary>
            <param name="application">Application object for the font.</param>
            <param name="parent">Parent object for the font.</param>
            <param name="record">Record with font data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Creates FontImpl from FontRecord.
            </summary>
            <param name="application">Application object for the font.</param>
            <param name="parent">Parent object for the font.</param>
            <param name="record">Record with font data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IFont)">
            <summary>
            Creates font using data from baseFont.
            </summary>
            <param name="baseFont">IFont that will be copied.</param>
            <exception cref="T:System.ArgumentException">
            When baseFont is not FontImpl and not FontImplWrapper.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Drawing.Font)">
            <summary>
            Creates font based on native font and sets its Application and Parent
            properties to specified values.
            </summary>
            <param name="application">Application object for the font.</param>
            <param name="parent">Parent object for the font.</param>
            <param name="nativeFont">Native font to create from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.InitializeColor">
            <summary>
            Initializes color object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.UpdateRecord">
            <summary>
            Updates font record after color change.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.UpdateColor">
            <summary>
            Updates color with record's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.UpdateColor(Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Updates color with basefont's Color Object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.InitializeParent">
            <summary>
            Initializes parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Reads font from the BiffReader.
            </summary>
            <param name="reader">BiffReader that contains font data.</param>
            <exception cref="T:System.ApplicationException">
            When reader can't extract records anymore or 
            if current record in the reader is not FontRecord.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves all range cells into OffsetArrayList.
            </summary>
            <param name="records">Array that will receive font record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.CopyTo(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Copies data from this instance to another.
            </summary>
            <param name="twin">Font impl that will receive data from this font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.SetChanged">
            <summary>
            This method should be called after any changes.
            Sets Saved property of the parent workbook to false.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.GenerateNativeFont(System.Single)">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <param name="size">Desired font size.</param>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Parse(System.Drawing.Font)">
            <summary>
            Parses native font.
            </summary>
            <param name="nativeFont">Font to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.MeasureString(System.String)">
            <summary>
            Measures the specified string when drawn with this font.
            </summary>
            <param name="strValue">String to measure.</param>
            <returns>String size.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.MeasureStringSpecial(System.String)">
            <summary>
            Measures the specified string in special way (as close as possible to MS Excel).
            </summary>
            <param name="strValue">String to measure.</param>
            <returns>String size.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.MeasureCharacterRanges(System.String,System.Drawing.CharacterRange[])">
            <summary>
            
            </summary>
            <param name="strValue"></param>
            <param name="ranges"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.MeasureCharacter(System.Char)">
            <summary>
            
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.RaiseIndexChangedEvent(Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.TypedClone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Clone(System.Object)">
            <summary>
            Clones FontImpl.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.SizeInTwips(System.Double)">
            <summary>
            Converts size of the font to the twips.
            </summary>
            <param name="fontSize">Size of the font.</param>
            <returns>Size of the font in twips.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.SizeInPoints(System.Int32)">
            <summary>
            
            </summary>
            <param name="twipsSize"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.UpdateFontIndexes(System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Updates font indexes in different workbooks.
            </summary>
            <param name="iOldIndex">Index to update.</param>
            <param name="dicNewIndexes">Dictionary with new indexes.</param>
            <param name="options">Parse options.</param>
            <returns>Returns new index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.GetSupportedFontStyle(System.String)">
            <summary>
            Find and returns the supported font font style by the respective font.
            </summary>
            <param name="FontName"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>
            True if the specified Object is equal to the current Object;
            otherwise, False.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for
            use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.CompareTo(System.Object)">
             <summary>
             Compares the current instance with another object of the same type.
             </summary>
             <param name="obj">Object to compare with this instance.</param>
             <returns>
             Less than zero    - This instance is less than obj. 
             Zero              - This instance is equal to obj. 
             Greater than zero - This instance is greater than obj. 
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontImpl.Syncfusion#XlsIO#Interfaces#ICloneParent#Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Bold">
            <summary>
            True if the font is bold. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Color">
            <summary>
            Returns or sets the primary color of the object. Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.RGBColor">
            <summary>
            Gets / sets font color. Searches for the closest color in 
            the workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Scheme">
            <summary>
            Gets/Sets the Font Scheme
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Italic">
            <summary>
            True if the font style is italic. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Size">
            <summary>
            Returns or sets the size of the font in points. Read / write Variant.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When size is less than 1 or greater than 409.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Superscript">
            <summary>
            True if the font is formatted as superscript; False by default.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read/write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.FontName">
            <summary>
            Returns or sets the font name. Read/write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.BaseLine">
            <summary>
            Gets or sets the baseline value which indicates whether superscript or subscript
            </summary>    
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Record">
            <summary>
            Returns wrapped FontRecord. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.ParentWorkbook">
            <summary>
            Parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Index">
            <summary>
            Font index in the workbook fonts collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.BookGraphics">
            <summary>
            Returns workbook graphics. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.CharSet">
            <summary>
            Gets/sets font charset.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Family">
            <summary>
            Gets or sets the family.
            </summary>
            <value>The family.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.ColorObject">
            <summary>
            Returns color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Language">
            <summary>
            Gets or sets font's language.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.ParaAlign">
            <summary>
            Gets or sets RTF paragraph alignment
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.HasParagrapAlign">
            <summary>
            Returns whether RTF text has paragraph alignment or not
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.FontImpl.IndexChanged">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Syncfusion#XlsIO#Interfaces#IInternalFont#Index">
            <summary>
            Returns font index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontImpl.Font">
            <summary>
            Returns current font. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FontArrayWrapper">
            <summary>
            Class that is created when user accesses the
            font in a multicell range. Redirects all calls 
            to the fonts of the individual cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontArrayWrapper.m_arrCells">
            <summary>
            Array that contains all cells of the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontArrayWrapper.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Create new instance of object.
            </summary>
            <param name="range">Base range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontArrayWrapper.#ctor(System.Collections.Generic.List{Syncfusion.XlsIO.IRange},Syncfusion.XlsIO.IApplication)">
            <summary>
            Create new instance of object.
            </summary>
            <param name="range">Base range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontArrayWrapper.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontArrayWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontArrayWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Italic">
            <summary>
            True if the font is bold. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Color">
            <summary>
            Returns or sets the primary color of the object. Read / write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.RGBColor">
            <summary>
            Gets / sets font color. If there is at least one free color, 
            define a new color. If not, search for the closest one in 
            workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Bold">
            <summary>
            True if the font style is italic. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has 
            a shadow. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Size">
            <summary>
            Returns or sets the size of the font. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line. 
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Subscript">
            <summary>
            True if the font is formatted as subscript. 
            False by default. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Superscript">
            <summary>
            True if the font is formatted as superscript; False by default. 
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can 
            be one of the following ExcelUnderlineStyle constants. 
            Read/write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.FontName">
            <summary>
            Returns or sets the font name. Read/write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontArrayWrapper.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FontWrapper">
            <summary>
            Summary description for FontWrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_font">
            <summary>
            Wrapped font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_charSet">
            <summary>
            Font character set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_bReadOnly">
            <summary>
            Indicates whether font is read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_bRaiseEvents">
            <summary>
            Indicates whether raise events.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_bDirectAccess">
            <summary>
            Indicates whether wrapped font is accessed directly (without creating
            new font in OnBeforeChange, OnAfterChange methods).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_fontColor">
            <summary>
            Font color object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_bIsAutoColor">
            <summary>
            Represents the color format
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FontWrapper.m_range">
            <summary>
            Represents the Range
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.#ctor">
            <summary>
            Creates new font wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.#ctor(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Creates new font wrapper.
            </summary>
            <param name="font">Font to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.#ctor(Syncfusion.XlsIO.Implementation.FontImpl,System.Boolean,System.Boolean)">
            <summary>
            Creates new font wrapper.
            </summary>
            <param name="font">Font to wrap.</param>
            <param name="bReadOnly">Indicates whether wrapper should be read-only.</param>
            <param name="bRaiseEvents">
            Indicates whether to call OnBeforeChange and OnAfterChange when any property changes.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.GenerateNativeFont">
            <summary>
            Generates .Net font object corresponding to the current font.
            </summary>
            <returns>Generated .Net font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.Clone(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Object,System.Collections.IDictionary)">
            <summary>
            Returns copy of current object.
            </summary>
            <param name="book">Parent Workbook.</param>
            <param name="parent">Parent object.</param>
            <param name="dicFontIndexes">Dictionary with new indexes.</param>
            <returns>Clone of FontWraper.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FontWrapper.InvokeAfterChange">
            <summary>
            Invokes after change event.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.FontWrapper.Equals(System.Object)" -->
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Bold">
            <summary>
            True if the font is bold. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Color">
            <summary>
            Returns or sets the primary color of the object, as shown in the
            following table. Use the RGB function to create a color value.
            Read / write Integer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.RGBColor">
            <summary>
            Gets / sets font color. Searches for the closest color in 
            the workbook palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Italic">
            <summary>
            True if the font style is italic. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.MacOSOutlineFont">
            <summary>
            True if the font is an outline font. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.MacOSShadow">
            <summary>
            True if the font is a shadow font or if the object has
            a shadow. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Size">
            <summary>
            Returns or sets the size of the font. Read / write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Strikethrough">
            <summary>
            True if the font is struck through with a horizontal line.
            Read / write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Baseline">
            <summary>
            Gets or sets the offset value of superscript and subscript
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Subscript">
            <summary>
            True if the font is formatted as subscript.
            False by default. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Superscript">
            <summary>
            True if the font is formatted as superscript. False by default.
            Read/write Boolean
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Underline">
            <summary>
            Returns or sets the type of underline applied to the font. Can
            be one of the following ExcelUnderlineStyle constants.
            Read / write ExcelUnderline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.FontName">
            <summary>
            Returns or sets the font name. Read / write string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.CharSet">
            <summary>
            Returns the font character set
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.VerticalAlignment">
            <summary>
            Gets / sets font vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.IsAutoColor">
            <summary>
            Indicates whether color is automatically selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Application">
            <summary>
            Application object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Parent">
            <summary>
            Parent object.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.FontWrapper.AfterChangeEvent">
            <summary>
            Event raised after wrapped font changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.FontIndex">
            <summary>
            Returns font index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Wrapped">
            <summary>
            Returns wrapped font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.IsReadOnly">
            <summary>
            Indicates whether font is read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Workbook">
            <summary>
            Returns parent workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.IsDirectAccess">
            <summary>
            Indicates whether wrapped font is accessed directly (without creating
            new font in OnBeforeChange, OnAfterChange methods).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.ColorObject">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Range">
            <summary>
            Indicates the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Index">
            <summary>
            Returns index of the wrapped font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FontWrapper.Font">
            <summary>
            Returns wrapped font. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormatImpl">
            <summary>
            Represents number format. Responsible for reading, writing,
            parsing, applying, checking and other operations with number formats.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.INumberFormat">
            <summary>
            Represents settings of number format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.Index">
            <summary>
            Returns format index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.FormatString">
            <summary>
            Returns format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.FormatType">
            <summary>
            Returns format type of the first section of this number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.IsFraction">
            <summary>
            Indicates whether the first section of this number format contains fraction sign. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.IsScientific">
            <summary>
            Indicates whether first section of this number format contains E/E+
            or E- signs in format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.IsThousandSeparator">
            <summary>
            Indicates whether thousand separator is present in the first section
            of this number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.INumberFormat.DecimalPlaces">
            <summary>
            Number of digits after "." sign in the first section of this number format. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormatImpl.m_format">
            <summary>
            Format record that contains low-level information about format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormatImpl.m_parsedFormat">
            <summary>
            Parsed format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormatImpl.m_parser">
            <summary>
            Reference to the format parser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormatImpl.formatApplier">
            <summary>
            Reference to the format applier.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the format.
            </summary>
            <param name="application">Application object for the new format.</param>
            <param name="parent">Parent object for the new format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord)">
            <summary>
            Initializes new instance of the format.
            </summary>
            <param name="application">Application object for the new format.</param>
            <param name="parent">Parent object for the new format.</param>
            <param name="format">Format record that contains low-level information about format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.String)">
            <summary>
            Initializes new instance of the format.
            </summary>
            <param name="application">Application object for the new format.</param>
            <param name="parent">Parent object for the new format.</param>
            <param name="index">Format index.</param>
            <param name="strFormat">Format string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormatImpl.m_isUsed">
            <summary>
            indicates if the number format is used in the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes format into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.PrepareFormat">
            <summary>
            Checks whether format is already parsed, if it isn't than parses it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.GetFormatType(System.Double)">
            <summary>
            Returns format type for a specified value.
            </summary>
            <param name="value">Value to get format type for.</param>
            <returns>Format type for the specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.GetFormatType(System.String)">
            <summary>
            Returns format type for a specified value.
            </summary>
            <param name="value">Value to get format type for.</param>
            <returns>Format type for the specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.ApplyFormat(System.Double)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <returns>String representation of the value according to the number format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.ApplyFormat(System.Double,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowHiddenSymbols">Indicates whether to show hidden symbols.</param>
            <returns>String representation of the value according to the number format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.ApplyCFFormat(System.Double,Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Applies CF format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="cell">Cell Range.</param>
            <param name="formatImpl">Number format.</param>
            <returns>String representation of the value according to the CF number format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.ApplyFormat(System.String)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <returns>String representation of the value according to the number format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.ApplyFormat(System.String,System.Boolean)">
            <summary>
            Applies format to the value.
            </summary>
            <param name="value">Value to apply format to.</param>
            <param name="bShowHiddenSymbols">Indicates whether to show hidden symbols.</param>
            <returns>String representation of the value according to the number format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.IsTimeFormat(System.Double)">
            <summary>
            Indicate whether the format string in time format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.IsDateFormat(System.Double)">
            <summary>
            Indicate whether the format string in date format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormatImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.Index">
            <summary>
            Returns format index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.FormatString">
            <summary>
            Returns format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.Record">
            <summary>
            Returns format record that contains low-level information about format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.FormatType">
            <summary>
            Returns format type of the first section of this number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.IsFraction">
            <summary>
            Indicates whether the first section of this number format contains fraction sign. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.IsScientific">
            <summary>
            Indicates whether first section of this number format contains E/E+
            or E- signs in format string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.IsThousandSeparator">
            <summary>
            Indicates whether thousand separator is present in the first section
            of this number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.DecimalPlaces">
            <summary>
            Number of digits after "." sign in the first section of this number format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.MinExponentDigits">
            <summary>
            Gets the number of digits after scientific(E) sign. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormatImpl.isUsed">
            <summary>
            indicates if the number format is used in the workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormulaParser">
            <summary>
            Parses formula tokens extracted by FormulaTokenizer and converts them into tokens in RPN form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.DEF_IF_FUNCTION">
            <summary>
            Name of if function in uppercase.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.DEF_SPACE_OPTIONS">
            <summary>
            Options value for tAttr token in the case of space token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.DEF_SPACE_DATA">
            <summary>
            Data value for tAttr token in the case of space token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.DDELinkNameOptions">
            <summary>
            Default options for ExternName that is used as part of DDE link.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.AbsoluteCellReference">
            <summary>
            Represents the Abosulte cell references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.DEF_REGEX">
            <summary>
            Default regular expression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.m_tokenizer">
            <summary>
            Converts string into set of tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.m_arrTokens">
            <summary>
            Array with tokens in RPN order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.m_tokenSpaces">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaParser.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Initializes new instance of the formula parser.
            </summary>
            <param name="book">Parent workbook object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.SetSeparators(System.Char,System.Char)">
            <summary>
            Sets formula separators.
            </summary>
            <param name="operandsSeparator">Operand separator to set.</param>
            <param name="arrayRowsSeparator">Array rows separator to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.Parse(System.String,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Parses formula string.
            </summary>
            <param name="formula">String to parse.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseExpression(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Parses expression.
            </summary>
            <param name="priority">Subexpression priority.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateBinaryOperation(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg@)">
            <summary>
            Creates binary operation.
            </summary>
            <param name="tokenType">Type of the token to create.</param>
            <param name="tokenSpace">Space token that can be added before operation if not null,
            becomes null after adding to the tokens array.</param>
            <returns>Created operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseSpaces(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Parses spaces and creates required tokens.
            </summary>
            <param name="indexes"></param>
            <param name="i"></param>
            <param name="options"></param>
            <param name="arguments"></param>
            <returns>Space token if any was created.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateSpaceToken(System.Int32)">
            <summary>
            Creates spaces token.
            </summary>
            <param name="spaceCount">Number of spaces.</param>
            <returns>Created space token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseFirstOperand(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions@,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="priority"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.UpdateOptions(Syncfusion.XlsIO.ExcelParseFormulaOptions@)">
            <summary>
            Updates parsing options if necessary.
            </summary>
            <param name="options">Options to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseDDELink(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="indexes"></param>
            <param name="i"></param>
            <param name="options"></param>
            <param name="arguments"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateDDELink(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="strDDELink"></param>
            <param name="strParamName"></param>
            <param name="strName"></param>
            <param name="indexes"></param>
            <param name="i"></param>
            <param name="options"></param>
            <param name="arguments"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseIdentifier(System.String,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="identifier">Identifier to parse.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns>Created token for the specified identifier.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.TryGetNamedRange(System.String,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg@)">
            <summary>
            Tries to get named range object based on the formula string.
            </summary>
            <param name="strToken"></param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="iRefIndex">Location reference index; -1 means local sheet reference.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ConvertLocationIntoReference(System.String,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Converts location string into reference.
            </summary>
            <param name="location">Location to convert.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseFunction(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.TryCreateFunction2007(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg@,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Creates Excel 2007 function.
            </summary>
            <param name="result">Resulting formula token.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns>True if current string was recognized as formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.TryCreateRange(System.String,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg@,System.Int32)">
            <summary>
            This function tries to create range (cell or area) based on the formula string and other arguments.
            </summary>
            <param name="strFormula">Identifier string without location part (worksheet, book).</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <param name="resultToken">Resulting token.</param>
            <param name="iRefIndex">Location reference index; -1 means local sheet reference.</param>
            <returns>True if formula string was parsed as range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateNamedRange(System.String,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32)">
            <summary>
            Tries to create named range object based on the formula string.
            </summary>
            <param name="strToken"></param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="iRefIndex">Location reference index; -1 means local sheet reference.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateExternalName(System.Int32,System.String,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Creates named range token for external name.
            </summary>
            <param name="iRefIndex">Location reference index.</param>
            <param name="strToken">Name of the named range to create token for.</param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateLocalName(System.Int32,System.String,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Creates named range token for local name.
            </summary>
            <param name="iRefIndex">Location reference index; -1 means local sheet reference.</param>
            <param name="strToken">Name of the named range to create token for.</param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.IsTableRange(System.String@,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.IListObjects,System.Int32,System.Int32)">
            <summary>
            Checks if the local name is a table formula.
            </summary>
            <param name="strToken">Local name</param>
            <param name="arguments">Parserparameters</param>
            <returns>True if it is Table Formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateNameToken(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Creates named range token.
            </summary>
            <param name="iRefIndex">Reference index to the token location.</param>
            <param name="iNameIndex">Name index.</param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <returns>Created name token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateLocalName(System.String,System.String,Syncfusion.XlsIO.Implementation.ParseParameters,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Creates token for local name.
            </summary>
            <param name="strNameLocation">Name location.</param>
            <param name="strToken">Token</param>
            <param name="arguments"></param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.IsExternLocation(Syncfusion.XlsIO.IWorkbook,System.String)">
            <summary>
            Checks whether specified location is extern.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="strLocation">Location to check.</param>
            <returns>True if it is extern location.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateFunction(Syncfusion.XlsIO.ExcelFunction,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Creates function token and adds all argument tokens to the internal token array.
            </summary>
            <param name="functionId">Id of the function to create.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns>Created function token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateIFFunction(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters,Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg)">
            <summary>
            Creates IF function and adds all argument tokens to the internal token array.
            </summary>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <param name="spaceBeforeIf">Space token that must be inserted before IF.</param>
            <returns>Created function token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.CreateCustomFunction(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters,System.Boolean)">
            <summary>
            Creates custom functions and adds all argument tokens to the internal token array.
            </summary>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="arguments">Constant arguments required by some parse methods.</param>
            <returns>Created function token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.GetTokensSize(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Evaluates size of the tokens range.
            </summary>
            <param name="iStartToken">The first token to measure (included).</param>
            <param name="iEndToken">The last token to measure (not included).</param>
            <param name="arguments">Arguments required by some parse methods.</param>
            <returns>Size in bytes of the specified tokens.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ExtractOperands(Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.Implementation.ParseParameters,Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Extracts operands from the string.
            </summary>
            <param name="options">Parsing options.</param>
            <param name="arguments">Arguments required by some parse methods.</param>
            <param name="functionId">Parent function id.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            
            </summary>
            <param name="tokenId"></param>
            <param name="arguments"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaParser.ParseError(System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Parses error reference.
            </summary>
            <param name="indexes">
            Dictionary with attributes that describes token index that should be used at
            special function position ( it can be reference token, value token, or array token ).
            </param>
            <param name="i">Index of the current argument.</param>
            <param name="options">Parsing options.</param>
            <param name="sheet">Parent worksheet.</param>
            <returns>Reference error Ptg.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaParser.Tokens">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaParser.NumberFormat">
            <summary>
            Gets / sets number format info.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ParseParameters">
            <summary>
            Contains objects that can be used by some parse methods.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.FormulaUtility">
            <summary>
            Instance of the FormulaUtil class - helper class for formula parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.Worksheet">
            <summary>
            Worksheet that contains cell that is currently parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.WorksheetNames">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.IsR1C1">
            <summary>
            Indicates whether R1C1 notation should be used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.CellRow">
            <summary>
            Cell row index (it is used when parsing R1C1 and Shared and Array formulas).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.CellColumn">
            <summary>
            Cell column index (it is used when parsing R1C1 and Shared and Array formulas).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.Workbook">
            <summary>
            Workbook that contains cell that is currently parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ParseParameters.Version">
            <summary>
            Destination excel version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ParseParameters.#ctor(Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.FormulaUtil,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Initializes new instance of the parameters.
            </summary>
            <param name="sheet">Worksheet that contains cell that is currently parsed.</param>
            <param name="worksheetNames"></param>
            <param name="r1C1">Indicates whether R1C1 notation should be used.</param>
            <param name="cellRow">Cell row index (it is used when parsing R1C1 and Shared and Array formulas).</param>
            <param name="cellColumn">Cell column index (it is used when parsing R1C1 and Shared and Array formulas).</param>
            <param name="formulaUtility">Instance of the FormulaUtil class - helper class for formula parsing.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormulaTokenizer">
            <summary>
            Converts string into set of tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.FormulaEnd">
            <summary>
            Indicates end of formula string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.Whitespace">
            <summary>
            Indicates whitespace character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.Colon">
            <summary>
            Indicates colon character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_chCurrent">
            <summary>
            Current character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_iFormulaLength">
            <summary>
            Formula length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_iPos">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_strFormula">
            <summary>
            Current formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_iStartPos">
            <summary>
            Start position of the current token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.TokenType">
            <summary>
            Current token TokenType.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.PreviousTokenType">
            <summary>
            Token type of the previous token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_iPrevPos">
            <summary>
            Previous character position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_value">
            <summary>
            String builder that contains string representation of the current token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_chArgumentSeparator">
            <summary>
            Argument separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaTokenizer.m_numberFormat">
            <summary>
            Number format info.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.Prepare(System.String)">
            <summary>
            Prepares tokinezer for formula parsing.
            </summary>
            <param name="formula">Formula to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.NextChar">
            <summary>
            Moves pointer to the next character.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.MoveBack(System.Char)">
            <summary>
            Moves back to the specified character.
            </summary>
            <param name="charToMoveTo"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.NextToken">
            <summary>
            Extracts next token from the string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.GetCountInsideQuoted(System.String,System.Char)">
            <summary>
            Retruns the symbols count inside the quoted string
            </summary>
            <param name="formula">formula string to be counted</param>
            <param name="symbol">input symbol</param>
            <returns>returns the occurences of symbols inside quoted string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.SaveState">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.RestoreState">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseNumber">
            <summary>
            Extracts number token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ProcessGreater">
            <summary>
            Process '&gt;' character and creates required token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ProcessLess">
            <summary>
            Process '&lt;' character and creates required token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.AppendNumbers">
            <summary>
            Appends internal string builder while current character is number.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseIdentifier">
            <summary>
            Parses identifier, it can be range address, named range of function name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ProcessPtg(System.String)">
            <summary>
            Process the text to check r1c1 notation
            </summary>
            <param name="text">text to be processed</param>
            <returns>processed text</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseSpace">
            <summary>
            Extracts spaces from the string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseString(System.Boolean)">
            <summary>
            Parses string token.
            </summary>
            <param name="InQuote">Indicates whether first character is quotation character or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseError">
            <summary>
            Parses error token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ParseArray">
            <summary>
            Extracts string representation of an array token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.SkipString">
            <summary>
            Skips string and adds its value into internal string builder.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.RaiseException(System.String,System.Exception)">
            <summary>
            Raises parse exception.
            </summary>
            <param name="msg">Exception message.</param>
            <param name="ex">Inner exception.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.RaiseUnexpectedToken(System.String)">
            <summary>
            Raises parser exception with message that token was unexpected.
            </summary>
            <param name="msg">Additional message.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaTokenizer.CharOccurs(System.String,System.Char,System.Char,System.Char)">
            <summary>
            Find the character occurences from a string 
            </summary>
            <param name="stringToSearch">string to be searched</param>
            <param name="charToFind">the character to be find</param>
            <param name="previousChar">the previous character</param>
            <param name="nextChar">the next character</param>
            <returns>Character Occurences count</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaTokenizer.TokenString">
            <summary>
            Returns value of the current token. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaTokenizer.ArgumentSeparator">
            <summary>
            Gets / sets argument separator.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaTokenizer.NumberFormat">
            <summary>
            Gets / sets number format info.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormulaUtil">
            <summary>
            This class provides functionality needed for formula parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_TYPE_REF">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_TYPE_VALUE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_TYPE_ARRAY">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_INDEX_DEFAULT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_INDEX_ARRAY">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_INDEX_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_INDEX_ROOT_LEVEL">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_REGEX">
            <summary>
            Default regular expression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_NAME_INDEX">
            <summary>
            Default index inside named range formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_REFERENCE_INDEX">
            <summary>
            Default reference index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_ARRAY_INDEX">
            <summary>
            Default reference index for array token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_OPTIONS_OPT_GOTO">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_OPTIONS_NOT_OPT_GOTO">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_BOOKNAME_OPENBRACKET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_BOOKNAME_CLOSEBRACKET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_GROUP_COLUMN1">
            <summary>
            Column of the first cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_GROUP_COLUMN2">
            <summary>
            Column of the second cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_GROUP_ROW1">
            <summary>
            Row of the first cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_GROUP_ROW2">
            <summary>
            Row of the second cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_SHEET_NAME_DELIM">
            <summary>
            Worksheet name can be enclosed in this characters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.AbsoluteCellReference">
            <summary>
            Represents the Abosulte cell references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_SHEETNAME_GROUP">
            <summary>
            Name of the sheet name group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_BOOKNAME_GROUP">
            <summary>
            Name of the book name group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_RANGENAME_GROUP">
            <summary>
            Name of the range name group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_ROW_GROUP">
            <summary>
            Name of the first row name group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_COLUMN_GROUP">
            <summary>
            Name of the first column name group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_PATH_GROUP">
            <summary>
            Name of the path group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_SHEET_NAME">
            <summary>
            Name of sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_SHEET_NAME_REG_EXPR">
            <summary>
            Default sheet name regular expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.DEF_INDEXES_CONVERTION">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.OpenBrackets">
            <summary>
            Array of all open brackets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CloseBrackets">
            <summary>
            T corresponding close brackets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.StringBrackets">
            <summary>
            String 'brackets'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.UnaryOperations">
            <summary>
            All known unary operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.PlusMinusArray">
            <summary>
            Plus and minus signs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_listPlusMinus">
            <summary>
            Plus minus signs in sorted storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FunctionIdToAlias">
            <summary>
            Gives access to the function name by its id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FunctionIdToParamCount">
            <summary>
            Gives access to the number of parameter needed by the function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.InfiniteParamCountFunctionId">
            <summary>
            Maintains a collection of infinite parameter count function id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FunctionAliasToId">
            <summary>
            Provides access to function id by its name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FunctionIdToIndex">
            <summary>
            Provides access to Dictionary that contains all Reference index 
            by type of the argument token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.ErrorNameToConstructor">
            <summary>
            Provides access to constructor that takes one string argument 
            by name of the error.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.s_hashErrorCodeToName">
            <summary>
            Dictionary error code to name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.s_hashNameToErrorCode">
            <summary>
            Dictionary error name to error code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenCodeToConstructor">
            <summary>
            Provides access to TokenConstructorAttribute by token code.
            This table allows user to rewrite default token classes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.s_hashTokenCodeToPtg">
            <summary>
            Represents hash table that get access by token code to PTG.
            Key - token code. Value - instance of created PTG.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellReferenceRegex">
            <summary>
            Regular expression for checking if specified string is cell reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRegex">
            <summary>
            Regular expression for checking if specified string is cell reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellR1C1Regex">
            <summary>
            Regular expression for checking if specified string is cell reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeRegex">
            <summary>
            Regular expression for checking if specified string is cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FullRowRangeRegex">
            <summary>
            Regular expression for checking if specified string is full row range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FullColumnRangeRegex">
            <summary>
            Regular expression for checking if specified string is full column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FullRowRangeR1C1Regex">
            <summary>
            Regular expression for checking if specified string is full row range in R1C1 notation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.FullColumnRangeR1C1Regex">
            <summary>
            Regular expression for checking if specified string is full column range in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.Full3DRowRangeRegex">
            <summary>
            Regular expression for checking if specified string is 3D full row range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.Full3DColumnRangeRegex">
            <summary>
            Regular expression for checking if specified string is 3D full column range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeR1C1Regex">
            <summary>
            Regular expression for checking if specified string is cell range in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeR1C1ShortRegex">
            <summary>
            Regular expression for checking if specified string is cell range in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeR1C13DShortRegex">
            <summary>
            Regular expression for checking if specified string is cell range in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.Cell3DRegex">
            <summary>
            Regular expression for 3d reference detection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellR1C13DRegex">
            <summary>
            Regular expression for 3d reference detection in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRange3DRegex">
            <summary>
            Regular expression for 3d cell range detection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRange3DRegex2">
            <summary>
            Regular expression for 3d cell range detection second possible case.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeR1C13DRegex">
            <summary>
            Regular expression for 3d cell range detection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.CellRangeR1C13DRegex2">
            <summary>
            Regular expression for 3d cell range detection second possible case.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.AddInFunctionRegEx">
            <summary>
            Regular expression for add-in function detection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.SemiVolatileFunctions">
            <summary>
            Array of functions that need tAttr with HasSemiVolatile = true before them.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.NameXCodes">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.NameCodes">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_numberFormat">
            <summary>
            Represents number format for parsing double value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_arrAllOperationsDefault">
            <summary>
            All known operations for invariant culture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_arrOperationGroups">
            <summary>
            Operations with priorities.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_arrAllOperations">
            <summary>
            All operations sorted by operation string.
            Key - operation string, Value - operation priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_arrOperationsWithPriority">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_strArrayRowSeparator">
            <summary>
            Array row separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_strOperandsSeparator">
            <summary>
            Operands separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.m_parser">
            <summary>
            Formula parser.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.#cctor">
            <summary>
            Static constructor. It does all necessary preparations,
            such as preparing all hashtables for functions, errors 
            and token constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the formula parsing utility.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Globalization.NumberFormatInfo,System.Char,System.Char)">
            <summary>
            Initializes new instance of the formula parsing utility.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="numberFormat">Number format information.</param>
            <param name="chArgumentsSeparator">Argument separator.</param>
            <param name="chRowSeparator">Row separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FindParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillDefaultOperations">
            <summary>
            Fills operations with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillTokenConstructors">
            <summary>
            Fills internal hashtable that permits to construct
            token classes by token code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillExcelFunctionsReflection">
            <summary>
            Fills all information about known Excel functions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillExcelFunctions">
            <summary>
            Fills all information about known Excel functions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillErrorNames">
            <summary>
            Fills information about all known error names.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.AddErrorNames(System.Type)">
            <summary>
            Add information about all supported errors from specified type.
            </summary>
            <param name="type">Type that supports some errors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FillPriorities">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetSortedList(System.String[])">
            <summary>
            Converts string array into sorted list.
            </summary>
            <param name="arrStrings">Array to convert.</param>
            <returns>Created sorted list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseSharedString(System.String,System.Int32,System.Int32,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Converts string to shared formula token array.
            </summary>
            <param name="strFormula">Represents formula string.</param>
            <param name="iFirstRow">Represents first row from cells range. One-based.</param>
            <param name="iFirstColumn">Represents first column from cells range. One-based.</param>
            <param name="sheet">Parent worksheet object.</param>
            <returns>Shared formula tokens.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseString(System.String)">
            <summary>
            Converts string to token array.
            </summary>
            <param name="strFormula">
            String that should be parsed into Ptg array.
            </param>
            <returns>Token array representing specified string.</returns>
            <exception cref="T:System.ArgumentException">
            When any error occurs in the specified formula string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseString(System.String,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Converts string to token array. Used when copying worksheets into another workbook.
            </summary>
            <param name="strFormula">
            String that should be parsed into Ptg array.
            </param>
            <param name="sheet">Parent sheet.</param>
            <param name="hashWorksheetNames">
            Dictionary that contains old name of the worksheet as
            a key and new name of the worksheet as value.
            </param>
            <returns>Token array representing specified string.</returns>
            <exception cref="T:System.ArgumentException">
            When any error occurs in the specified formula string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseString(System.String,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts string to token array. Used when copying worksheets into another workbook.
            </summary>
            <param name="strFormula">
            String that should be parsed into Ptg array.
            </param>
            <param name="sheet">Parent sheet.</param>
            <param name="hashWorksheetNames">
            Dictionary that contains old name of the worksheet as
            a key and new name of the worksheet as value.
            </param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <returns>Token array representing specified string.</returns>
            <exception cref="T:System.ArgumentException">
            When any error occurs in the specified formula string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseString(System.String,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Converts string to token array.
            </summary>
            <param name="strFormula">String that should be parsed into Ptg array.</param>
            <param name="sheet">Worksheet that contains formula.</param>
            <param name="indexes">Token indexes, indicates whether to use reference token, value token, or array token.</param>
            <param name="i">Index in string.</param>
            <param name="hashWorksheetNames">Hash table with worksheet names.</param>
            <param name="options">Parse options.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Parsed formula.</returns>
            <exception cref="T:System.ArgumentException">
            When formula string is empty or if there is another error in formula string
            or when string consists only of %.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetLeftUnaryOperand(System.String,System.Int32)">
            <summary>
            Returns operand that is placed before unary operation.
            </summary>
            <param name="strFormula">
            Formula string that contains operand and unary operation.
            </param>
            <param name="OpIndex">
            Index of unary operation in the string.
            </param>
            <returns>Left operand of the specified unary operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetRightUnaryOperand(System.String,System.Int32)">
            <summary>
            Returns operand that is placed after unary operation.
            </summary>
            <param name="strFormula">
            Formula string that contains operation and operand.
            </param>
            <param name="OpIndex">Index of the operation.</param>
            <returns>Right operand of the specified unary operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetRightBinaryOperand(System.String,System.Int32,System.String)">
            <summary>
            Returns right operand for binary operation.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="iFirstChar">Index of first operand character.</param>
            <param name="operation">String with operation.</param>
            <returns>Right operand for the specified operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetFunctionOperand(System.String,System.Int32)">
            <summary>
            Extracts function operand from formula string.
            </summary>
            <param name="strFormula">Formula string to extract operand from.</param>
            <param name="iFirstChar">First character of the operand.</param>
            <returns>Extracted operand.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseFormulaRecord(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            This method converts FormulaRecord to its string representation.
            </summary>
            <param name="formula">FormulaRecord that will be parsed.</param>
            <returns>String representation of the specified formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseFormulaRecord(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Boolean)">
            <summary>
            This method converts FormulaRecord to its string representation.
            </summary>
            <param name="formula">FormulaRecord that will be parsed.</param>
            <param name="bR1C1">Indicates whether formula must be parsed using R1C1 notation.</param>
            <returns>String representation of the specified formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseSharedFormula(Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula)">
            <summary>
            Parses shared formula.
            </summary>
            <param name="sharedFormula">Formula to parse.</param>
            <returns>String representation of the specified formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseSharedFormula(Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula,System.Int32,System.Int32)">
            <summary>
            Parses shared formula.
            </summary>
            <param name="sharedFormula">Formula to parse.</param>
            <param name="row">Zero-based row index of the cell with shared formula.</param>
            <param name="col">Zero-based column index of the cell with shared formula.</param>
            <returns>String representation of the specified formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseSharedFormula(Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula,System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Parses shared formula.
            </summary>
            <param name="sharedFormula">Formula to parse.</param>
            <param name="row">Zero-based row index of the cell with shared formula.</param>
            <param name="col">Zero-based column index of the cell with shared formula.</param>
            <param name="bR1C1">Indicates whether formula must be parsed using R1C1 notation.</param>
            <returns>String representation of the specified formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParsePtgArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Converts array of tokens into string.
            </summary>
            <param name="ptgs">Tokens to convert.</param>
            <returns>String representation of the specified tokens array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParsePtgArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            This method converts array of Ptg to its string representation.
            </summary>
            <param name="ptgs">Ptg array that will be parsed.</param>
            <param name="row">First row to convert.</param>
            <param name="col">First column to convert.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <returns>String representation of the specified Ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParsePtgArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            This method converts array of Ptg to its string representation.
            </summary>
            <param name="ptgs">Ptg array that will be parsed.</param>
            <param name="row">First row to convert.</param>
            <param name="col">First column to convert.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="numberInfo">Represents current number info, can be null.</param>
            <returns>String representation of the specified Ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParsePtgArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean,System.Boolean,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            This method converts array of Ptg to its string representation.
            </summary>
            <param name="ptgs">Ptg array that will be parsed.</param>
            <param name="row">First row to convert.</param>
            <param name="col">First column to convert.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="numberInfo">Represents current number info, can be null.</param>
            <param name="bRemoveSheetNames">Indicates whether to remove worksheet name from 3d tokens.</param>
            <returns>String representation of the specified Ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CheckFormulaVersion(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Checks the formula version.
            </summary>
            <param name="ptgs">The PTGS.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.SplitArray(System.String,System.String)">
            <summary>
            Splits array. Each string in result represents single row of the array.
            </summary>
            <param name="strFormula">Array string to split.</param>
            <param name="strSeparator">Separator</param>
            <returns>Splitted array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateNameIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Int32[])">
            <summary>
            Updates index of the name.
            </summary>
            <param name="ptg">Token to update.</param>
            <param name="arrNewIndex">Array with new named ranges indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateNameIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates index of the name.
            </summary>
            <param name="ptg">Token to update.</param>
            <param name="dicNewIndex">Dictionary with new named ranges indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateNameIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates name indexes.
            </summary>
            <param name="arrExpression">Parsed expression to update.</param>
            <param name="dicNewIndex">Dictionary with new indexes.</param>
            <returns>True if at least one of references to named ranges was updated.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateNameIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32[])">
            <summary>
            Updates name indexes.
            </summary>
            <param name="arrExpression">Parsed expression to update.</param>
            <param name="arrNewIndex">Array with new indexes.</param>
            <returns>True if at least one of references to named ranges was updated.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.SetSeparators(System.Char,System.Char)">
            <summary>
            Sets separators.
            </summary>
            <param name="operandsSeparator">Operand separator to set.</param>
            <param name="arrayRowsSeparator">Array rows separator to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ReplaceInDictionary(System.Collections.IDictionary,System.String[],System.String[])">
            <summary>
            Replaces keys in the list.
            </summary>
            <param name="list">List to replace in.</param>
            <param name="arrOldKey">Old keys to replace.</param>
            <param name="arrNewKey">New keys to replace.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.MarkUsedReferences(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Boolean[])">
            <summary>
            Marks used references.
            </summary>
            <param name="tokens">Tokens to get used references from.</param>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateReferenceIndexes(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="tokens">Tokens to get used references from.</param>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateConstantPtg(System.String,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Converts string that represents constant value to Ptg.
            </summary>
            <param name="strFormula">String that represents constant.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="hashWorksheetNames">Dictionary with worksheet names</param>
            <param name="options">Parse options.</param>
            <returns>Token corresponding to the specified string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateConstantPtg(System.String,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Converts string that represents constant value to Ptg.
            </summary>
            <param name="strFormula">String that contains constant.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="indexes">
            Dictionary with attributes that describes token index 
            that should be used at special function position.
            </param>
            <param name="i">Parameter position.</param>
            <param name="hashWorksheetNames"></param>
            <param name="options"></param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Newly created token.</returns>
            <exception cref="T:System.ArgumentException">
            When specified string is not constant formula token.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.NormalizeSheetName(System.String)">
            <summary>
            Normalizes sheet name.
            </summary>
            <param name="strSheetName"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseExpression(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts byte array to Ptg array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iLength">
            Number of bytes to parse (there can be array data 
            after of all tokens).
            </param>
            <param name="version">Excel version that was used to infill data provider.</param>
            <returns>
            String representation of the specified byte array that contains tokens.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseExpression(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts byte array to Ptg array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Start position in data array to parse from.</param>
            <param name="iExpressionLength">
            Number of bytes to parse (there can be array data 
            after of all tokens).
            </param>
            <param name="finalOffset">
            Receives offset of first byte after all tokens' data.
            </param>
            <param name="version">Excel version that was used to infill data provider.</param>
            <returns>Converted Ptg array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.PtgArrayToByteArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token array to corresponding byte array.
            </summary>
            <param name="tokens">Ptg array that will be converted to byte array.</param>
            <param name="version">Excel version that should be used to infill data.</param>
            <returns>Converted byte array</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.PtgArrayToByteArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token array to corresponding byte array.
            </summary>
            <param name="arrTokens">Ptg array that will be converted to byte array.</param>
            <param name="formulaLen">
            Length of formula without tArray data if there is tArray in Tokens.
            </param>
            <param name="version">Excel version that should be used to infill data.</param>
            <returns>Converted byte array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetLeftBinaryOperand(System.String,System.Int32)">
            <summary>
            Returns left operand for binary operation.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="OpIndex">Index of operation.</param>
            <returns>Left operand for specified operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FindCorrespondingBracket(System.String,System.Int32)">
            <summary>
            Searches for position of corresponding bracket.
            </summary>
            <param name="strFormula">String to search.</param>
            <param name="BracketPos">Position of bracket( "(){}" ).</param>
            <returns>
            Position of corresponding bracket if there is one, otherwise -1.
            </returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified position does not contain bracket.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetOperand(System.String,System.Int32,System.Collections.SortedList,System.Boolean)">
            <summary>
            Returns operand of the operation.
            </summary>
            <param name="strFormula">
            Formula string that contains operation and operands.
            </param>
            <param name="OpIndex">Index of the operation.</param>
            <param name="arrBreakStrings">Delimiters between operands.</param>
            <param name="IsLeft">
            Search direction (TRUE -right to left, 
            FALSE - left to right).
            </param>
            <returns>Operand defined by function parameters.</returns>
            <exception cref="T:System.ArgumentException">
            When a open bracket is found without a corresponding closing bracket.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterFunction(System.String,Syncfusion.XlsIO.ExcelFunction,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute[])">
            <summary>
            Registers function in internal collections.
            </summary>
            <param name="functionName">
            Name of the function that must be registered.
            </param>
            <param name="index">
            Index of the function that must be registered.
            </param>
            <param name="paramIndexes">
            Array of ReferenceIndexAttribute that contains information 
            about proper token index.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterFunction(System.String,Syncfusion.XlsIO.ExcelFunction,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute[],System.Int32)">
            <summary>
            Registers function in internal collections.
            </summary>
            <param name="functionName">
            Name of the function that must be registered.
            </param>
            <param name="index">
            Index of the function that must be registered.
            </param>
            <param name="paramIndexes">
            Array of ReferenceIndexAttribute that contains information 
            about proper token index.
            </param>
            <param name="paramCount">
            Number of parameters in the function,
            -1, for variable parameters.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterFunction(System.String,Syncfusion.XlsIO.ExcelFunction,System.Int32)">
            <summary>
            Registers function in internal collections.
            </summary>
            <param name="functionName">
            Name of the function that must be registered.
            </param>
            <param name="index">
            Index of the function that must be registered.
            </param>
            <param name="paramCount">
            Number of parameter in the function,
            -1, for variable parameters number.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterFunction(System.String,Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Registers function in internal collections.
            </summary>
            <param name="functionName">
            Name of the function that must be registered.
            </param>
            <param name="index">
            Index of the function that must be registered.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RaiseFormulaEvaluation(System.Object,Syncfusion.XlsIO.Implementation.EvaluateEventArgs)">
            <summary>
             This method raises the FormulaEvaluation event.
            </summary>
            <param name="sender">Range that caused FormulaEvaluation event.</param>
            <param name="e">Object that contains event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterTokenClass(System.Type)">
            <summary>
            Registers token class (can be user defined).
            </summary>
            <param name="type">Token class that will be registered.</param>
            <exception cref="T:System.ArgumentException">
            When class is not derived from Ptg.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When parameter type is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.RegisterAdditionalAlias(System.String,Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Registers new function alias.
            </summary>
            <param name="aliasName">New alias name.</param>
            <param name="functionIndex">Function index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateNameIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg,System.Int32,System.Int32)">
            <summary>
            Updates index of the name.
            </summary>
            <param name="ptg">Ptg to Update</param>
            <param name="iOldIndex">Old index.</param>
            <param name="iNewIndex">New index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken[],Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(System.String[],System.String)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(Syncfusion.XlsIO.ExcelFunction[],Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(System.Char[],System.Char)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(System.String,System.Int32,System.String[])">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="strFormula">String to search in.</param>
            <param name="index">Start index.</param>
            <param name="arrBreakStrings">Break strings.</param>
            <returns>Position of one of the break strings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IndexOf(System.String,System.Int32,System.Collections.SortedList)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="strFormula">String to search in.</param>
            <param name="index">Start index.</param>
            <param name="arrBreakStrings">Key is break string.</param>
            <returns>Position of one of the break strings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetLowerBound(System.String[],System.Char)">
            <summary>
            Returns lower bound of strings that have specified first character.
            </summary>
            <param name="arrStringValues">Sorted array of string to search.</param>
            <param name="chFirst">Desired first character.</param>
            <returns>
            Lower bound of the strings that have chFirst as the first character
             if there are such strings; otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetLowerBound(System.Collections.SortedList,System.Char)">
            <summary>
            Returns lower bound of strings that have specified first character.
            </summary>
            <param name="arrStringValues">Sorted array of string to search.</param>
            <param name="chFirst">Desired first character.</param>
            <returns>
            Lower bound of the strings that have chFirst as the first character
             if there are such strings; otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetUpperBound(System.Collections.SortedList,System.Char)">
            <summary>
            Returns lower bound of strings that have specified first character.
            </summary>
            <param name="arrStringValues">Sorted array of string to search.</param>
            <param name="chFirst">Desired first character.</param>
            <returns>
            Lower bound of the strings that have chFirst as the first character
             if there are such strings; otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ConvertSharedFormulaTokens(Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord,Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts SharedFormula tokens into regular formula tokens.
            </summary>
            <param name="shared">Shared formula to convert.</param>
            <param name="book">Parent workbook.</param>
            <param name="iRow">Row of the destination formula.</param>
            <param name="iColumn">Column of the destination formula.</param>
            <returns>Converted token array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateFormula(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Int32,System.Int32)">
            <summary>
            Updates formula after move / copy operation.
            </summary>
            <param name="arrPtgs">Tokens to update.</param>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Updated tokens array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.UpdateFormula(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32)">
            <summary>
            Updates formula after move / copy operation.
            </summary>
            <param name="arrPtgs">Tokens to update.</param>
            <param name="iRowDelta">Value to add to the row index.</param>
            <param name="iColumnDelta">Value to add to the column index.</param>
            <returns>Updated tokens array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.PushOperandToStack(System.Collections.Generic.Stack{System.Object},System.String)">
            <summary>
            Pushes operand into stack correctly.
            </summary>
            <param name="operands"></param>
            <param name="operand"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateFunction(System.String,System.Int32,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Creates function ptg.
            </summary>
            <param name="strFormula">Formula string that contains function.</param>
            <param name="bracketIndex">Index of bracket after function name.</param>
            <param name="parent">Parent object.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="indexes">Dictionary with indexes.</param>
            <param name="index">Current index.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="options">Parse options.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Created function token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCustomFunction(System.String,Syncfusion.XlsIO.IWorkbook,System.Int32@,System.Int32@)">
            <summary>
            Indicates whether specified string is name of custom function.
            </summary>
            <param name="strFunctionName">String to check.</param>
            <param name="book">Workbook that contains function.</param>
            <param name="iBookIndex">Index to the extern workbook.</param>
            <param name="iNameIndex">Name index.</param>
            <returns>True if specified string is name of custom function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsLocalCustomFunction(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,System.Int32@)">
            <summary>
            Indicates whether specified name is name of local custom function.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="strFunctionName">Function name.</param>
            <param name="iNameIndex">Resulting name index.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCustomFunction(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Text.RegularExpressions.Match,System.Int32@,System.Int32@)">
            <summary>
            Checks is custom function.
            </summary>
            <param name="workbook">Parent Workbook.</param>
            <param name="m">Current Match.</param>
            <param name="iBookIndex">Book index.</param>
            <param name="iNameIndex">Name index.</param>
            <returns>True if it is custom function, otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateIfFunction(System.Int32,System.String,System.Int32,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iRefIndex"></param>
            <param name="strFormula"></param>
            <param name="bracketIndex"></param>
            <param name="parent"></param>
            <param name="sheet"></param>
            <param name="hashWorksheetNames"></param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="options"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateCustomFunction(System.Int32,System.String,System.Int32,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Creates tokens for custom function and its arguments.
            </summary>
            <param name="iRefIndex">Token reference index.</param>
            <param name="strFormula">Formula string.</param>
            <param name="bracketIndex">Bracket index in the formula.</param>
            <param name="parent">Parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="hashWorksheetNames">Dictionary with worksheet names (key - old name, value - new name).</param>
            <param name="options">Parse options.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Array of tokens that describes custom function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateCustomFunction(System.Int32,System.String,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Creates tokens for custom function and its arguments.
            </summary>
            <param name="iRefIndex">Token reference index.</param>
            <param name="strFormula">Formula string.</param>
            <param name="bracketIndex">Bracket index in the formula.</param>
            <param name="iBookIndex"></param>
            <param name="iNameIndex"></param>
            <param name="parent">Parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="hashWorksheetNames">Dictionary with worksheet names (key - old name, value - new name).</param>
            <param name="options">Parse options.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Array of tokens that describes custom function.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateError(System.String,System.Int32)">
            <summary>
            Creates token that describes specified error.
            </summary>
            <param name="strFormula">Formula string that contains error string.</param>
            <param name="errorIndex">Index of the error name.</param>
            <returns>Created token that contains error.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.ParseOperandString(System.String,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.ExcelParseFormulaOptions,System.Int32,System.Int32)">
            <summary>
            Converts operand string into Ptg array.
            </summary>
            <param name="operand">Operand string that should be parsed.</param>
            <param name="parent">Parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="indexes"></param>
            <param name="i"></param>
            <param name="hashWorksheetNames"></param>
            <param name="options">Parse options.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <returns>Parsed operand as array of ptg.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateUnaryOperation(System.Char)">
            <summary>
            Creates unary operation.
            </summary>
            <param name="OperationSymbol">Operation symbol that should be created.</param>
            <returns>Newly created unary operation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreateOperation(System.String)">
            <summary>
            Return string array of arguments of the operation.
            </summary>
            <param name="strFormula">Formula string.</param>
            <returns>OperationPtg that is built by OpIndex.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCell(System.String,System.Boolean,System.String@,System.String@)">
            <summary>
            Indicates if specified string is cell name.
            </summary>
            <param name="strFormula">Formula string that will be checked.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="strRow">String representation of the row.</param>
            <param name="strColumn">String representation of the column.</param>
            <returns>True if parameter is cell name, i.e. "A1", False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.HasCellReference(System.String)">
            <summary>
            Returns true, if specified string has cell reference.
            </summary>
            <param name="strFormula">Formula string that will be checked.</param>
            <returns>True, if paramater has cell reference.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsR1C1(System.String)">
            <summary>
            Returns true, if specified string is R1C1 reference.
            </summary>
            <param name="strFormula">Formula string that will be checked.</param>
            <returns>True, if paramater is R1C1 cell reference.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCellRange(System.String,System.Boolean,System.String@,System.String@,System.String@,System.String@)">
            <summary>
            Indicates if specified string is cell range.
            </summary>
            <param name="strFormula">Formula string that will be checked.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="strRow1">The first cell's row.</param>
            <param name="strColumn1">The first cell's column.</param>
            <param name="strRow2">The second cell's row.</param>
            <param name="strColumn2">The second cell's column</param>
            <returns>True if parameter is cell range, i.e. "A1:D1", False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsSuccess(System.Text.RegularExpressions.Match,System.String)">
            <summary>
            
            </summary>
            <param name="m"></param>
            <param name="strFormula"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCell3D(System.String,System.Boolean,System.String@,System.String@,System.String@)">
            <summary>
            Indicates if specified strings is 3d cell reference.
            </summary>
            <param name="strFormula">Formula string that will be checked.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="strSheetName">Name of the worksheet if succeeded; otherwise - NULL.</param>
            <param name="strRow">String representation of the row part of the cell reference.</param>
            <param name="strColumn">String representation of the column part of the cell reference.</param>
            <returns>
            True if parameter is 3d cell reference, i.e. "Sheet1!A1", False otherwise.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsCellRange3D(System.String,System.Boolean,System.String@,System.String@,System.String@,System.String@,System.String@)">
            <summary>
            Indicates whether specified string is 3d cell range.
            </summary>
            <param name="strFormula">String that should be checked.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="strSheetName">String that initialize by current sheet name.</param>
            <param name="strRow1">String representation of the row part of the first cell reference.</param>
            <param name="strColumn1">String representation of the column part of the first cell reference.</param>
            <param name="strRow2">String representation of the row part of the second cell reference.</param>
            <param name="strColumn2">String representation of the column part of the second cell reference.</param>
            <returns>True if string is 3d cell range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsErrorString(System.String,System.Int32)">
            <summary>
            Tells whether specified string contains error
            at the specified position.
            </summary>
            <param name="strFormula">String that can contain error string.</param>
            <param name="errorIndex">Index were error.</param>
            <returns>
            True if specified string contains error
            at the specified position.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsNamedRange(System.String,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Indicates whether specified string is name defined in the workbook.
            </summary>
            <param name="strFormula">String to check.</param>
            <param name="parent">Parent workbook.</param>
            <param name="sheet">IWorksheet implement.</param>
            <returns>True if specified string is name defined in the workbook; False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.FindCorrespondingBracket(System.String,System.Int32,System.Char[],System.Int32)">
            <summary>
            Searches for corresponding bracket.
            </summary>
            <param name="strFormula">Formula string where bracket was found.</param>
            <param name="BracketPos">Position of the found bracket.</param>
            <param name="StartBrackets">Array of all possible opening brackets.</param>
            <param name="delta">Search direction.</param>
            <returns>Position of the corresponding record.</returns>
            <exception cref="T:System.ArgumentException">
            If the corresponding bracket is not found.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If there is no bracket at the specified bracket position.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsUnaryOperation(System.String,System.Int32)">
            <summary>
            Indicates if specified string contains unary operation 
            at the specified position.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="OpIndex">Index of unary operation.</param>
            <returns>Returns true if operation is unary, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsOperation(System.String,System.Int32,System.Int32@)">
            <summary>
            Checks whether the specified string contains operation at the specified position.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index of operation symbol in the string.</param>
            <param name="iOperationIndex">Operation index.</param>
            <returns>True if operation is in specified location.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsFunction(System.String,System.Int32@)">
            <summary>
            Checks whether specified operand is a function call.
            </summary>
            <param name="strOperand">Operand that will be checked.</param>
            <param name="iBracketPos">Position of the opening bracket.</param>
            <returns>True if operand denotes function call, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetErrorOperand(System.String,System.Int32)">
            <summary>
            Gets string representing error name that started from errorIndex.
            </summary>
            <param name="strFormula">Formula string that contains error name.</param>
            <param name="errorIndex">Index of the first char of the error.</param>
            <returns>
            String representing error name that started from errorIndex.
            </returns>
            <exception cref="T:System.ArgumentException">
            When starting symbol of the possible error is not '#'
            or if can't find such error name.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetExpectedIndex(System.Type,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32)">
            <summary>
            
            </summary>
            <param name="targetType"></param>
            <param name="indexes"></param>
            <param name="i"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.GetIndex(System.Type,System.Int32,System.Collections.Generic.Dictionary{System.Type,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute},System.Int32,Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Returns index of the token that should be used at 
            position i by type targetType in function call.
            </summary>
            <param name="targetType">Target type for which index will be searched.</param>
            <param name="valueType"></param>
            <param name="indexes">Dictionary with indexes.</param>
            <param name="i">Position of the function parameter.</param>
            <param name="options">Parse options.</param>
            <returns>Index of the token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates new Ptg and sets offset to point just after its data.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
            <returns>Parsed Ptg token.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is smaller than token that should be stored in it.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Creates formula token using token code.
            </summary>
            <param name="token">Token code.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtgByType(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Creates formula token using token code.
            </summary>
            <param name="token">Token code that is used to get constructor and as constructor argument as well.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.String)">
            <summary>
            Creates token using token id and string representing this token.
            </summary>
            <param name="token">Token id of the token that should be created.</param>
            <param name="tokenString">String that will be passed to the token constructor.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using token code, token string, and parent workbook.
            </summary>
            <param name="token">Code of the new token.</param>
            <param name="tokenString">String representation of the token.</param>
            <param name="parent">Parent workbook.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.Object[])">
            <summary>
            Creates specified token, passes specified parameters to its constructor.
            </summary>
            <param name="token">Code of the token that will be created.</param>
            <param name="arrParams">Constructor parameters.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.UInt16,System.UInt16)">
            <summary>
            Creates specified token, passes two integers to its constructor.
            </summary>
            <param name="token">Token to create.</param>
            <param name="iParam1">First integer argument.</param>
            <param name="iParam2">Second integer argument.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Creates specified token, passes function index to its constructor.
            </summary>
            <param name="token">Token to create.</param>
            <param name="functionIndex">Function index.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="token">Token to create.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="token">Token to create.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="strParam3">Third value.</param>
            <param name="strParam4">Fourth value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="book">Parent workbook.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="token">Token to create.</param>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="iRefIndex">Worksheet reference index.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="strParam3">Third value.</param>
            <param name="strParam4">Fourth value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="book">Parent workbook.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.SkipUnnecessaryTokens(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Removes tokens that are unnecessary.
            </summary>
            <param name="ptgs"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.PutUnaryOperationsAhead(System.String)">
            <summary>
            Puts all right sided unary operations before operand.
            </summary>
            <param name="strFormula">Formula to transform.</param>
            <returns>Formula after transformation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.EditRegisteredFunction(System.String,Syncfusion.XlsIO.ExcelFunction,Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute[],System.Int32)">
            <summary>
            Registers function in internal collections.
            </summary>
            <param name="functionName">
            Name of the function that must be registered.
            </param>
            <param name="index">
            Index of the function that must be registered.
            </param>
            <param name="paramIndexes">
            Array of ReferenceIndexAttribute that contains information 
            about proper token index.
            </param>
            <param name="paramCount">
            Number of parameters in the function,
            -1, for variable parameters.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsExcel2016Function(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Indicates whether specified function is supported just in Excel 2016.
            </summary>
            <param name="functionIndex">Function id.</param>
            <returns>Value indicating whether specified function appeared in Excel 2016.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsExcel2013Function(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Indicates whether specified function is supported just in Excel 2013.
            </summary>
            <param name="functionIndex">Function id.</param>
            <returns>Value indicating whether specified function appeared in Excel 2013.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsExcel2010Function(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Indicates whether specified function is supported just in Excel 2010.
            </summary>
            <param name="functionIndex">Function id.</param>
            <returns>Value indicating whether specified function appeared in Excel 2010.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.IsExcel2007Function(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Indicates whether specified function is supported just in Excel 2007.
            </summary>
            <param name="functionIndex">Function id.</param>
            <returns>Value indicating whether specified function appeared in Excel 2007.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.HasExternalReference(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Checks whether any of these tokens has external reference.
            </summary>
            <param name="ptg"></param>
            <returns></returns>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.FormulaUtil.FormulaEvaluator">
            <summary>
            Event handler that will receive array of Ptg after parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.ErrorCodeToName">
            <summary>
            Returns IDictionary error code - to - name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.ErrorNameToCode">
            <summary>
            Returns IDictionary error name - to - error code. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.ArrayRowSeparator">
            <summary>
            Returns array row separator. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.OperandsSeparator">
            <summary>
            Returns operands separator. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.NumberFormat">
            <summary>
            Gets or sets number format for parsing double value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.ParentWorkbook">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormulaUtil.ConstructorId">
            <summary>
            Constructor id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor">
            <summary>
            This class is used in the construction of formula tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.m_hashConstructorToId">
            <summary>
            Dictionary key (int) - constructor id, value - ConstructorInfo.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.m_type">
            <summary>
            Token class for which this instance was created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.#ctor">
            <summary>
            Token class for which this instance was created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.#ctor(System.Type)">
            <summary>
            Creates class instance for specified type.
            </summary>
            <param name="type">
            Type for which an object will be created. Must be inherited from Ptg class.
            </param>
            <exception cref="T:System.ArgumentException">
            When specified type is not inherited from Ptg class.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            When specified type is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg">
            <summary>
            Creates token using default constructor.
            </summary>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Creates token using string parameter.
            </summary>
            <param name="tokenType">Token type to pass to constructor.</param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.String)">
            <summary>
            Creates token using string parameter.
            </summary>
            <param name="strParam">
            String parameter that will be passed to constructor.
            </param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.Implementation.ParseParameters)">
            <summary>
            Creates token using array of bytes and offset
            where token data begins.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="arguments">Arguments required by some parse methods.</param>
            <returns>Newly created token</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.Object[])">
            <summary>
            This method looks for constructor that takes specified 
            parameters and invokes it.
            </summary>
            <param name="arrParams">
            Parameters that will be passed to the constructor.
            </param>
            <returns>Newly created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using string and parent workbook.
            </summary>
            <param name="strParam">String representation of the token.</param>
            <param name="parent">Parent workbook.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.UInt16,System.UInt16)">
            <summary>
            Creates token using two integer values.
            </summary>
            <param name="iParam1">First value.</param>
            <param name="iParam2">Second value.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Creates token using function index.
            </summary>
            <param name="functionIndex">Function index.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="iCellRow">Row index of the cell that contains new token.</param>
            <param name="iCellColumn">Column index of the cell that contains new token.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="strParam3">Third value.</param>
            <param name="strParam4">Fourth value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="book">Parent workbook.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.CreatePtg(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using two string values.
            </summary>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="iRefIndex">Worksheet reference index.</param>
            <param name="strParam1">First value.</param>
            <param name="strParam2">Second value.</param>
            <param name="strParam3">Third value.</param>
            <param name="strParam4">Fourth value.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="book">Parent workbook.</param>
            <returns>Created formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.GetConstructor(Syncfusion.XlsIO.Implementation.FormulaUtil.ConstructorId)">
            <summary>
            Gets constructor.
            </summary>
            <param name="id">Constructor id.</param>
            <returns>Constructor with specified id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.SetConstructor(Syncfusion.XlsIO.Implementation.FormulaUtil.ConstructorId,System.Reflection.ConstructorInfo)">
            <summary>
            Sets constructor.
            </summary>
            <param name="id">Constructor id.</param>
            <param name="value">Corresponding ConstructorInfo.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.DefaultConstructor">
            <summary>
            Gets / sets default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.StringConstructor">
            <summary>
            Gets / sets string constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.ArrayConstructor">
            <summary>
            Gets / sets ByteArrayOffset constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.StringParentConstructor">
            <summary>
            Gets / sets StringParent constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.TwoUShortsConstructor">
            <summary>
            Gets / sets TwoInts constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.FunctionIndexConstructor">
            <summary>
            Gets / sets FunctionIndex constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.TwoStringsConstructor">
            <summary>
            Gets / sets constructor that accepts two strings as arguments.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.FourStringsConstructor">
            <summary>
            Gets / sets constructor that accepts four strings as arguments.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.Int3String4BoolConstructor">
            <summary>
            Gets / sets constructor that accepts three ints, four strings
            and a bool as arguments.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.FormulaUtil.TokenConstructor.TokenTypeConstructor">
            <summary>
            Gets / sets constructor that accepts three ints, four strings
            and a bool as arguments.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.EvaluateEventArgs">
            <summary>
            This class is used when formula value needs to be
            evaluated. Provides range that contains formula that should 
            be evaluated and Ptg array - parsed formula string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.m_range">
            <summary>
            Range that raised this event. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.m_FormulaTokens">
            <summary>
            Ptg array with formula tokens of the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.#ctor(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Main constructor.
            </summary>
            <param name="range">Range containing formula.</param>
            <param name="array">Formula tokens array.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.Range">
            <summary>
            Range that raised this event. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.PtgArray">
            <summary>
            Ptg array with formula tokens of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.EvaluateEventArgs.Empty">
            <summary>
            Empty arguments (all properties with default values). Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.EvaluateEventHandler">
            <exclude/>
             <summary>
             Delegate that can be used for formula evaluation purposes.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.GradientWrapper">
            <summary>
            Summary description for GradientWrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.GradientWrapper.m_gradient">
            <summary>
            Wrapped shape fill.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.#ctor">
            <summary>
            Creates new gradient wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.#ctor(Syncfusion.XlsIO.Implementation.Shapes.ShapeFillImpl)">
            <summary>
            Creates new gradient wrapper.
            </summary>
            <param name="gradient">Gradient to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.CompareTo(Syncfusion.XlsIO.Interfaces.IGradient)">
            <summary>
            Compares with shape fill impl.
            </summary>
            <param name="gradient">Shape fill to compare with.</param>
            <returns>Zero if shape fills are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.TwoColorGradient">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill with style to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientWrapper.ValidateGradientVariant(Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Validates whether gradient variant is correct for current gradient style.
            </summary>
            <param name="gradientVariant">Gradient variant to validate.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.BackColorObject">
            <summary>
            Represents background color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.ForeColorObject">
            <summary>
            Represents foreground color object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.GradientStyle">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.GradientVariant">
            <summary>
            Represents gradient shading style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientWrapper.Wrapped">
            <summary>
            Returns wrapped gradient. Read-only.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.GradientWrapper.AfterChangeEvent">
            <summary>
            Event raised after wrapped font changed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.GradientArrayWrapper">
            <summary>
            Summary description for GradientArrayWrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.m_arrCells">
            <summary>
            Array that contains all cells of the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Create new instance of object.
            </summary>
            <param name="range">Base range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.CompareTo(Syncfusion.XlsIO.Interfaces.IGradient)">
            <summary>
            Compares with shape fill impl.
            </summary>
            <param name="gradient">Gradient to compare with.</param>
            <returns>Zero if shape fills are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.TwoColorGradient">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.TwoColorGradient(Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientVariants)">
            <summary>
            Sets the specified fill to a two-color gradient.
            </summary>
            <param name="style">Represents shading shading style.</param>
            <param name="variant">Represents shading variant.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.BackColorObject">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.ForeColorObject">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.GradientStyle">
            <summary>
            Represents gradient shading style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.GradientArrayWrapper.GradientVariant">
            <summary>
            Represents gradient shading variant.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HeaderImageGetter">
            <summary>
            This class is used to get header / footer shapes from a worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IShapeGetter">
            <summary>
            This interface is used to get shapes from worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IShapeGetter.GetShapes(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Returns a shape collection from the worksheet.
            </summary>
            <param name="sheet">Worksheet to return sheet data for.</param>
            <returns>A shape collection from the worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HeaderImageGetter.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HeaderImageGetter.GetShapes(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Returns a shape collection from the worksheet.
            </summary>
            <param name="sheet">Worksheet to return sheet data for.</param>
            <returns>A shape collection from the worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HeaderImageGetter.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HFEngine">
            <summary>
            Engine for parsing and creation of header/footer strings.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RichTextString">
            <summary>
            Represents rich text string in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.DEF_ZERO">
            <summary>
            Zero character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_text">
            <summary>
            Low level text object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_rtfText">
            <summary>
            Represents the RTF string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_bIsReadOnly">
            <summary>
            Indicates whether string is read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_rtfParent">
            <summary>
            Represents the parent RTF object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.DEF_DIGITS">
            <summary>
            All digits without zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_parent">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_iFontIndex">
            <summary>
            Default font index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_lCellIndex">
            <summary>
            Cell index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RichTextString.m_formatType">
            <summary>
            Number format type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Object,System.Boolean,System.Boolean)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
            <param name="bCreateText">Indicates whether to create inner TextWithFormat.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
            <param name="bCreateText">Indicates whether to create inner TextWithFormat.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean,System.Boolean,Syncfusion.Drawing.PreservationLogger)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="isReadOnly">Indicates whether string is read-only.</param>
            <param name="bCreateText">>Indicates whether to create inner TextWithFormat.</param>
            <param name="logger">Logger information for AutoShapes</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
            <param name="text">Text to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetFont(System.Int32)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetFont(System.Int32,System.Boolean)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for range of characters.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.ClearFormatting">
            <summary>
            Clears string formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.Append(System.String,Syncfusion.XlsIO.IFont)">
            <summary>
            Appends rich text string with specified text and font.
            </summary>
            <param name="text">Text to append.</param>
            <param name="font">Font to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.SetText(System.String)">
            <summary>
            Appends the text.
            </summary>
            <param name="text">text to append.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.UpdateRTF(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.FontImpl)">
             <summary>
            Updates the RTF font.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetFontIndex(System.Int32)">
            <summary>
            Returns font index at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetFontByIndex(System.Int32)">
            <summary>
            Returns font by its index.
            </summary>
            <param name="iFontIndex">Font index.</param>
            <returns>Font that corresponds to the specified index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.BeginUpdate">
            <summary>
            This method is called before any changes made to the rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.EndUpdate">
            <summary>
            This method is called after any changes made to the rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.CopyFrom(Syncfusion.XlsIO.Implementation.RichTextString,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies data from another rich text string.
            </summary>
            <param name="source">String to copy data from.</param>
            <param name="dicFontIndexes">Dictionary with updated font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.Parse(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parse rich text string.
            </summary>
            <param name="text">TextWithFormat to parse.</param>
            <param name="dicFontIndexes">Dictionary with updated font indexes.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.Clone(System.Object)">
            <summary>
            Creates a copy of the current object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.Clear">
            <summary>
            Clears string and formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.AddFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to all required collections..
            </summary>
            <param name="font">Font to add.</param>
            <returns>Font index in the collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.SetTextObject(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Sets internal text object that stores rtf string.
            </summary>
            <param name="commentText">New value for the text object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetFontObject(System.Int32)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GetSizePart(System.Int32,System.Int32)">
            <summary>
            Returns size of the string part.
            </summary>
            <param name="iStartPos">Start position.</param>
            <param name="iEndPos">End position.</param>
            <returns>Size of the string part.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GenerateRtfText">
            <summary>
            Generates text in rtf format.
            </summary>
            <returns>Generated text.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.GenerateRtfText(System.String)">
            <summary>
            Generates text in rtf format.
            </summary>
            <returns>Generated text.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.WriteFormattingRun(Syncfusion.XlsIO.Implementation.RtfTextWriter,System.Int32,System.Int32)">
            <summary>
            Writes formatting run with corresponding text into writer.
            </summary>
            <param name="writer">Writer to write text and formatting into.</param>
            <param name="iRunIndex">Index of the formatting run.</param>
            <param name="iStartPos">First character in the text range.</param>
            <returns>End position of the text range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.WriteFormattingRun(Syncfusion.XlsIO.Implementation.RtfTextWriter,System.Int32,System.Int32,System.String)">
            <summary>
            Writes formatting run with corresponding text into writer.
            </summary>
            <param name="writer">Writer to write text and formatting into.</param>
            <param name="iRunIndex">Index of the formatting run.</param>
            <param name="iStartPos">First character in the text range.</param>
            <returns>End position of the text range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.AddFonts(Syncfusion.XlsIO.Implementation.RtfTextWriter)">
            <summary>
            Adds all used fonts to the rtf text writer.
            </summary>
            <param name="writer">RtfTextWriter to write into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.AddFonts(Syncfusion.XlsIO.Implementation.RtfTextWriter,System.String)">
            <summary>
            Adds all used fonts to the rtf text writer.
            </summary>
            <param name="writer">RtfTextWriter to write into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.AddFont(Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.RtfTextWriter)">
            <summary>
            Adds single font to the fonts table.
            </summary>
            <param name="fontToAdd">Font to add.</param>
            <param name="writer">RtfTextWriter to write into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.WriteText(Syncfusion.XlsIO.Implementation.RtfTextWriter,System.Int32,System.String)">
            <summary>
            Writes text into RtfTextWriter.
            </summary>
            <param name="writer">RtfTextWriter to write into.</param>
            <param name="iFontIndex">Font index.</param>
            <param name="strText">Text value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RichTextString.WriteText(Syncfusion.XlsIO.Implementation.RtfTextWriter,System.Int32,System.String,System.String)">
            <summary>
            Writes text into RtfTextWriter.
            </summary>
            <param name="writer">RtfTextWriter to write into.</param>
            <param name="iFontIndex">Font index.</param>
            <param name="strText">Text value.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.Text">
            <summary>
            Gets / sets text of the string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.RtfText">
            <summary>
            Returns text in rtf format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.IsFormatted">
            <summary>
            Indicates whether rich text string has formatting runs. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.Parent">
            <summary>
            Returns parent object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.Application">
            <summary>
            Returns parent application object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.StringSize">
            <summary>
            Returns size of the string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.DefaultFont">
            <summary>
            Returns default font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.TextObject">
            <summary>
            Returns text object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.DefaultFontIndex">
            <summary>
            Gets / sets default font index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.ImageRTF">
            <summary>
            Gets or sets the image RTF.
            </summary>
            <value>The image RTF.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RichTextString.CellIndex">
            <summary>
            Cell index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IHFEngine">
            <summary>
            Engine for parsing and creation of header/footer strings.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IHFEngine.Parse(System.String)">
            <summary>
            Parses text of header/footer part.
            </summary>
            <param name="strText">Text of header/footer part.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IHFEngine.GetHeaderFooterString">
            <summary>
            Returns string in format that is supported by Excel header/footer.
            </summary>
            <returns>String in format that is supported by Excel header/footer.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_AMP">
            <summary>
            Ampersand character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_UNDERLINE">
            <summary>
            Character that indicates start or end of the underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_DOUBLE_UNDERLINE">
            <summary>
            Character that indicates start or end of the double underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_STRIKEOUT">
            <summary>
            Character that indicates start or end of the underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_SUBSCRIPT">
            <summary>
            Character that indicates start or end of the underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_SUPERSCRIPT">
            <summary>
            Character that indicates start or end of the underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_FONT_NAME_EDGE">
            <summary>
            Character that indicates start or end of the underline block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_FONT_STYLE_SEPARATOR">
            <summary>
            Separator between font style and face name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_BOLD_VALUE">
            <summary>
            Value of Bold font style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_ITALIC_VALUE">
            <summary>
            Value of Italic font style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_REGULAR_STYLE">
            <summary>
            Regular font style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.DEF_SPACE">
            <summary>
            Space character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.m_arrFonts">
            <summary>
            List with all used fonts.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the RichTextString.
            </summary>
            <param name="application">Application object for the RichTextString.</param>
            <param name="parent">Parent object for the RichTextString.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.Parse(System.String)">
            <summary>
            Parses text of header/footer part.
            </summary>
            <param name="strText">Text of header/footer part.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.GetHeaderFooterString">
            <summary>
            Returns string in format that is supported by Excel header/footer.
            </summary>
            <returns>String in format that is supported by Excel header/footer.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.ProcessCharacter(System.String,System.Text.StringBuilder,System.Int32@,Syncfusion.XlsIO.Implementation.FontImpl@)">
            <summary>
            Processes next character after ampersand.
            </summary>
            <param name="strText">String to parse.</param>
            <param name="builder">Builder with current text block.</param>
            <param name="iPos">Character position.</param>
            <param name="font">Font of the current text block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.AddTextBlock(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Adds text block to the rtf string.
            </summary>
            <param name="builder">Text to add.</param>
            <param name="font">Font of the text block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.AddFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to the inner fonts array.
            </summary>
            <param name="fontToAdd">Font to add.</param>
            <returns>Index of the added font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.SetFont(Syncfusion.XlsIO.Implementation.FontImpl,System.String)">
            <summary>
            Updates font settings.
            </summary>
            <param name="font">Font to update.</param>
            <param name="strFontName">String representation of the font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.FindFont(System.String,System.String)">
            <summary>
            Searches for required font.
            </summary>
            <param name="strFontName">Font name to look for.</param>
            <param name="strFontStyle">Font style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.FontEnumProc(Syncfusion.XlsIO.Implementation.ENUMLOGFONTEX,System.IntPtr,System.Int32,System.Object@)">
            <summary>
            This function is used for font enumeration. It is called by EnumFontFamiliesEx function.
            </summary>
            <param name="lpelf">Logical-font data.</param>
            <param name="lpntm">Physical-font data.</param>
            <param name="FontType">Type of font.</param>
            <param name="objData">application-defined data.</param>
            <returns>0 when required font was found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.CopyFontSettings(System.Drawing.Font,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Copies font settings from native .Net font into XlsIO font.
            </summary>
            <param name="sourceFont">Source font.</param>
            <param name="destFont">Destination font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WritePrevTextBlock(System.Text.StringBuilder,System.Int32,System.Int32)">
            <summary>
            Writes text block.
            </summary>
            <param name="builder">String builder to write into.</param>
            <param name="iPrevPos">Start position (included).</param>
            <param name="iCurPos">End position (not included).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontDifference(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font difference into StringBuilder in header/footer format.
            </summary>
            <param name="builder">Builder to write difference into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Current font to compare.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontName(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font name if necessary.
            </summary>
            <param name="builder">Builder to write font name settings into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Font to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontUnderline(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font underline settings if necessary.
            </summary>
            <param name="builder">Builder to write font name settings into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Font to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontSupSub(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font superscript/subscript settings if necessary.
            </summary>
            <param name="builder">Builder to write font name settings into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Font to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontStrikeout(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font strikeout settings if necessary.
            </summary>
            <param name="builder">Builder to write font name settings into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Font to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.WriteFontSize(System.Text.StringBuilder,Syncfusion.XlsIO.Implementation.FontImpl,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Writes font size settings if necessary.
            </summary>
            <param name="builder">Builder to write font name settings into.</param>
            <param name="prevFont">Previous font to compare.</param>
            <param name="curFont">Font to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.GetFontByIndex(System.Int32)">
            <summary>
            Returns font by its index.
            </summary>
            <param name="iFontIndex">Font index.</param>
            <returns>Font that corresponds to the specified index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.Clear">
            <summary>
            Clears string and formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HFEngine.EndUpdate">
            <summary>
            This method is called after each change in rich text string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HFEngine.FindFontData">
            <summary>
            Contains data used for font locating.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.FindFontData.strFontStyle">
            <summary>
            Font style to locate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HFEngine.FindFontData.fontData">
            <summary>
            Located font data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HPageBreakImpl">
            <summary>
            This class contains information about Horizontal Page Break.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IHPageBreak">
            <summary>
            Represents a horizontal page break. The HPageBreak object is
            a member of the HPageBreaks collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreak.Application">
            <summary>
            Used without an object qualifier, this property returns an Application
            object that represents the Microsoft Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreak.Location">
            <summary>
            For the HPageBreak and VPageBreak objects, this property returns or sets
            the cell (a Range object) that defines the page-break location. Horizontal
            page breaks are aligned with the top edge of the location cell; vertical
            page breaks are aligned with the left edge of the location cell.
            Read / write Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHPageBreak.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HPageBreakImpl.m_extent">
            <summary>
            Page break extent.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HPageBreakImpl.m_type">
            <summary>
            Type of the page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HPageBreakImpl.m_HPageBreak">
            <summary>
            Record with horizontal page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HPageBreakImpl.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates page break and sets its Application and Parent 
            properties to the specified value.
            </summary>
            <param name="application">Application object for the new page break.</param>
            <param name="parent">Parent object for the new page break.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers page break from the stream.Since there is no corresponding Biff Record,
            this constructor should not be used.
            </summary>
            <param name="application">Application object for the new page break.</param>
            <param name="parent">Parent object for the new page break.</param>
            <param name="reader"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak)">
            <summary>
            Constructs page break using application, parent object, and THPageBreak object.
            Always creates manual page break.
            </summary>
            <param name="application">Application object for the page break.</param>
            <param name="parent">Parent object for the page break.</param>
            <param name="pagebreak">THPageBreak for create instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.IRange)">
            <summary>
            Constructs page break
            </summary>
            <param name="application"></param>
            <param name="parent">Application object for the page break.</param>
            <param name="location">Page break location.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.FindParents">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HPageBreakImpl.Clone(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent for new instance.</param>
            <returns>A clone of the current instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HPageBreakImpl.Extent">
            <summary>
            Read-only. Returns page break extent.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HPageBreakImpl.Location">
            <summary>
            Location of the page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HPageBreakImpl.Type">
            <summary>
            Type of the page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HPageBreakImpl.HPageBreak">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HPageBreakImpl.Row">
            <summary>
            Returns zero-based row index of the break location. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HyperLinkImpl">
            <summary>
            Represents hyperlink object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IHyperLink">
            <summary>
            Represents a hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.Address">
            <summary>
            Returns or sets the address of the target document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.Name">
            <summary>
            Returns a name of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.Range">
            <summary>
            Returns a Range object that represents the range the specified hyperlink is attached to. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.ScreenTip">
            <summary>
            Returns or sets the ScreenTip text for the specified hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.SubAddress">
            <summary>
            Returns or sets the location within the document associated with the hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.TextToDisplay">
            <summary>
            Returns or sets the text to be displayed for the specified hyperlink.
            The default value is the address of the hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.Type">
            <summary>
            Returns or sets the object type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.Shape">
            <summary>
            Get object that represents the shape for the hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IHyperLink.AttachedType">
            <summary>
            Represents the hyperlink attached object name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.DEF_STYLE_NAME">
            <summary>
            Style for hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_link">
            <summary>
            Hyper link record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_strToolTip">
            <summary>
            Tool tip.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_range">
            <summary>
            Range object that represents the range the specified hyperlink is attached to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_shape">
            <summary>
            Get object that represents the shape for the hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HyperLinkImpl.m_attachedType">
            <summary>
            Represent the hyperlink applied object name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates an object and sets its Application and Parent 
            properties to specified values.
            </summary>
            <param name="application">Application object for the hyperlink.</param>
            <param name="parent">Parent object for the hyperlink.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.IList,System.Int32@)">
            <summary>
            Recover hyperlink from Biff records.
            </summary>
            <param name="application">Application object for the hyperlink.</param>
            <param name="parent">Parent object for the hyperlink.</param>
            <param name="data">Array of BiffRecordRaws that contains hyperlink records.</param>
            <param name="iPos">Position of the first hyperlink record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates an object and sets its Application, Parent and Range 
            properties to specified values.
            </summary>
            <param name="application">Application object for the hyperlink.</param>
            <param name="parent">Parent object for the hyperlink.</param>
            <param name="range">
            Range object that represents the range the specified hyperlink is attached to.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.IShape)">
            <summary>
            Creates an object and sets its Application, Parent and shape 
            properties to specified values.
            </summary>
            <param name="application">Application object for the hyperlink.</param>
            <param name="parent">Parent object for the hyperlink.</param>
            <param name="shape">
            Shape object that represents the shape the specified hyperlink is attached to.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Recovers hyperlink from array of Biff Records and position in it.
            </summary>
            <param name="data">Array of BiffRecordRaws that contains hyperlink records.</param>
            <param name="iPos">Position of the first hyperlink record.</param>
            <returns>Position after the last hyperlink record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves hyperlink into OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all records of the range.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.SetSubAddress(System.String)">
            <summary>
            Sets sub address property.
            </summary>
            <param name="strSubAddress">Sub address to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.SetAddress(System.String,System.Boolean)">
            <summary>
            Sets address property.
            </summary>
            <param name="strAddress">Address to set.</param>
            <param name="bSetText">Indicates whether we should set Text property of
            the TopLeft cell with this hyperlink.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Address">
            <summary>
            Returns or sets the address of the target document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Name">
            <summary>
            Returns or sets the name of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Range">
            <summary>
            Returns/sets a Range object that represents the range the specified hyperlink is attached to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.ScreenTip">
            <summary>
            Returns or sets the ScreenTip text for the specified hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.SubAddress">
            <summary>
            Returns or sets the location within the document associated with the hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.TextToDisplay">
            <summary>
            Returns or sets the text to be displayed for the specified hyperlink.
            The default value is the address of the hyperlink.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Type">
            <summary>
            Returns or sets the object type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.FirstRow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.FirstColumn">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.LastRow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.LastColumn">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.Shape">
            <summary>
            Returns a shape object that specified hyperlink is attached to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.AttachedType">
            <summary>
            Represent the hyperlink attached object name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.HyperLinkImpl.TopLeftCell">
            <summary>
            Returns top left cell of the range. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IIconSet">
            <summary>
            Represents a set of icons that are used in an icon set conditional formatting rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IIconSet.IconCriteria">
            <summary>
            Gets <see cref="T:Syncfusion.XlsIO.IConditionValue"/> collection which represents the set of criteria for
            icon set conditional formatting rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IIconSet.IconSet">
            <summary>
            Gets or sets the type of the icon set conditional formatting.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IIconSet.PercentileValues">
            <summary>
            Gets or sets a Boolean value indicating if the thresholds for an icon
            set conditional format are determined using percentiles. Default value is false.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IIconSet.ReverseOrder">
            <summary>
            Gets or sets a Boolean value indicating if the order of icons are
            reversed for an icon set. Default value is false.
            </summary>
            <example>
            <code>
            iconSet.ReverseOrder = true;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IIconSet.ShowIconOnly">
            <summary>
            Gets or sets a Boolean value indicating if only the icon is displayed
            for an icon set conditional format. Default value is false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_iconSetStream">
             <summary>
            IconSet maintain as stream
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_arrCriteria">
            <summary>
            An IconCriteria collection which represents the set of criteria for
            an icon set conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_iconSet">
            <summary>
            An IconSets collection which specifies the icon set used
            in the conditional format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_bPercentileValues">
            <summary>
            A Boolean value indicating if the thresholds for an icon
            set conditional format are determined using percentiles. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_bReverseOrder">
            <summary>
            A Boolean value indicating if the order of icons is
            reversed for an icon set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetImpl.m_bShowIconOnly">
            <summary>
            A Boolean value indicating if only the icon is displayed
            for an icon set conditional format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetImpl.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetImpl.op_Equality(Syncfusion.XlsIO.Implementation.IconSetImpl,Syncfusion.XlsIO.Implementation.IconSetImpl)">
            <summary>
            Compares two instances of the IconSetImpl.
            </summary>
            <param name="first">First object to compare.</param>
            <param name="second">Second object to compare.</param>
            <returns>True if objects are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetImpl.op_Inequality(Syncfusion.XlsIO.Implementation.IconSetImpl,Syncfusion.XlsIO.Implementation.IconSetImpl)">
            <summary>
            Checks whether objects are different.
            </summary>
            <param name="first">First object to compare.</param>
            <param name="second">Second object to compare.</param>
            <returns>True if objects are not equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetImpl.System#ICloneable#Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetImpl.UpdateCriteria">
            <summary>
            Updates criteria collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.IconCriteria">
            <summary>
            Returns an IconCriteria collection which represents the set of criteria for
            an icon set conditional formatting rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.IconSet">
            <summary>
            Returns or sets an IconSets collection which specifies the icon set used
            in the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.PercentileValues">
            <summary>
            Returns or sets a Boolean value indicating if the thresholds for an icon
            set conditional format are determined using percentiles. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.ReverseOrder">
            <summary>
            Returns or sets a Boolean value indicating if the order of icons is
            reversed for an icon set.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.ShowIconOnly">
            <summary>
            Returns or sets a Boolean value indicating if only the icon is displayed
            for an icon set conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetImpl.IconSetStream">
            <summary>
            IconSet Stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetWrapper.m_format">
            <summary>
            Parent format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetWrapper.m_arrConditions">
            <summary>
            Wrapper over condition values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.IconSetWrapper.m_readOnly">
            <summary>
            Read-only part copy of the criteria collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.#ctor(Syncfusion.XlsIO.Implementation.ConditionalFormatWrapper)">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="format">Parent format wrapper.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.UpdateCollection(System.Collections.Generic.IList{Syncfusion.XlsIO.IConditionValue})">
            <summary>
            Updates internal criteria collection.
            </summary>
            <param name="arrSource">Conditions to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.Add(System.Int32,System.Collections.Generic.IList{Syncfusion.XlsIO.IConditionValue})">
            <summary>
            Adds required number of new wrappers to the criteria collection.
            </summary>
            <param name="count">Number of items to add.</param>
            <param name="arrSource">Source collection to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.Update(System.Int32)">
            <summary>
            Updates wrappers inside criteria collection.
            </summary>
            <param name="count">Number of wrappers to update.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.Remove(System.Int32)">
            <summary>
            Removes wrappers from criteria collection.
            </summary>
            <param name="count">Number of wrappers to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.IconSetWrapper.GetIconSet">
            <summary>
            Returns wrapped icon set.
            </summary>
            <returns>Wrapped icon set.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetWrapper.IconCriteria">
            <summary>
            Returns an IconCriteria collection which represents the set of criteria for
            an icon set conditional formatting rule.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetWrapper.IconSet">
            <summary>
            Returns or sets an IconSets collection which specifies the icon set used
            in the conditional format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetWrapper.PercentileValues">
            <summary>
            Returns or sets a Boolean value indicating if the thresholds for an icon
            set conditional format are determined using percentiles. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetWrapper.ReverseOrder">
            <summary>
            Returns or sets a Boolean value indicating if the order of icons is
            reversed for an icon set.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.IconSetWrapper.ShowIconOnly">
            <summary>
            Returns or sets a Boolean value indicating if only the icon is displayed
            for an icon set conditional format.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.ImportDTHelper.m_dataTable" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.ImportDTHelper.m_firstColumn" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.ImportDTHelper.m_firstRow" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.ImportDTHelper.m_dateStyleIndex" -->
        <member name="M:Syncfusion.XlsIO.Implementation.ImportDTHelper.#ctor(System.Data.DataTable,System.Int32,System.Int32,System.Int32)">
            <summary>
            Construct data table.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="firstRow">Row of the first cell where DataTable should be imported.</param>
            <param name="firstColumn">Column of the first cell where DataTable should be imported.</param>
            <param name="dateStyleIndex">style index of date.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.ImportDTHelper.FirstColumn" -->
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.ImportDTHelper.DataTable" -->
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.ImportDTHelper.FirstRow" -->
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.ImportDTHelper.DateStyleIndex" -->
        <member name="T:Syncfusion.XlsIO.Implementation.InteriorWrapper">
            <summary>
            Summary description for GradientWrapper.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IInterior">
            <summary>
            Interface used to get interior settings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.PatternColorIndex">
            <summary>
            Gets or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.PatternColor">
            <summary>
            Gets or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.ColorIndex">
            <summary>
            Gets or sets the color of the interior as an index value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.Color">
            <summary>
            Gets or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.Gradient">
            <summary>
            Gets gradient object for this extended format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.IInterior.FillPattern">
            <summary>
            Gets / Sets fill pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InteriorWrapper.m_xFormat">
            <summary>
            Extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InteriorWrapper.m_gradient">
            <summary>
            Gradient wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.#ctor">
            <summary>
            Creates new interior wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.#ctor(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Creates new interior wrapper.
            </summary>
            <param name="format">Extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.WrappedGradientAfterChangeEvent(System.Object,System.EventArgs)">
            <summary>
            Event handler for gradient AfterChange event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.CreateGradientWrapper">
            <summary>
            Creates gradient wrapper.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.PatternColorIndex">
            <summary>
            Gets or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.PatternColor">
            <summary>
            Gets or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.ColorIndex">
            <summary>
            Gets or sets the color of the interior as an index value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.Color">
            <summary>
            Gets or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.Gradient">
            <summary>
            Gets gradient object for this extended format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.FillPattern">
            <summary>
            Gets / Sets fill pattern.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.InteriorWrapper.AfterChangeEvent">
            <summary>
            Event raised after wrapped font changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorWrapper.Wrapped">
            <summary>
            Returns wrapped interior. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper">
            <summary>
            Class that is created when user accesses the interior in a multicell range.
            Redirects all calls to the interiors of the individual cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.m_arrCells">
            <summary>
            Array that contains all cells of the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Create new instance of object.
            </summary>
            <param name="range">Base range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.BeginUpdate">
            <summary>
            This method should be called before several updates to the object will take place.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.EndUpdate">
            <summary>
            This method should be called after several updates to the object took place.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.PatternColorIndex">
            <summary>
            Returns or sets the color of the interior pattern as an index into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.PatternColor">
            <summary>
            Returns or sets the color of the interior pattern as an Color value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.ColorIndex">
            <summary>
            Returns or sets the color of the interior. The color is specified as
            an index value into the current color palette.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.Color">
            <summary>
            Returns or sets the cell shading color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.Gradient">
            <summary>
            Returns gradient object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.InteriorArrayWrapper.FillPattern">
            <summary>
            Gets / Sets fill pattern.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.MergeCellsImpl">
            <summary>
            This class contains information about all merged
            cells in the parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergeCellsImpl.m_sheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergeCellsImpl.m_arrRecordsToParse">
            <summary>
            Contains all not parsed merge records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergeCellsImpl.m_bParsed">
            <summary>
            Indicates whether object was parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergeCellsImpl.m_arrCells">
            <summary>
            Cell range address list of all merged cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Sets application and parent fields.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves merges into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList to save all records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.FindParents">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.GetMergedExtendedFormats">
            <summary>
            Gets array of custom extended formats that represents custom merged range.
            </summary>
            <returns>Returns array of Merged extended formats.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.GetFormat(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion)">
            <summary>
            Gets extended format describing region.
            </summary>
            <param name="region">Region to get format for.</param>
            <returns>Extended format describing region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddMerge(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.ExcelMergeOperation)">
            <summary>
            Adds new merge to the existing merges.
            </summary>
            <param name="range">Range that should be merged.</param>
            <param name="operation">
            Operation type - Information on what needs to be done if some of 
            the cells are already merged.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddMerge(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,Syncfusion.XlsIO.ExcelMergeOperation)">
            <summary>
            Adds a new region if it intersects with other regions.
            If operation is Leave, the function leaves the old region. Otherwise
            it deletes old region.
            </summary>
            <param name="region">Region that will be merged.</param>
            <param name="operation">
            Operation type - tells what should be done if some of 
            the cells are already merged.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddMerge(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelMergeOperation)">
            <summary>
            Adds new region if it intersects with other regions.
            </summary>
            <param name="RowFrom">First row to merge. Zero-based.</param>
            <param name="RowTo">Last row to merge. Zero-based.</param>
            <param name="ColFrom">First column to merge. Zero-based.</param>
            <param name="ColTo">Last column to merge. Zero-based.</param>
            <param name="operation">
            Operation type - tells what should be done if some of 
            the cells are already merged.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.CombineMerge(System.Drawing.Rectangle)">
            <summary>
            Combine merge that contains a specific cell.
            </summary>
            <param name="range">
            Range of the cells to be combined.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.DeleteMerge(System.Drawing.Rectangle)">
            <summary>
            Removes merge that contains a specific cell.
            </summary>
            <param name="range">
            Range of the cells to be removed.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Clear">
            <summary>
            Clear all merges.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddMerge(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord)">
            <summary>
            Adds merge regions from the MergeCellsRecord.
            </summary>
            <param name="mergeRecord">Record with regions.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Parse">
            <summary>
            Adds merge regions from the MergeCellsRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RemoveRow(System.Int32)">
            <summary>
            Removes row from the collection.
            </summary>
            <param name="iRowIndex">Row index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RemoveRow(System.Int32,System.Int32)">
            <summary>
            Removes row(s) from the collection.
            </summary>
            <param name="rowIndex">Row index to remove.</param>
            <param name="count">Number of rows to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRow(System.Int32,System.Int32)">
            <summary>
            Inserts row to the collection.
            </summary>
            <param name="iRowIndex">Row index to insert.</param>
            <param name="iRowCount">Number of row to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RemoveColumn(System.Int32)">
            <summary>
            Removes column from the collection
            </summary>
            <param name="iColumnIndex">Column index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RemoveColumn(System.Int32,System.Int32)">
            <summary>
            Removes columns from the collection.
            </summary>
            <param name="index">Column index to remove.</param>
            <param name="count">Number of columns to remove</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertColumn(System.Int32)">
            <summary>
            Inserts column into collection.
            </summary>
            <param name="iColumnIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertColumn(System.Int32,System.Int32)">
            <summary>
            Inserts column into collection
            </summary>
            <param name="iColumnIndex">Column index to insert.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRow(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Removes or inserts one row from merges collection.
            </summary>
            <param name="iRowIndex">One-based row index to remove or insert.</param>
            <param name="isRemove">Indicates whether to remove or insert rows.</param>
            <param name="iRowCount">Count of row to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumn(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Removes or inserts one column from merges collection.
            </summary>
            <param name="iColumnIndex">One-based column index to remove.</param>
            <param name="isRemove">Indicates whether to remove or insert rows.</param>
            <param name="iCount">Number of columns to insert or remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.CopyMoveMerges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Moves merges from source range into destination.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="bIsMove">Indicates whether we are moving merges (true) or copying (false).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.FindMergesToCopyMove(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Finds all merged ranges for specific range.
            </summary>
            <param name="range">Range to find merges in.</param>
            <param name="bIsMove">Indicates whether delete merges from the collection is needed or not.</param>
            <returns>Merges list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.CacheMerges(Syncfusion.XlsIO.IRange,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion})">
            <summary>
            Caches range's merges.
            </summary>
            <param name="range">Range for which we have to cache merged regions.</param>
            <param name="lstRegions">List to save merges in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.CheckRegion(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,Syncfusion.XlsIO.IRange)">
            <summary>
            Checks whether specified region is fully inside range.
            </summary>
            <param name="region">Region to check.</param>
            <param name="range">Range to check.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RemoveCache(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion})">
            <summary>
            Removes all cached items from this collection.
            </summary>
            <param name="lstRegions">Cached items to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddCache(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion},System.Int32,System.Int32)">
            <summary>
            Adds cache into collection.
            </summary>
            <param name="lstRegions">List with merge regions to add.</param>
            <param name="iRowDelta">Row delta.</param>
            <param name="iColDelta">Column delta.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.AddMerges(System.Collections.IDictionary,System.Int32,System.Int32)">
            <summary>
            Adds dictionary with that describes merge region to the collection.
            </summary>
            <param name="dictMerges">
            Regions to add, key - top-left cell index, value - bottom-right cell index.
            </param>
            <param name="iRowDelta">Row delta.</param>
            <param name="iColumnDelta">Column delta.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.GetLeftTopCell(System.Drawing.Rectangle)">
            <summary>
            Finds left top cell of merged region.
            </summary>
            <param name="rect">Merged region rectangle.</param>
            <returns>Left top cell range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Clone(System.Object)">
            <summary>
            Creates a copy of the current object.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.CloneList(System.Collections.Generic.List{System.Drawing.Rectangle})">
            <summary>
            Creates copy of the specified list.
            </summary>
            <param name="list">List to clone.</param>
            <returns>A copy of the specified list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.SetNewDimensions(System.Int32,System.Int32)">
            <summary>
            Sets new dimensions - removes unnecessary items (that are out of bounds) or truncates them.
            </summary>
            <param name="newRowCount">New maximum possible row count.</param>
            <param name="newColumnCount">New maximum possible column count.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.FindMergedRegion(System.Drawing.Rectangle)">
            <summary>
            Finds merged region for specific cell.
            </summary>
            <param name="rectangle">Cell range address.</param>
            <returns>Merged region that includes specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.RectangleToMergeRegion(System.Drawing.Rectangle)">
            <summary>
            Converts rectangle to merged region.
            </summary>
            <param name="rect">Rectangle to convert.</param>
            <returns>Merged region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRowLower(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes row into the merge region before first row.
            </summary>
            <param name="region">Region to modify after insert/remove row operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRowStart(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes row into region the merge at the first row.
            </summary>
            <param name="region">Region to modify after insert/remove row operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRowMiddleEnd(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes row into the merge region in the middle or at the end of the range.
            </summary>
            <param name="region">Region to modify after insert/remove row operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRowAbove(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32)">
            <summary>
            Inserts or removes row after end of the region.
            </summary>
            <param name="region">Region to modify after insert/remove row operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveRow(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Int32,System.Boolean,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes row.
            </summary>
            <param name="region">Region to modify after insert/remove row operation.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumnLower(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes column into the merge region before first column.
            </summary>
            <param name="region">Region to modify after insert/remove column operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iCount">Number of columns to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumnStart(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes column into the merge region at the first column.
            </summary>
            <param name="region">Region to modify after insert/remove column operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iCount">Number of columns to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumnMiddleEnd(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Inserts or removes column into the merge region in the middle or at the end of the range.
            </summary>
            <param name="region">Region to modify after insert/remove column operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="iCount">Number of columns to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumnAbove(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Boolean,System.Int32)">
            <summary>
            Inserts or removes column after end of the region.
            </summary>
            <param name="region">Region to modify after insert/remove column operation.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iCount">Number of columns to insert.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.InsertRemoveColumn(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Int32,System.Boolean,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="region">Region to modify after insert/remove column operation.</param>
            <param name="iColumnIndex">Column index.</param>
            <param name="isRemove">Indicates whether it is remove operation.</param>
            <param name="iCount">Number of columns to insert.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Modified region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.NormalizeRow(System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Ensures that row index is in correct range.
            </summary>
            <param name="iRowIndex">Row index to check.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Row index from the correct range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MergeCellsImpl.NormalizeColumn(System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Ensures that column index is in correct range.
            </summary>
            <param name="iColumnIndex">Column index to check.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Column index from the correct range.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergeCellsImpl.MergeCount">
            <summary>
            Number of merges in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergeCellsImpl.MergedRegions">
            <summary>
            Collection of all merged regions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Item(System.Drawing.Rectangle)">
            <summary>
            Returns single merge region from the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergeCellsImpl.Item(System.Int32)">
            <summary>
            Returns single merge region from the collection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.MigrantRangeImpl">
            <summary>
            Summary description for MigrantRangeImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangeImpl">
            <summary>
            Represents a cell, a row, a column, collection of cells or a 3-D range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat.Row">
            <summary>
            Row zero-based index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat.Column">
            <summary>
            Column zero-based index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat.ExtendedFormatIndex">
            <summary>
            Index of extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat.TypeCode">
            <summary>
            Returns type code. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DATE_FORMAT">
            <summary>
            Default format for date values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_TIME_FORMAT">
            <summary>
            Default format for time values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_UK_DATETIME_FORMAT">
            <summary>
            Default format for date time values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DATETIME_INDEX">
            <summary>
            Default date time index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_OLE_DOUBLE">
            <summary>
            Default OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_MAX_DOUBLE">
            <summary>
            Maximum OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_NUMBER_FORMAT">
            <summary>
            Default format for number values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_TEXT_FORMAT">
            <summary>
            Default format for text values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_GENERAL_FORMAT">
            <summary>
            General format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_FORMULAARRAY_FORMAT">
            <summary>
            Format for array-entered formula representation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_SINGLECELL_ERROR">
            <summary>
            Error message when method that should be called only for single-cell Ranges
            was called for Range with multiple cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DEFAULT_STYLE">
            <summary>
            Default style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_NORMAL_STYLE_INDEX">
            <summary>
            Index of extended format for normal style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_WRAPTEXT_VALUE">
            <summary>
            Default format for WrapText values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_EMPTY_DIGIT">
            <summary>
            Whitspace for the numberformat.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_OPEN_BRACE">
             <summary>
            Open brace for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_EQUIVALENT">
             <summary>
            Equivalent symbol for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AMPERSAND">
             <summary>
            Ampersand symbol for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_CELL_NAME_SEPARATER">
            <summary>
            Represents default cell name separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_R1C1_COLUMN">
            <summary>
            Column section start in the R1C1 reference string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_R1C1_ROW">
            <summary>
            Row section start in the R1C1 reference string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_R1C1_OPENBRACKET">
            <summary>
            Opening bracket for relative row / column index in the R1C1 reference mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_R1C1_CLOSEBRACKET">
            <summary>
            Closing bracket for relative row / column index in the R1C1 reference mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_R1C1_FORMAT">
            <summary>
            Local address format in R1C1-style notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_MIN_OADATE">
            <summary>
            Maximum OADate value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AUTOFORMAT_NUMBER_INDEX">
            <summary>
            Represents default number format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AUTOFORMAT_NUMBER_INDEX_1">
            <summary>
            Represents first number format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AUTOFORMAT_NUMBER_INDEX_2">
            <summary>
            Represents second number format index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.ColumnBitsInCellIndex">
            <summary>
            Number of bits in cell index that holds column value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.ArrayFormulaXFFlag">
            <summary>
            Defines whether to set XF index in SetFormulaArrayRecord method.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.SingleQuote">
            <summary>
            Defines the singleQuote.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.NEW_LINE">
            <summary>
            Defines a new line character 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_PERCENTAGE_FORMAT">
             <summary>
            Default percentage number format .
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DECIMAL_PERCENTAGE_FORMAT">
             <summary>
            Default decimal percentage number format .
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_EXPONENTIAL_FORMAT">
             <summary>
            Default exponential number format .
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_CULTUREINFO_TIMETOKEN">
             <summary>
            Default culture info time token
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_TIMETOKEN_FORMAT">
             <summary>
            Default time token number format .
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.UKCultureName">
            <summary>
            Represents the UK culture Name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DATETIMECELLTYPES">
            <summary>
            Cell types that can contain date time values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AUTOFORMAT_RIGHT">
            <summary>
            Represents auto format types, that contain right horizontal alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_AUTOFORMAT_NUMBER">
            <summary>
            Represents auto format types, that contain number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_MIN_DATETIME">
            <summary>
            Minimum supported date time value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.MinAllowedDateTicks">
            <summary>
            Minimum supported date time value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.DEF_DATETIME_FORMULA">
             <summary>
            Represents the list of date time formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_worksheet">
            <summary>
            Reference on worksheet to which current Range belongs to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_book">
            <summary>
            Reference on workbook to which worksheet and current Range belong to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_iLeftColumn">
            <summary>
            Index of the left column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_iRightColumn">
            <summary>
            Index of the right column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_iTopRow">
            <summary>
            Index of the top row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_iBottomRow">
            <summary>
            Index of the bottom row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_bIsNumReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_bIsMultiReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_bIsStringReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_cells">
            <summary>
            This array stores references of all cells that this
            Range represents.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_style">
            <summary>
            Style wrapper for this Range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_bCells">
            <summary>
            True - indicates that cells collection was filled before, otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_dataValidation">
            <summary>
            Represents data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.dateSeperator">
            <summary>
            Defines a date separator of current culture
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.timeSeparator">
            <summary>
            Defines a time separator of current culture
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_rtfString">
            <summary>
            Represents RTF string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_isEntireRow">
            <summary>
            True if it is Entire row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_isEntireColumn">
            <summary>
            True if it is Entire column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_hasDefaultFormat">
            <summary>
            False if Number format is set in run time
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_outlineWrapperUtility">
            <summary>
            Represents the OutlineWrapperUtility object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_noOfSubtotals">
            <summary>
            Number of subtotal in a specific Range
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl._stringformat">
            <summary>
            String format for the text to be measured in UpdateText method.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.m_bAutofitText">
            <summary>
            A boolean variable that indicates if display text of this range is called from AutoFitColumns().
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCultureFormat(System.String,System.Double,Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Get DateTime based on culture
            </summary>
            <param name="result">Display text.</param>
            <param name="dNumber">The cell value.</param>
            <param name="numberFormat">The format impl.</param>
            <returns></returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCultureDateTime(System.Globalization.CultureInfo,System.DateTime)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckOSSpecificDateFormats(Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Checks the OS specific formats.
            </summary>
            <param name="InnerNumberFormat">The inner number format.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateStyleForEntireRowEntireColumn">
            <summary>
            Create style for Entire row or Entire column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckFormulaArraysNotSeparated(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord})">
            <summary>
            Checks if all formula arrays partially contained by this Range
            or fully contained by this Range. Read-only.
            </summary>
            <param name="colFormulas">Collection of array formula records.</param>
            <returns>Value indicating whether all formula arrays partially contained by this Range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CurrentStyleNumber(System.String)">
            <summary>
            Returns number from the style name, i.e. Normal_1 result is 1.
            </summary>
            <param name="pre">Style name.</param>
            <returns>Parsed number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnLastColumnChanged">
            <summary>
            Called after changing last column index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnFirstColumnChanged">
            <summary>
            Called after changing first column index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnLastRowChanged">
            <summary>
            Called after changing last row index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnFirstRowChanged">
            <summary>
            Called after changing first row index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnStyleChanged(Syncfusion.XlsIO.Implementation.RangeImpl.TCellType)">
            <summary>
            Called after changing style of the Range.
            </summary>
            <param name="oldType">Cell type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnValueChanged(System.String,System.String)">
            <summary>
            Called after changing of value.
            </summary>
            <param name="old">Old value.</param>
            <param name="value">New value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.DetectAndSetFractionValue(System.String)">
            <summary>
            The specified value is detected for fraction value and set to Value property.
            </summary>
            <param name="value">The value assigned to <see cref="P:Syncfusion.XlsIO.Implementation.RangeImpl.Value"/> property.</param>
            <returns>True if the specified value is a fraction. Otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetTimeFormat(System.String)">
            <summary>
            sets the time number format based on value.
            </summary>
            <param name="value">Value to check the time format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckApostrophe(System.String)">
            <summary>
            Checks whether first symbol is apostrophe and sets appropriate cell style.
            </summary>
            <param name="value">Value to check.</param>
            <returns>Updated string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ObjectToDouble(System.Object)">
            <summary>
            Converts object to double if possible.
            </summary>
            <param name="value">Object to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ToggleGroup(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean,System.Boolean)">
            <summary>
            Group or ungroup current Range.
            </summary>
            <param name="groupBy">Should we perform operation on rows or columns?</param>
            <param name="isGroup">If True then group, otherwise ungroup.</param>
            <param name="bCollapsed">Indicates whether created group should be collapsed.</param>
            <returns>This Range after grouping / ungrouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateRowColumn(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelGroupBy,System.Boolean,System.Boolean)">
             <summary>
            Updates the  group into collection.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GroupRowColumn(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelGroupBy)">
             <summary>
            Adds the row/Ccolumn level into collection.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UngroupRowColumn(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelGroupBy)">
             <summary>
            Ungroup the row/Column level.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRowOutline(System.Int32)">
            <summary>
            Returns Row outline from collection.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Row information.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
             <summary>
             Creates subtotals for the Range.
             </summary>
             <param name="groupBy">Column index based on which grouping should be done.</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of column indexes on which subtotal is calculated.</param>
             <example>
             The following code illustrates how to subtotal the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the Range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the Range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal(0, ConsolidationFunction.Sum, new int[] { 2, 3, 4 });
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Creates subtotals for the Range with the specified formatting flags.
             </summary>
             <param name="groupBy">Column index based on which grouping should be done</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of column indexes on which subtotal is calculated.</param>
             <param name="replace">Indicates whether existing SubTotal must be replaced.</param>
             <param name="pageBreaks">Indicates whether page break must be inserted.</param>
             <param name="summaryBelowData">Indicates whether SummaryBelowData to be shown</param>
             <example>
             The following code illustrates how to subtotal the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the Range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the Range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal(0, ConsolidationFunction.Sum, new int[] { 2, 3, 4 }, false, true, true);
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Creates subtotals for the Range with multiple group by columns and the specified formatting flags.
             </summary>
             <param name="groupBy">Column indexes based on which grouping is done. Given in the order of subtotal levels</param>
             <param name="function">Represents a consolidation function to be applied.</param>
             <param name="totalList">List of columns on which subtotal is calculated</param>
             <param name="replace">Replaces Existing SubTotal</param>
             <param name="pageBreaks">Inserts PageBreaks</param>
             <param name="summaryBelowData">SummaryBelowData to be shown</param>
             <example>
             The following code illustrates how to subtotal the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
            
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Set the Range for subtotaling
             IRange range = worksheet.Range["C3:G12"];
            
             //Perform subtotals for the Range with every change in first column
             //and subtotals to be included for specified list of columns
             range.SubTotal( new int[] { 1, 2 }, ConsolidationFunction.Sum, new int[] { 2, 3, 4 }, false, true, true);
            
             workbook.SaveAs("Subtotal.xlsx");
             workbook.Close();
             excelEngine.Dispose();          
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColumnOutline(System.Int32)">
            <summary>
            Returns Column from collection.
            </summary>
            <param name="iColumnIndex">One-based column index. </param>
            <returns>Column information.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetWorksheetSize">
            <summary>
            Sets dimensions of parent worksheet to fit this Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetWorkbook(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Sets the workbook.
            </summary>
            <param name="book">The book.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetOrCreateOutline(Syncfusion.XlsIO.ExcelGroupBy,System.Collections.IDictionary,System.Int32,System.Boolean)">
            <summary>
            Return outline from the dictionary that corresponds to the specified index,
            creates new one if necessary.
            </summary>
            <param name="groupBy">
            Indicates whether row outline or column outline
            should be returned from the collection.
            </param>
            <param name="information">Collection of outlines.</param>
            <param name="iIndex">Index of the needed outline.</param>
            <param name="bThrowExceptions">
            Indicates whether exeption should be thrown when incorrect index passed
            or just return Null value.
            </param>
            <returns>Outline from the collection or newly created one.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetDisplayString">
            <summary>
            Returns display text.
            </summary>
            <returns>Value representing displayed string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseNumberFormat">
            <summary>
            Parses the number format.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckUnnecessaryChar(System.String)">
            <summary>
            Checks the unnecessary char.
            </summary>
            <param name="splitFormat">The split format.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetDateTime">
            <summary>
            Returns DataTime value of the record.
            </summary>
            <returns>DataTime value of the record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetDateTime(System.DateTime)">
            <summary>
            Fills internal BiffRecord with data from specified DateTime.
            </summary>
            <param name="value">DateTime with Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetTimeSpan(System.TimeSpan)">
            <summary>
            Fills internal BiffRecord with data from specified DateTime.
            </summary>
            <param name="time">DateTime with Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNumber">
            <summary>
            Returns number value from the cell if possible.
            </summary>
            <returns>Stored number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetNumber(System.Double)">
            <summary>
            Fills internal BiffRecord with data from specified number.
            </summary>
            <param name="value">Number with Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetNumberAndFormat(System.Double,System.Boolean)">
            <summary>
            Fills internal BiffRecord with data from specified number.
            </summary>
            <param name="value">Number with Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateNumberRecord(System.Double)">
            <summary>
            Creates correct record that can store specified number.
            </summary>
            <param name="value">Value to store.</param>
            <returns>Created record with number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetBoolean(System.Boolean)">
            <summary>
            Fills internal BiffRecord with data with specified boolean value.
            </summary>
            <param name="value">Boolean with Range value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetError(System.String)">
            <summary>
            Fills internal BiffRecord with data with specified error value.
            </summary>
            <param name="strError">String with error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetErrorCodeByString(System.String)">
            <summary>
            Gets error code by error string. 
            </summary>
            <param name="strError">Represents error string.</param>
            <returns>Returns error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormula(System.String)">
            <summary>
            Sets formula value to the current Range.
            </summary>
            <param name="value">Formula value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormula(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)">
            <summary>
            Sets formula value to the current Range.
            </summary>
            <param name="value">Formula value.</param>
            <param name="hashWorksheetNames">
            Dictionary with new worksheet names (to copy worksheet's
            into workbook's and merging workbooks).
            </param>
            <param name="bR1C1">Indicates whether R1C1-style notation is used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Copies formula record.
            </summary>
            <param name="record">Record to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetChanged">
            <summary>
            Called after any changes in the Range.
            Sets Saved property of the parent workbook to false.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckRange(System.Int32,System.Int32)">
            <summary>
            Checks if specified cell has correct row and column index.
            </summary>
            <param name="row">Index of the row of the cell.</param>
            <param name="column">Index of the column of the cell.</param>
            <exception cref="T:System.ArgumentException">
            When row or column is less than 1 or column is greater than maximum possible column index
            (it is 256 for Excel 2003, and 16384 for Excel 2007).
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindWorksheet(System.String)">
            <summary>
            Searches for specified worksheet in the parent workbook.
            </summary>
            <param name="sheetName">Name of the worksheet to search.</param>
            <returns>Found worksheet.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If there is no such worksheet in the parent workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ReparseFormulaString">
            <summary>
            Reparses formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MoveCellsUp(Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Moves cell one row up.
            </summary>
            <param name="options">Options for cell copying.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MoveCellsLeft(Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Moves cell one column left.
            </summary>
            <param name="options">Options for cell copying.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseLabelSST(Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord)">
            <summary>
            Parses LabelSST record.
            </summary>
            <param name="label">Record to parse.</param>
            <returns>Parsed string without formatting.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Parses <see cref="T:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord"/>.
            </summary>
            <param name="formula">Record to parse.</param>
            <returns>Parsed string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Boolean)">
            <summary>
            Parses <see cref="T:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord"/> with R1C1ReferenceStyle notation flag.
            </summary>
            <param name="formula">Record to parse.</param>
            <param name="bR1C1ReferenceStyle">
            Indicates whether to return formula string in R1C1-style notation.
            </param>
            <returns>Parsed string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetRowHeight(System.Double,System.Boolean)">
            <summary>
            Sets row height.
            </summary>
            <param name="value">Value to set.</param>
            <param name="bIsBadFontHeight">Indicates whether font and row height are not compatible.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetRowHeight(System.Double,System.Boolean,System.Boolean)">
            <summary>
            Sets row height.
            </summary>
            <param name="value">Value to set.</param>
            <param name="bIsBadFontHeight">Indicates whether font and row height are not compatible.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateRichTextString">
            <summary>
            Creates rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.TryCreateValue2">
            <summary>
            Tries to create Value2.
            </summary>
            <returns>Value2 value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.DetectAndSetBoolErrValue(System.String)">
            <summary>
            Detects whether specified value is error or boolean and tries to parse it.
            </summary>
            <param name="strValue">String to parse.</param>
            <returns>True if value type was detected and value was parsed correctly.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetLabelSSTIndex(System.Int32)">
            <summary>
            Sets index in the LabelSST record.
            </summary>
            <param name="index">New index value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.TryRemoveFormulaArrays">
            <summary>
            Tries to remove all formula arrays from this Range.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.InvalidRangeException">
            Thrown when it's impossible to remove array formula.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetDataValidation(Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Sets data validation for the Range.
            </summary>
            <param name="dv">Data validation to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BlankCell">
            <summary>
            Blanks cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AddComment(Syncfusion.XlsIO.ICommentShape)">
            <summary>
            Adds copy of the comment.
            </summary>
            <param name="comment">Comment to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetParent(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Sets new parent.
            </summary>
            <param name="parent">Parent to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates named Ranges indexes.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates record and sets Range data in it.
            </summary>
            <param name="recordType">Record type to create.</param>
            <returns>Newly created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateRecordWithoutAdd(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates record and sets Range data in it.
            </summary>
            <param name="recordType">Record type to create.</param>
            <returns>Newly created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateRange(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
             Updates Range.
            </summary>
            <param name="iFirstRow">First row index.</param>
            <param name="iFirstColumn">First column index.</param>
            <param name="iLastRow">Last row index.</param>
            <param name="iLastColumn">Last column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.TryParseDateTime(System.String,System.DateTime@)">
            <summary>
            Tries to convert string into datetime value.
            </summary>
            <param name="value">String to parse.</param>
            <param name="dateValue">Converted value.</param>
            <returns>True if conversion succeeded, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetDateSeperator">
            <summary>
            Identifies the Date separator
            </summary>
            <returns> returns a date seperator</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetTimeSeperator">
            <summary>
            Identifies the time separator
            </summary>
            <returns> Returns a time seperator</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseR1C1Reference(System.String)">
            <summary>
            Parses R1C1 reference.
            </summary>
            <param name="strReference">Reference to parse.</param>
            <returns>Range that corresponds to the string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseR1C1Expression(System.String,System.Drawing.Rectangle,System.Boolean)">
            <summary>
            Parses R1C1 expression
            </summary>
            <param name="strName">String to parse.</param>
            <param name="rec">Represents rectangle of coordinates.</param>
            <param name="bIsFirst">Indicates is it first expression.</param>
            <returns>Returns rectangle with updated coordinates.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetIndexFromR1C1(System.String,System.Boolean)">
            <summary>
            Parses index string in R1C1 style and evaluates absolute row or column index.
            </summary>
            <param name="strValue">Value to parse.</param>
            <param name="bRow">Indicates whether this is row or column index.</param>
            <returns>Parsed row or column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetFormulaArray(System.Boolean)">
            <summary>
            Converts array-entered formula to string..
            </summary>
            <param name="bR1C1">Indicates whether R1C1-style notation must be used.</param>
            <returns>String representation of the array-entered formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormulaArray(System.String,System.Boolean)">
            <summary>
            Sets array-entered formula.
            </summary>
            <param name="value">String representation of the formula.</param>
            <param name="bR1C1">Indicates whether R1C1-style notation is used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormulaArrayRecord(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord)">
            <summary>
            Sets array formula record.
            </summary>
            <param name="record">Formula array record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetFormulaArrayRecord(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,System.Int32)">
            <summary>
            Sets array formula record with extended format index.
            </summary>
            <param name="record">Formula array record.</param>
            <param name="iXFIndex">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateRecord(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,Syncfusion.XlsIO.Implementation.RangeImpl,System.Int32)">
            <summary>
            Updates record with new position and extended format record if necessary.
            </summary>
            <param name="record">Record to update.</param>
            <param name="cell">Cell to get data from.</param>
            <param name="iXFIndex">XF index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.NormalizeRowIndex(System.Int32,System.Int32,System.Int32)">
            <summary>
            Normalizes row index.
            </summary>
            <param name="iRow">One-based row index to normalize.</param>
            <param name="iStartCol">First column.</param>
            <param name="iEndCol">Last column.</param>
            <returns>Normalized row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.NormalizeColumnIndex(System.Int32,System.Int32,System.Int32)">
            <summary>
            Normalizes row index.
            </summary>
            <param name="iColumn">One-based column index to normalize.</param>
            <param name="iStartRow">First row.</param>
            <param name="iEndRow">Last row.</param>
            <returns>Normalized column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindDataValidation">
            <summary>
            Searches for corresponding data validation.
            </summary>
            <returns>Found data validation or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.PartialClear">
            <summary>
            Partially clear Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetBorderToSingleCell(Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets border to single cell.
            </summary>
            <param name="borderIndex">Represents border index.</param>
            <param name="borderLine">Represents border line type.</param>
            <param name="borderColor">Represents border line color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CollapseExpand(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean,Syncfusion.XlsIO.ExpandCollapseFlags)">
            <summary>
            Collapses or expands this group.
            </summary>
            <param name="groupBy">Should we perform operation on rows or columns?</param>
            <param name="isCollapsed">Indicates desired group state. If it is True then group should be collapsed, otherwise expanded.</param>
            <param name="flags">Flag indicating collapse or expand settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CollapseExpand(System.Boolean,System.Int32,System.Int32,System.Int32,System.Boolean,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter,Syncfusion.XlsIO.ExpandCollapseFlags)">
            <summary>
            Collapses or expands group.
            </summary>
            <param name="isCollapsed">Indicates whether group is collapsed.</param>
            <param name="iStartIndex">Represents start index.</param>
            <param name="iEndIndex">Represents end index.</param>
            <param name="iMaxIndex">Represents maximum index.</param>
            <param name="bLastIndex">Indicates whether last index.</param>
            <param name="outlineGetter">Provides outline information.</param>
            <param name="flags">Flag for expand or collapse setting.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetHiddenState(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter,System.Boolean)">
            <summary>
            Sets hidden state.
            </summary>
            <param name="iStartIndex">Represents starting index.</param>
            <param name="iEndIndex">Represents ending index.</param>
            <param name="outlineGetter">Provides Outline information.</param>
            <param name="state">Value indicating whether outline is hidden</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ExpandOutlines(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter,System.Boolean,System.Boolean)">
            <summary>
            Expands outlines.
            </summary>
            <param name="iStartIndex">Represents starting index.</param>
            <param name="iEndIndex">Represents end index.</param>
            <param name="outlineGetter">Provides outline information.</param>
            <param name="includeSubgroups">Value indicating whether to include sub groups</param>
            <param name="bLastIndex">Value indicating whether last index</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.IsParentGroupVisible(System.Int32@,System.Int32@,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter)">
            <summary>
            Determines whether parent outline group is visible or not.
            </summary>
            <param name="iStartIndex">Start index of the child group.</param>
            <param name="iEndIndex">End index of the child group.</param>
            <param name="iMaxIndex">Maximum possible outline index.</param>
            <param name="outlineGetter">Method that is used to get outline by index.</param>
            <returns>True if parent group is visible.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirstWithLowerLevel(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter)">
            <summary>
            Searches for the first outline with lower level (parent).
            </summary>
            <param name="startIndex">Start index to search from.</param>
            <param name="delta">Delta to add to outline index after each iteration (direction).</param>
            <param name="maximum">Maximum possible outline index.</param>
            <param name="outlineGetter">Method that is used to get outline by index.</param>
            <returns>Found outline index with lower level or -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindGroupEdge(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter,System.Int32)">
            <summary>
            Searches for the edge of the group.
            </summary>
            <param name="startIndex">Start index to search from.</param>
            <param name="delta">Delta to add to the index at each iteration.</param>
            <param name="maximum">Maximum possible outline index.</param>
            <param name="outlineGetter">Method that is used to get outline by index.</param>
            <param name="parentGroupLevel">Outline level of the group to find edge for.</param>
            <returns>Index of the parent group start.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindVisibleOutline(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter,System.Int32)">
            <summary>
            Searches for the first visible outline of the required level.
            </summary>
            <param name="startIndex">Start index to search.</param>
            <param name="endIndex">End index to search.</param>
            <param name="outlineGetter">Method that is used to get outline by index.</param>
            <param name="outlineLevel">Outline level to check.</param>
            <returns>Index of the first found visible outline.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetUniqueValues(Syncfusion.XlsIO.PivotDataType@)">
            <summary>
            Gets the unique values.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <returns>Gets the list of unique values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetFormulaValue(Syncfusion.XlsIO.PivotDataType@,System.Int32,System.Int32,System.Boolean@)">
            <summary>
            Gets the formula value.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <param name="row">Represents the row to fetch the value.</param>
            <param name="column">Represents the column to fetch the value.</param>
            <param name="isString">if set to <c>true</c> [is string].</param>
            <returns>Returns the formula value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetFormulaValue(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Gets the formula value.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <param name="row">Represents the row to fetch the value.</param>
            <param name="column">Represents the column to fetch the value.</param>
            <param name="isString">if set to <c>true</c> [is string].</param>
            <returns>Returns the formula value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatPattern(Syncfusion.XlsIO.ExcelKnownColors,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets auto format pattern.
            </summary>
            <param name="color">Represents pattern color.</param>
            <param name="iRow">Represents first row.</param>
            <param name="iLastRow">Represents last row.</param>
            <param name="iCol">Represents first column.</param>
            <param name="iLastCol">Represents last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatPattern(Syncfusion.XlsIO.ExcelKnownColors,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelKnownColors,Syncfusion.XlsIO.ExcelPattern)">
            <summary>
            Sets auto format pattern.
            </summary>
            <param name="color">Represents pattern color.</param>
            <param name="iRow">Represents first row.</param>
            <param name="iLastRow">Represents last row.</param>
            <param name="iCol">Represents first column.</param>
            <param name="iLastCol">Represents last column.</param>
            <param name="patCol">Represents pattern color.</param>
            <param name="pat">Represents cell pattern.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatPatterns(Syncfusion.XlsIO.ExcelAutoFormat)">
            <summary>
            Sets auto format patterns.
            </summary>
            <param name="type">Represents auto format type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetListAutoFormatPattern(System.Boolean,Syncfusion.XlsIO.ExcelKnownColors,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets auto format pattern for list_1 or list_2 types.
            </summary>
            <param name="bIsList_1">Indicates if it is list_1 auto format type.</param>
            <param name="foreCol">Represents default fore color.</param>
            <param name="backColor">Represents default back color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatAlignments(Syncfusion.XlsIO.ExcelAutoFormat)">
            <summary>
            Sets auot format alignment.
            </summary>
            <param name="type">Represents auto format type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatAlignment(Syncfusion.XlsIO.ExcelHAlign,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets auto format alignment.
            </summary>
            <param name="align">Represents align.</param>
            <param name="iRow">Represents first row.</param>
            <param name="iLastRow">Represents last row.</param>
            <param name="iCol">Represents first column.</param>
            <param name="iLastCol">Represents last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatWidthHeight(Syncfusion.XlsIO.ExcelAutoFormat)">
            <summary>
            Sets auto format width height.
            </summary>
            <param name="type">Represents auto format type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatNumbers(Syncfusion.XlsIO.ExcelAutoFormat)">
            <summary>
            Sets auto format number.
            </summary>
            <param name="type">Represents auto format type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorder(Syncfusion.XlsIO.ExcelAutoFormat,System.Boolean,System.Boolean)">
            <summary>
            Sets auto format font border.
            </summary>
            <param name="type">Represents auto format type.</param>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatSimpleFontBorder(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format simple font border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderClassic_1(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Classic_1 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderClassic_2(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Classic_2 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderClassic_3(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Classic_3 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderAccounting_1(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Accounting_1 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderAccounting_2(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Accounting_2 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderAccounting_3(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Accounting_3 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFontBorderAccounting_4(System.Boolean,System.Boolean)">
            <summary>
            Sets auto format Accounting_4 font and border.
            </summary>
            <param name="bIsFont">Indicates if set font object.</param>
            <param name="bIsBorder">Indicates if set borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormatFont(Syncfusion.XlsIO.IFont,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets auto format font.
            </summary>
            <param name="font">Represents font object.</param>
            <param name="iRow">Represents first row.</param>
            <param name="iLastRow">Represents last row.</param>
            <param name="iCol">Represents first column.</param>
            <param name="iLastCol">Represents last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class with specified <see cref="T:Syncfusion.XlsIO.IApplication"/> and parent objects.
            </summary>
            <param name="application">Represents application object for the Range.</param>
            <param name="parent">Represents parent object for the Range.</param>
            <exception cref="T:System.ApplicationException">
            The parent worksheet or workbook cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class with specified <see cref="T:Syncfusion.XlsIO.IApplication"/> and Parent objects from stream.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="reader">Stream with Range data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class from Biff records from its specified position.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="data">Array of BiffRecordRaws which contains record for the Range.</param>
            <param name="position">Index of record for the Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class from Biff records from its specified position as a reference.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="data">
            Array of BiffRecordRaws which contains record for the Range.
            </param>
            <param name="position">Index of record for the Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@,System.Boolean)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class from Biff records from its specified position with ignore style flag.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="data">
            Array of BiffRecordRaws which contains record for the Range.
            </param>
            <param name="position">Index of record for the Range.</param>
            <param name="ignoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32@,System.Boolean)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class from collection of Biff records from its specified position with ignore style flag.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="data">Array of BiffRecordRaws which contains record for the Range.</param>
            <param name="position">Index of record for the Range.</param>
            <param name="ignoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class with specified top-left and bottom-right corners.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="firstRow">First row of the Range.</param>
            <param name="lastRow">Last row of the Range.</param>
            <param name="firstCol">First column of the Range.</param>
            <param name="lastCol">Last column of the Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class with specified row and column.
            </summary>
            <param name="application">Application object for the Range.</param>
            <param name="parent">Parent object for the Range.</param>
            <param name="row">Row index for the Range.</param>
            <param name="column">Column index for the Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Boolean)">
            <summary>
            Creates an new instances of the <see cref="T:Syncfusion.XlsIO.Implementation.RangeImpl"/> class with specified <see cref="T:Syncfusion.XlsIO.IApplication"/> ,Parent objects and ignore style flag from stream.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="record">Range record.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.InfillCells">
            <summary>
            Fill internal collection by references on cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ResetCells">
            <summary>
            Clears internal cells array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Dispose">
            <summary>
            Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetParents(System.Object)">
            <summary>
            Searches for all necessary parents.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recover Region from the stream.
            </summary>
            <param name="reader">BiffReader with Range record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32@)">
            <summary>
            Recover region from array of Biff Records and position in it.
            </summary>
            <param name="data">Array of BiffRecordRaws that contains Range record.</param>
            <param name="position">Position of Range record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Parse(System.Collections.IList,System.Int32@,System.Boolean)">
            <summary>
            Recover region from array of Biff Records and position in it with ignore style flag.
            </summary>
            <param name="data">Array of BiffRecordRaws that contains Range record.</param>
            <param name="position">Position of Range record.</param>
            <param name="ignoreStyles">Indicates whether to ignore style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseDouble(Syncfusion.XlsIO.Parser.Biff_Records.IDoubleValue)">
            <summary>
            Parses double value accordingly to format string.
            </summary>
            <param name="value">Value to parse.</param>
            <returns>Parsed value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseBlank(Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord)">
            <summary>
            Parses <see cref="T:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord"/>.
            </summary>
            <param name="blank">BlankRecord to parse.</param>
            <returns>Blank string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ReParseFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Reparses <see cref="T:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord"/>.
            </summary>
            <param name="formula">Record to reparse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord,System.Collections.IList,System.Int32@)">
            <summary>
            Parses FormulaRecord.
            </summary>
            <param name="formula">FormulaRecord to parse.</param>
            <param name="data">List with Biff records.</param>
            <param name="pos">Position of formula in the list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseBoolError(Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord)">
            <summary>
            Parses <see cref="T:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord"/>.
            </summary>
            <param name="error">BoolErrRecord to parse.</param>
            <returns>Extracted BoolError record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseRString(Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord)">
            <summary>
            Parses RStringRecord.
            </summary>
            <param name="rstring">RStringRecord to parse.</param>
            <returns>Blank string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AddRemoveEventListenersForNameX(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Adds listener for the NameXIndexChanged event
            if there is NameXPtg in the formula.
            </summary>
            <param name="parsedFormula">Parsed formula.</param>
            <param name="iBookIndex">Workbook index.</param>
            <param name="iNameIndex">Name index.</param>
            <param name="bAdd">Indicates whether event handler should be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachDetachNameIndexChangedEvent(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChangedEventHandler,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Attaches handler to NameIndexChanged event.
            </summary>
            <param name="book">Workbook with name.</param>
            <param name="handler">Event handler.</param>
            <param name="parsedFormula">Parsed formula.</param>
            <param name="iBookIndex">Workbook index.</param>
            <param name="iNewIndex">New index.</param>
            <param name="bAdd">Indicates whether event handler should be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachDetachExternNameEvent(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChangedEventHandler,System.Collections.Generic.Dictionary{System.Int64,System.Object},System.Boolean)">
            <summary>
            Attaches index changed event handler to extern name collection.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="namex">NamexPtg that identifies named Range.</param>
            <param name="iBookIndex">Workbook index.</param>
            <param name="iNewIndex">NamedRange index to attach to.</param>
            <param name="handler">Event handler.</param>
            <param name="indexes">Dictionary with indexes of named Range that already have attached event.</param>
            <param name="bAdd">Indicates whether event handler should be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachDetachLocalNameEvent(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChangedEventHandler,System.Collections.Generic.Dictionary{System.Int64,System.Object},System.Boolean)">
            <summary>
            Attaches index changed event handler to local name collection.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="name">NamePtg that identifies named Range.</param>
            <param name="iBookIndex">Workbook index.</param>
            <param name="iNewIndex">New name index.</param>
            <param name="handler">Event handler</param>
            <param name="indexes">Dictionary with indexes of named Range that already have attached event.</param>
            <param name="bAdd">Indicates whether event handler should be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetIndex(System.Int32,System.Int32)">
            <summary>
            Combines book index and name index into one index.
            </summary>
            <param name="iBookIndex">Book index.</param>
            <param name="iNameIndex">Name index.</param>
            <returns>Combined index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.OnNameXIndexChanged(System.Object,Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            This is handler of the NameIndexChanged event
            of the formula contained by the Range
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.LocalIndexChanged(Syncfusion.XlsIO.Implementation.NameImpl,Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            Handler for named Range index changed event for local named Ranges.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ExternIndexChanged(Syncfusion.XlsIO.Implementation.ExternNameImpl,Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            Handler for named Range index changed event for external named Ranges.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Activate">
            <summary>
            Activates the cell.
            </summary>
            <returns>Returns the active cell.</returns>
            <example>
            The following code illustrates how to activate a Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Activates 'F1' cell.
            worksheet.Range["F1"].Activate();
            
            workbook.SaveAs("Activate.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Activate(System.Boolean)">
            <summary>
            Activates the cell and its worksheet.
            </summary>
            <param name="scroll">True to set as top left cell.</param>
            <returns>Returns the active cell.</returns>
            <example>
            The following code illustrates how to activate a Range with scroll flag.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            // Activates 'F1' cell.
            worksheet.Range["F1"].Activate(true);
            
            workbook.SaveAs("Activate.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Group(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean)">
            <summary>
            Groups the Range by row/column with collapse flag.
            </summary>
            <param name="groupBy">
            Represents to expand the group by rows/columns.
            </param>
            <param name="bCollapsed">Indicates whether group should be collapsed.</param>
            <returns>Returns the Range after grouping.</returns>
            <example>
            The following code illustrates how to group the Range with collapse flag.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Group Rows
            worksheet.Range["A1:A3"].Group(ExcelGroupBy.ByRows, true);
            
            //Group Columns
            worksheet.Range["A1:B1"].Group(ExcelGroupBy.ByColumns, false);
            
            workbook.SaveAs("Grouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Group(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Groups the Range by row/column.
            </summary>
            <param name="groupBy">
            Represents to expand the group by rows/columns.
            </param>
            <returns>Returns the Range after grouping.</returns>
            <example>
            The following code illustrates how to group the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Group Rows
            worksheet.Range["A4:A6"].Group(ExcelGroupBy.ByRows);
            
            //Group Columns
            worksheet.Range["C1:F1"].Group(ExcelGroupBy.ByColumns);
            
            workbook.SaveAs("Grouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Merge">
             <summary>
             Combines the contents of the selected cells in a new larger cell.
             </summary>
             <example>
             The following code illustrates how to merge the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             worksheet.Range["A16:C16"].Merge();
            
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Merge(System.Boolean)">
             <summary>
             Combines the contents of the selected cells in a new larger cell with clear option flag.
             </summary>
             <param name="clearCells">Clears the Merged cell.</param>
             <example>
             The following code illustrates how to merge the Range with clear option.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             worksheet.Range["A16:C16"].Merge(true);
            
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateMergedRegion(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Updates the Merged region (clears the conditional formats , data validation and copy the styles)
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ApplyFirstCellFormats">
            <summary>
            Applies the first cell format to rest of the cell;
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Ungroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Ungroups the Range.
            </summary>
            <param name="groupBy">Represents to expand the group by rows/columns.</param>
            <returns>Returns the Range after ungrouping.</returns>
            <example>
            The following code illustrates how to ungroup the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Ungroup Rows
            worksheet.Range["A1:A3"].UnGroup(ExcelGroupBy.ByRows);
            
            //Ungroup Columns
            worksheet.Range["C1:F1"].UnGroup(ExcelGroupBy.ByColumns);
            
            workbook.SaveAs("Ungrouping.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UnMerge">
             <summary>
             Separates merged cells into individual cells.
             </summary>
             <example>
             The following code illustrates how to perform <c>merging</c> in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Un-Merging merged cells
             worksheet.Range["A16:C16"].UnMerge();
            
             workbook.SaveAs("UnMerging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FreezePanes">
             <summary>
             Keep rows and columns visible in the Range while the rest of the worksheet scrolls.
             </summary>
             <example>
             The following code illustrates how to freeze a pane in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Applying Freeze Pane to the sheet by specifying a cell.
             sheet.Range["B2"].FreezePanes();
            
             workbook.SaveAs("Freeze.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clear">
             <summary>
             Clears content in the Range.
             </summary>
             <example>
             The following code illustrates how to clear the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� .
             sheet.Range["A4"].Clear();
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clear(System.Boolean)">
             <summary>
             Clears content and formats in the Range.
             </summary>
             <param name="isClearFormat">True to clear format.</param>
             <example>
             The following code illustrates how to clear the Range with formats.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� and its formatting.
             sheet.Range["A4"].Clear(true);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FullClear">
            <summary>
            Clears Range completely.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clear(Syncfusion.XlsIO.ExcelMoveDirection)">
             <summary>
             Clears the Range and shifts the cells Up or Left.
             </summary>
             <param name="direction">Shifts the cells to the specified direction.</param>
             <example>
             The following code illustrates how to clear the Range with specified direction.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clearing a Range �A4� with move options.
             sheet.Range["A4"].Clear(ExcelMoveDirection.MoveLeft);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clear(Syncfusion.XlsIO.ExcelMoveDirection,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
             <summary>
             Clears the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelMoveDirection"/> and <see cref="T:Syncfusion.XlsIO.ExcelCopyRangeOptions"/>.
             </summary>
             <param name="direction">Shifts the cells to the specified direction.</param>
             <param name="options">Copies the cells with the specified copy Range options.</param>
             <example>
             The following code illustrates how to clear the Range with specified direction and copy Range options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clearing a Range �A4� with copy Range and move options.
             sheet.Range["A4"].Clear(ExcelMoveDirection.MoveLeft,ExcelCopyRangeOptions.All);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ClearOption(Syncfusion.XlsIO.ExcelClearOptions)">
            <summary>
            clears the cell formats,comments,contents based on clear option.
            </summary>
            <param name="option"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clear(Syncfusion.XlsIO.ExcelClearOptions)">
             <summary>
             Clears the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelClearOptions"/>.
             </summary>
             <param name="option">Represents the clear options.</param>
             <example>
             The following code illustrates how to clear the Range with clear options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Clears the Range �A4� with its clear options.
             sheet.Range["A4"].Clear(ExcelClearOptions.ClearAll);
            
             workbook.SaveAs("ClearRange.xlsx");
             workbook.Version = ExcelVersion.Excel2013;
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Comments">
            <summary>
            clears the comments of the cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MoveTo(Syncfusion.XlsIO.IRange)">
             <summary>
             Moves cells to the specified  Range (without updating formulas).
             </summary>
             <param name="destination">Represents the destination Range to move.</param>
             <example>
             The following code illustrates how to move the Range.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Moving a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.MoveTo(destination);
            
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("MoveRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MoveTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Moves the cells to the specified Range.
            </summary>
            <param name="destination">Represents a destination Range.</param>
            <param name="options">Specifies the options to update formulas and merged Ranges during copy Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CopyTo(Syncfusion.XlsIO.IRange)">
             <summary>
             Copies the Range to the specified Range (without updating formulas).
             </summary>
             <param name="destination">Represents the destination Range to copy.</param>
             <returns>Returns the copied Range.</returns>
             <example>
             The following code illustrates how to copy the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Copying a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.CopyTo(destination);
            
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("CopyRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CopyTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
             <summary>
             Copies the Range to the specified destination Range with copy options.
             </summary>
             <param name="destination">Represents the destination Range to copy.</param>
             <param name="options">Represents the copy Range options.</param>
             <returns>Returns the copied Range.</returns>
             <example>
             The following code illustrates how to copy the Range with copy options.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet sheet = workbook.Worksheets[0];
            
             // Copying a Range �A1� to �A5�.
             IRange source = sheet.Range["A1"];
             IRange destination = sheet.Range["A5"];
             source.CopyTo(destination, ExcelCopyRangeOptions.All);
             workbook.Version = ExcelVersion.Excel2013;
             workbook.SaveAs("CopyRange.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.IntersectWith(Syncfusion.XlsIO.IRange)">
             <summary>
             Returns intersection of the Range with specified Range.
             </summary>
             <param name="range">Range to be intersected.</param>
             <returns>Returns the intersection Range;if there is no intersection, NULL is returned.</returns>
             <example>
             The following code illustrates how to perform <c>IntersectWith</c> in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             IRange range = worksheet.Range["A16:C16"];
             IRange commonRange = worksheet.Range["B16:D16"].IntersectWith(range);
             workbook.SaveAs("Intersection.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MergeWith(Syncfusion.XlsIO.IRange)">
             <summary>
             Merges the Range with specified  Range and returns merged Range.
             </summary>
             <param name="range">Range to be merged with.</param>
             <returns>Merged Ranges or null if wasn't able to merge Ranges.</returns>
             <example>
             The following code illustrates how to perform <c>MergeWith</c> in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             //Merging cells
             IRange range = worksheet.Range["A16:C16"].Merge();
             worksheet.Range["D16"].MergeWith(range);
             workbook.SaveAs("Merging.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AddComment">
            <summary>
            Adds a comment.
            </summary>
            <returns>Returns a comment shape.</returns>
            <example>
            The following code illustrates how to insert <c>Comments</c> in the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Adding comments to a cell.
             ICommentShape comment = sheet.Range["A1"].AddComment();
             comment.Text= "Comments";
            
            // Add Rich Text Comments.
            IRange range = sheet.Range["A6"];
            range.AddComment().RichText.Text = "RichText";
            IRichTextString rtf = range.Comment.RichText;
            
            // Formatting first 4 characters.
            IFont redFont = workbook.CreateFont();
            redFont.Bold = true;
            redFont.Color = ExcelKnownColors.Red;
            rtf.SetFont(0, 3, redFont);
            
            workbook.SaveAs("Comments.xlsx");
            workbook.Close();
            excelEngine.Dispose();  
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AddComment(System.Boolean)">
            <summary>
            Adds new comment or returns an old one if was present with parse options.
            </summary>
            <param name="bIsParseOptions">Indicates whether to parse comment fill line options.</param>
            <returns>Returns a comment shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.MeasureString(System.String)">
            <summary>
            Measures size of the string.
            </summary>
            <param name="strMeasure">String to measure.</param>
            <returns>Size of the string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AutofitRows">
            <summary>
            Changes the height of the rows in the Range to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal and Xamarin platforms only.</remarks>
            <example>
            The following code shows how to auto-size row height to its cell content.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            //Auto-fit rows
            worksheet.Range["A2"].Text = "Fit the content to row";
            worksheet.Range["A2"].WrapText = true;
            worksheet.Range["A2"].AutofitRows();
            
            workbook.SaveAs("AutoFit.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AutofitColumns">
            <summary>
            Changes the width of the columns in the Range to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal and Xamarin platforms only.</remarks>
            <example>
            The following code shows how to auto-size row height to its cell content.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet worksheet = workbook.Worksheets[0];
            
            //Auto-fit columns
            worksheet.Range["B4"].Text = "Fit the content to column";
            worksheet.Range["B4"].AutofitColumns();
            
            workbook.SaveAs("AutoFit.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AutoFitToColumn(System.Int32,System.Int32)">
            <summary>
            Auto fits the column from specified first to last column.
            </summary>
            <param name="firstColumn">The first column.</param>
            <param name="lastColumn">The last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.IsMergedCell(Syncfusion.XlsIO.Implementation.MergeCellsImpl,System.Int32,System.Int32,System.Boolean,System.Int32@)">
            <summary>
            Determines whether the Range is Merged or not.
            </summary>
            <param name="mergedCells">The merged cells.</param>
            <param name="iRow">Represents the row.</param>
            <param name="iColumn">Represents the column</param>
            <param name="isRow">Whether method called by AutoFitColumn or AutoFitRow</param>
            <param name="num4">Difference of Merged Range.</param>
            <returns>
              true, if the Range is merged, else false.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetDisplayText(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Gets the display text.
            </summary>
            <param name="row">The row.</param>
            <param name="column">The column.</param>
            <param name="formatImpl">The format impl.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetFormula">
            <summary>
            Returns the formula function name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateNumberFormat">
            <summary>
            Updates the format for formula based display text.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNumberOrDateTime(Syncfusion.XlsIO.Implementation.FormatImpl,System.Double)">
            <summary>
            Gets the number or date time.
            </summary>
            <param name="formatImpl">The format impl.</param>
            <param name="dValue">The cell value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCalculateOnOpen(System.Double)">
            <summary>
            Gets the current date and time if calculate on open is true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateText(System.String,System.Double,Syncfusion.XlsIO.Implementation.FormatImpl)">
            <summary>
            Updates the display text with space according to the column width.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetSectionFormat(System.Double,System.String)">
            <summary>
            Gets format string according to the section.
            </summary>
            <param name="dValue">The value for the range.</param>
            <param name="formatString">The processed format string based on format section.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.String)">
            <summary>
            Replaces old value by new string value.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValue">Value to replace by.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.Double)">
            <summary>
            Replaces old value by new double value.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValue">Value to replace by.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.DateTime)">
            <summary>
            Replaces old value by new datetime value.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValue">Value to replace by.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces old value by array of new string value with direction.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValues">Array to replace by.</param>
            <param name="isVertical">Indicates whether to import values vertically or horizontally.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces old value by array of new integer value.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValues">Array to replace by.</param>
            <param name="isVertical">Indicates whether to import values vertically or horizontally.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces old value by array of new double value.
            </summary>
            <param name="oldValue">Value to compare.</param>
            <param name="newValues">Array to replace by.</param>
            <param name="isVertical">Indicates whether to import values vertically or horizontally.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces old value by new value in <see cref="T:System.Data.DataTable"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">Value to compare.</param>
            <param name="newValues">DataTable to replace by.</param>
            <param name="isFieldNamesShown">Indicates whether to import field names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces old value by new value from <see cref="T:System.Data.DataColumn"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">Value to compare.</param>
            <param name="newValues">DataTable to replace by.</param>
            <param name="isFieldNamesShown">Indicates whether to import field names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence cell with the specified string value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to found.</param>
             <param name="flags">Flag that represent type of search.</param>
             <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified string value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with string
             IRange result = sheet["A2:K100"].FindFirst("Simple text", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the first occurrence cell with the specified double value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to found.</param>
             <param name="flags">Flag that represent type of search.</param>
             <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified double value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with number
             IRange result = sheet["A2:K100"].FindFirst(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirst(System.Boolean)">
             <summary>
             Returns the first occurrence cell with the specified bool value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified bool value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with bool
             IRange result = sheet["A2:K100"].FindFirst(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirst(System.DateTime)">
             <summary>
             Returns the first occurrence cell with the specified DateTime value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified DateTime value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with DateTime
             IRange result = sheet["A2:K100"].FindFirst(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindFirst(System.TimeSpan)">
             <summary>
             Returns the first occurrence cell with the specified TimeSpan value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the first occurrence of the specified TimeSpan value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find First with TimeSpan
             IRange result = sheet["A2:K100"].FindFirst(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the cells with a specified string value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to be found.</param>
             <param name="flags">Represents type of the value to be found.</param>
             <returns>Returns the cells with a specified string value, or null if value was not found.</returns>    
             <example>
             The following code illustrates how to find the cells with specified string value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with string
             IRange[] results = sheet["A2:K100"].FindAll("Simple text", ExcelFindType.Text);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
             <summary>
             Returns the cells with a specified double value and <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to be found.</param>
             <param name="flags">Represents type of the value to be found.</param>
             <returns>Returns the cells with a specified double value, or null if value was not found.</returns> 
             <example>
             The following code illustrates how to find the cells with specified double value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with number
             IRange[] results = sheet["A2:K100"].FindAll(100.32, ExcelFindType.Number);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindAll(System.Boolean)">
             <summary>
             Returns the cells with a specified bool value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified bool value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with bool
             IRange[] results = sheet["A2:K100"].FindAll(true);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindAll(System.DateTime)">
             <summary>
             Returns the cells with a specified DateTime value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified DateTime value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find all with DateTime
             IRange[] results = sheet["A2:K100"].FindAll(DateTime.Now);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.FindAll(System.TimeSpan)">
             <summary>
             Returns the cells with a specified TimeSpan value.
             </summary>
             <param name="findValue">Value to be found.</param>
             <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
             <example>
             The following code illustrates how to find the cells with specified TimeSpan value in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(2);
             IWorksheet sheet = workbook.Worksheets[0];
            
             //Find All with Timespan
             IRange[] results = sheet["A2:K100"].FindAll(TimeSpan.MinValue);
            
             string fileName = "Find.xlsx";
             workbook.SaveAs(fileName);
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CopyToClipboard">
            <summary>
            Copies Range to the clipboard.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderAround">
             <summary>
             Applies border around the Range. The default line style is <see cref="F:Syncfusion.XlsIO.ExcelLineStyle.Thin"/>.
             </summary>
             <example>
             The following code illustrates how to apply border around the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with default line style.
             worksheet.Range["A2:F4"].BorderAround();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>        
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle)">
             <summary>
             Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <example>
             The following code illustrates how to apply border around the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>      
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
             <summary>
              Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:System.Drawing.Color"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with color.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and color.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,Color.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
             <summary>
             Applies border around the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with ExcelKnownColors.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and ExcelKnownColors.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,ExcelKnownColors.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderInside">
             <summary>
             Applies border inside the Range. The default line style is <see cref="F:Syncfusion.XlsIO.ExcelLineStyle.Thin"/>.
             </summary>
             <example>
             The following code illustrates how to apply border inside the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border inside the Range with default line style.
             worksheet.Range["A2:F4"].BorderInside();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>     
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <example>
             The following code illustrates how to apply border inside the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the inside with specified  line style.
             worksheet.Range["A2:F4"].BorderInside(ExcelLineStyle.Double);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:System.Drawing.Color"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border inside the Range with color.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border inside the Range with specified  line style and color.
             worksheet.Range["A2:F4"].BorderInside(ExcelLineStyle.Double,Color.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>     
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
             <summary>
             Applies border inside the Range with the specified <see cref="T:Syncfusion.XlsIO.ExcelLineStyle"/> and <see cref="T:Syncfusion.XlsIO.ExcelKnownColors"/>.
             </summary>
             <param name="borderLine">Represents border line style.</param>
             <param name="borderColor">Represents border color.</param>
             <example>
             The following code illustrates how to apply border around the Range with ExcelKnownColors.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with specified  line style and ExcelKnownColors.
             worksheet.Range["A2:F4"].BorderAround(ExcelLineStyle.Double,ExcelKnownColors.Blue);
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.BorderNone">
             <summary>
             Applies no border in the Range.
             </summary>
             <example>
             The following code illustrates how to remove border in the Range.
             <code>
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             IWorkbook workbook = application.Workbooks.Create(1);
             IWorksheet worksheet = workbook.Worksheets[0];
            
             // Applies border around the Range with default line style.
             worksheet.Range["A2:F4"].BorderNone();
            
             workbook.SaveAs("Border.xlsx");
             workbook.Close();
             excelEngine.Dispose();
             </code>
             </example>  
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormat(Syncfusion.XlsIO.ExcelAutoFormat)">
            <summary>
            Sets auto format with default auto format option for Range.
            </summary>
            <param name="format">Represents format to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetAutoFormat(Syncfusion.XlsIO.ExcelAutoFormat,Syncfusion.XlsIO.ExcelAutoFormatOptions)">
            <summary>
            Sets auto format with specified auto format option for Range.
            </summary>
            <param name="format">Represents auto format to set.</param>
            <param name="options">Represents auto format options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetSingleCellValue2(System.Object)">
            <summary>
            Sets cell value.
            </summary>
            <param name="value">Value to be set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CollapseGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Collapses the group by rows/columns.
            </summary>
            <param name="groupBy">
            Represents to collapse the group by rows/columns.
            </param>
            <example>
            The following code illustrates how to collapse the group in the Range.
            <code> 
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
                
            //Collapse group
            worksheet.Range["A5:A15"].CollapseGroup(ExcelGroupBy.ByRows);
            
            workbook.SaveAs("CollapseGroup.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy)">
             <summary>
             Expands the group by rows/columns.
             </summary>
             <param name="groupBy">Represents to expand the group by rows/columns.</param>
             <example>
             The following code illustrates how to expand the group in the Range.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
                 
             //Expand group with flag set to expand parent
             worksheet.Range["A5:A15"].ExpandGroup(ExcelGroupBy.ByRows);
             
             workbook.SaveAs("ExpandGroup.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy,Syncfusion.XlsIO.ExpandCollapseFlags)">
             <summary>
             Expands the group by row/column with collapse option.
             </summary>
             <param name="groupBy">
             Represents to expand the group by rows/columns.
             </param>
             <param name="flags">Represent the collapses options.</param>
             <example>
             The following code illustrates how to perform <c>ExpandGroup</c> in the Range with collapse option.
             <code>
             
             ExcelEngine excelEngine = new ExcelEngine();
             IApplication application = excelEngine.Excel;
             application.DefaultVersion = ExcelVersion.Excel2013;
             
             IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
             IWorksheet worksheet = workbook.Worksheets[0];
                 
             //Expand group with flag set to expand parent
             worksheet.Range["A5:A15"].ExpandGroup(ExcelGroupBy.ByRows, ExpandCollapseFlags.ExpandParent);
             
             workbook.SaveAs("ExpandGroup.xlsx");
             workbook.Close();
             excelEngine.Dispose();
            
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckAndGetDateUncustomizedString(System.String)">
            <summary>
            Check for escape sequence added string and removes it
            </summary>
            <param name="inputFormat">input string</param>
            <returns>the string which have removed escape sequences</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CheckForAccountingString(System.String)">
            <summary>
            Check for quotes added to format string.
            </summary>
            <param name="inputFormat">input string</param>
            <returns>The string processed for quotes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNewAddress(System.Collections.Generic.Dictionary{System.String,System.String},System.String@)">
            <summary>
            Returns new address of Range.
            </summary>
            <param name="names">Dictionary with Worksheet names.</param>
            <param name="strSheetName">String that sets as a worksheet name.</param>
            <returns>Returns string with new name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates the copy of current instance.
            </summary>
            <param name="parent">Represents a parent object.</param>
            <param name="hashNewNames">Hash table with new names.</param>
            <param name="book">Represents a parent workbook.</param>
            <returns>Returns cloned Range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ClearConditionalFormats">
            <summary>
            Clears conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ClearConditionalFormats(System.Boolean)">
            <summary>
            Clears conditional formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ClearDataValidations">
            <summary>
            Clears data validations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRectangles">
            <summary>
            Returns array that contains information about Range.
            </summary>
            <returns>Rectangles that describes Range with zero-based coordinates.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRectanglesCount">
            <summary>
            Returns number of rectangles returned by GetRectangles method.
            </summary>
            <returns>Number of rectangles returned by GetRectangles method.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateCellValue(System.Object,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Update the cell value when calc engine is enabled.
            </summary>
            <param name="Parent"></param>
            <param name="Column"></param>
            <param name="Row"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetR1C1AddresFromCellIndex(System.Int64)">
            <summary>
            Returns R1C1 address from cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns R1C1 address.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetR1C1AddressFromCellIndex(System.Int64)">
            <summary>
            Returns R1C1 address from cell index.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Returns R1C1 address.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CellNameToIndex(System.String)">
            <summary>
            Converts cell name to cell index.
            </summary>
            <param name="name">Name of the cell.</param>
            <returns>Cell index of the specified cell.</returns>
            <exception cref="T:System.ArgumentNullException">
            When specified cell name is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            When length of the specified cell name is less than 2.
            </exception>
            <exception cref="T:System.ArgumentException">
            When length of the alpha part of the name is less 
            than 1 or greater than 2.
            </exception>
            <exception cref="T:System.ArgumentException">
            When length of the number part of the name is less
            than 1 or greater than 5.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CellNameToRowColumn(System.String,System.Int32@,System.Int32@)">
            <summary>
            Converts cell name to row and column index.
            </summary>
            <param name="name">Name of the cell.</param>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColumnIndex(System.String)">
            <summary>
            Converts column name into index.
            </summary>
            <param name="columnName">Name to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColumnName(System.Int32)">
            <summary>
            Converts column index into string representation.
            </summary>
            <param name="iColumn">Column to process.</param>
            <returns>String name in excel of the column</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellName(System.Int32,System.Int32)">
            <summary>
            Returns cell name by specified column and row index.
            </summary>
            <param name="firstColumn">Column index of the cell.</param>
            <param name="firstRow">Row index of the cell.</param>
            <returns>Cell name.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When firstColumn or firstRow is less than one.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellName(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns cell name by specified column and row index with R1C1-style notation flag.
            </summary>
            <param name="firstColumn">Column index of the cell.</param>
            <param name="firstRow">Row index of the cell.</param>
            <param name="bR1C1">Indicates whether to use R1C1 reference mode.</param>
            <returns>Cell name.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When firstColumn or firstRow is less than one.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellName(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Returns cell name by specified column and row index with R1C1-style notation and separater flag.
            </summary>
            <param name="firstColumn">Column index of the cell.</param>
            <param name="firstRow">Row index of the cell.</param>
            <param name="bR1C1">Indicates whether to use R1C1 reference mode.</param>
            <param name="bUseSeparater">If true adds '$' separator.</param>
            <returns>Cell name.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When firstColumn or firstRow is less than one.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetAddressLocal(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Returns the Range reference for the specified Range in the language 
            of the user.
            </summary>
            <param name="iFirstRow">First row of the Range.</param>
            <param name="iFirstColumn">First column of the Range.</param>
            <param name="iLastRow">Last row of the Range.</param>
            <param name="iLastColumn">Last column of the Range.</param>
            <returns>The Range reference for the specified Range in the language of the user.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetAddressLocal(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns the Range reference for the specified Range in the language 
            of the user.
            </summary>
            <param name="iFirstRow">First row of the Range.</param>
            <param name="iFirstColumn">First column of the Range.</param>
            <param name="iLastRow">Last row of the Range.</param>
            <param name="iLastColumn">Last column of the Range.</param>
            <param name="bR1C1">Indicates whether to use R1C1 reference mode.</param>
            <returns>The Range reference for the specified Range in the language of the user.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellNameWithDollars(System.Int32,System.Int32)">
            <summary>
            Returns cell name by column and row index with dollar sign.
            </summary>
            <param name="firstColumn">Column index of the cell.</param>
            <param name="firstRow">Row index of the cell.</param>
            <returns>Cell name.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When firstColumn or firstRow is less than one.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellIndex(System.Int32,System.Int32)">
            <summary>
            Returns cell index by specified column and row index.
            </summary>
            <param name="firstColumn">Column index of the cell.</param>
            <param name="firstRow">Row index of the cell.</param>
            <returns>Cell index.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When firstRow or firstColumn is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRowFromCellIndex(System.Int64)">
            <summary>
            Returns row index from cell index.
            </summary>
            <param name="index">Cell index.</param>
            <returns>Row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColumnFromCellIndex(System.Int64)">
            <summary>
            Returns column index from cell index.
            </summary>
            <param name="index">Cell index.</param>
            <returns>Column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetWorksheetName(System.String@)">
            <summary>
            Extracts worksheet name from Range name.
            </summary>
            <param name="rangeName">Range name to extract from.</param>
            <returns>Worksheet name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetWrapText(System.Collections.IList)">
            <summary>
            Helper methods for WrapText Property.
            </summary>
            <param name="rangeColection">List of IRange.</param>
            <returns>Gets WrapText property value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetWrapText(System.Collections.IList,System.Boolean)">
            <summary>
            Helper methods for WrapText Property.
            </summary>
            <param name="rangeColection">List of IRange.</param>
            <param name="wrapText">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNumberFormat(System.Collections.IList)">
            <summary>
            Helper methods for WrapText Property.
            </summary>
            <param name="rangeColection">List of IRange.</param>
            <returns>Gets WrapText property value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCellStyleName(System.Collections.Generic.IList{Syncfusion.XlsIO.IRange})">
            <summary>
            Helper methods for CellStyleName Property.
            </summary>
            <param name="rangeColection">List of IRange.</param>
            <returns>Gets CellStyleName property value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ParseRangeString(System.String,Syncfusion.XlsIO.IWorkbook,System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Parses string representation of the Range.
            </summary>
            <param name="range">Range to parse.</param>
            <param name="book">Parent workbook.</param>
            <param name="iFirstRow">First row.</param>
            <param name="iFirstColumn">First column.</param>
            <param name="iLastRow">Last row.</param>
            <param name="iLastColumn">Last column.</param>
            <returns>Number of parts: 1 - one cell, 2 - range of cells.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRectangeOfRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Returns rectangle object, that represents rectangle of Range.
            </summary>
            <param name="range">Represents the Range.</param>
            <param name="bThrowExcONNullRange">If true than thrown an exception, if Range is null.</param>
            <returns>Returns rectangle, that represents borders of Range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetRectangleOfRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Returns rectangle object, that represents rectangle of Range.
            </summary>
            <param name="range">Represents the Range.</param>
            <param name="bThrowExcONNullRange">If true than thrown an exception, if Range is null.</param>
            <returns>Returns rectangle, that represents borders of Range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNumberFormatColor(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Get Custom Number format Color value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColorsFromNumberFormat(System.String,System.Drawing.Color)">
            <summary>
            Get the color list from input numberformat
            </summary>
            <param name="numberFormat">input number format</param>
            <param name="defaultColor">default color value</param>
            <returns>the list of color with its key</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetColor(System.String)">
            <summary>
            Returns the color value from the input value name
            </summary>
            <param name="colorName">the color name</param>
            <returns>the output color value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.wrapStyle_OnNumberFormatChanged(System.Object,System.EventArgs)">
            <summary>
            Called when NumberFormat of the Range changes.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachEventToStyle">
            <summary>
            Attaches handler to NumberFormatChanged event of parent style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachEventToCellStyle">
            <summary>
            Attaches event to cell styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.AttachEvent(Syncfusion.XlsIO.Implementation.ExtendedFormatWrapper,System.EventHandler)">
            <summary>
            Attaches handler to NumberFormatChanged of the specified wrapper.
            </summary>
            <param name="wrapper">Wrapper to attach event to.</param>
            <param name="handler">Handler to attach.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateStyle">
            <summary>
            Creates style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateStyleWrapper(System.Int32)">
            <summary>
            Creates style wrapper.
            </summary>
            <param name="value">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.CreateTempStyleWrapperWithoutRange(Syncfusion.XlsIO.Implementation.RangeImpl,System.Int32)">
            <summary>
            Initializes style wrapper.
            </summary>
            <param name="value">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.SetXFormatIndex(System.Int32)">
            <summary>
            Sets index of extended format that defines style for this Range.
            </summary>
            <param name="index">Index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.ChangeStyleName(System.String)">
            <summary>
            Changes style name.
            </summary>
            <param name="strNewName">Name to set.</param>
            <returns>Style object that corresponds to the name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateCellStyleIndex">
            <summary>
            Add the XF index in collection for created cell style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetStyleName">
            <summary>
            Returns name of the style, applied to the cell.
            </summary>
            <returns>Name of the style, applied to the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetWrapText">
            <summary>
            Returns WrapText of the style, applied to the cell.
            </summary>
            <returns>WrapText of the style, applied to the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNumberFormat">
            <summary>
            Gets format code.
            </summary>
            <returns>Value representing number format code</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.TryGetDateTimeByCulture(System.String,System.Boolean,System.DateTime@)">
            <summary>
            Gets the date time by culture.
            </summary>
            <param name="strDateTime">Date in string format.</param>
            <param name="dtValue">Result in Datetime.</param>
            <returns>Returns true, when the date time is culture based.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.UpdateRecord">
            <summary>
            Updates Range information from record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetAreArrayFormulasNotSeparated(System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,System.Object})">
            <summary>
            Checks whether formula arrays inside this Range are separated or not.
            </summary>
            <param name="hashToSkip">Dictionary with records to skip.</param>
            <returns>True if records are not separated.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetCustomizedFormat(System.String)">
            <summary>
            Returns customized number format 
            </summary>
            <param name="format">Number format string  to be customized</param>
            <returns>Cutomized number format string</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.Reparse">
            <summary>
            Reparse cell if parsing wasn't successful when loading the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetNativePtg">
            <summary>
            Returns ptg of range.
            </summary>
            <returns>Returns native ptg.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeImpl.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the Range.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Address">
            <summary>
            Gets the Range reference in macro language. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Address</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[3, 4].Address;
            
            workbook.SaveAs("Address.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressLocal">
            <summary>
            Gets the Range reference in language of the user. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressLocal</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 2].AddressLocal; 
            
            workbook.SaveAs("AddressLocal.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressR1C1">
            <summary>
            Gets the Range reference along with sheet name using R1C1-style notation. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressR1C1</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 1].AddressR1C1;
            
            workbook.SaveAs("AddressR1C1.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressR1C1Local">
            <summary>
            Gets the Range reference using R1C1-style notation. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressR1C1Local</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            string address = sheet.Range[1, 1].AddressR1C1Local;
            
            workbook.SaveAs("AddressR1C1Local.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Boolean">
            <summary>
            Gets or sets boolean value in the Range.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Boolean</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.Range[2, 4].Boolean = true;
            bool boolean = sheet.Range[2, 4].Boolean;
            
            workbook.SaveAs("Boolean.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Borders">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IBorders"/> collection that represents the borders of a style 
            in the Range. Read-only.
            </summary>
            <remarks> Borders including a Range defined as part of a 
            conditional format will be returned.</remarks>
            <example>
            The following code illustrates how to access <c>Borders</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IBorders borders = sheet["K3"].Borders;
             borders.LineStyle = ExcelLineStyle.Dashed;
                
            workbook.SaveAs("Borders.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Cells">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the cells in the Range.Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Cells</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] cells = sheet["A1:E8"].Cells;
            foreach (IRange range in cells)
            {
                // Do some manipulations
            }
             
            workbook.SaveAs("Cells.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Column">
            <summary>
            Gets column index of the first column in the Range which is one based index. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Column</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            int firstColumn = sheet["E1:R3"].Column;
             
            workbook.SaveAs("Column.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ColumnGroupLevel">
            <summary>
            Gets column group level of the Range. Read-only.
            </summary>
            <remarks>
            -1 - not all column in the Range have same group level.
            0 - No grouping,
            1 - 7 - group level.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ColumnWidth">
            <summary>
            Gets or sets the width of all columns in the specified Range, measured in points.    
            </summary>
            <remarks>
            Gets Double.MinValue if the rows in the specified Range
            aren't all the same width.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Count">
            <summary>
            Gets the number of objects in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasDataValidation">
            <summary>
            Gets a Boolean value indicating whether Range has data validation. Read-only.
            </summary>
            <remarks> If Range is not single cell, then gets true only if all cells have data validation. </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasConditionFormats">
            <summary>
            Gets a Boolean value indicating whether each cell of the Range has some conditional formatting. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.DateTime">
            <summary>
            Gets or sets DateTime value in the Range. 
            </summary>
            <remarks>
                Gets DateTime.MinValue if not all cells in the Range have same DateTime value.
            </remarks>
            <example>
            The following code illustrates how to set and access <c>DateTime</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            sheet.Range[2, 4].DateTime = DateTime.Now;
            DateTime dateTime = sheet.Range[2, 4].DateTime;
            
            workbook.SaveAs("DateTime.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.DisplayText">
            <summary>
            Gets cell value with its number format. Read-only.
            </summary>
            <remarks><para>While accessing DisplayText for Range of cells, it gets DisplayText of the first cell</para>
            <para>If a range contains a formula, <see cref="M:Syncfusion.XlsIO.IWorksheet.EnableSheetCalculations"/> must be invoked to get the calculated value of the formula</para>
            </remarks>
            <example>
            The following code illustrates how to access <c>DisplayText</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("DisplayText.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.End">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the cell at the end of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsEntireRow">
            <summary>
            True if it is Entire row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsEntireColumn">
            <summary>
            True if it is Entire Column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.EntireColumn">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the entire column (or
            columns) in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.EntireRow">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the entire row (or
            rows) in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Error">
            <summary>
            Gets or sets error value in the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Formula">
            <summary>
            Gets or sets the formula in A1-style notation and in 
            macro language for the Range. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaArray">
            <summary>
            Represents array formula which can perform multiple calculations on one or more of the items in an array.
            </summary>
            <example>
            The following code illustrates how to set and access <c>FormulaArray</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assign array formula
            sheet.Range["A1:D1"].FormulaArray = "{1,2,3,4}";
            
            //Adding a named range for the Range A1 to D1
            sheet.Names.Add("ArrayRange", sheet.Range["A1:D1"]);
            
            //Assign formula array with named Range
            sheet.Range["A2:D2"].FormulaArray = "ArrayRange+100";
            
            string fileName = "FormulaArray.xlsx";
            workbook.SaveAs(fileName);
            workbook.Close();
            excelEngine.Dispose();          
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaStringValue">
            <summary>
            Gets the Formula in the cell as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaNumberValue">
            <summary>
            Gets the calculated value of the formula as a number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaBoolValue">
            <summary>
            Gets or sets the calculated value of the formula as a boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaErrorValue">
            <summary>
            Gets or sets the error value of the formula as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaValue">
            <summary>
            Gets formula value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaHidden">
            <summary>
            Gets or sets a Boolean value indicating whether the formula will be hidden when the worksheet is protected.
            </summary>
            <remarks>
            True if the formula will be hidden when the worksheet is protected.
            False if at least part of formula in the Range is not hidden.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaDateTime">
            <summary>
            Gets or sets formula DateTime value in the Range.
            </summary>
            <remarks>
                Gets DateTime.MinValue if not all cells in the Range have same FormulaDateTime value.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaR1C1">
            <summary>
            Gets or sets the formula for the Range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaArrayR1C1">
            <summary>
            Gets or sets the formula array for the Range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormula">
            <summary>
            Gets a Boolean value indicating whether Range contains formula. Read-only.
            </summary>
            <remarks> True if all cells in the Range contain formulas; False if
            at least one of the cells in the Range doesn't contain a formula.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaArray">
            <summary>
            Gets a Boolean value indicating whether Range contains array-entered formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HorizontalAlignment">
            <summary>
            Gets or sets the horizontal alignment for the specified object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Hyperlinks">
            <summary>
            Gets hyperlinks in the Range. Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>Borders</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            // Creating a Hyperlink for a Website.
            IHyperLink hyperlink = sheet.HyperLinks.Add(sheet.Range["C5"]);
            hyperlink.Type = ExcelHyperLinkType.Url;
            hyperlink.Address = "http://www.syncfusion.com";
            hyperlink.ScreenTip = "To know more About SYNCFUSION PRODUCTS go through this link";
            
            workbook.SaveAs("Hyperlinks.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IndentLevel">
            <summary>
            Gets or sets the indent level for cell or Range.
            </summary>
            <remarks>It can be from 0 to 15 for Excel 97-2003 and 250 for Excel 2007-2013.</remarks> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsBoolean">
            <summary>
            Gets a Boolean value indicating whether cell type is boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsError">
            <summary>
            Gets a Boolean value indicating whether Range contains error value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsGroupedByColumn">
            <summary>
            Gets a Boolean value indicating whether Range is grouped by column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsGroupedByRow">
            <summary>
            Gets a Boolean value indicating whether Range is grouped by row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.LastColumn">
            <summary>
            Gets or sets last column of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.LastRow">
            <summary>
            Gets or sets last row of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Number">
            <summary>
            Gets or sets number value that is contained by Range.
            </summary>
            <exception cref="T:System.FormatException">
            When Range value is not a number.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.NumberFormat">
            <summary>
            Gets or sets format of cell which is similar to Style.NumberFormat property.
            </summary>
            <remarks>
            Gets NULL if all cells in the specified Range don't have the same number format.   
            </remarks>
            <example>
            The following code illustrates how to set and access <c>NumberFormat</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("NumberFormat.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Row">
            <summary>
            Gets row index of the first row in the Range. 
            Read-only.One based index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.RowGroupLevel">
            <summary>
            Gets row group level. Read-only.
             </summary>
            <remarks>
            -1 - Not all rows in the Range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.RowHeight">
            <summary>
            Gets the height of all the rows in the Range specified, measured in points.
            </summary>
            <remarks> 
            Gets Double.MinValue if the rows in the specified Range aren't all the same height. Maximum Row height can be 409 
            value, minimum is zero.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Rows">
            <summary>
            Gets an array of <see cref="T:Syncfusion.XlsIO.IRange"/> objects that represent the rows in the Range. Read only.
            </summary>
            <example>
            The following code illustrates how to access <c>Columns</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] rows = sheet["A1:E8"].Rows;
            foreach (IRange row in rows)
            {
                // Do some manipulations
            }
            
            workbook.SaveAs("Rows.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Columns">
            <summary>
            Gets an array of <see cref="T:Syncfusion.XlsIO.IRange"/> objects that represent the columns in the Range.
            Read only.
            </summary>
            <example>
            The following code illustrates how to access <c>Columns</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange[] columns = sheet["A1:E8"].Columns;
            foreach (IRange column in columns)
            {
                // Do some manipulations
            }
            
            workbook.SaveAs("Columns.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellStyle">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IStyle"/> object that represents the style of the
            Range. 
            </summary>
            <example>
            The following code illustrates how to access <c>CellStyle</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Accessing cell style of the Range.
            IStyle rangeStyle = sheet["K4"].CellStyle;
            rangeStyle.Font.Bold = true;
            
            workbook.SaveAs("CellStyle.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellStyleName">
            <summary>
            Gets name of the <see cref="T:Syncfusion.XlsIO.IStyle"/> object that represents style of the
            Range. 
            </summary>
            <example>
            The following code illustrates how to access <c>CellStyleName</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0]; 
            // Creating a new style with cell back color, fill pattern and font attribute
            IStyle style = workbook.Styles.Add("GreenBoldFillDiagonal");
            style.Color = Color.LightGreen;
            style.FillPattern = ExcelPattern.DarkUpwardDiagonal;
            style.Font.Bold = true;
            
            // Assigning the cell style name to the Range.
            sheet["A1"].CellStyleName = "GreenBoldFillDiagonal";
            
            workbook.SaveAs("CellStyleName.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.BuiltInStyle">
            <summary>
            Gets or sets built in style in the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Text">
            <summary>
            Gets or sets text contained by the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.TimeSpan">
            <summary>
            Gets or sets TimeSpan contained by the cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Value">
            <summary>
            Gets or sets the value of the Range. Does not support FormulaArray value.
            </summary>
            <remarks>
            <para>
              Sets different data types values as a string,
               Value property parses the input string to determine its type which leads performance delay.
            </para>
            <para>
              The only difference between the Value2 property and the Value property
              is that the Value2 property does not use the Currency and Date data types.
              Also, it does not support FormulaArray value.
            </para>
            </remarks>
            <example>
            The following code illustrates how to set and access <c>Value</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            IRange range= sheet.Range[3, 1];
            range.Value = "1/1/2015";
            range.NumberFormat = "dd-MMM-yyyy";
            string displayText = range.DisplayText;
            
            workbook.SaveAs("Value.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CalculatedValue">
            <summary>
            Gets the calculated value of a formula in the Range. Read-only.
            </summary>
            <remarks> To compute a formula, it is mandatory to enable calculate engine by 
            invoking <c>EnableSheetCalculations</c> method of worksheet object. It is also recommend to disable 
            calculate engine once all formula are computed by invoking <c>DisableSheetCalculations</c> method of worksheet object</remarks>
            <example>
            Following code illustrates how to access a calculated value.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Initializes Calculate Engine to perform calculation
            sheet.EnableSheetCalculations();
            
            //Returns the calculated value of a formula using the most current inputs
            string calculatedValue = sheet["C1"].CalculatedValue;
            //Formula calculation is disabled for the sheet.
            sheet.DisableSheetCalculations();  
            
            workbook.SaveAs("Formula.xlsx");
            workbook.Close();
            excelEngine.Dispose();       
            </code>
            </example> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Value2">
            <summary>
            Gets or sets the cell value. 
            </summary>
            <remarks>
            <para>
                Sets different data types values as a object.
                <c>Value2</c> first checks whether the specified object has the type known for it (DateTime, TimeSpan, Double, Int). 
                If yes, then it uses the corresponding typed properties (DateTime, TimeSpan, and Number). 
                Otherwise, it calls Value property with String data type.
            </para>
            <para>
                The only difference between the Value2 property and the Value property
                is that the Value2 property does not use the Currency and Date data types.
                Also, it does not support FormulaArray value.
            </para>
            </remarks> 
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range.
            sheet["A1"].Value2 = DateTime.Now;
            sheet["A2"].Value2 = 45;
            sheet["A3"].Value2 = false;
            
            // Checking Range types.
            bool isDateTime =  sheet["A1"].HasDateTime;
            bool isNumber =  sheet["A2"].HasNumber;
            bool isboolean = sheet["A3"].HasBoolean;
            
            workbook.SaveAs("Value2.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsNumReference">
            <summary>
            Gets or sets a value indicating whether this instance is num reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is num reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsStringReference">
            <summary>
            Gets or sets a value indicating whether this instance is a string reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is string reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsMultiReference">
            <summary>
            Gets or sets a value indicating whether this instance is multi reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is multi reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.VerticalAlignment">
            <summary>
            Gets or sets the vertical alignment of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Worksheet">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IWorksheet"/> object in which belongs to the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Item(System.String)">
            <summary>
            Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Item(System.String,System.Boolean)">
            <summary>
            Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ConditionalFormats">
            <summary>
            Gets the collection of conditional formats in the Range
            Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            IWorksheet sheet = workbook.Worksheets[0];
            
            // Applying conditional formatting to "A1"
            IConditionalFormats condition = sheet.Range["A2"].ConditionalFormats;
            IConditionalFormat condition1 = condition.AddCondition();
            
            // Represents conditional format rule that the value in target Range should be between 10 and 20
            condition1.FormatType = ExcelCFType.CellValue;
            condition1.Operator = ExcelComparisonOperator.Between;
            condition1.FirstFormula = "10";
            condition1.SecondFormula = "20";
            sheet.Range["A1"].Text = "Enter a number between 10 and 20";
            
            workbook.SaveAs("ConditionalFormats.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code></example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.DataValidation">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IDataValidation"/> object that represents the data validation associated with the cell . Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>DataValidation</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Data validation for number
            IDataValidation validation = sheet.Range["A3"].DataValidation;
            validation.AllowType = ExcelDataType.Integer;
            
            //Value between 0 to 10
            validation.CompareOperator = ExcelDataValidationComparisonOperator.Between;
            validation.FirstFormula = "0";
            validation.SecondFormula = "10";
            
            workbook.SaveAs("DataValidation.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaBoolValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaErrorValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaDateTime">
            <summary>
            Gets a Boolean value indicating whether Range has formula value formatted as DateTime. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaNumberValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula number value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasFormulaStringValue">
            <summary>
            Gets a Boolean value indicating whether Range has formula value evaluated as string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsBlank">
            <summary>
            Gets a Boolean value indicating whether the Range is blank. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsBlankorHasStyle">
            <summary>
            Gets a Boolean value indicating whether the Range has value or style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasBoolean">
            <summary>
            Gets a Boolean value indicating whether Range contains bool value. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>HasBoolean</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range.
            sheet["A3"].Value2 = false;
            
            // Checking Range types.
            bool isboolean = sheet["A3"].HasBoolean;
            
            workbook.SaveAs("HasBoolean.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasDateTime">
            <summary>
            Gets a Boolean value indicating whether Range contains DateTime value. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>HasDateTime</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range.
            sheet["A1"].Value2 = DateTime.Now;
            
            // Checking Range types.
            bool isDateTime =  sheet["A1"].HasDateTime;
            
            workbook.SaveAs("HasDateTime.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasNumber">
            <summary>
            Gets a Boolean value indicating whether Range contains number. Read-only.
            </summary>
            <example>
            The following code illustrates how to set and access <c>Value2</c> property of the Range.
            <code>
            IWorksheet sheet = workbook.Worksheets[0];
            
            //Assigning Value2 property of the Range.
            sheet["A2"].Value2 = 45;
            
            // Checking Range types.
            bool isNumber =  sheet["A2"].HasNumber;
            
            workbook.SaveAs("HasNumber.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasString">
            <summary>
            Gets a Boolean value indicating whether Range contains string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Comment">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.ICommentShape"/> object that represents the comment associated with the Range. Read-only.
            </summary>
            <example>
            The following code illustrates how to insert <c>Comments</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[0];
            // Adding comments to a cell.
            sheet.Range["A1"].AddComment().Text = "Comments";
            
            // Add Rich Text Comments.
            IRange range = sheet.Range["A6"];
            range.AddComment().RichText.Text = "RichText";
            IRichTextString rtf = range.Comment.RichText;
            
            // Formatting first 4 characters.
            IFont redFont = workbook.CreateFont();
            redFont.Bold = true;
            redFont.Color = ExcelKnownColors.Red;
            rtf.SetFont(0, 3, redFont);
            
            workbook.SaveAs("Comments.xlsx");
            workbook.Close();
            excelEngine.Dispose();  
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.RichText">
            <summary>
            Gets string with rich text formatting in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasRichText">
            <summary>
            Gets a Boolean value indicating whether cell contains formatted rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsMerged">
            <summary>
            Checks whether Range is a part of merged Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.MergeArea">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.IRange"/> object that represents the merged Range to which the cell or Range belongs. Read-only.
            </summary>
            <remarks>If the specified cell isn�t in a merged Range, this property gets NULL.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsInitialized">
            <summary>
            Gets a Boolean value indicating whether cell is initialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasStyle">
            <summary>
            Gets a Boolean value indicating whether Range's style differs from default style.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.WrapText">
            <summary>
            Gets or sets wrap text of the Range.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IgnoreErrorOptions">
            <summary>
            Gets or sets ignore error options for formula auditing. If not single cell gets concatenated flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.HasExternalFormula">
            <summary>
            Gets a Boolean value indicating whether Range has external formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsStringsPreserved">
            <summary>
            Gets a Boolean value indicating whether all values in the Range are preserved as strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.StringFormt">
            <summary>
            String format for the text to be measured in UpdateText method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Application">
            <summary>
            Gets the Application object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Parent">
            <summary>
            Gets the Parent object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AppImplementation">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressGlobal">
            <summary>
            Gets the Range reference along with its sheet name in format "'Sheet1'!$A$1". Read-only.
            </summary>
            <example>
            The following code illustrates how to access <c>AddressGlobal</c> property of the Range.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Create(1);
            
            IWorksheet sheet = workbook.Worksheets[2];
            string address = sheet.Range[4, 3].AddressGlobal;
            
            workbook.SaveAs("AddressGlobal.xlsx");
            workbook.Close();
            excelEngine.Dispose();
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressGlobalWithoutSheetName">
            <summary>
            Gets global address (with $ signs) without worksheet name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellsList">
            <summary>
            Gets list of all cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.IsSingleCell">
            <summary>
            Checks if the Range represents a single cell or Range of cells. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FirstRow">
            <summary>
            Gets or sets first row of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FirstColumn">
            <summary>
            Gets or sets first column of the Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellName">
            <summary>
            If it is a single cell, then it Gets its name; otherwise Gets NULL. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellIndex">
            <summary>
            If single cell, Gets its name; otherwise Gets -1. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellType">
            <summary>
            Gets type of the cell. Read-only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.StyleXFIndex">
            <summary>
            Gets index of extended format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ExtendedFormatIndex">
            <summary>
            Sets or gets index of extended format.
            </summary>
            <exception cref="T:System.ArgumentException">
            When method is applied for the Range that contains 
            more than one cell.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.RKSubRecord">
            <summary>
            Converts Range to rk subrecord. Read-only.
            </summary>
            <exception cref="T:System.ArgumentException">
            When cell does not contain rk record.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Workbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ParentMergeRegion">
            <summary>
            Gets merge region if Range is part of any merge region; otherwise
            Gets null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.InnerWorksheet">
            <summary>
            Gets parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Record">
            <summary>
            Gets or sets Internal record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormulaArrays">
            <summary>
            Gets Dictionary where key is ArrayRecord that at least partially intersects
            with this Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AreFormulaArraysNotSeparated">
            <summary>
            Checks if all formula arrays partially contained by this Range
            are fully contained by this Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.CellsCount">
            <summary>
            Gets the number of cells in the Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.InnerNumberFormat">
            <summary>
            Gets number format object corresponding to this Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.AddressGlobal2007">
            <summary>
            Gets address global in the format required by Excel 2007.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.FormatType">
            <summary>
            Get / sets type of the format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Format">
            <summary>
            Read-only. Returns FormatRecord for this Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ContainsNumber">
            <summary>
            Indicates whether Range contains number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.WorksheetName">
            <summary>
            Gets name of the parent worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.ExtendedFormat">
            <summary>
            Returns extended format for this Range. Read-only.
            This property should only be used for reading values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Syncfusion#XlsIO#Parser#Biff_Records#ICellPositionFormat#TypeCode">
            <summary>
            Returns type code of the underlying record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Syncfusion#XlsIO#Parser#Biff_Records#ICellPositionFormat#Column">
            <summary>
            Gets or sets cell column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeImpl.Syncfusion#XlsIO#Parser#Biff_Records#ICellPositionFormat#Row">
            <summary>
            Gets or sets cell row.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType">
            <summary>
            Enumeration that contains all possible cell types for the Range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.Number">
            <summary>
            Indicates that range contains NumberRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.RK">
            <summary>
            Indicates that range contains RKRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.LabelSST">
            <summary>
            Indicates that range contains LabelSSTRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.Blank">
            <summary>
            Indicates that range contains BlankRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.Formula">
            <summary>
            Indicates that range contains FormulaRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.BoolErr">
            <summary>
            Indicates that range contains BoolErrRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.RString">
            <summary>
            Indicates that range contains RStringRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeImpl.TCellType.Label">
            <summary>
            Indicates that range contains LabelRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangeImpl.OutlineGetter">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MigrantRangeImpl.#ctor(Syncfusion.XlsIO.IApplication,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.MigrantRangeImpl.ResetRowColumn(System.Int32,System.Int32)">
            <summary>
            Resets row and column values.
            </summary>
            <param name="iRow">One-based row index of the new cell address.</param>
            <param name="iColumn">One-based column index of the new cell address.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangeTrueFalse">
            <summary>
            This class contains stores true/false/undefined values for ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeTrueFalse.m_trueValues">
            <summary>
            Object that contains ranges with value equal to true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeTrueFalse.m_falseValues">
            <summary>
            Object that contains ranges with value equal to false.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeTrueFalse.GetRangeValue(Syncfusion.XlsIO.ICombinedRange)">
            <summary>
            Returns value for the range object.
            </summary>
            <param name="range">Range to get information about.</param>
            <returns>Value for the range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeTrueFalse.SetRange(Syncfusion.XlsIO.ICombinedRange,System.Nullable{System.Boolean})">
            <summary>
            Sets property value for the range.
            </summary>
            <param name="range">Range to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeTrueFalse.Clear">
            <summary>
            Clears all ranges.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.NameImpl">
            <summary>
            Represents named range in the excel.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IName">
            <summary>
            Represents a defined name for a range of cells. Names can be
            either built-in names such as Database, Print_Area, and
            Auto_Open or custom names.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IName.Delete">
            <summary>
            Deletes the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Index">
            <summary>
            Returns the index number of the object within the collection of similar
            objects. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Name">
            <summary>
            Returns or sets the name of the object. Read / write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.NameLocal">
            <summary>
            Returns or sets the name of the object, in the language of the user.
            Read / write String for Name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.RefersToRange">
            <summary>
            Gets / sets Range associated with the Name object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Value">
            <summary>
            For the Name object, a string containing the formula that the name is
            defined to refer to. The string is in A1-style notation in the language
            of the macro, without an equal sign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Visible">
            <summary>
            Determines whether the object is visible. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.IsLocal">
            <summary>
            Indicates whether name is local.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.ValueR1C1">
            <summary>
            Gets named range Value in R1C1 style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.RefersTo">
            <summary>
            Gets named range RefersTo. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.RefersToR1C1">
            <summary>
            Gets named range RefersTo in R1C1 style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Scope">
            <summary>
            Returns string representation of the name's scope. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IName.Description">
            <summary>
            Gets/sets the comment associated with the named range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.DEF_SHEETNAME_SEPARATER">
            <summary>
            Represents default sheet name separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.DEF_RANGE_FORMAT">
            <summary>
            String format for cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.DEF_NAME_SHEET_INDEX">
            <summary>
            Represents removed sheet index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.WorkbookScope">
            <summary>
            String representation of the workbook scope value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.DEF_VALID_SYMBOL">
            <summary>
            Represents valid symbols.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_name">
            <summary>
            Name record with info about this Name object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_book">
            <summary>
            Parent workbook for this object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_worksheet">
            <summary>
            Parent worksheet for this object.
            (but NameRecord still must be in Workbook).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_index">
            <summary>
            Index of the Name object in the Workbook's Names collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_bIsDeleted">
            <summary>
            Indicates whether the named range is deleted or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_bIsNumReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_bIsMultiReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_bIsStringReference">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_description">
            <summary>
            Specifies the comment associated with the named range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_isTableNamedRange">
            <summary>
            Specifies if the name is associated with the ListObject i.e. if table name or table column name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameImpl.m_isFormulaNamedRange">
            <summary>
            Specifies if the name is associated with the Formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates a new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.NameRecord,System.Int32)">
            <summary>
            Creates a new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">
            NameRecord that contains information about the new Name object.
            </param>
            <param name="index">
            Index of the Name object in the workbook's Names collection.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.NameRecord)">
            <summary>
            Creates a new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">
            NameRecord that contains information about the new Name object.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.IRange,System.Int32)">
            <summary>
            Creates a new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">Name of the new Name object.</param>
            <param name="range">
            Range that will be associated with the specified name.
            </param>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Int32)">
            <summary>
            Creates new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">Name of the new Name object.</param>
            <param name="index">Current index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,System.Int32,System.Boolean)">
            <summary>
            Creates new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">Name of the new Name object.</param>
            <param name="index">Current index.</param>
            <param name="bIsLocal">Indicates whether name is local.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.IRange,System.Int32,System.Boolean)">
            <summary>
            Creates a new Name object.
            </summary>
            <param name="application">Application object for the new Name object.</param>
            <param name="parent">Parent object for the new Name object.</param>
            <param name="name">Name of the new Name object.</param>
            <param name="range">
            Range that will be associated with the specified name.
            </param>
            <param name="index"></param>
            <param name="bIsLocal"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetIndexOrGlobal(System.Boolean)">
            <summary>
            Sets index or global depending on IsLocal property value.
            </summary>
            <param name="bIsLocal">Indicates whether name should be local.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.CopyToClipboard">
            <summary>
            Copies range to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindAll(System.TimeSpan)">
            <summary>
            This method searches for the all cells with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindAll(System.DateTime)">
            <summary>
            This method searches for the all cells with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindAll(System.Boolean)">
            <summary>
            This method searches for the all cells with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>All found cells, or Null if value was not found.</returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the all cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>All found cells, or Null if value was not found.</returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindFirst(System.TimeSpan)">
            <summary>
            This method searches for the first cell with specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindFirst(System.DateTime)">
            <summary>
            This method searches for the first cell with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindFirst(System.Boolean)">
            <summary>
            This method searches for the first cell with specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified double value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns>First found cell, or Null if value was not found. </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            This method searches for the first cell with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Flag that represent type of search.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.AddComment">
            <summary>
            Adds comment to the range.
            </summary>
            <returns>Range's comment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.AutofitColumns">
            <summary>
            Autofits all columns in the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.AutofitRows">
            <summary>
            Autofits all rows in the range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.MergeWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns merge of this range with the specified one.
            </summary>
            <param name="range">The Range to merge with.</param>
            <returns>Merged ranges or NULL if wasn't able to merge ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.IntersectWith(Syncfusion.XlsIO.IRange)">
            <summary>
            Returns intersection of this range with the specified one.
            </summary>
            <param name="range">The Range with which to intersect.</param>
            <returns>Range intersection; if there is no intersection, NULL is returned.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.CopyTo(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies this range into another location.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="options">Copy range options.</param>
            <returns>Destination range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.CopyTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Copies the range to the specified destination Range (without updating formulas).
            </summary>
            <param name="destination">Destination range.</param>
            <returns>Range were this range was copied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.MoveTo(Syncfusion.XlsIO.IRange)">
            <summary>
            Moves the cells to the specified Range (without updating formulas).
            </summary>
            <param name="destination">Destination Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clear(Syncfusion.XlsIO.ExcelMoveDirection,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
            <param name="options">Cells shifting options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clear(Syncfusion.XlsIO.ExcelClearOptions)">
            <summary>
            Clears the Content, formats, comments based on clear option.
            </summary>
            <param name="option"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clear(Syncfusion.XlsIO.ExcelMoveDirection)">
            <summary>
            Clear the contents of the Range and shifts the cells Up or Left
            without formula or merged ranges update.
            </summary>
            <param name="direction">Cells shift direction Up/Left.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clear(System.Boolean)">
            <summary>
            Clear the contents of the Range with formatting.
            </summary>
            <param name="isClearFormat">True if formatting should also be cleared.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clear">
            <summary>
            Clear the contents of the Range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.FreezePanes">
            <summary>
            Freezes pane at the current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.UnMerge">
            <summary>
            Separates a merged area into individual cells.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Ungroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Ungroups current range.
            </summary>
            <param name="groupBy">Indicates type of ungrouping. Ungroup by columns or by rows.</param>
            <returns>Current range after ungrouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Merge">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Merge(System.Boolean)">
            <summary>
            Creates a merged cell from the specified Range object.
            </summary>
            <param name="clearCells">Indicates whether to clear unnecessary cells.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Group(Syncfusion.XlsIO.ExcelGroupBy,System.Boolean)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether grouping should
            be performed by rows or by columns. 
            </param>
            <param name="bCollapsed">Indicates whether group should be collapsed.</param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Group(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            This method groups current range.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
            <returns>Current range after grouping.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[])">
            <summary>
            Creates Subtotal for the corresponding ranges
            </summary>
            <param name="groupBy">GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SubTotal(System.Int32,Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">GroupByGroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SubTotal(System.Int32[],Syncfusion.XlsIO.ConsolidationFunction,System.Int32[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates SubTotal for the corresponding Ranges
            </summary>
            <param name="groupBy">Columns to GroupBy</param>
            <param name="function">ConsolidationFunction</param>
            <param name="totalList">TotalList</param>
            <param name="replace">Replace exisiting SubTotal</param>
            <param name="pageBreaks">Insert PageBreaks</param>
            <param name="summaryBelowData">SummaryBelowData</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Activate">
            <summary>
            Activates a single cell, which must be inside the current selection.
            To select a range of cells, use the Select method.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Activate(System.Boolean)">
            <summary>
            Activates a single cell, scroll to it and activates the corresponding sheet.
            To select a range of cells, use the Select method.
            </summary>
            <param name="scroll">True to scroll to the cell</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderAround">
            <summary>
            Sets around border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderAround(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets around border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderInside">
            <summary>
            Sets inside border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,System.Drawing.Color)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderInside(Syncfusion.XlsIO.ExcelLineStyle,Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Sets inside border for current range.
            </summary>
            <param name="borderLine">Represents border line.</param>
            <param name="borderColor">Represents border color as ExcelKnownColors.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.BorderNone">
            <summary>
            Sets none border for current range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.CollapseGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Collapses current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.ExpandGroup(Syncfusion.XlsIO.ExcelGroupBy,Syncfusion.XlsIO.ExpandCollapseFlags)">
            <summary>
            Expands current group.
            </summary>
            <param name="groupBy">
            This parameter specifies whether the grouping should be performed by rows or by columns. 
            </param>
            <param name="flags">Additional option flags.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Delete">
            <summary>
            Removes this Name object from the workbook's Names collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetParents">
            <summary>
            Sets parent workbook and worksheet.
            </summary>
            <exception cref="T:System.ArgumentNullException">
            When parent workbook or worksheet cannot be found.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.NameRecord)">
            <summary>
            Reads information from the NameRecord.
            </summary>
            <param name="name">NameRecord to parse</param>
            <exception cref="T:System.ArgumentNullException">
            When specified NameRecord is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.OnValueChanged(System.String,System.String,System.Boolean)">
            <summary>
            This method is called when Value property was changed.
            </summary>
            <param name="oldValue">Old value of the property.</param>
            <param name="newValue">New value of the property.</param>
            <param name="useR1C1">Is Value in R1C1 style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetValue(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Sets name value.
            </summary>
            <param name="parsedExpression">Parsed expression value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.RaiseNameIndexChangedEvent(Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            This method raises NameIndexChanged event.
            </summary>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.IsValidName(System.String)">
            <summary>
            Checks for valid name.
            </summary>
            <param name="str">String to check.</param>
            <returns>If true - valid name; otherwise - not valid.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetValue(System.String,System.Boolean)">
            <summary>
            Sets Value.
            </summary>
            <param name="strValue">New value of the property.</param>
            <param name="useR1C1">Is Value in R1C1 style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.ConvertFullRowColumnName(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts full row or column tokens between versions.
            </summary>
            <param name="version">Version to convert into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.GetValue(Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            A string containing the formula that the name is defined to refer to.
            </summary>
            <param name="formulaUtil">Formula util to take setting from.</param>
            <returns>Formula string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetIndex(System.Int32)">
            <summary>
            Sets index of the named range and raise event.
            </summary>
            <param name="index">New index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetIndex(System.Int32,System.Boolean)">
            <summary>
            Sets index of the named range.
            </summary>
            <param name="index">New index.</param>
            <param name="bRaiseEvent">Indicates whether events should be raised.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves named range into list of biff records.
            </summary>
            <param name="records">List of biff records to save into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.SetSheetIndex(System.Int32)">
            <summary>
            This method should be called after worksheet index change.
            </summary>
            <param name="iSheetIndex">New sheet index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.ReplaceName(System.Collections.Generic.Dictionary{System.String,Syncfusion.XlsIO.IName},System.String,System.String)">
            <summary>
            Updates the Renamed names in the named range collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Syncfusion#XlsIO#Interfaces#IParseable#Parse">
            <summary>
            Parses named range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.GetNativePtg">
            <summary>
            Gets ptg of current range.
            </summary>
            <returns>Returns native ptg.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsDeleted">
            <summary>
            Indicates whether the named range is deleted or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Index">
            <summary>
            Index of the Name object in the workbook's Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Syncfusion#XlsIO#IName#Index">
            <summary>
            Index of the Name object in the workbook's or Worksheet's Names collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Name">
            <summary>
            Gets or sets the name of the Name object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.NameLocal">
            <summary>
            Same as Name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RefersToRange">
            <summary>
            Gets / sets Range associated with the Name object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Value">
            <summary>
            For the Name object, a string containing the formula that the name is
            defined to refer to. The string is in A1-style notation in the language
            of the macro, without an equal sign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Description">
            <summary>
            Gets/sets the comment associated with the named range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.ValueR1C1">
            <summary>
            Gets/sets named range Value in R1C1 style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RefersTo">
            <summary>
            Gets/sets named range RefersTo. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RefersToR1C1">
            <summary>
            Gets/sets named range RefersToR1C1 in R1C1 style. Read-only.
            </summary> 
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Visible">
            <summary>
            Determines whether the object is visible. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsLocal">
            <summary>
            Indicates whether current name is locally defined name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Syncfusion#XlsIO#IName#Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Scope">
            <summary>
            Returns string representation of the name's scope. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Address">
            <summary>
            Returns the range reference in the language of the macro.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.AddressLocal">
            <summary>
            Returns the range reference for the specified range in the language
            of the user. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.AddressGlobal">
            <summary>
            Returns range Address in format "'Sheet1'!$A$1".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.AddressGlobalWithoutSheetName">
            <summary>
            Returns range address in format "$A$1".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.AddressR1C1">
            <summary>
            Returns the range reference using R1C1 notation.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.AddressR1C1Local">
            <summary>
            Returns the range reference using R1C1 notation.
            Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Boolean">
            <summary>
            Gets / sets boolean value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Borders">
            <summary>
            Returns a  Borders collection that represents the borders of a style
            or a range of cells (including a range defined as part of a
            conditional format).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Cells">
            <summary>
            Returns a Range object that represents the cells in the specified range.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Column">
            <summary>
            Returns the number of the first column in the first area in the specified
            range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.ColumnGroupLevel">
            <summary>
            Column group level. Read-only.
            -1 - Not all columns in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.ColumnWidth">
            <summary>
            Returns or sets the width of all columns in the specified range.
            Read/write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Count">
            <summary>
            Returns the number of objects in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.DateTime">
            <summary>
            Gets / sets DateTime contained by this cell. Read-write DateTime.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.DisplayText">
            <summary>
            Returns cell value after number format application. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.End">
            <summary>
            Returns a Range object that represents the cell at the end of the
            region that contains the source range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.EntireColumn">
            <summary>
            Returns a Range object that represents the entire column (or
            columns) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.EntireRow">
            <summary>
            Returns a Range object that represents the entire row (or
            rows) that contains the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Error">
            <summary>
            Gets / sets error value that is contained by this range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Formula">
            <summary>
            Returns or sets the object's formula in A1-style notation and in
            the language of the macro. Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaArray">
            <summary>
            Represents array-entered formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaArrayR1C1">
            <summary>
            Returns or sets the formula array for the range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaHidden">
            <summary>
            True if the formula will be hidden when the worksheet is protected.
            False if at least part of formula in the range is not hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaDateTime">
            <summary>
            Get / set formula DateTime value contained by this cell.
            DateTime.MinValue if not all cells of the range have same DateTime value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaR1C1">
            <summary>
            Returns or sets the formula for the range, using R1C1-style notation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasDataValidation">
            <summary>
            Indicates whether specified range object has data validation.
            If Range is not single cell, then returns true only if all cells have data validation. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasBoolean">
            <summary>
            Indicates whether range contains bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasDateTime">
            <summary>
            Indicates whether range contains DateTime value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasFormulaBoolValue">
            <summary>
            Indicates if current range has formula bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasFormulaErrorValue">
            <summary>
            Indicates if current range has formula error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasFormulaDateTime">
            <summary>
            Indicates if current range has formula value formatted as DateTime. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasFormula">
            <summary>
            True if all cells in the range contain formulas; False if
            at least one of the cells in the range doesn't contain a formula.
            Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasFormulaArray">
            <summary>
            Indicates whether range contains array-entered formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasNumber">
            <summary>
            Indicates whether the range contains number. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasRichText">
            <summary>
            Indicates whether cell contains formatted rich text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasString">
            <summary>
            Indicates whether the range contains String. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasStyle">
            <summary>
            Indicates whether range has default style. False means default style.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Hyperlinks">
            <summary>
            Returns hyperlinks for this name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HorizontalAlignment">
            <summary>
            Returns or sets the horizontal alignment for the specified object.
            Read/write ExcelHAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IndentLevel">
            <summary>
            Returns or sets the indent level for the cell or range. Can be an
            integer from 0 to 15. Read/write Integer.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsBlank">
            <summary>
            Indicates whether the range is blank. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsBoolean">
            <summary>
            Indicates whether range contains boolean value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsError">
            <summary>
            Indicates whether range contains error value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsGroupedByColumn">
            <summary>
            Indicates whether this range is grouped by column. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsGroupedByRow">
            <summary>
            Indicates whether this range is grouped by row. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsInitialized">
            <summary>
            Indicates whether cell is initialized. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.LastColumn">
            <summary>
            Returns last column of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.LastRow">
            <summary>
            Returns last row of the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Number">
            <summary>
            Gets / sets double value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.NumberFormat">
            <summary>
            Format of current cell. Analog of Style.NumberFormat property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Row">
            <summary>
            Returns the number of the first row of the first area in
            the range. Read-only Long.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RowGroupLevel">
            <summary>
            Row group level. Read-only.
            -1 - Not all rows in the range have same group level.
            0 - No grouping,
            1 - 7 - Group level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RowHeight">
            <summary>
            Returns the height of all the rows in the range specified,
            measured in points. Returns Double.MinValue if the rows in the specified range
            aren't all the same height. Read / write Double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Rows">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            rows in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Columns">
            <summary>
            For a Range object, returns an array of Range objects that represent the
            columns in the specified range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.CellStyle">
            <summary>
            Returns a Style object that represents the style of the specified
            range. Read/write IStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.CellStyleName">
            <summary>
            Returns name of the Style object that represents the style of the specified
            range. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Text">
            <summary>
            Gets / sets string value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.TimeSpan">
            <summary>
            Gets / sets time value of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Syncfusion#XlsIO#IRange#Value">
            <summary>
            Returns or sets the value of the specified range.
            Read/write Variant.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.CalculatedValue">
            <summary>
            Returns the calculated value of a formula using the most current inputs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Value2">
            <summary>
            Returns or sets the cell value. Read/write Variant.
            The only difference between this property and the Value property is
            that the Value2 property doesn't use the Currency and Date data types.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.VerticalAlignment">
            <summary>
            Returns or sets the vertical alignment of the specified object.
            Read/write ExcelVAlign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Syncfusion#XlsIO#IRange#Worksheet">
            <summary>
            Returns a Worksheet object that represents the worksheet
            containing the specified range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.ConditionalFormats">
            <summary>
            Collection of conditional formats.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.DataValidation">
            <summary>
            Data validation for the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaStringValue">
            <summary>
            Gets / sets string value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaNumberValue">
            <summary>
            Gets / sets number value evaluated by formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaBoolValue">
            <summary>
            Returns the calculated value of the formula as a boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.FormulaErrorValue">
            <summary>
            Returns the calculated value of the formula as a string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Comment">
            <summary>
            Comment assigned to the range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.RichText">
            <summary>
            String with rich text formatting. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsMerged">
            <summary>
            Indicates whether this range is part of merged range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.MergeArea">
            <summary>
            Returns a Range object that represents the merged range containing
            the specified cell. If the specified cell isn�t in a merged range,
            this property returns NULL. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.WrapText">
            <summary>
            True if Microsoft Excel wraps the text in the object.
            Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Item(System.Int32,System.Int32)">
            <summary>
            Gets / sets cell by row and column index. Row and column indexes are one-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell range. Row and column indexes are one-based. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Item(System.String)">
            <summary>
            Get cell range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Item(System.String,System.Boolean)">
            <summary>
            Gets cell range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.HasExternalFormula">
            <summary>
            Indicates is current range has external formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IgnoreErrorOptions">
            <summary>
            Represents ignore error options. If not single cell returs concatenated flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsStringsPreserved">
            <summary>
            Indicates whether all values in the range are preserved as strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.BuiltInStyle">
            <summary>
            Gets/sets built in style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Record">
            <summary>
            Get NameRecord to which point current object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Worksheet">
            <summary>
            Get worksheet of Name Object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Workbook">
            <summary>
            Get workbook of Name Object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsExternName">
            <summary>
            Indicates whether the name is extern name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.Region">
            <summary>
            Name region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsBuiltIn">
            <summary>
            Indicates whether name is built-in or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChangedHandlersCount">
            <summary>
            Returns count of event handlers for NameIndexChanged event. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsFunction">
            <summary>
            Indicates whether this is function.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsNumReference">
            <summary>
            Gets or sets a value indicating whether this instance is num reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is num reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsStringReference">
            <summary>
            Gets or sets a value indicating whether this instance is a string reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is string reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsMultiReference">
            <summary>
            Gets or sets a value indicating whether this instance is multi reference for chart axis.
            </summary>
            <value>
            	<c>true</c> if this instance is multi reference; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.IsCommon">
            <summary>
            It's used to identify the common workbook Names
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChanged">
            <summary>
            Utility event. Raised on Name object index property change.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameImpl.WorksheetName">
            <summary>
            Gets name of the parent worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.NameImpl.NameIndexChangedEventHandler">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs">
            <summary>
            Event arguments for NameIndexChanged event.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.m_OldIndex">
            <summary>
            Old index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.m_NewIndex">
            <summary>
            New index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.#ctor">
            <summary>
            To prevent creation without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
            Creates new instance of the event arguments.
            </summary>
            <param name="oldIndex">Old index.</param>
            <param name="newIndex">New index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.NewIndex">
            <summary>
            Returns old index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs.OldIndex">
            <summary>
            Returns new index. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PageSetupImpl">
            <summary>
            This Class allows the user to configure Print settings of a document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.DEF_AREA_XlS">
            <summary>
            Represents default print area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.DEF_TITLE_XLS">
            <summary>
            Represents default print title.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.DEF_PRINT_AREA_TOKENS">
            <summary>
            Represents default print area tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_usPrintHeaders">
            <summary>
            This record contains information as to whether or not the the row/column headers have to be printed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_usPrintGridlines">
            <summary>
            This record defines whether or not to print the gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_usGridset">
            <summary>
            This record specifies if the option to print sheet grid lines
            (PrintGridlinesRecord)has ever been changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_Guts">
            <summary>
            Contains information about the layout of outline symbols.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_DefRowHeight">
            <summary>
            Row height for rows with undefined or inexplicitly defined heights.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_WSBool">
            <summary>
            This record stores a 16-bit value with Boolean options for the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_worksheet">
            <summary>
            Parent worksheet for this page setup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_hPageBreaks">
            <summary>
            Represents horizontal page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_vPageBreaks">
            <summary>
            Represents vertical page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PageSetupImpl.m_strRelationId">
            <summary>
            Id of the printer settings part.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
            <param name="version">Represents Excel version.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Sets application and parent fields.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers page setup from the stream and sets its Application and Parent fields.
            Current record in the stream must be PrintHeadersRecord.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="reader">BiffReader that contains page setup records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Recovers Page setup from the Biff Records array starting from position
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="data">Array of Biff Records that contains all needed records.</param>
            <param name="position">Position of PrintHeadersRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw},System.Int32)">
            <summary>
            Recovers Page setup from the Biff Records List starting from position.
            </summary>
            <param name="application">Application object for the page setup.</param>
            <param name="parent">Parent object for the page setup.</param>
            <param name="data">List which contains Biff Records.</param>
            <param name="position">Position of PrintHeadersRecord in the array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.FindParents">
            <summary>
            Find parent worksheet.
            </summary>
            <exception cref="T:System.ArgumentException">
            When can't find parent worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.CreateNecessaryRecords">
            <summary>
            Creates necessary records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses record.
            </summary>
            <param name="record">Record to parse.</param>
            <returns>True if record was successfully parsed, false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Recovers page setup from the stream, first record must be PrintHeadersRecord.
            </summary>
            <param name="reader">Stream that contains all needed records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.SkipUnknownRecords(System.Collections.IList,System.Int32@)">
            <summary>
            Skips unknown records.
            </summary>
            <param name="data">Data with records.</param>
            <param name="pos">Starting position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.SerializeStartRecords(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes some records before main page setup block.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.FillStreamStart(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Fills stream with some records before main page setup records.
            </summary>
            <param name="writer">Writer to write records into.</param>
            <param name="provider">Object that gives access to the temporary buffer.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.FillGutsRecord">
            <summary>
            Fills internal guts record with information from Rows
            and ColumnInfo records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.InitializeCollections">
            <summary>
            Initialize collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ConvertTo3dRangeName(System.String)">
            <summary>
            Converts cell range to 3d Range name.
            </summary>
            <param name="value">cell range.</param>
            <returns>3d range name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ParsePrintAreaExpression(System.String)">
            <summary>
            Parses print area expression.
            </summary>
            <param name="value">Value representing print area.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ParsePrintTitleColumns(System.String)">
            <summary>
            Parses column print title string and makes appropriate changes to default title named range.
            </summary>
            <param name="value">Column print title string to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ParsePrintTitleRows(System.String)">
            <summary>
            Parses row print title string and makes appropriate changes to default title named range.
            </summary>
            <param name="value">Row print title string to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ExtractPrintArea">
            <summary>
            Extracts print area string.
            </summary>
            <returns>Print area string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.ExtractPrintTitleRowColumn(System.Boolean)">
            <summary>
            Extracts row or column print title from default title named range.
            </summary>
            <param name="bRowExtract">Defines which print title must be extracted.</param>
            <returns>Row/column print title string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.GetAddressGlobalWithoutName(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Returns global address without sheet name.
            </summary>
            <param name="token">Formula token.</param>
            <returns>Global address without sheet name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PageSetupImpl.Clone(System.Object)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <param name="parent">Parent for the new instance.</param>
            <returns>A clone of the current instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.PrintGridlines">
            <summary>
            True if cell gridlines are printed on the page. Applies only to
            worksheets. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.PrintHeadings">
            <summary>
            True if row and column headings are printed with this page. Applies
            only to worksheets. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.HPageBreaks">
            <summary>
            Gets horizontal page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.VPageBreaks">
            <summary>
            Gets vertical page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.PrintArea">
            <summary>
            Returns or sets the range to be printed, as a string using A1-style
            references in the language of the macro. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.PrintTitleColumns">
            <summary>
            Returns or sets the columns that contain the cells to be repeated
            on the left side of each page, as a string in A1-style notation
            in the language of the macro. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.PrintTitleRows">
            <summary>
            Returns or sets the rows that contain the cells to be repeated at
            the top of each page, as a string in A1-style notation in the
            language of the macro. Read/write String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.IsFitToPage">
            <summary>
            Indicates whether fit to page mode is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.IsSummaryRowBelow">
            <summary>
            Indicates whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.IsSummaryColumnRight">
            <summary>
            Indicates whether summary columns will appear right of the detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.DefaultRowHeight">
            <summary>
            Gets / sets default row height.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.DefaultRowHeightFlag">
            <summary>
            Gets / sets default row height option flag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.RelationId">
            <summary>
            Gets / sets relation id to the printer settings part.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PageSetupImpl.Worksheet">
            <summary>
            Returns parent worksheet. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl">
            <summary>
            Represents single pivot field in the pivot cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.MaxStringLength">
            <summary>
            Represents the Maximum number of character supported by cache field string value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_field">
            <summary>
            Main field record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_typeId">
            <summary>
            Type id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_arrFieldsData">
            <summary>
            List with fields data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_calculatedItems">
            <summary>
            Represents an item within a PivotTable field that uses a formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_iIndex">
            <summary>
            Index in the pivot caches collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_fieldType">
            <summary>
            Type of the field's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_bIsDataBaseField">
            <summary>
            Specifies a boolean value that indicates whether this field came from the source
            database 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_formula">
            <summary>
            Specifies the formula for the calculated field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_fieldGroup">
            <summary>
            Represents the field group
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_caption">
            <summary>
            Specifies the caption of the cache field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_iNumFormatIndex">
            <summary>
            Specifies the number format that is applied to all items in the field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_iParentFieldGroupIndex">
            <summary>
            Field group index
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_iHierarchy">
            <summary>
            Represents the hierarchy that this field is part of.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_iLevel">
            <summary>
            Specifies the hierarchy level that this field is part of.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_bIsParsed">
            <summary>
            Indicates whether the shared items are parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_range">
            <summary>
            Represents the Fields items range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_items">
            <summary>
            Represents the list of field items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_bIsMemberPropertyField">
            <summary>
            Specifies a boolean value that indicates whether this field has Member Property 
            database 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.m_bIsMixedType">
            <summary>
            Specifies a boolean value that indicates whether this field has mixed type     
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.#ctor">
            <summary>
            Initializes a new instance of Pivot cache field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.#ctor(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Initializes a new instance of pivot cache field and extracts its values from BiffReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.GetValue(System.Int32)">
            <summary>
            Gets item at the specified index.
            </summary>
            <param name="index">Index of the value to get.</param>
            <returns>Requested value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Fill(Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
            <summary>
            Fills field with data.
            </summary>
            <param name="sheet">Worksheet to get data from.</param>
            <param name="row">First row of the source data.</param>
            <param name="lastRow">Last row of the source data.</param>
            <param name="column">Column index of the source data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.AddValue(System.Object)">
            <summary>
            Adds new value to the cache.
            </summary>
            <param name="value">Value to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Parses pivot cache field.
            </summary>
            <param name="reader">Reader to extract data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes pivot cache field into list of Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.CreateRecordForValue(System.Object)">
            <summary>
            Returns Biff record that corresponds to the specified value.
            </summary>
            <param name="value">Value to get record for.</param>
            <returns>Created record that contains specified value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Formula">
            <summary>
            Gets or sets the formula for the calculated field
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsDataBaseField">
            <summary>
            Gets or sets a Boolean value indicating whether this field came from the source
            database.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsInIndexList">
            <summary>
            True if the cache field is present in the index list. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsDouble">
            <summary>
            True if the cache field is a double value. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsDoubleInt">
            <summary>
            True if the cache field is a double or int value. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsString">
            <summary>
            True if the cache field is a string. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsUnknown">
            <summary>
            True if the cache field is unknown. False Otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsLongIndex">
            <summary>
            True if the cache field has a long index. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsUnknown2">
            <summary>
            True if the cache field is unknown2. False Otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsDate">
            <summary>
            True if the cache filed is a date. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.ItemCount">
            <summary>
            Gets the items in the pivot cache field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Name">
            <summary>
            Gets or sets teh anme of the pivot cache field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Index">
            <summary>
            Gets or sets the index of this field in the parent collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.DataType">
            <summary>
            Gets the type of the field's data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsFormulaField">
            <summary>
            True if the cache field is formula field. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.FieldGroup">
            <summary>
            Represents the Field group in the Cache Field
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Caption">
            <summary>
            Gets or sets the caption of the cache field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.NumFormatIndex">
            <summary>
            Gets or sets the number format that is applied to all items in the field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.CalculatedItems">
            <summary>
            Gets items within a PivotTable field that uses formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.ParentFeildGroupIndex">
            <summary>
            Gets or sets the field group index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsFieldGroup">
            <summary>
            True if the cache field is Field group. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Hierarchy">
            <summary>
            Represents the hierarchy that this field is part of.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Level">
            <summary>
            Specifies the hierarchy level that this field is part of.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsParsed">
            <summary>
            Gets or sets a Boolean value indicating whether the shared items are parsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.ItemRange">
            <summary>
            Represents the Fields items range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.Items">
            <summary>
            Gets the field items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsMemberPropertyField">
            <summary>
            Specifies a boolean value that indicates whether this field has property field
            database 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl.IsMixedType">
            <summary>
            Specifies a boolean value that indicates whether this field has mixed type     
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl">
            <summary>
            Represents a single pivot cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_cacheData">
            <summary>
            Main cache record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_cacheDataEx">
            <summary>
            Cache data extended record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_arrRecords">
            <summary>
            Array of all unparsed cache records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_preservedData">
            <summary>
            Stream with preserved data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_lstCacheFields">
            <summary>
            List with cached fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_lstPivotIndexes">
            <summary>
            Indixes to the pivto values. Each item contains indexes to the pivot cache field data for corresponding row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_sourceRange">
            <summary>
            Contains source range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_rangeName">
            <summary>
            Contains the name of the pivot cache NamedRange
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_iIndex">
            <summary>
            Cache index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_info">
            <summary>
            Contains additional information regarding pivot cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bsupportAdvancedDrill">
            <summary>
            Specifies whether the cache's data source supports attribute drilldown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_iCreatedVersion">
            <summary>
            Specifies the version of the application that created the cache. This attribute is
            application-dependent.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_iMinRefreshableVersion">
            <summary>
            Specifies the earliest version of the application that is required to refresh the cache. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_iRefreshedVersion">
            <summary>
            Specifies the version of the application that last refreshed the cache. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bSupportSubQuery">
            <summary>
            Specifies whether the cache's data source supports subqueries
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bUpgradeOnRefresh">
            <summary>
            Specifies a boolean value that indicates whether the cache is scheduled for version
            upgrade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_preservedElements">
            <summary>
            Preserved XlsIO unsupported elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_preservedExtenalRelation">
            <summary>
            Presreved the Extenal cache source relations
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_relationId">
            <summary>
            External cache source relation ID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bHasCacheRecords">
            <summary>
            Indicates wheather the pivot cache has records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.preservedCacheRelations">
            <summary>
            Specifies the preserved cache relations of Consolidation source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_consolidation">
            <summary>
            Stream which preserves the consolidation source of the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bMissingItemsLimit">
            <summary>
            Indicates whether the pivot cache has missing items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.m_bTupleCache">
            <summary>
            Indicates whether the pivot cache has tuple cache.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initianlizes a new instance of pivot cache class with the specified application and parent objects.
            </summary>
            <param name="application">Reference to Application instance.</param>
            <param name="parent">
            Reference to the Parent object which will host this object
            </param>
            <exception cref="T:System.ArgumentNullException">
            If specified application or parent is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.String)">
            <summary>
            Initializes a new instance of pivot cache class with the specified reader to get pivot cache records from.
            </summary>
            <param name="application">Reference to Application instance.</param>
            <param name="parent">
            Reference to the Parent object which will host this object.
            </param>
            <param name="reader">Reader to get pivot cache records from.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <exception cref="T:System.ArgumentNullException">
            If at least one of arguments is Null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.IRange)">
            <summary>
            Initializes new instance of the cache at the specified range in the worksheet.
            </summary>
            <param name="application">Reference to Application instance.</param>
            <param name="parent">
            Reference to the Parent object which will host this object.
            </param>
            <param name="dataRange">Range object containing cached data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.CreateField(Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates cached field.
            </summary>
            <param name="sheet">Worksheet to create cache for.</param>
            <param name="row">First row to get data from.</param>
            <param name="lastRow">Last row of the field.</param>
            <param name="column">Column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.AddIndexes(System.Byte[])">
            <summary>
            Adds the specified array of pivot cache indexes.
            </summary>
            <param name="indexes"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.GetValue(System.Int32,System.Int32)">
            <summary>
            Returns the field value based on the specified field and row indexes.
            </summary>
            <param name="fieldIndex">Field index.</param>
            <param name="row">Row index.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.PutValue(System.Int32,System.Object)">
            <summary>
            Sets the specified field value at the specified field index.
            </summary>
            <param name="fieldIndex"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Parse(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[],System.Int32)">
            <summary>
            Parses pivot cache.
            </summary>
            <param name="data">Records with pivot table cache.</param>
            <param name="iPos">Offset to the first pivot cache record.</param>
            <returns>Offset to the record after cache records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.String)">
            <summary>
            Parses data from BiffReader.
            </summary>
            <param name="reader">BiffReader with data to parse.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <param name="streamCode">Represent the pivot cache stream code 
            (helps to preserve unknown pivot cache streams)</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves pivot cache into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will get all pivot cache records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Serialize(System.IO.Stream,Syncfusion.XlsIO.Implementation.Security.IEncryptor)">
            <summary>
            Saves pivot cache into stream using specified encryptor.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="encryptor">Encryptor to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.UpdateAfterInsertRemove(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Update pivot cache after row/column insert operation.
            </summary>
            <param name="worksheet"></param>
            <param name="index"></param>
            <param name="count"></param>
            <param name="isRow"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.InRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Indicates whether specified insert row/column operation affected pivot cache in some way.
            </summary>
            <param name="m_sourceRange"></param>
            <param name="worksheet"></param>
            <param name="index"></param>
            <param name="count"></param>
            <param name="isRow"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance with the specified 
            dictionary containing names in the workbook.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <param name="hashNewNames">Dictionary containing names in the workbook.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.ComparePreservedData(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Compare preserved data with the specified cache data.
            </summary>
            <param name="cache">Pivot cache object with which the preserved data is compared.</param>
            <returns>True if the preserved data is equal to the specified cache data. False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns the size of the required storage space. Read-only.
            </summary>
            <param name="version">ExcelVersion of this workbook.</param>
            <returns>Number of bytes indicating the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Saves the pivot cache record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.StreamId">
            <summary>
            Gets the stream id of the pivot cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.SourceType">
            <summary>
            Gets or sets the pivot table cache source type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsUpgradeOnRefresh">
            <summary>
            True if the cache is scheduled for version
            upgrade. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RefreshedBy">
            <summary>
            Gets or sets the user name who last refreshed pivot cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsSupportSubQuery">
            <summary>
            True if the cache's data source supports subqueries. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsSaveData">
            <summary>
            Gets or sets a Boolean value indicating whether the pivot records are saved with the
            cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsOptimizedCache">
            <summary>
            Gets or sets a boolean value indicating whether the application will apply optimizations
            to the cache to reduce memory usage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.EnableRefresh">
            <summary>
            Gets or sets a Boolean value indicating whether the user can refresh the cache. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsBackgroundQuery">
            <summary>
            Gets or sets a Boolean value indicating whether the application should query and
               retrieve records asynchronously from the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.CreatedVersion">
            <summary>
            Gets or sets the the version of the application that created the cache. This attribute is
            application-dependent.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.MinRefreshableVersion">
            <summary>
            Gets or sets the earliest version of the application that is required to refresh the cache. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RefreshedVersion">
             <summary>
             Gets or sets the version of the application that last refreshed the cache. This attribute
            depends on whether the application exposes mechanisms via the user interface whereby
            the end-user can refresh the cache.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsInvalidData">
            <summary>
            Gets or sets a Boolean value indicating whether the cache needs to be refreshed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.SupportAdvancedDrill">
            <summary>
            True if the the cache's data source supports attribute drilldown. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.IsRefreshOnLoad">
            <summary>
            Gets or sets a Boolean value indicating whether the application will refresh the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RefreshDate">
            <summary>
            Gets or sets refresh date of the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RecordCount">
            <summary>
            Gets the number of records inside this cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Consolidation">
            <summary>
            Gets or sets the stream which preserves the consolidation source of the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.SourceRange">
            <summary>
            Gets or sets the data source for the PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.CacheFields">
            <summary>
            Gets collection of cache fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Index">
            <summary>
            Gets or sets the cache index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.Info">
            <summary>
            Gets or sets additional information regarding pivot cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.PreservedElements">
            <summary>
            Preserved XlsIO unsupported elements
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RangeName">
            <summary>
            Gets or sets the name of the pivot cache NamedRange.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.HasNamedRange">
            <summary>
            True if the pivot cache has named range. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.CalculatedItemIndex">
            <summary>
            Gets the calculated item index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.PreservedExtenalRelation">
            <summary>
            Presreved the Extenal cache source relations
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RelationId">
            <summary>
            External cache source relation ID.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.HasCacheRecords">
            <summary>
            Indicates wheather the pivot cache has records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.MissingItemsLimit">
            <summary>
            Indicates whether the pivot cache has missing items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.TupleCache">
            <summary>
            Indicates whether the pivot cache has tuple cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.TypeCode">
            <summary>
            Gets the type code of this record in the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.RecordCode">
            <summary>
            Gets the code of the biff storage. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.NeedDataArray">
            <summary>
            True if the data array is required by this record. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl.StreamPos">
            <summary>
            Gets the record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl">
            <summary>
            Represents a field in a PivotTable report. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_viewFields">
            <summary>
            View field record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_viewFieldsEx">
            <summary>
            Extended view fields record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_arrItems">
            <summary>
            View items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_cacheField">
            <summary>
            Cache fields which this field is based on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bDataField">
            <summary>
            Indicates whether this is data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_table">
            <summary>
            Represents the parent pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bCompact">
             <summary>
             Specifies a boolean value that indicates whether the application will display fields
            compactly in the sheet on which this PivotTable resides
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsDragOff">
             <summary>
             Specifies a boolean value that indicates whether the field can be removed from the
            PivotTable.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsDragToData">
            <summary>
            Specifies a boolean value that indicates whether the field can be dragged to the data
            region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowNewItemsInFilter">
            <summary>
            Specifies a boolean value that indicates whether manual filter is in inclusive mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowNewItemsOnRefresh">
             <summary>
             Specifies a boolean value that indicates whether new items that appear after a refresh
            should be hidden by default.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowBlankRow">
            <summary>
            Specifies a boolean value that indicates whether to insert a blank row after each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowPageBreak">
            <summary>
            Specifies a boolean value that indicates whether to insert a page break after each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_iItemsPerPage">
            <summary>
            Specifies the number of items showed per page in the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_iItemIndex">
            <summary>
            Specifies the index of the item in the pivot cache
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bMeasureField">
            <summary>
            Specifies a boolean value that indicates whether field has a measure based filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsMultiSelected">
             <summary>
             Specifies a boolean value that indicates whether the field can have multiple items
            selected in the page field.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowOutline">
             <summary>
             Specifies a boolean value that indicates whether the items in this field should be shown
            in Outline form.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowDropDown">
             <summary>
             Specifies a boolean value that indicates whether to hide drop down buttons on PivotField
            headers.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowPropAsCaption">
             <summary>
             Specifies a boolean value that indicates whether to show the property as a member
            caption.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowItemPropAsCaption">
             <summary>
             Specifies a boolean value that indicates whether to show the member property value in a
            PivotTable cell.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bShowToolTip">
            <summary>
            Specifies a boolean value that indicates whether to show the member property value in a
            tooltip on the appropriate PivotTable cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_sortType">
            <summary>
            Specifies the type of sort that is applied to this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsAutoFiltersByRank">
             <summary>
             Specifies a boolean value that indicates whether an AutoShow filter applied to this field is
            set to show the top ranked values
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_uniqueName">
             <summary>
             Specifies the unique name of the member property to be used as a caption for the field
            and field items.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_fieldItemOptions">
            <summary>
            Represents the item attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_preservedAutoSort">
            <summary>
            Preserves the sorting elements of the field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsAllDrilled">
            <summary>
            Indicates whether all items in the field are expanded.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsDataSourceSorted">
            <summary>
            Indicates whether sort is applied to this field in the data source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_bIsDefaultDrill">
            <summary>
            Indicates the drill state of the attribute hierarchy in an OLAP-based PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_futureDataStorage">
            <summary>
            Indicates flexible storage extensions for pivot Field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_FilterValue">
            <summary>
            Indicates values of filter in page field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_pivotFilters">
            <summary>
            Pivot Filter collection of pivot fields
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_PivotFieldItems">
            <summary>
            Pivot field items collections
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_iItemInvisibleCount">
            <summary>
            Specifies the number of items of field set as invisible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_pageFieldName">
            <summary>
            Indicates Page Field Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_pageFieldCaption">
            <summary>
            Indicates Page Field Caption
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.m_pageFieldHierarchyIndex">
            <summary>
            Indicates Page Hierarchy Index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Creates collection and sets its Application and Parent values.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.#ctor(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheFieldImpl,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Initializes new instance of the pivot field.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="cacheField">Cache field that corresponds to this field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Parses specified data at the offset to extract pivot field.
            </summary>
            <param name="data">Records collection with data.</param>
            <param name="iPos">Offset to the first pivot field record.</param>
            <returns>Offset to the record after field's records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves pivot table into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will get all pivot table records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.AddItemOption(System.Int32,Syncfusion.XlsIO.Implementation.PivotTables.PivotItemOptions)">
            <summary>
            Adds the specified item at the specified index to the pivot field.
            </summary>
            <param name="index">Index at which the item is to be added.</param>
            <param name="item">Pivot field item to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.AddItemOption(System.Int32)">
            <summary>
            Adds the specified item to the pivot field.
            </summary>
            <param name="index">Index at which the item is to be added.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.MovePivotRowsFields(System.Int32)">
            <summary>
            Moves the position of the Row Field among the Row fields.
            </summary>
            <param name="newIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.MovePivotColumnFields(System.Int32)">
            <summary>
            Move the position of the column field among column fields.
            </summary>
            <param name="newIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.MovePivotDataFields(System.Int32)">
            <summary>
            Moves the position of the data field among the data fields
            </summary>
            <param name="newIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.MovePivotPageFields(System.Int32)">
            <summary>
            Moves the position of page field among the page fields.
            </summary>
            <param name="newIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.FutureDataStorageStream">
            <summary>
            Gets or sets flexible storage extensions as stream for pivot Field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Position">
            <summary>
            Gets or sets the position of the field (first,second,third and so on) among all the fields in its Axis (Row,Column,Page,Data).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Axis">
            <summary>
            Gets or sets the field axis.
            </summary>
            <example>
            Following code snippet illustrates how to add a axis to pivot field.
            <code>
            
            // Create Pivot cache with the given data range
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);  
            //Create "PivotTable1" with the cache at the specified range
            IPivotTable pivotTable = worksheet.PivotTables.Add("PivotTable1", worksheet["A1"], cache);
            //Add Pivot table fields (Row and Column fields)
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.FilterValue">
            <summary>
            Gets or sets the Filter value of Page fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Name">
            <summary>
            Gets or sets the name of the pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CacheField">
            <summary>
            Gets the parent cache field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsDataField">
            <summary>
            True if the pivot field is a data field. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.NumberFormatIndex">
            <summary>
            Gets or sets number format index for the pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.NumberFormat">
            <summary>
            Gets or sets the number format for the pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Subtotals">
            <summary>
            Gets or sets the subtotal function used for pivot field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.SubTotalName">
            <summary>
            Gets or sets the custom text that is displayed for the subtotals label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsAutoShow">
            <summary>
            True if the number of top or bottom items for a row, page, or column field in the specified PivotTable report
            is enabled. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CanDragToRow">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to row area. 
            Read/Write Boolean. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CanDragToColumn">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to column area. 
            Read/Write Boolean. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CanDragToPage">
            <summary>
            Gets or sets a Boolean value indicating if user can drag field to page area.
            Read/Write Boolean. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsDragToHide">
            <summary>
            True if the user can remove field from view. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CanDragOff">
            <summary>
            Gets or sets a Boolean value indicating if user can remove field from view. 
            Read/Write Boolean. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IncludeNewItemsInFilter">
            <summary>
            Gets or sets a Boolean value indicating whether newly added pivot table items should be tracked when 
            manual filtering is applied to pivot field. Read/Write Boolean.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowNewItemsInFilter" -->
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowNewItemsOnRefresh">
            <summary>
            Gets or sets a Boolean value indicating whether newly added pivot table items during 
            manual filtering to pivot field, should be shown after refresh operation. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowBlankRow">
            <summary>
            Gets or sets a Boolean value indicating if a blank row is inserted 
            after the specified row field in a PivotTable report.
            Read/Write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowPageBreak">
            <summary>
            True if a page break is inserted after each field. False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ItemsPerPage">
            <summary>
            Gets or sets the number of items showed per page in the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ItemIndex">
            <summary>
            Specifies the index of the item in the pivot cache
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsMeasureField">
            <summary>
            Gets or sets a Boolean value indicating whether field has a measure based filter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsMultiSelected">
            <summary>
            Gets or sets a Boolean value indicating whether the field has multiple items
            selected in the page field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsShowAllItems">
            <summary>
            Gets or sets a Boolean value indicating whether to show all items for this field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowOutline">
            <summary>
            Gets or sets a Boolean value that indicates whether the items in this field should be shown
            in Outline form.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowDropDown">
            <summary>
            True if the flag for the specified PivotTable field or PivotTable item is set to "drilled" (expanded, or visible).
            False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowPropAsCaption">
             <summary>
             Gets or sets a Boolean value indicating whether to show the property as a
            caption.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowItemPropAsCaption">
            <summary>
            Gets or sets a Boolean value indicating whether to show the item property value in a
            PivotTable cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ShowToolTip">
            <summary>
            Gets or sets a Boolean value that indicates whether to show the item value in a
            tooltip on the appropriate PivotTable cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.SortType">
            <summary>
            Gets or sets the type of sort that is applied to this field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsAutoFiltersByRank">
             <summary>
             Gets or sets a Boolean value indicating whether AutoShow filter applied to this field is
            set to show the top ranked values.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Caption">
            <summary>
            Gets or sets the unique name to be used as a caption for the field
            and field items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.ItemOptions">
            <summary>
            Represents the item attributes
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Compact">
             <summary>
             Gets or sets a boolean value indicating whether the application will display fields
            compactly in the sheet on which this PivotTable resides.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.CanDragToData">
            <summary>
            Gets or sets a Boolean value indicating if the specified field can be dragged to the data position.
            Read/Write Boolean. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Formula">
            <summary>
            Gets or sets the formula for the calculated field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsFormulaField">
            <summary>
            Gets or sets a Boolean value indicating if this field is formula field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.PreservedAutoSort">
            <summary>
            Gets or sets the stream that preserves the sorting elements of the field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsAllDrilled">
            <summary>
            Indicates whether all items in the field are expanded.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsDataSourceSorted">
            <summary>
            Indicates whether sort is applied to this field in the data source.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.IsDefaultDrill">
            <summary>
            Indicates the drill state of the attribute hierarchy in an OLAP-based PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.PivotFilters">
            <summary>
            Gets the <see cref="T:Syncfusion.XlsIO.IPivotFilters"/> collection for the pivot field. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.Items">
            <summary>
            Gets Pivot field items which are the individual data entries in a field category.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.PageFieldName">
            <summary>
            Property for Page Field Name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.PageFieldCaption">
            <summary>
            Property for Page Field Caption.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl.PageFieldHierarchyIndex">
            <summary>
            Property for Page Field Hierarchy Index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl">
            <summary>
            Represents a PivotTable on a worksheet. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DefaultDataFieldStart">
            <summary>
            Default starting name of the pivot data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DEF_FIRSTRECORD_CODE">
            <summary>
            Code of the first record for the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Excel2007Version">
            <summary>
            When Pivot table create, updated and refreshed
            then  Excel 2007 stores this version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Excel2010Version">
            <summary>
            When Pivot table create, updated and refreshed
            then  Excel 2010 stores this version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Excel2013Version">
            <summary>
            When Pivot table create, updated and refreshed
            then  Excel 2013 stores this version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Excel2016Version">
            <summary>
            When Pivot table create, updated and refreshed
            then  Excel 2016 stores this version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DEF_UNKNOWN_PIVOTRECORDS">
            <summary>
            Unknown records that belong to pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_viewDefinition">
            <summary>
            View definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrFields">
            <summary>
            Fields collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrRowColumnFiledId">
            <summary>
            Row / column field ids.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrLineItems">
            <summary>
            Collection of all LineItemArray records needed for this pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_viewExInfo">
            <summary>
            This record contains information about additional features
            added to PivotTables in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_pageItem">
            <summary>
            Page item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrDataItems">
            <summary>
            Data items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrUnknown">
            <summary>
            Unknown records that belong to pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_arrPivotFields">
            <summary>
            Collection of pivot table fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_location">
            <summary>
            Table location.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_endLocation">
            <summary>
            Table end location.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_dataFields">
            <summary>
            Contains all data fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bItemPrintTitles">
            <summary>
            True if row, column, and item labels appear on the first row of each page when
            the specified PivotTable report is printed. False if labels are printed only on
            the first page. The default value is True.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_builtInStyle">
            <summary>
            Built-in style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.customStyleName">
            <summary>
            Custom Style Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_options">
            <summary>
            Represents the Pivot Table Options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_iFirstDataCol">
             <summary>
             Specifies the first column of the PivotTable data, relative to the top left cell in the ref
            value
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_iFirstDataRow">
             <summary>
             Specifies the first column of the PivotTable data, relative to the top left cell in the ref
            value
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_iFirstHeaderRow">
             <summary>
             Specifies the first row of the PivotTable header, relative to the top left cell in the ref
            value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_iColumnsPerPage">
             <summary>
             Specifies the number of columns per page for this PivotTable that the filter area will
            occupy.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_iRowsPerPage">
            <summary>
            Specifies the number of rows per page for this PivotTable that the filter area will occupy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowColHeaderStyle">
            <summary>
            Specifies a boolean value that indicates whether to show column headers for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowColStripes">
             <summary>
             Specifies a boolean value that indicates whether to show column stripe formatting for
            the table.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowLastCol">
            <summary>
            Specifies a boolean value that indicates whether to show the last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowRowHeaderStyle">
            <summary>
            Specifies a boolean value that indicates whether to show row headers for the table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowRowStripes">
             <summary>
             Specifies a boolean value that indicates whether to show row stripe formatting for the
            table.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_colItemsStream">
            <summary>
            Represents the Pivot table column items in Stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_rowItemsStream">
            <summary>
            Represents the Pivot Table row items in stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bShowDataFieldInRow">
            <summary>
            Represents the pivot table to add the Calculated 
            Data field in rows
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_preservedElements">
            <summary>
            Preserves the XlsIO unsupported elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_calculatedFields">
            <summary>
            Returns the calculated field collection represents all
            the calculated fields int the specified pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_bIsChanged">
            <summary>
            Indicates wheather the pivot table modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_colFieldsOrder">
            <summary>
            Represents the column field order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_rowFieldsOrder">
            <summary>
            Represents the Row fields order
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_PivotEngine">
            <summary>
            Variable for pivot engine.
            </summary>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable and Silverlight Platforms.
            </remarks>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.m_filters">
            <summary>
            Collection of Filters
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of pivot table.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,Syncfusion.XlsIO.IRange)">
            <summary>
            Initializes a new instance of pivot table with the specified cache index and pivot table location.
            </summary>
            <param name="application">
            Application object that represents the Excel application.
            </param>
            <param name="parent">Parent object of this collection.</param>
            <param name="cacheIndex">Cache index.</param>
            <param name="location">Pivot table location.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.SetWorkbook">
            <summary>
            Sets parent workbook to the correct value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Layout">
            <summary>
            Draws a layout for the pivot table.
            </summary>
            <example>
            Following code snippet illustrates how to layout a pivot table similar to MS Excel.
            <code>
            
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("PivotData.xlsx");
            IWorksheet worksheet = workbook.Worksheets[0];
            IWorksheet pivotSheet = workbook.Worksheets[1];
            
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.Fields[4].Axis = PivotAxisTypes.Page;
            pivotTable.Fields[2].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[6].Axis = PivotAxisTypes.Row;
            pivotTable.Fields[3].Axis = PivotAxisTypes.Column;
            IPivotField datafield = pivotSheet.PivotTables[0].Fields[5];
            pivotTable.DataFields.Add(datafield, "Sum of Units", PivotSubtotalTypes.Sum);
            pivotTable.BuiltInStyle = PivotBuiltInStyles.PivotStyleDark12;
            
            //The following code sample must be included to XlsIO layout the pivot table like MS Excel.
            pivotTable.Layout();
            
            workbook.SaveAs("PivotTable.xlsx");
            workbook.Close();
            excelEngine.ThrowNotSavedOnDestroy = false;
            excelEngine.Dispose();
            </code>
            </example>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable and Silverlight Platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Parse(System.Collections.IList,System.Int32)">
            <summary>
            Parses pivot table.
            </summary>
            <param name="data">Records with pivot table data.</param>
            <param name="iPos">Offset to the first pivot table record.</param>
            <returns>Offset to the record after table records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves pivot table into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList that will get all pivot table records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ClearCollections">
            <summary>
            Clears all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.GetPivotFields(Syncfusion.XlsIO.PivotAxisTypes)">
            <summary>
            Gets the collection of pivot fields based on pivot axis.
            </summary>
            <param name="pivotAxisTypes">axis type.</param>
            <returns>Pivot fields collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.GetPivotVersion">
            <summary>
            Get the Workbook equalent of 
            Pivot table version
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Clone(System.Object,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Clone(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableCollection,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.AutoFitPivotTable(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            This method autofit the tabular layout pivot table only.
            Note: Compact layout and outline layout are autofitted by MS Excel itself.
            this method should be removed once tabular form layout is supported using Pivot engine layout.
            </summary>
            <param name="m_pivotTable"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.SetChanged(System.Boolean)">
            <summary>
            Invoke when changes made in the pivo table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ClearPivotRange">
            <summary>
            Clear the data and the format of the pivot table
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.GetCalculatedFields">
            <summary>
            Returns the collection of calculated fields in the specified pivot table
            </summary>
            <returns>pivot calculated field collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ClearTable">
            <summary>
            Clears all the fields, deletes all filtering and sorting applied to the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Filters">
            <summary>
            Property for pivot filter collections
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PivotEngineValues">
            <summary>
            Gets or sets the pivot engine of the pivot table.
            </summary>
            <remarks> This method is not supported in WinRT, Windows Phone, Portable and Silverlight Platforms.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.CacheIndex">
            <summary>
            Gets or sets the index number of the PivotTable cache. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DisplayErrorString">
             <summary>
             True if the PivotTable report displays a custom error string in cells
             that contain errors. False otherwise. Read/Write Boolean. 
             </summary>
             <remarks>
             Use the ErrorString property to set the custom error string. 
             This property is particularly useful for suppressing divide-by-zero errors when calculated fields are pivoted.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DisplayNullString">
            <summary>
            True if the PivotTable report displays a custom string in cells
            that contain null values. False otherwise. Read/Write Boolean. 
            </summary>
            <remarks>Use the NullString property to set the custom null string. The default value is True.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ColumnGrand">
            <summary>
            Gets or sets value indicating whether the PivotTable contains 
            column with grand totals for rows (same as ColumnGrand in VBA).
            Default value is true.
            </summary>
            <example>
            Following code illustrates how to access the ColumnGrand property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.RowGrand = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.EnableDrilldown">
            <summary>
            True if drilldown into pivot table data is enabled. False otherwise. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.EnableFieldDialog">
            <summary>
            True if the PivotTable Field dialog box is available for the user. False otherwise. The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.EnableWizard">
            <summary>
            True if the PivotTable Wizard is available. False otherwise.
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ErrorString">
            <summary>
            Gets or sets the string displayed in cells that contain errors
            when the DisplayErrorString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ManualUpdate">
            <summary>
            True if the PivotTable report is recalculated only at the user's request.
            The default value is False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.MergeLabels">
            <summary>
            True if the specified PivotTable report�s outer-row item,
            column item, subtotal, and grand total labels use merged cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Name">
            <summary>
            Gets or sets the pivot table name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.NullString">
            <summary>
            Gets or sets the string displayed in cells that contain null
            values when the DisplayNullString property is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PageFieldOrder">
            <summary>
            Returns or sets the order in which page fields are added to the PivotTable report�s layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PageFieldStyle">
            <summary>
            Returns or sets the style used in the bound page field area.
            The default value is a null string (no style is applied by default).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PageFieldWrapCount">
            <summary>
            Returns or sets the number of page fields in each column
            or row in the PivotTable report.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RowGrand">
            <summary>
            Gets or sets value indicating whether the PivotTable contains 
            row with grand totals for columns (same as RowGrand in VBA). 
            Default value is true.
            </summary>
            <example>
            Following code illustrates how to access the RowGrand property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.RowGrand = false;
            </code>
            </example>     
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Cache">
            <summary>
            Gets cache used by this pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Location">
            <summary>
            Gets or sets the pivot table location in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.EndLocation">
            <summary>
            Gets pivot table end location. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.InternalFields">
            <summary>
            Returns collection of pivot fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Fields">
            <summary> 
            Gets the collection of pivot fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Syncfusion#XlsIO#IPivotTable#Fields">
            <summary>
            Returns collection of pivot fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DataFields">
            <summary>
            Gets the collection of data fields in pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Syncfusion#XlsIO#IPivotTable#DataFields">
            <summary>
            Gets collection of pivot table data fields. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Workbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowDrillIndicators" -->
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.DisplayFieldCaptions">
            <summary>
            Gets or sets a Boolean value indicating whether filter buttons and pivot field
            captions for rows and columns are displayed in the grid. 
            The default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RepeatItemsOnEachPrintedPage">
            <summary>
            Gets or sets a Boolean value indicating whether labels must be repeated on every page.The default value is True.
            </summary>
            <remarks>True if row, column, and item labels appear on the first row of each page when
            the specified PivotTable report is printed. False if labels are printed only on
            the first page.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.BuiltInStyle">
            <summary>
            Gets or sets the built-in style of the pivot table.
            </summary>
            <example>
            Following code illustrates how to access the BuiltInStyle property of the pivot table.
            <code>
            IPivotCache cache = workbook.PivotCaches.Add(worksheet["A1:H50"]);
            IPivotTable pivotTable = pivotSheet.PivotTables.Add("PivotTable1", pivotSheet["A1"], cache);
            pivotTable.BuiltInStyle = PivotBuiltInStyles.PivotStyleDark12;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.CustomStyleName">
            <summary>
            Gets or sets name of custom style for the pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowRowGrand">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable contains grand totals for rows. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowColumnGrand">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable contains grand totals for columns. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Options">
            <summary>
            Gets the pivot table options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.FirstDataCol">
             <summary>
             Specifies the first column of the PivotTable data, relative to the top left cell in the ref
            value
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.FirstDataRow">
             <summary>
             Specifies the first column of the PivotTable data, relative to the top left cell in the ref
            value
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.FirstHeaderRow">
             <summary>
             Specifies the first row of the PivotTable header, relative to the top left cell in the ref
            value.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ColumnsPerPage">
            <summary>
            Gets the number of columns per page for this PivotTable that the filter area will occupy. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RowsPerPage">
            <summary>
            Gets the number of rows per page for this PivotTable that the filter area will occupy. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowColHeaderStyle">
            <summary>
            Specifies a boolean value that indicates whether to show column headers for the table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowColStripes">
             <summary>
             Specifies a boolean value that indicates whether to show column stripe formatting for
            the table.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowLastCol">
            <summary>
            Specifies a boolean value that indicates whether to show the last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowRowHeaderStyle">
            <summary>
            Specifies a boolean value that indicates whether to show row headers for the table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowRowStripes">
             <summary>
             Specifies a boolean value that indicates whether to show row stripe formatting for the
            table.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ColumnItemsStream">
            <summary>
            Represents the Pivot table column items in Stream
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RowItemsStream">
            <summary>
            Represents the Pivot Table row items in stream
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ShowDataFieldInRow">
            <summary>
            Gets or sets a Boolean value indicating whether the PivotTable data fields are shown in rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.Application">
            <summary>
            Gets the application for this object. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PreservedElements">
            <summary>
            Preserves the XlsIO unsupported elements
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.CalculatedFields">
            <summary>
            Gets the collection of calculated fields in the pivot table. Read-only.
            </summary>
            <example>
            Following code illustrates how to access the CalculatedFields property of the pivot table.
            <code>
            ExcelEngine excelEngine = new ExcelEngine();
            IApplication application = excelEngine.Excel;
            application.DefaultVersion = ExcelVersion.Excel2013;
            IWorkbook workbook = application.Workbooks.Open("PivotTable.xlsx");
            IWorksheet sheet = workbook.Worksheets[0];
            
            IPivotTable pivotTable = sheet.PivotTables[0];
            
            //Add calculated field to the first pivot table
            IPivotField field = pivotTable.CalculatedFields.Add("Percent", "Sales/Total*100");
            
            workbook.SaveAs("PivotTable.xlsx");
            workbook.Close();
            excelEngine.ThrowNotSavedOnDestroy = false;
            excelEngine.Dispose();
            
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PageFields">
            <summary>
            Gets the collection of page fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PivotRowFields">
            <summary>
            Returns the collection of Pivot Row field for the specified pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.PivotPageFields">
            <summary>
            Returns the collection of Pivot Page field for the specified pivot table.
            </summary>
            <value>The pivot page fields.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RowFields">
            <summary>
            Gets the collection of Row fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ColumnFields">
            <summary>
            Gets the collection of column fields in the pivot table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.IsChanged">
            <summary>
            Represents the pivot table modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.ColFieldsOrder">
            <summary>
            Gets the col fields order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl.RowFieldsOrder">
            <summary>
            Gets the Row fields order.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.CellValueChangedEventArgs">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellValueChangedEventArgs.OldValue">
            <summary>
            Gets or sets the old value.
            </summary>
            <value>The old value.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellValueChangedEventArgs.NewValue">
            <summary>
            Gets or sets the new value.
            </summary>
            <value>The new value.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.CellValueChangedEventArgs.Range">
            <summary>
            Gets or sets the Range.
            </summary>
            <value>The Range.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RangeRichTextString">
            <summary>
            Summary description for RangeRichTextString.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.IRTFWrapper">
            <summary>
            Interface for Rich text string wrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RangeRichTextString.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="row"></param>
            <param name="column"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int64)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="cellIndex">Cell index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int64,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
            <param name="cellIndex">Cell index.</param>
            <param name="text">Formatted text object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.BeginUpdate">
            <summary>
            This method is called before any changes made to the rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.EndUpdate">
            <summary>
            This method is called after any changes made to the rich text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RangeRichTextString.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing,
            releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeRichTextString.DefaultFont">
            <summary>
            Returns default font. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RangeRichTextString.Index">
            <summary>
            Returns index of the string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RTFStringArray">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RTFStringArray.m_range">
            <summary>
            Parent range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RTFStringArray.m_rtfText">
            <summary>
            Represents an RTF string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.#ctor">
            <summary>
            Private constructor - to prevent user from creating instances without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.#ctor(Syncfusion.XlsIO.IRange)">
            <summary>
            Creates new instance of the RTFStringArray.
            </summary>
            <param name="range">Parent range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.GetFont(System.Int32)">
            <summary>
            Returns font which is applied to character at the specified position.
            </summary>
            <param name="iPosition">Character index.</param>
            <returns>Font which is applied to character at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for range of characters.
            </summary>
            <param name="iStartPos">First character of the range.</param>
            <param name="iEndPos">Last character of the range.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.ClearFormatting">
            <summary>
            Clears string formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.Append(System.String,Syncfusion.XlsIO.IFont)">
            <summary>
            Appends rich text string with specified text and font.
            </summary>
            <param name="text">Text to append.</param>
            <param name="font">Font to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.BeginUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.EndUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing,
            releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFStringArray.Clear">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFStringArray.Text">
            <summary>
            Gets / sets text of the string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFStringArray.RtfText">
            <summary>
            Returns text in rtf format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFStringArray.IsFormatted">
            <summary>
            Indicates whether rich text string has formatting runs. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFStringArray.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFStringArray.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RTFCommentArray">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RTFCommentArray.m_range">
            <summary>
            Parent range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RTFCommentArray.m_rtfText">
            <summary>
            Represents an RTF string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            
            </summary>
            <param name="application"></param>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.GetFont(System.Int32)">
            <summary>
            Returns font for character at specified position.
            </summary>
            <param name="iPosition">Position of the symbol.</param>
            <returns>
            Font for character at specified position if it is equal for all
            cells in the parent range, otherwise NULL is returned.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.SetFont(System.Int32,System.Int32,Syncfusion.XlsIO.IFont)">
            <summary>
            Sets font for specified range of characters.
            </summary>
            <param name="iStartPos">First character to set font.</param>
            <param name="iEndPos">Last character to set.</param>
            <param name="font">Font to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.ClearFormatting">
            <summary>
            Clears formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.Append(System.String,Syncfusion.XlsIO.IFont)">
            <summary>
            Appends rich text string with specified text and font.
            </summary>
            <param name="text">Text to append.</param>
            <param name="font">Font to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.Clear">
            <summary>
            Clears text and formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.SetParents">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.BeginUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RTFCommentArray.EndUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFCommentArray.Text">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFCommentArray.RtfText">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RTFCommentArray.IsFormatted">
            <summary>
            Indicates whether rich text string has formatting runs. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RecordExtractor">
            <summary>
            Stores created Biff records and allows to get specific record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RecordExtractor.m_dictRecords">
            <summary>
            Dictionary with Biff records. Key - Biff record type value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RecordExtractor.#ctor">
            <summary>
            Initializes new instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RecordExtractor.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns Biff record filled with speciffic values.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's start.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RecordExtractor.GetRecord(System.Int32)">
            <summary>
            Returns empty Biff record.
            </summary>
            <param name="recordType">Biff record type.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RtfTextWriter">
            <summary>
            Rtf text writer used for converting rtf string into rtf format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.DEF_FONT">
            <summary>
            0 - font index,
            1 - charset,
            2 - font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.DEF_FONT_ATTRIBUTE">
            <summary>
            Font attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.DEF_COLOR_FORMAT">
            <summary>
            0 - red component (0-255),
            1 - green,
            2 - blue.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.UnderlineTags">
            <summary>
            Underline tags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.StrikeThroughTags">
            <summary>
            Strike through tags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.DEF_TAGS">
            <summary>
            Other tags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_arrColors">
            <summary>
            Array list with all used colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_hashFonts">
            <summary>
            Fonts dictionary. Font - to - font index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_hashColorTable">
            <summary>
            Colors dictionary. Color - to - color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_bEnableFormatting">
            <summary>
            Indicates whether formatting is enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_innerWriter">
            <summary>
            Inner text writer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_bTabsPending">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.m_bEscape">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTextWriter.newLine">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.#ctor(System.Boolean)">
            <summary>
            
            </summary>
            <param name="enableFormatting"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.#ctor(System.IO.TextWriter)">
            <summary>
            
            </summary>
            <param name="underlyingWriter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.#ctor(System.IO.TextWriter,System.Boolean)">
            <summary>
            
            </summary>
            <param name="underlyingWriter"></param>
            <param name="enableFormatting"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.OutputTabs">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.GetImageRTF(System.String)">
            <summary>
            Gets the image RTF.
            </summary>
            <param name="rtf">The RTF.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFontInTable(System.Drawing.Font)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFontAttribute(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iFontId"></param>
            <param name="iFontSize"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteColorInTable(System.Drawing.Color)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteChar(System.Char)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteString(System.String)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteImageString(System.String)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteString(System.String,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteNewLine">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteNewLine(System.String)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.ToString">
            <summary>
            Returns string that implement current object.
            </summary>
            <returns>Returns string that implement current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Boolean)">
            <summary>
            Writes a bool to the text stream.
            </summary>
            <param name="value">Bool param to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Char)">
            <summary>
            Writes a character to the text stream.
            </summary>
            <param name="value">Char value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Char[])">
            <summary>
            Writes a array of characters to the text stream.
            </summary>
            <param name="buffer">Array param to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Double)">
            <summary>
            Writes a double to the text stream.
            </summary>
            <param name="value">Double param to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Int32)">
            <summary>
            Writes a int value to the text stream.
            </summary>
            <param name="value">Int value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Int64)">
            <summary>
            Writes a long value to the text stream.
            </summary>
            <param name="value">Long value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Object)">
            <summary>
            Writes a object to the text stream.
            </summary>
            <param name="value">Object value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Single)">
            <summary>
            Writes a float value to the text stream.
            </summary>
            <param name="value">Float value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.String)">
            <summary>
            Writes a string to the text stream.
            </summary>
            <param name="s">String to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.UInt32)">
            <summary>
            Writes a uint value to the text stream.
            </summary>
            <param name="value">Uint value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.String,System.Object)">
            <summary>
            Writes out a formatted string, using the same semantics as String.Format.
            </summary>
            <param name="format">The formatting string.</param>
            <param name="arg0">An object to write into the formatted string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.String,System.Object[])">
            <summary>
            Writes out a formatted string, using the same semantics as String.Format.
            </summary>
            <param name="format">The formatting string.</param>
            <param name="arg">The object array to write into the formatted string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.String,System.Object,System.Object)">
            <summary>
            Writes out a formatted string, using the same semantics as String.Format.
            </summary>
            <param name="format">The formatting string.</param>
            <param name="arg0">An object to write into the formatted string.</param>
            <param name="arg1">An object to write into the formatted string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.Write(System.Char[],System.Int32,System.Int32)">
            <summary>
            Writes a subarray of characters to the text stream.
            </summary>
            <param name="buffer">The character array to write data from.</param>
            <param name="index">Starting index in the buffer.</param>
            <param name="count">The number of characters to write. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine">
            <summary>
            Writes a line terminator to the text stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Boolean)">
            <summary>
            Writes the text representation of a Boolean followed by a line 
            terminator to the text stream.
            </summary>
            <param name="value">The Boolean to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Char)">
            <summary>
            Writes a character followed by a line terminator to the text stream.
            </summary>
            <param name="value">The character to write to the text stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Char[])">
            <summary>
            Writes an array of characters followed by a line terminator to the text stream.
            </summary>
            <param name="buffer">The character array from which data is read.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Double)">
            <summary>
            Writes the text representation of a 8-byte floating-point value followed 
            by a line terminator to the text stream.
            </summary>
            <param name="value">The 8-byte floating-point value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Int32)">
            <summary>
            Writes the text representation of a 4-byte signed integer 
            followed by a line terminator to the text stream.
            </summary>
            <param name="value">The 4-byte signed integer to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Int64)">
            <summary>
            Writes the text representation of an 8-byte signed 
            integer followed by a line terminator to the text stream.
            </summary>
            <param name="value">The 8-byte signed integer to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Object)">
            <summary>
            Writes the text representation of an object by calling 
            ToString on this object, followed by a line terminator to the text stream.
            </summary>
            <param name="value">The object to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Single)">
            <summary>
            Writes the text representation of a 4-byte floating-point 
            value followed by a line terminator to the text stream.
            </summary>
            <param name="value">The 4-byte floating-point value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.String)">
            <summary>
            Writes a string followed by a line terminator to the text stream.
            </summary>
            <param name="s">The string to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.UInt32)">
             <summary>
            Writes the text representation of a 4-byte unsigned integer followed 
             by a line terminator to the text stream. 
             </summary>
             <param name="value">The 4-byte unsigned integer to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.String,System.Object[])">
            <summary>
            Writes out a formatted string and a new line, using the same semantics as Format.
            </summary>
            <param name="format">The formatting string.</param>
            <param name="arg">The object array to write into format string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.String,System.Object)">
            <summary>
            Writes out a formatted string and a new line, using the same semantics as Format.
            </summary>
            <param name="format">The formatted string.</param>
            <param name="arg0">The object to write into the formatted string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.String,System.Object,System.Object)">
            <summary>
            Writes out a formatted string and a new line, using the same semantics as Format.
            </summary>
            <param name="format">The formatting string.</param>
            <param name="arg0">The object to write into the format string.</param>
            <param name="arg1">The object to write into the format string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
            <summary>
            Writes a subarray of characters followed by a line terminator to the text stream.
            </summary>
            <param name="buffer">The character array from which data is read.</param>
            <param name="index">The index into buffer at which to begin reading.</param>
            <param name="count">The maximum number of characters to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.AddFont(System.Drawing.Font)">
            <summary>
            Adds new font to the collection.
            </summary>
            <param name="font">Font to add.</param>
            <returns>Index of the font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.AddColor(System.Drawing.Color)">
            <summary>
            Adds color to the colors table.
            </summary>
            <param name="color"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFontTable">
            <summary>
            Writes fonts table into inner text writer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteColorTable">
            <summary>
            Writes colors table into inner text writer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteText(System.Drawing.Font,System.String)">
            <summary>
            
            </summary>
            <param name="font"></param>
            <param name="strText"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteText(System.Drawing.Font,System.Drawing.Color,System.String)">
            <summary>
            
            </summary>
            <param name="font"></param>
            <param name="foreColor"></param>
            <param name="strText"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteText(System.Drawing.Font,System.Drawing.Color,System.Drawing.Color,System.String)">
            <summary>
            
            </summary>
            <param name="font"></param>
            <param name="foreColor"></param>
            <param name="backColor"></param>
            <param name="strText"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteText(Syncfusion.XlsIO.IFont,System.String)">
            <summary>
            
            </summary>
            <param name="font"></param>
            <param name="strText"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteImageText(Syncfusion.XlsIO.IFont,System.String,System.String,System.String)">
            <summary>
            Writes the image text.
            </summary>
            <param name="font">The font.</param>
            <param name="strText">The STR text.</param>
            <param name="image">The image.</param>
            <param name="align">The align.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFontAttribute(System.Drawing.Font)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFont(System.Drawing.Font)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFont(Syncfusion.XlsIO.IFont)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteSubSuperScript(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteFontItalicBoldStriked(System.Drawing.Font)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteUnderline(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            
            </summary>
            <param name="font"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteUnderlineAttribute">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteUnderlineAttribute(Syncfusion.XlsIO.Implementation.UnderlineStyle)">
            <summary>
            
            </summary>
            <param name="style"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteStrikeThrough(Syncfusion.XlsIO.Implementation.StrikeThroughStyle)">
            <summary>
            
            </summary>
            <param name="style"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteBackColorAttribute(System.Drawing.Color)">
            <summary>
            
            </summary>
            <param name="color"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteForeColorAttribute(System.Drawing.Color)">
            <summary>
            
            </summary>
            <param name="color"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteLineNoTabs(System.String)">
            <summary>
            
            </summary>
            <param name="s"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteTag(Syncfusion.XlsIO.Implementation.RtfTags)">
            <summary>
            
            </summary>
            <param name="tag"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteTag(Syncfusion.XlsIO.Implementation.RtfTags,System.Object[])">
            <summary>
            
            </summary>
            <param name="tag"></param>
            <param name="arrParams"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteAlignment(System.String)">
            <summary>
            Writes the alignment.
            </summary>
            <param name="alignment">The alignment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteEndFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Write end tag for font attributes
            </summary>
            <param name="font">font object for text</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteEndFontItalicBoldStriked(System.Drawing.Font)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteEndUnderline(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Write underline endtag for the font that contain underline
            </summary>
            <param name="font">font object for text</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.RtfTextWriter.WriteEndSubSuperScript(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Write subsuper end tag if the font contain superscript or subscript 
            </summary>
            <param name="font">font object for text</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RtfTextWriter.Escape">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.RtfTextWriter.Encoding">
            <summary>
            Returns current Encoding.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.UnderlineStyle">
            <summary>
            \ul Continuous underline. \ul0 turns off all underlining. 
            \ulcN Underline color 
            \uld Dotted underline. 
            \uldash Dash underline. 
            \uldashd Dash dot underline. 
            \uldashdd Dash dot dot underline. 
            \uldb Double underline. 
            \ulhwave Heavy wave underline 
            \ulldash  Long dash underline 
            \ulnone Stops all underlining. 
            \ulth Thick underline 
            \ulthd Thick dotted underline 
            \ulthdash  Thick dash underline 
            \ulthdashd  Thick dash dot underline 
            \ulthdashdd  Thick dash dot dot underline
            \ulthldash  Thick long dash underline
            \ululdbwave Double wave underline
            \ulw Word underline.
            \ulwave Wave underline.
            
            Elements order is very important.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Continuous">
            <summary>
            Continuous underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.TurnOff">
            <summary>
            Turns off all underlining.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Dotted">
            <summary>
            Dotted underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Dash">
            <summary>
            Dash underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.DashDot">
            <summary>
            Dash dot underline. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.DashDotDot">
            <summary>
            Dash dot dot underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Double">
            <summary>
            Double underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.HeavyWave">
            <summary>
            Heavy wave underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.LongDash">
            <summary>
            Long dash underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.None">
            <summary>
            Stops all underlining.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Thick">
            <summary>
            Thick underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.ThickDotted">
            <summary>
            Thick dotted underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.ThickDash">
            <summary>
            Thick dash underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.ThickDashDot">
            <summary>
            Thick dash dot underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.ThickDashDotDot">
            <summary>
            Thick dash dot dot underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.ThickLongDash">
            <summary>
            Thick long dash underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.DoubleWave">
            <summary>
            Double wave underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Word">
            <summary>
            Word underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnderlineStyle.Wave">
            <summary>
            Wave underline.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StrikeThroughStyle">
            <summary>
            Elements order is very important.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StrikeThroughStyle.SingleOn">
            <summary>
            Single is on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StrikeThroughStyle.SingleOff">
            <summary>
            Single is off.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StrikeThroughStyle.DoubleOn">
            <summary>
            Double is on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StrikeThroughStyle.DoubleOff">
            <summary>
            Double is off.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.RtfTags">
            <summary>
            Elements order is very important.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.FontTableBegin">
            <summary>
            Font table begins.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.FontTableEnd">
            <summary>
            Font table ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.ColorTableStart">
            <summary>
            Color table starts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.ColorTableEnd">
            <summary>
            Color table ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.BoldOn">
            <summary>
            Bold on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.BoldOff">
            <summary>
            Bold off.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.ItalicOn">
            <summary>
            Italic on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.ItalicOff">
            <summary>
            Italic off.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.RtfBegin">
            <summary>
            Rtf begins.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.RtfEnd">
            <summary>
            Rtf ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.GroupStart">
            <summary>
            Group starts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.GroupEnd">
            <summary>
            Group ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.EndLine">
            <summary>
            End of line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.ForeColor">
            <summary>
            Foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.BackColor">
            <summary>
            Background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.SubScript">
            <summary>
            Subscript.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.SuperScript">
            <summary>
            SuperScript.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.RtfTags.SubSuperOff">
            <summary>
            SubScript or SuperScript Off.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.IDecryptor">
            <summary>
            Summary description for IEncryptor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IDecryptor.Decrypt(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int64)">
            <summary>
            Decrypts DataProvider and writes result back into it.
            </summary>
            <param name="provider">Provider to decrypt.</param>
            <param name="offset">Offset to the first byte to decrypt.</param>
            <param name="length">Number of bytes to decrypt.</param>
            <param name="streamPosition">Position of the record in the stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IDecryptor.Decrypt(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Decrypts byte array and writes result back into it.
            </summary>
            <param name="buffer">Array to decrypt.</param>
            <param name="offset">Offset to the first byte to decrypt.</param>
            <param name="length">Number of bytes to decrypt.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IDecryptor.SetDecryptionInfo(System.Byte[],System.Byte[],System.Byte[],System.String)">
            <summary>
            Sets information required to decrypt.
            </summary>
            <param name="docId">Unique document id.</param>
            <param name="encryptedDocId">Encrypted document id.</param>
            <param name="digest">Digest used to verify the entered password.</param>
            <param name="password">Password to use for verification and decryption.</param>
            <returns>True if password was verified and method succeeded.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.IEncryptor">
            <summary>
            Summary description for IEncryptor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IEncryptor.SetEncryptionInfo(System.Byte[],System.String)">
            <summary>
            Sets information required to encrypt the document.
            </summary>
            <param name="docId">Unique document id.</param>
            <param name="password">Encryption password.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IEncryptor.Encrypt(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int64)">
            <summary>
            Encrypts DataProvider and writes result back into it.
            </summary>
            <param name="provider">Provider to encrypt.</param>
            <param name="offset">Offset to the first byte to encrypt.</param>
            <param name="length">Number of bytes to encrypt.</param>
            <param name="streamPosition">Position of the data in the stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IEncryptor.Encrypt(System.Byte[],System.Int32,System.Int32,System.Int64)">
            <summary>
            Encrypts DataProvider and writes result back into it.
            </summary>
            <param name="data">Data to encrypt.</param>
            <param name="offset">Offset to the first byte to encrypt.</param>
            <param name="length">Number of bytes to encrypt.</param>
            <param name="streamPosition">Position of the data in the stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.IEncryptor.GetFilePassRecord">
            <summary>
            Creates FilPassRecord that corresponds to this document.
            This method can only be called after encryption info was set.
            </summary>
            <returns>Created record.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.MD5Context">
            <summary>
            Summary description for MD5_CTX.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Context.m_uiI">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Context.m_buf">
            <summary>
            scratch buffer
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Context.m_in">
            <summary>
            input buffer
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Context.m_digest">
            <summary>
            actual digest after MD5Final call
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Security.MD5Context"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.Update(System.Byte[],System.UInt32)">
            <summary>
            Updates
            </summary>
            <param name="inBuf">The input buf.</param>
            <param name="inLen">The buffer length.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.Final">
            <summary>
            Finals this instance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.StoreDigest">
            <summary>
            Stores the digest.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.F(System.UInt32,System.UInt32,System.UInt32)">
            <summary>
            F(x, y, z)
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <param name="z">The z.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.G(System.UInt32,System.UInt32,System.UInt32)">
            <summary>
            G(x, y, z)
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <param name="z">The z.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.H(System.UInt32,System.UInt32,System.UInt32)">
            <summary>
            H(x, y, z)
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <param name="z">The z.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.III(System.UInt32,System.UInt32,System.UInt32)">
            <summary>
            I(x, y, z)
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <param name="z">The z.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.ROTATE_LEFT(System.UInt32,System.Byte)">
            <summary>
            ROTATE_LEFT
            </summary>
            <param name="x">The x.</param>
            <param name="n">The n.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.FF(System.UInt32@,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.UInt32)">
            <summary>
            FF
            </summary>
            <param name="a">A.</param>
            <param name="b">The b.</param>
            <param name="c">The c.</param>
            <param name="d">The d.</param>
            <param name="x">The x.</param>
            <param name="s">The s.</param>
            <param name="ac">The ac.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.GG(System.UInt32@,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.UInt32)">
            <summary>
            GG
            </summary>
            <param name="a">A.</param>
            <param name="b">The b.</param>
            <param name="c">The c.</param>
            <param name="d">The d.</param>
            <param name="x">The x.</param>
            <param name="s">The s.</param>
            <param name="ac">The ac.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.HH(System.UInt32@,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.UInt32)">
            <summary>
            HH
            </summary>
            <param name="a">A.</param>
            <param name="b">The b.</param>
            <param name="c">The c.</param>
            <param name="d">The d.</param>
            <param name="x">The x.</param>
            <param name="s">The s.</param>
            <param name="ac">The ac.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.II(System.UInt32@,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.UInt32)">
            <summary>
            II
            </summary>
            <param name="a">A.</param>
            <param name="b">The b.</param>
            <param name="c">The c.</param>
            <param name="d">The d.</param>
            <param name="x">The x.</param>
            <param name="s">The s.</param>
            <param name="ac">The ac.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Context.Transform(System.UInt32[])">
            <summary>
            Transforms the specified inn.
            </summary>
            <param name="inn">The inn.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.MD5Context.I">
            <summary>
            Gets or sets the I.
            </summary>
            <value>The I.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.MD5Context.Buffer">
            <summary>
            Gets or sets the buffer.
            </summary>
            <value>The buffer.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.MD5Context.InBuffer">
            <summary>
            Gets or sets the input buffer.
            </summary>
            <value>The input buffer.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.MD5Context.Digest">
            <summary>
            Gets or sets the digest.
            </summary>
            <value>The digest.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor">
            <summary>
            Represents an MD5Decryptor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_baDocumentID">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_baPoint">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_baHash">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_baPassword">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_valContext">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_lLastStreamPosition">
            <summary>
            Last stream position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.m_provider">
            <summary>
            Data provider used to encrypt/decrypt byte arrays.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.CheckPassword(System.String)">
            <summary>
            Checks the password.
            </summary>
            <param name="password">The password.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Decrypt(System.IO.Stream)">
            <summary>
            Decrypts the stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Decrypt(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int64)">
            <summary>
            Decrypts data provider and writes data back into it.
            </summary>
            <param name="provider">Provider to decrypt.</param>
            <param name="offset">Offset to the data.</param>
            <param name="length">Size of the data to decrypt.</param>
            <param name="streamPos">Record position in the stream position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Decrypt(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Decrypts buffer and puts resulting data back into it.
            </summary>
            <param name="buffer">Buffer to decrypt.</param>
            <param name="offset">Offset to the data.</param>
            <param name="length">Size of the data to decrypt.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.PreparePassword(System.String)">
            <summary>
            Prepares password.
            </summary>
            <param name="password">Password to convert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Swap(System.Byte@,System.Byte@)">
            <summary>
            Swaps a and b.
            </summary>
            <param name="a">a.</param>
            <param name="b">b.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.PrepareKey(Syncfusion.XlsIO.Implementation.Security.WordKey,System.Byte[],System.Byte)">
            <summary>
            Prepares the key.
            </summary>
            <param name="key">Key to prepare.</param>
            <param name="data">The data.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.MakeKey(Syncfusion.XlsIO.Implementation.Security.WordKey,System.UInt32,Syncfusion.XlsIO.Implementation.Security.MD5Context)">
            <summary>
            Makes the key.
            </summary>
            <param name="key"></param>
            <param name="block">The block.</param>
            <param name="valContext">The val context.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.CompareMemory(System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Compares memory blocks
            </summary>
            <param name="block1">The block1.</param>
            <param name="block2">The block2.</param>
            <param name="length">The length.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.VerifyPassword">
            <summary>
            Verifies the password.
            </summary>
            <returns>True if password was verified.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.PrepareValContext">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.SetByte(System.Byte[],System.Int32,System.Int32,System.Byte)">
            <summary>
            
            </summary>
            <param name="arrData"></param>
            <param name="iOffset"></param>
            <param name="iLength"></param>
            <param name="btValue"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.DecryptBuffer(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.Security.WordKey)">
            <summary>
            Decrypts buffer
            </summary>
            <param name="provider">An object that gives access to the data storage.</param>
            <param name="startOffset">Start offset.</param>
            <param name="length">The length.</param>
            <param name="key">The key.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.CheckPrepared">
            <summary>
            Checks whether decryption information was prepared.
            Throws ApplicationExcepion if it wasn't.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.PrepareKey(System.Int64)">
            <summary>
            
            </summary>
            <param name="position"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.SetDecryptionInfo(System.Byte[],System.Byte[],System.Byte[],System.String)">
            <summary>
            Sets information required to decrypt.
            </summary>
            <param name="docId">Unique document id.</param>
            <param name="encryptedDocId">Encrypted document id.</param>
            <param name="digest">Digest used to verify the entered password.</param>
            <param name="password">Password to use for verification and decryption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.SetEncryptionInfo(System.Byte[],System.String)">
            <summary>
            Sets information required to encrypt the document.
            </summary>
            <param name="docId">Unique document id.</param>
            <param name="password">Encryption password.</param>
            <returns>True if password was verified and method succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Encrypt(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int64)">
            <summary>
            Encrypts DataProvider and writes result back into it.
            </summary>
            <param name="provider">Provider to encrypt.</param>
            <param name="offset">Offset to the first byte to encrypt.</param>
            <param name="length">Number of bytes to encrypt.</param>
            <param name="streamPosition">Position of the data in the stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.Encrypt(System.Byte[],System.Int32,System.Int32,System.Int64)">
            <summary>
            Encrypts DataProvider and writes result back into it.
            </summary>
            <param name="data">Data to encrypt.</param>
            <param name="offset">Offset to the first byte to encrypt.</param>
            <param name="length">Number of bytes to encrypt.</param>
            <param name="streamPosition">Position of the data in the stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.MD5Decryptor.GetFilePassRecord">
            <summary>
            Creates FilPassRecord that corresponds to this document.
            This method can only be called after encryption info was set.
            </summary>
            <returns>Created record.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Security.WordKey">
            <summary>
            Summary description for Word_key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.WordKey.m_baState">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.WordKey.m_bX">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Security.WordKey.m_bY">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Security.WordKey.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.Security.WordKey"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.WordKey.Status">
            <summary>
            Gets or sets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.WordKey.X">
            <summary>
            Gets or sets the x.
            </summary>
            <value>The x.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Security.WordKey.Y">
            <summary>
            Gets or sets the y.
            </summary>
            <value>The y.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ShapesGetter">
            <summary>
            This class is used to get shapes collection from a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShapesGetter.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShapesGetter.GetShapes(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Returns a shape collection from the worksheet.
            </summary>
            <param name="sheet">Worksheet to return sheet data for.</param>
            <returns>A shape collection from the worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ShapesGetter.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl">
            <summary>
            Class used for Bitmap shape implementation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IPictureShape">
            <summary>
            Represents an Image in a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IPictureShape.Remove(System.Boolean)">
            <summary>
            Removes shape from the collection.
            </summary>
            <param name="removeImage">Removes image that is referenced by this shape from collection too,
            if we didn't detect image usage. XlsIO doesn't detect this situation correctly in all cases
            if there are shapes in charts in Excel 2007 or if some image shapes are grouped in any excel version.
            If you are not sure whether image is referenced in charts or grouped shapes and you are working with
            Excel 2007 version, set this argument to true (this could cause file size increase, but will keep
            document in the correct state).</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IPictureShape.FileName">
            <summary>
            Gets the Filename, Read only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IPictureShape.Picture">
            <summary>
            Gets the picture, Read only. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ShapeInstance">
            <summary>
            Instance field value for this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_uiBlipId">
            <summary>
            Represents Blip id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_strBlipFileName">
            <summary>
            Name of the blip file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_picture">
            <summary>
            Shape's picture (maybe should be moved to BitmapShape class).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_bitmap">
            <summary>
            Represents a bitmap image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_streamBlipSubNodes">
            <summary>
            Stream that contains subnodes of the blip xml node in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_streamShapeProperties">
            <summary>
            Stream that contains shape properties xml-tag in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_srcRectStream">
            <summary>
            Stream that contains srcRect tag if shape was extracted from Excel 2007 file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_strMacro">
            <summary>
            Macro name associated with this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_offsetX">
            <summary>
            x-coordinate in the offset
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_offsetY">
            <summary>
            y-coordinate in the offset
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_extentsX">
            <summary>
            Specifies the length of the extents rectangle in EMUs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_extentsY">
            <summary>
            Specifies the width of the extents rectangle in EMUs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_flipVertical">
            <summary>
            Specifies a vertical flip. When true, this attribute defines that the group is flipped
            vertically about the center of its bounding box
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_flipHorizontal">
            <summary>
            Specifies a horizontal flip. When true, this attribute defines that the shape is flipped
            horizontally about the center of its bounding box
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_preservedElements">
            <summary>
            Dictionary to have preserved streams of shape properties
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.m_hasTransparentDetails">
            <summary>
            Refer <clrChange></clrChange> in Open XML specification for more details:
            TODO: Need to add support transparancy details.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the BitmapShapeImpl class.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Initializes a new instance of the BitmapShapeImpl class.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
            <param name="IncludeShapeOptions">Indicates is shape include options. False supports only for header / footer image.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase[],System.Int32)">
            <summary>
            Initializes a new instance of the BitmapShapeImpl class.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
            <param name="records">Represents array of records.</param>
            <param name="index">Represent index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Initializes a new instance of the BitmapShapeImpl class.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
            <param name="container">Represents container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ParseOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Checks Blip parse option.
            </summary>
            <param name="option">Represents option.</param>
            <returns>Value indicating parse option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ParseBlipId(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses blip id option.
            </summary>
            <param name="option">Option to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ParseBlipName(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses blip name option.
            </summary>
            <param name="option">Option to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ExtractNecessaryOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Extract necessary option.
            </summary>
            <param name="option">Option to extract.</param>
            <returns>value indicating extracted option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Dispose">
            <summary>
            Dispose object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes shape.
            </summary>
            <param name="spgrContainer"> Represents Spgr container</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Serializes options if necessary.
            </summary>
            <param name="spContainer">Low level shapes container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SerializeClientAnchor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Serializes client anchor if necessary.
            </summary>
            <param name="spContainer">Low level shapes container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SerializeClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Serializes client data if necessary.
            </summary>
            <param name="spContainer">Low level shapes container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.RegisterInSubCollection">
            <summary>
            Registers shape in all required sub collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.OnDelete">
            <summary>
            This method is called when shapes is deleted.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.OnDelete(System.Boolean)">
            <summary>
            This method is called when shapes is deleted.
            </summary>
            <param name="removeImage">Removes image that is referenced by this shape from collection too,
            if we didn't detect image usage. XlsIO doesn't detect this situation correctly in all cases
            if there are shapes in charts in Excel 2007 or if some image shapes are grouped in any excel version.
            If you are not sure whether image is referenced in charts or grouped shapes and you are working with
            Excel 2007 version, set this argument to true (this could cause file size increase, but will keep
            document in the correct state).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Remove(System.Boolean)">
            <summary>
            Removes shape from the collection.
            </summary>
            <param name="removeImage">Removes image that is referenced by this shape from collection too,
            if we didn't detect image usage. XlsIO doesn't detect this situation correctly in all cases
            if there are shapes in charts in Excel 2007 or if some image shapes are grouped in any excel version.
            If you are not sure whether image is referenced in charts or grouped shapes and you are working with
            Excel 2007 version, set this argument to true (this could cause file size increase, but will keep
            document in the correct state).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollection">Indicates whether we should add created
            shape into all necessary parent collections. This argument is ignored.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.UpdateMso(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Updates mso object.
            </summary>
            <param name="mso">Represents mso object to update.</param>
            <returns>Returns true if updated otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.GenerateDefaultName">
            <summary>
            Generates default shape name and sets it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SetBlipId(System.UInt32)">
            <summary>
            Sets Blip id.
            </summary>
            <param name="newId">new Blip id</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.HasTransparency">
            <summary>
            Used for internal purpose.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.FileName">
            <summary>
            Gets or sets Blip file name
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.BlipId">
            <summary>
            Gets or sets Blip id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.CropLeftOffset">
            <summary>
            In and above MS Excel 2007 format, this value should be divided by
            1000 to get the left crop percentage of actual image size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.CropRightOffset">
            <summary>
            In and above MS Excel 2007 format, this value should be divided by
            1000 to get the right crop percentage of actual image size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.CropBottomOffset">
            <summary>
            In and above MS Excel 2007 format, this value should be divided by
            1000 to get the bottom crop percentage of actual image size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.CropTopOffset">
            <summary>
            In and above MS Excel 2007 format, this value should be divided by
            1000 to get the top crop percentage of actual image size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Picture">
            <summary>
            Gets or sets picture.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.BlipSubNodesStream">
            <summary>
            Gets or sets stream that contains subnodes of the blip xml node in Excel 2007 format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ShapePropertiesStream">
            <summary>
            Gets or sets Stream that contains shape properties xml-tag in Excel 2007 format. Obsolete, will be removed in future release.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.PreservedElements">
            <summary>
            Gets stream of preserved elements in shape properties
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.SourceRectStream">
            <summary>
            Gets or sets stream that contains srcRect tag if shape was extracted from Excel 2007 file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Instance">
            <summary>
            Returns instance value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Macro">
            <summary>
            Gets or sets macro name associated with this shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.OffsetX">
            <summary>
            Gets or sets the offset X
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.OffsetY">
            <summary>
            Gets or sets the offset Y
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ExtentsX">
            <summary>
            Gets or sets the extents of X
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.ExtentsY">
            <summary>
            Gets or sets the extents of Y
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.FlipVertical">
            <summary>
            Gets or Sets vetical flip
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.FlipHorizontal">
            <summary>
            Gets or Sets vetical flip
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl">
            <summary>
            Class used for Chart Shapes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartShape">
            <summary>
            Represents an embedded chart in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShape.TopRow">
            <summary>
            Gets or sets the top row of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShape.BottomRow">
            <summary>
            Gets or sets the bottom row of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShape.LeftColumn">
            <summary>
            Gets or sets the left column of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShape.RightColumn">
            <summary>
            Gets or sets the right column of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IChartShape.Name">
            <summary>
            Gets or sets the name of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_SHAPE_INSTANCE">
            <summary>
            Instance value of MsofbtSp record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_SHAPE_VERSION">
            <summary>
            Version value of MsofbtSp record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_OPTIONS_VERSION">
            <summary>
            Version value of MsofbtOPT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_OPTIONS_INSTANCE">
            <summary>
            Instance value of MsofbtOPT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_LOCK_GROUPING_VALUE">
            <summary>
            Lock against grouping option value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_LINECOLOR">
            <summary>
            Value of LineColor option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_NOLINEDRAWDASH">
            <summary>
            Value of NoLineDrawDash option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_SHADOWOBSCURED">
            <summary>
            Value of ShadowObscured option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_FORECOLOR">
            <summary>
            Fore color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DEF_BACKCOLOR">
            <summary>
            Back color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_chart">
            <summary>
            Chart object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_iTopRow">
            <summary>
            Zero-based index of top row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_iBottomRow">
            <summary>
            Zero-based index of bottom row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_iLeftColumn">
            <summary>
            Zero-based index of left column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_iRightColumn">
            <summary>
            Zero-based index of right column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.m_worksheet">
            <summary>
            Parent worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="instance">Cloned object.</param>
            <param name="hashNewNames">Dictionary with new names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the chart shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the chart shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="container">Shape container record that describes new shape.</param>
            <param name="options">Flags to create.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Activate">
            <summary>
            Makes the current sheet the active sheet. Equivalent to clicking the
            sheet's tab.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Select">
            <summary>
            Selects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Unselect">
            <summary>
            Unselects current tab sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Protect(System.String)">
            <summary>
            Protects worksheet's content with password.
            </summary>
            <param name="password">Password to protect with.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Protect(System.String,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Protects current worksheet.
            </summary>
            <param name="password">Represents password to protect.</param>
            <param name="options">Represents params to protect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Unprotect(System.String)">
            <summary>
            Unprotects worksheet's content with password.
            </summary>
            <param name="password">Password to unprotect.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SaveAsImage(System.IO.Stream)">
            <summary>
            Method saves the chart as image.
            </summary>
            <param name="imageAsStream">stream in where the image is streamed.</param>
            <remarks>This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.RegisterInSubCollection">
            <summary>
            Registers shape in all required sub collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ParseClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses client data record.
            </summary>
            <param name="clientData">Record to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Parses shape group container.
            </summary>
            <param name="spgrContainer">Group container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ParseClientAnchor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor)">
            <summary>
            Parses client anchor record.
            </summary>
            <param name="clientAnchor">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serializes options.
            </summary>
            <param name="parent">Parent record for options.</param>
            <returns>Create options record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.CreateDefaultOptions">
            <summary>
            Creates default options.
            </summary>
            <returns>Created MsofbtOPT record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SetParents">
            <summary>
            Searches for all parents
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.op_Implicit(Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl)~Syncfusion.XlsIO.Implementation.WorksheetBaseImpl">
            <summary>
            Converts chart shape into WorksheetBaseImpl.
            </summary>
            <param name="chartShape">Shape to convert.</param>
            <returns>Converted object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.OnDispose">
            <summary>
            Disposes the charts elements 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ChartObject">
            <summary>
            Returns internal chart object. Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.OffsetX">
            <summary>
            Gets or sets the offset X
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.OffsetY">
            <summary>
            Gets or sets the offset Y
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ExtentsX">
            <summary>
            Gets or sets the extents of X
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ExtentsY">
            <summary>
            Gets or sets the extents of Y
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Rotation">
            <summary>
            Returns or sets the rotation of the 3-D chart view
            (the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SeriesNameLevel">
            <summary>
            Represents the series name level
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.CategoryLabelLevel">
            <summary>
            Represents the category name level
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Categories">
            <summary>
            Represents the category collection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Elevation">
            <summary>
            Returns or sets the elevation of the 3-D chart view, in degrees (�90 to +90 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Perspective">
            <summary>
            Returns or sets the perspective for the 3-D chart view.( 0 - 100 )
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.HeightPercent">
            <summary>
            Returns or sets the height of a 3-D chart as a percentage of the chart width
            (between 5 and 500 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DepthPercent">
            <summary>
            Returns or sets the depth of a 3-D chart as a percentage of the chart width
            (between 20 and 2000 percent).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.GapDepth">
            <summary>
            Returns or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.( 0 - 500 )
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.RightAngleAxes">
            <summary>
            True if the chart axes are at right angles, independent of chart rotation or elevation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.AutoScaling">
            <summary>
            True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart..
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.WallsAndGridlines2D">
            <summary>
            True if gridlines are drawn two-dimensionally on a 3-D chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Shapes">
            <summary>
            Returns chart shapes. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PivotChartType">
            <summary>
            Gets or sets the type of the pivot chart.
            </summary>
            <value>The type of the pivot chart.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PivotSource">
            <summary>
            Gets or sets the pivot source.
            </summary>
            <value>The pivot source.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ShowAllFieldButtons">
            <summary>
            Gets or sets a value indicating whether [show all field buttons].
            </summary>
            <value>
            	<c>true</c> if [show all field buttons]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ShowValueFieldButtons">
            <summary>
            Gets or sets a value indicating whether [show value field buttons].
            </summary>
            <value>
            	<c>true</c> if [show value field buttons]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ShowAxisFieldButtons">
            <summary>
            Gets or sets a value indicating whether [show axis field buttons].
            </summary>
            <value>
            	<c>true</c> if [show axis field buttons]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ShowLegendFieldButtons">
            <summary>
            Gets or sets a value indicating whether [show legend field buttons].
            </summary>
            <value>
            	<c>true</c> if [show legend field buttons]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ShowReportFilterFieldButtons">
            <summary>
            Gets or sets a value indicating whether [show report filter field buttons].
            </summary>
            <value>
            	<c>true</c> if [show report filter field buttons]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ChartType">
            <summary>
            Type of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DataRange">
            <summary>
            DataRange for the chart series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.IsSeriesInRows">
            <summary>
            True if series are in rows in DataRange;
            otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ChartTitle">
            <summary>
            Title of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ChartTitleArea">
            <summary>
            Gets title text area. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.CategoryAxisTitle">
            <summary>
            Title of the category axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ValueAxisTitle">
            <summary>
            Title of the value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SecondaryCategoryAxisTitle">
            <summary>
            Title of the secondary category axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SecondaryValueAxisTitle">
            <summary>
            Title of the secondary value axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SeriesAxisTitle">
            <summary>
            Title of the series axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PageSetup">
            <summary>
            Page setup for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.XPos">
            <summary>
            X coordinate of the upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.YPos">
            <summary>
            Y coordinate of the upper-left corner
            of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Syncfusion#XlsIO#IChart#Width">
            <summary>
            Width of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Syncfusion#XlsIO#IChart#Height">
            <summary>
            Height of the chart in points (1/72 inch).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Series">
            <summary>
            Collection of the all series of this chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PrimaryCategoryAxis">
            <summary>
            Returns primary category axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PrimaryValueAxis">
            <summary>
            Returns primary value axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PrimarySerieAxis">
            <summary>
            Returns primary series axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SecondaryCategoryAxis">
            <summary>
            Returns secondary category axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SecondaryValueAxis">
            <summary>
            Returns secondary value axis. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ChartArea">
            <summary>
            Returns an object that represents the complete chart area for the chart. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PlotArea">
            <summary>
            Returns plot area frame format. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PrimaryFormats">
            <summary>
            Returns chart format collection in primary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SecondaryFormats">
            <summary>
            Returns chart format collection in secondary axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Pictures">
            <summary>
            Returns picture collection. Valid only for charts with own tab.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Charts">
            <summary>
            Returns charts collection. Valid only for charts with own tab.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.TabColor">
            <summary>
            Gets / sets tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.TabColorRGB">
            <summary>
            Gets / sets tab color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Walls">
            <summary>
            Represents chart walls. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SideWall">
            <summary>
            sidewall property..
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.BackWall">
            <summary>
            backwall property..
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Floor">
            <summary>
            Represents chart floor. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DataTable">
            <summary>
            Represents charts dataTable object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.IsSelected">
            <summary>
            Indicates whether tab of this sheet is selected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.HasDataTable">
            <summary>
            True if the chart has a data table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.HasLegend">
            <summary>
            True if the chart has a legend object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Legend">
            <summary>
            Represents chart legend.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.HasPlotArea">
            <summary>
            Indicates whether chart has plot area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.TabIndex">
            <summary>
            Returns index in the parent ITabSheets collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Visibility">
            <summary>
            Control visibility of worksheet to end user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.DisplayBlanksAs">
            <summary>
            Represents the way that blank cells are plotted on a chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.PlotVisibleOnly">
            <summary>
            True if only visible cells are plotted. False if both visible and hidden cells are plotted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.SizeWithWindow">
            <summary>
            True if Microsoft Excel resizes the chart to match the size of the chart sheet window.
            False if the chart size isn't attached to the window size. Applies only to chart sheets.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.TextBoxes">
            <summary>
            Returns collection with all textboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.CheckBoxes">
            <summary>
            Returns collection with all checkboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.OptionButtons">
            <summary>
            Returns collection with all option buttons inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ComboBoxes">
            <summary>
            Returns collection with all comboboxes inside this worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.CodeName">
            <summary>
            Gets code name of the chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ProtectContents">
            <summary>
            Indicates is current sheet is protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ProtectDrawingObjects">
            <summary>
            True if objects are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.ProtectScenarios">
            <summary>
            True if the scenarios of the current sheet are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Protection">
            <summary>
            Gets protected options. Read-only. For sets protection options use "Protect" method.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.IsPasswordProtected">
            <summary>
            Indicates if the worksheet is password protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl.Zoom">
            <summary>
            Gets or sets the value that represents zoom factor of document. Value must be in range from 10 till 400.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl">
            <summary>
            Class used for comment shapes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICommentShape">
            <summary>
            Represents an Excel comment.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IComment">
            <summary>
            Represents a cell comment. The Comment object is a member
            of the Comments collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComment.Author">
            <summary>
            Returns or sets the author of the comment. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComment.IsVisible">
            <summary>
            Determines whether the object is visible. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComment.Row">
            <summary>
            Row of the commented cell. Read-only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComment.Column">
            <summary>
            Column of the commented cell. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IComment.AutoSize">
            <summary>
            True if the size of the specified object is changed automatically
            to fit text within its boundaries. Read/write Boolean.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.ShapeInstance">
            <summary>
            Instance value of MsofbtSp record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_SHAPE_VERSION">
            <summary>
            Version value of MsofbtSp record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_OPTIONS_VERSION">
            <summary>
            Version value of MsofbtOPT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_OPTIONS_INSTANCE">
            <summary>
            Instance value of MsofbtOPT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_OFFSET">
            <summary>
            Default offset in the cell of comment frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_COMMENT_SHADOWED">
            <summary>
            Represents value for make comment shadowed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_COMMENT_SHOW_ALWAYS">
            <summary>
            Represents if comment show always.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.DEF_COMMENT_NOT_SHOW_ALWAYS">
            <summary>
            Represents if comment doesn't show always.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.m_iRow">
            <summary>
            Row of the commented cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.m_iColumn">
            <summary>
            Column of the commented cell.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.m_bVisible" -->
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.m_strAuthor">
            <summary>
            Comment's author.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new comment with specified Application and Parent objects.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Boolean)">
            <summary>
            Creates new comment with specified Application and Parent objects.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
            <param name="bIsParseOptions">Indicates is parse comment fill line options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String)">
            <summary>
            Creates new comment with specified text.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
            <param name="commentText">Text of new comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Extracts comment from MsofbtSpContainer.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
            <param name="container">Container that represents comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Extracts comment from MsofbtSpContainer.
            </summary>
            <param name="application">Application object for the current object.</param>
            <param name="parent">Parent object for the current object.</param>
            <param name="container">Container that represents comment.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.InitializeVariables">
            <summary>
            Initialize variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.FillClientAnchor">
            <summary>
            Fills client anchor with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.RegisterInSubCollection">
            <summary>
            Registers shape in all required sub collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes current shape.
            </summary>
            <param name="spgrContainer">Container that will receive this comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.SerializeNoteRecord(System.UInt16)">
            <summary>
            Serializes NoteRecord.
            </summary>
            <param name="objId">Object id for the NoteRecord.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.SerializeTextId(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes Text ID.
            </summary>
            <param name="options">MsofbtOPT record to which text ID will be added.</param>
            <exception cref="T:System.ArgumentNullException">
            If options argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.SerializeOption344(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serializes option with index 344 (this is unknown option).
            </summary>
            <param name="options">MsofbtOPT record to which text ID will be added.</param>
            <exception cref="T:System.ArgumentNullException">
            If options argument is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.CreateDefaultOptions">
            <summary>
            Creates default options.
            </summary>
            <returns>MsofbtOPT record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.SerializeCommentShadow(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize comment shadow.
            </summary>
            <param name="option">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.CanCopyShapesOnRangeCopy(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle@)">
            <summary>
            Indicates is can copy current shape.
            </summary>
            <param name="sourceRec">Represents source range dimension.</param>
            <param name="destRec">Represents destination range dimension.</param>
            <param name="newPosition">Gets new position of shape.</param>
            <returns>Returns true if can copy; otherwise - false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.CopyMoveShapeOnRangeCopyMove(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Rectangle,System.Boolean)">
            <summary>
            Copies / moves shape in range copy / move.
            </summary>
            <param name="sheet">Represents destination sheet.</param>
            <param name="destRec">Represents position of .</param>
            <param name="bIsCopy">Indicates is copy.</param>
            <returns>Returns copied moved shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.UpdateNotSizeNotMoveShape(System.Boolean,System.Int32,System.Int32)">
            <summary>
            Updates shape that include not size and not move flags.
            </summary>
            <param name="bRow">Indicates is row or column to update.</param>
            <param name="index">One-based row or column index.</param>
            <param name="iCount">Number of inserted/removed rows/column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.OnDelete">
            <summary>
            Removes shapes from collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.CopyCommentOptions(Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copy comments options.
            </summary>
            <param name="sourceComment">Represents source comment.</param>
            <param name="dicFontIndexes">Represents dictionary with shape indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.ParseNoteRecord(System.Int32)">
            <summary>
            Parses Note record.
            </summary>
            <param name="iObjectId">Object ID of note to parse.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Row">
            <summary>
            Row of the commented cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Column">
            <summary>
            Column of the commented cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.IsVisible">
            <summary>
            Indicates whether comment to be shown or hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Author">
            <summary>
            Comment's author.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Instance">
            <summary>
            Returns instance value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange">
            <summary>
            This class represents comment for multicell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.m_range">
            <summary>
            Parent range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.m_richTextString">
            <summary>
            Represents the rich-text string
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.#ctor(Syncfusion.XlsIO.IApplication,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates instance for specified range.
            </summary>
            <param name="application">Application object for new object.</param>
            <param name="parentRange">Parent range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Remove">
            <summary>
            Removes this comment.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Scale(System.Int32,System.Int32)">
            <summary>
            Scales all comments in the array.
            </summary>
            <param name="scaleWidth">Width scale in percents.</param>
            <param name="scaleHeight">Height scale in percents.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Author">
            <summary>
            Returns or sets the author of the comment. Read-only String.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.IsVisible">
            <summary>
            Determines whether the object is visible. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Row">
            <summary>
            Row of the commented cell. Read-only. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Column">
            <summary>
            Column of the commented cell. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.RichText">
            <summary>
            Text of the comment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.IsMoveWithCell">
            <summary>
            Indicates whether shape must be moved with cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.IsSizeWithCell">
            <summary>
            Indicates whether shape must be sized with cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.AutoSize">
            <summary>
            True if the size of the specified object is changed automatically
            to fit text within its boundaries. Read/write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.IsShapeVisible">
            <summary>
            Determines whether the object is visible. Read / write Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Height">
            <summary>
            Gets or sets height of comment shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Id">
            <summary>
            Gets Comments range id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Left">
            <summary>
            Gets or sets left position of the comment
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Name">
            <summary>
            Gets or sets the comment shape name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Top">
            <summary>
            Gets or sets the Top position of the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Width">
            <summary>
            Gets or set the width of shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.ShapeType">
            <summary>
            Gets shape type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.AlternativeText">
            <summary>
            Gets or sets alternative text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Fill">
            <summary>
            Represents fill properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Line">
            <summary>
            Represents line format properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.OnAction">
            <summary>
            Gets or sets macro associated with this shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.ThreeD">
            <summary>
            Gets the chart3 D properties.
            </summary>
            <value>The chart3 D properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Shadow">
            <summary>
            Gets the shadow properties.
            </summary>
            <value>The shadow properties.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.ShapeRotation">
            <summary>
            Returns or sets the rotation of the shape, in degrees.
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.TextFrame">
            <summary>
            Returns a TextFrame object that contains the 
            alignment and anchoring properties for the specified shape. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.HAlignment">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.VAlignment">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.CommentsRange.IsTextLocked">
            <summary>
            Indicates whether comment text is locked.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl">
            <summary>
            Class used for Form control shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.DEF_LOCKAGAINSGROUPDING_VALUE">
            <summary>
            Represents default lock against grouping value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.DEF_SIZETEXT_VALUE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.DEF_NOLINE_VALUE">
            <summary>
            Represents default value for no line .
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.DEF_959_VALUE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.DEF_CMO_DATA">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.m_lbsData">
            <summary>
            List box data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase[],System.Int32)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="records">Array of records that contains the record for new shape.</param>
            <param name="index">Index of the records for new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="container">Shape container record that describes the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Initializes new instance of the shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeRecord">Record that describes the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.Initialize">
            <summary>
            Initializes internal variables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollection">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes shape.
            </summary>
            <param name="spgrContainer">Container to add shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.SerializeOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Serialize shape options.
            </summary>
            <param name="parent">Parent object.</param>
            <returns>Record with serialized option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.ParseClientData(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses client data.
            </summary>
            <param name="clientData">Data to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.IsArrowSelectedColor">
            <summary>
            Indicates whether list box arrow has default or selected color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.FormControlShapeImpl.HyperLink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl">
            <summary>
            This class represents single gradient stop of the gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Size">
            <summary>
            Size of the binary data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.m_color">
            <summary>
            Gradient stop color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.m_iPosiiton">
            <summary>
            Stop position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.m_iTransparency">
            <summary>
            Transparency.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.m_iTint">
            <summary>
            Tint of the color for this gradient stop.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.m_iShade">
            <summary>
            Shade of the color for this gradient stop.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.#ctor(Syncfusion.XlsIO.Implementation.ColorObject,System.Int32,System.Int32)">
            <summary>
            Creates new instance of the GradientStop.
            </summary>
            <param name="color">Gradient stop color.</param>
            <param name="position">Gradient stop position.</param>
            <param name="transparency">Gradient stop transparecy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.#ctor(Syncfusion.XlsIO.Implementation.ColorObject,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates new instance of the GradientStop.
            </summary>
            <param name="color">Gradient stop color.</param>
            <param name="position">Gradient stop position.</param>
            <param name="transparency">Gradient stop transparecy.</param>
            <param name="tint">Color tint value.</param>
            <param name="shade">Color shade value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.#ctor(System.Byte[],System.Int32)">
            <summary>
            Initializes new instance of the gradient stop and extracts settings from specified data array..
            </summary>
            <param name="data">Data to parse.</param>
            <param name="offset">Offset to start data parsing from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Serialize(System.IO.Stream)">
            <summary>
            Serializes gradient stop into specified stream.
            </summary>
            <param name="stream">Stream to serialize data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Clone">
            <summary>
            Creates copy of the current instance.
            </summary>
            <returns>A copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.EqualsWithoutTransparency(Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl)">
            <summary>
            Checks whether the specified gradient stop  is equal to the current
            gradient stop without taking transparency into consideration.
            </summary>
            <param name="stop">Represents gradient stop.</param>
            <returns>Value indicating transparency</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.ColorObject">
            <summary>
            Gets / sets color of this gradient stop.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Position">
            <summary>
            Gets / sets position of this gradient stop.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Transparency">
            <summary>
            Gets / sets transparency of this gradient stop.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Tint">
            <summary>
            Gets / sets tint of the color for this gradient stop.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl.Shade">
            <summary>
            Gets / sets shade of the color for this gradient stop.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.GradientStops">
            <summary>
            Represents collection of gradient stops.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.MaxPosition">
            <summary>
            Maximum possible gradient position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.m_iAngle">
            <summary>
            Gradient angle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.m_gradientType">
            <summary>
            Gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.m_fillToRect">
            <summary>
            This element defines the "focus" rectangle for the center shade,
            specified relative to the fill tile rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.m_tileRect">
            <summary>
            Gradient fill rect element
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.#ctor(System.Byte[])">
            <summary>
            Initializes new instance of the gradient stops collection and extracts settings from byte array.
            </summary>
            <param name="data">Byte array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.Serialize(System.IO.Stream)">
            <summary>
            Saves gradient stops into stream in binary format.
            </summary>
            <param name="stream">Stream to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.Parse(System.Byte[])">
            <summary>
            Parse byte array.
            </summary>
            <param name="data">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.DoubleGradientStops">
            <summary>
            Doubles gradient stops in the collection and updates their positions.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.InvertGradientStops">
            <summary>
            Inverts gradient stops order and updates their positions correctly.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.ShrinkGradientStops">
            <summary>
            Shrinks gradient stop.
            </summary>
            <returns>Shrinked Gradient stops.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.Clone">
            <summary>
            Creates copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.EqualColors(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            Checks whether specified Gradient stops has colors equal to this gradient stops.
            </summary>
            <param name="gradientStops">Represents gradient stop</param>
            <returns>Value indicating whether gradient stop has color.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.Angle">
            <summary>
            Gets / sets gradient angle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.GradientType">
            <summary>
            Gets / sets type of the gradient.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.FillToRect">
            <summary>
            This element defines the "focus" rectangle for the center shade,
            specified relative to the fill tile rectangle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.TileRect">
            <summary>
            it's define the tilerect property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.GradientStops.IsDoubled">
            <summary>
            Returns true if gradient stops are symmetric. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.GradientType">
            <summary>
            This enumeration specifies all possible gradient types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientType.Liniar">
            <summary>
            This element specifies a linear gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientType.Circle">
            <summary>
            Gradient follows a circular path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientType.Rect">
            <summary>
            Gradient follows a rectangular path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.GradientType.Shape">
            <summary>
            Gradient follows the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl">
            <summary>
            Class used for Shapes Line Format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IShapeLineFormat">
            <summary>
            Represents interface for shape line format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.Weight">
            <summary>
            Represents weight of the line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.BeginArrowHeadStyle">
            <summary>
            Represents begin arrow head style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.EndArrowHeadStyle">
            <summary>
            Represents end arrow head style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.BeginArrowheadLength">
            <summary>
            Represents begin arrow head length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.EndArrowheadLength">
            <summary>
            Represents end arrow head length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.BeginArrowheadWidth">
            <summary>
            Represents begin arrow head width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.EndArrowheadWidth">
            <summary>
            Represents end arrow head width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.DashStyle">
            <summary>
            Represents the dash style for the specified line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.Style">
            <summary>
            Represents line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.Transparency">
            <summary>
            Represents line transparency.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.Visible">
            <summary>
            Represents if line format is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.Pattern">
            <summary>
            Represents line pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IShapeLineFormat.HasPattern">
            <summary>
            Indicates if current line format contain pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.DEF_LINE_WEIGHT_MULL">
            <summary>
            Represents default line weight mull.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.DEF_LINE_MAX_WEIGHT">
            <summary>
            Represents max line weight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.DEF_PARSE_ARR_LENGTH">
            <summary>
            Represents length of helper parse array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_parsePattArray">
            <summary>
            Represents helper byte array to parse pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_weight">
            <summary>
            Represents weight of shape line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_foreColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_backColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_book">
            <summary>
            Represents parent book.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_beginArrowStyle">
            <summary>
            Represents begin arrow style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_endArrowStyle">
            <summary>
            Represents end arrow style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_beginArrowLength">
            <summary>
            Represents begin arrow length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_endArrowLength">
            <summary>
            Represents end arrow length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_beginArrowWidth">
            <summary>
            Represents begin arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_endArrowWidth">
            <summary>
            Represents end arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_dashStyle">
            <summary>
            Represents dash style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_style">
            <summary>
            Represents line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_transparency">
            <summary>
            Represents line transparency.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_visible">
            <summary>
            Represents is line format visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_pattern">
            <summary>
            Represents line pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_bContainPattern">
            <summary>
            Indicate if line format contain pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.m_bRound">
            <summary>
            Indicates whether border join is round.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.#cctor">
            <summary>
            Initialize new static members.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.Drawing.PreservationLogger)">
            <summary>
            Creates new instance of object. Autoshape Implementation
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.FindParents">
            <summary>
            Finds all parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ParseTransparency(System.UInt32)">
            <summary>
            Parses transparency.
            </summary>
            <param name="value">Transparency value to parse.</param>
            <returns>Returns parsed value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeTransparency(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions,System.Double)">
            <summary>
            Serialize transparency.
            </summary>
            <param name="opt">Represents option holder.</param>
            <param name="id">Represents transparency id.</param>
            <param name="value">Represents transparency value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeColor(Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper,Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions)">
            <summary>
            Serialize color to stream.
            </summary>
            <param name="opt">Represents option holder.</param>
            <param name="col">Represents color to serialize.</param>
            <param name="id">Represents option id to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ParseOption(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses fill options.
            </summary>
            <param name="option">Record to parse.</param>
            <returns>Value indicating extracted option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ParseArrowsPropertys(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses arrows options
            </summary>
            <param name="option">Represents option to parse.</param>
            <returns>Returns true if parsed; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ParsePattern(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Parses current pattern.
            </summary>
            <param name="option">Represents pattern option.</param>
            <returns>Returns parsed pattern value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ParseVisible(System.Byte[])">
            <summary>
            Parse visible property.
            </summary>
            <param name="data">Represents visible data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize shape line format as biff format.
            </summary>
            <param name="opt">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeArrowProperties(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize arrow line options.
            </summary>
            <param name="opt">Represents options storage.</param>
            <returns>Returns updated option storage.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeDashStyle(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize dash style as biff recorded structure.
            </summary>
            <param name="opt">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeLineStyle(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize line style as biff recorded structure.
            </summary>
            <param name="opt">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializeVisible(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize visible property.
            </summary>
            <param name="opt">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SerializePattern(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize pattern to mso option.
            </summary>
            <param name="opt">Represents option holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.GetPattern(System.Byte[])">
            <summary>
            Gets pattern by pattern data.
            </summary>
            <param name="arr">Represents patt data.</param>
            <returns>Returns parsed data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Clone(System.Object)">
            <summary>
            Clones current object.
            </summary>
            <param name="parent">Represents parent object for new instance.</param>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Weight">
            <summary>
            Represents weight of the line in pts.( 0 - 1584 )
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ForeColor">
            <summary>
            Represents foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.BackColor">
            <summary>
            Represents background color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.ForeColorIndex">
            <summary>
            Represents foreground color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.BackColorIndex">
            <summary>
            Represents background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.BeginArrowHeadStyle">
            <summary>
            Represents begin arrow head style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.EndArrowHeadStyle">
            <summary>
            Represents end arrow head style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.BeginArrowheadLength">
            <summary>
            Represents begin arrow head length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.EndArrowheadLength">
            <summary>
            Represents end arrow head length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.BeginArrowheadWidth">
            <summary>
            Represents begin arrow head width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.EndArrowheadWidth">
            <summary>
            Represents end arrow head width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.DashStyle">
            <summary>
            Represents the dash style for the specified line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Style">
            <summary>
            Represents line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Transparency">
            <summary>
            Represents line transparency.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Visible">
            <summary>
            Represents if line format is visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Pattern">
            <summary>
            Represents line pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.HasPattern">
            <summary>
            Indicates if current line format contain pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.IsRound">
            <summary>
            Indicates whether join is round.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl.SchemeColorPreservedElements">
            <summary>
            Gets stream of preserved elements in schemeColor properties.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl">
            <summary>
            This class represents TextBox form control.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ITextBoxShapeEx">
            <summary>
            This interface represents TextBox form control shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ITextBoxShapeEx.TextLink">
            <summary>
            Text of the comment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.ShapeInstance">
            <summary>
            Correct shape instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.ShapeVersion">
            <summary>
            Correct shape version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.EmbedString">
            <summary>
            Represents embedded string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.m_textLink">
            <summary>
            Represents a formula linking to spreadsheet cell data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.IsAutoSize">
            <summary>
            indicates whether the text box is auto fit respect to the text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.m_locksText">
            <summary>
            Indicates whether to allow text editing within this drawing object when the parent worksheet is protected
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.m_noChangeAspect">
            <summary>
            Specifies that the generating application should not allow aspect ratio changes for the corresponding connection shape
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Initialize new instance of the text box shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Initializes new instance of the text box shape.
            </summary>
            <param name="application">Application object for the new shape.</param>
            <param name="parent">Parent object for the new shape.</param>
            <param name="shapeContainer">Shape's container.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.InitializeShape">
            <summary>
            Initializes shape items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.OnPrepareForSerialization">
            <summary>
            This method is called inside of PrepareForSerialization to make shape-dependent preparations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.SerializeShape(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer)">
            <summary>
            Serializes current shape.
            </summary>
            <param name="spgrContainer">Container that will receive this comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.CreateDefaultOptions">
            <summary>
            Creates default shape options.
            </summary>
            <returns>Record with default option specified.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.Clone(System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Creates a clone of the current shape.
            </summary>
            <param name="parent">New parent for the shape object.</param>
            <param name="hashNewNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="addToCollections">Indicates whether we should add created
            shape into all necessary parent collections.</param>
            <returns>A copy of the current shape.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.TextLink">
            <summary>
            Specifies a formula linking to spreadhseet cell data
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.LocksText">
            <summary>
            Indicates whether to allow text editing within this drawing object when the parent worksheet is protected
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.NoChangeAspect">
            <summary>
            Specifies that the generating application should not allow aspect ratio changes for the corresponding connection shape
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.Text">
            <summary>
            Gets or sets text box text respect with this value, isautosize updated
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl.Hyperlink">
            <summary>
            Get object that represents the hyperlink for the shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StyleImpl">
            <summary>
            Represents a style description. The Style object contains
            all style attributes (font, number format, alignment, and so on) as
            properties. There are several built-in styles, including Normal,
            Currency, and Percent. Using the Style object is a fast and efficient
            way to change several cell-formatting properties on multiple cells at
            the same time.
            For the Workbook object, the Style object is a member of the Styles
            collection. The Styles collection contains all the defined styles for
            the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.Excel2007StylesStart">
            <summary>
            First excel 2007 specific style in the styles array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.DEF_LESS">
            <summary>
            Constant indicating that one object is less than another. Used by CompareTo method.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.DEF_EQUAL">
            <summary>
            Constant indicating that one object is equal to another. Used by CompareTo method.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.DEF_LARGER">
            <summary>
            Constant indicating that one object is larger than another. Used by CompareTo method.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.RowLevelStyleIndex">
            <summary>
            Build in style index for RowLevel_n styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.ColumnLevelStyleIndex">
            <summary>
            Build in style index for ColLevel_n styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.m_style">
            <summary>
            Style record that describes style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.m_styleExt">
            <summary>
            StyleExt record that describes style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.m_bNotCompareName">
            <summary>
            Indicates whether do not to compare name during CompareTo operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.m_bisUsed">
            <summary>
            Indicates if the style is used in the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Initializes new instance of the style.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord)">
            <summary>
            Initializes new instance of the style.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="style">Style record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Initializes new instance of the style.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="strName">Name of the style to create.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.StyleImpl)">
            <summary>
            Initializes new instance of the style.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="strName">Name of the style to create.</param>
            <param name="baseStyle">Base style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,Syncfusion.XlsIO.Implementation.StyleImpl,System.Boolean)">
            <summary>
            Initializes new instance of the style.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="strName">Name of the style to create.</param>
            <param name="baseStyle">Base style.</param>
            <param name="bIsBuiltIn">Indicates whether created style is built in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.CopyDefaultStyleSettings(System.Int32)">
            <summary>
            Copies default style settings into internal extended format from built-in style.
            </summary>
            <param name="index">Built-in style index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves style into OffsetArrayList.
            </summary>
            <param name="records">OffsetArrayList to save style into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.UpdateStyleRecord">
            <summary>
            Updates style record according to the xf indexes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.EndUpdate">
            <summary>
            This method is called after any changes are made in styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.BeginUpdate">
            <summary>
            This method is called before any changed are made in styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.Clone(System.Object)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <param name="parent">Parent object for the new collection.</param>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.FindChildXFs">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.CompareTo(System.Object)">
            <summary>
            Compares the current instance with another object of the same type.
            </summary>
            <param name="obj">An object to compare with this instance.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the comparands.
            The return value has these meanings:
            Value                Meaning
            Less than zero     - This instance is less than obj. 
            Zero               - This instance is equal to obj. 
            Greater than zero  - This instance is greater than obj. 
            </returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.BuiltIn">
            <summary>
            Indicates whether style is build in. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.Name">
            <summary>
            Returns name of the style. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.StyleNameCache">
            <summary>
            Represents actual style name in case of AsciiConversion
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.IsInitialized">
            <summary>
            Indicates whether style is initialized (differs from Normal style).
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.Index">
            <summary>
            Returns index of the style's extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.NotCompareNames">
            <summary>
            Indicates whether do not to compare name during CompareTo operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.Record">
            <summary>
            Returns style record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.IsAsciiConverted">
            <summary>
            /Represents if the stylename is encoded, when style name is greater than 256 symbols
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.StyleImpl.StyleExt">
            <summary>
            StyleExt record that describes style.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.StyleImpl.BeforeChange">
            <summary>
            This event is raised before any changes are made in styles.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.StyleImpl.AfterChange">
            <summary>
            This event is raised after any changes are made in styles.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings">
            <summary>
            This class stores default predefined styles settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings.Fill">
            <summary>
            Fill settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings.Font">
            <summary>
            Font settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings.Borders">
            <summary>
            Borders information.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings.#ctor(Syncfusion.XlsIO.Implementation.FillImpl,Syncfusion.XlsIO.Implementation.StyleImpl.FontSettings)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="fill">Fill object.</param>
            <param name="font">Font object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StyleImpl.StyleSettings.#ctor(Syncfusion.XlsIO.Implementation.FillImpl,Syncfusion.XlsIO.Implementation.StyleImpl.FontSettings,Syncfusion.XlsIO.Implementation.StyleImpl.BorderSettings)">
            <summary>
            Initializes new instance of the class.
            </summary>
            <param name="fill">Fill object.</param>
            <param name="font">Font object.</param>
            <param name="borders">Borders object.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StyleImpl.StyleOptions">
            <summary>
            Style options.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument">
            <summary>
            CopyRangeArgument for template marker. Specifies range that should be copied
            for each new marker element.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument">
            <summary>
            JumpArgument for marker. Specifies jump position after applying
            single template marker element.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument">
            <summary>
            Class used for Marker Argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.DEF_PARTS_SEPARATOR">
            <summary>
            Argument parts separator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.#ctor">
            <summary>
            Initializes a new instance of the MarkerArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.Parse(System.Text.RegularExpressions.Match)">
            <summary>
            Parses regular expression match.
            </summary>
            <param name="m">Match to parse.</param>
            <returns>Parsed argument of the same type as this instance is.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.ApplyArgument(Syncfusion.XlsIO.IWorksheet,System.Drawing.Point,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Applies argument to the marker at the specified position
            and to the list of cells with markers.
            </summary>
            <param name="sheet">Worksheet that contains cell to apply marker argument to.</param>
            <param name="pOldPosition">Previous cell position.</param>
            <param name="iRow">One-based row index of the cell to apply marker argument to.</param>
            <param name="iColumn">One-based column index of the cell to apply marker argument to.</param>
            <param name="arrMarkerCells">List of cells with markers.</param>
            <param name="options">Marker options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.PrepareOptions(Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Prepares options if necessary.
            </summary>
            <param name="options">Options to prepare.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.InsertRow(System.Collections.Generic.IList{System.Int64},System.Int32,System.Int32,System.Int32)">
            <summary>
            Inserts row int list of cell indexes.
            </summary>
            <param name="arrCells">List with cell indexes.</param>
            <param name="i">Starting index.</param>
            <param name="iRowIndex">Row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.InsertColumn(System.Collections.Generic.IList{System.Int64},System.Int32,System.Int32,System.Int32)">
            <summary>
            Inserts column int list of cell indexes.
            </summary>
            <param name="arrCells">List with cell indexes.</param>
            <param name="i">Starting index.</param>
            <param name="iColumnIndex">One-based column index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.ArgumentChecker">
            <summary>
            Gets regular expression used to check argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.Priority">
            <summary>
            Gets priority of the argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.IsPreparing">
            <summary>
            Indicates whether argument is used just to prepare some options before
            any values are proceed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applies for each marker value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument.IsAllowMultiple">
            <summary>
            Indicates whether argument can be present multiple times in single
            template marker. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_ROW_INDEX_GROUP">
            <summary>
            Name of the group in the regular expression for row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_COLUMN_INDEX_GROUP">
            <summary>
            Name of the group in the regular expression for column index .
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_COPY_STYLES_GROUP">
            <summary>
            Copy styles group name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_JUMP">
            <summary>
            Start of the jump argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_COPY_STYLES">
            <summary>
            Value indicating that styles must be copied after jump operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_ROW_RELATIVE_GROUP">
            <summary>
            Index of the group in the regular expression to check whether row index is relative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_COLUMN_RELATIVE_GROUP">
            <summary>
            Index of the group in the regular expression to check whether column index is relative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_PRIORITY">
            <summary>
            Argument priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.DEF_R1C1_CELL_REGEX">
            <summary>
            R1C1 cell detection regular expression
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.s_cellRegex">
            <summary>
            Regular expression to check cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.m_iRow">
            <summary>
            Represents the destination row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.m_iColumn">
            <summary>
            Represents the destination column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.m_bRowRelative">
            <summary>
            Determines whether row index is relative or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.m_bColumnRelative">
            <summary>
            Determines whether column index is relative or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.m_bCopyStyles">
            <summary>
            Determines whether styles must be copied or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.#ctor">
            <summary>
            Initializes a new instance of the JumpArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the JumpArgument class with specified row and column index.
            </summary>
            <param name="iRow">Destination row index.</param>
            <param name="iColumn">Destination column index.</param>
            <param name="bRowRelative">Indicates whether row index is relative.</param>
            <param name="bColumnRelative">Indicates whether column index is relative.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.TryParse(System.String)">
            <summary>
            Tries to parse the specified argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.ApplyArgument(Syncfusion.XlsIO.IWorksheet,System.Drawing.Point,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Applies argument to the marker at the specified position
            and to the list of cells with markers.
            </summary>
            <param name="sheet">Worksheet that contains cell to apply marker argument to.</param>
            <param name="pOldPosition">Previous cell position.</param>
            <param name="iRow">One-based row index of the cell to apply marker argument to.</param>
            <param name="iColumn">One-based column index of the cell to apply marker argument to.</param>
            <param name="arrMarkerCells">List of cells with markers.</param>
            <param name="options">Marker options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.GetCellLocation(System.Drawing.Point,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Evaluates new position of the cell with specified original cell position.
            </summary>
            <param name="pointStart">Original cell position.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Point that contains updated cell position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.TryParseInt(System.String,System.Int32@)">
            <summary>
            Tries to convert string into int value.
            </summary>
            <param name="strToParse">String to parse.</param>
            <param name="iResult">Result integer.</param>
            <returns>True if conversion succeeded; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.TryParseCell(System.String,System.Int32@,System.Int32@,System.Boolean@,System.Boolean@)">
            <summary>
            Converts regular expressions match into row and column coordinates.
            </summary>
            <param name="strToParse">Value to parse.</param>
            <param name="iRow">Resulting row.</param>
            <param name="iColumn">Resulting column.</param>
            <param name="bRowRelative">Indicates whether row index is relative.</param>
            <param name="bColumnRelative">Indicates whether column index is relative.</param>
            <returns>True if parsing succeeded.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.GetCellLocation(System.Drawing.Point,System.Int32,System.Int32,System.Boolean,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Evaluates new position of the cell.
            </summary>
            <param name="pointStart">Original cell position.</param>
            <param name="iRow">Destination row index.</param>
            <param name="iColumn">Destination column index.</param>
            <param name="bRowRelative">Indicates whether row index is relative.</param>
            <param name="bColumnRelative">Indicates whether column index is relative.</param>
            <param name="book">Workbook where operation is performed.</param>
            <returns>Point that contains updated cell position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.UpdateRowColumn(System.Drawing.Point)">
            <summary>
            Update the row column value from given merged point value
            </summary>
            <param name="mergedPoint">input row, column point</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.JumpArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applies for each marker value. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.DEF_COPYRANGE">
            <summary>
            /// Start of the copy range argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.DEF_DEFAULT_COPY_OPTIONS">
            <summary>
            Default copy options.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.#ctor">
            <summary>
            Initializes a new instance of the CopyRangeArgument class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.m_iSecondRow">
            <summary>
            Destination row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.m_iSecondColumn">
            <summary>
            Destination column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.m_bSecondRowRelative">
            <summary>
            Indicates whether row index is relative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.m_bSecondColumnRelative">
            <summary>
            Indicates whether column index is relative.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.ApplyArgument(Syncfusion.XlsIO.IWorksheet,System.Drawing.Point,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Applies argument to the marker at the specified position
            and to the list of cells with markers.
            </summary>
            <param name="sheet">Worksheet that contains cell to apply marker argument to.</param>
            <param name="pOldPosition">Previous cell position.</param>
            <param name="iRow">One-based row index of the cell to apply marker argument to.</param>
            <param name="iColumn">One-based column index of the cell to apply marker argument to.</param>
            <param name="arrMarkerCells">List of cells with markers.</param>
            <param name="options">Marker options.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.CopyRangeArgument.IsAllowMultiple">
            <summary>
            Indicates whether argument can be present multiple times in single
            template marker. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument">
            <summary>
            Class used for Direction argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.s_lstStringToDirection">
            <summary>
            Sorted list with Direction enumeration values,
            key - string representation of the current direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.m_direction">
            <summary>
            Marker direction.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.#cctor">
            <summary>
            Initializes static members of the DirectionArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.#ctor">
            <summary>
            Initializes a new instance of the DirectionArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">String to parse.</param>
            <returns>Marker direction.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.PrepareOptions(Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Prepares options if necessary.
            </summary>
            <param name="options">Options to prepare.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.TryGetDirection(System.String)">
            <summary>
            Tries and the get direction.
            </summary>
            <param name="argument">The marker arguments.</param>
            <returns>Direction in string</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.DirectionArgument.IsPreparing">
            <summary>
            Indicates whether argument is used just to prepare some options before
            any values are proceed. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerDirection">
            <summary>
            Possible directions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerDirection.Vertical">
            <summary>
            Vertical direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerDirection.Horizontal">
            <summary>
            Horizontal direction.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageVerticalPosition">
            <summary>
            Possible Image vertical positions
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageVerticalPosition.Top">
            <summary>
            Top position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageVerticalPosition.Middle">
            <summary>
            Middle position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageVerticalPosition.Bottom">
            <summary>
            Bottom position.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageHorizontalPosition">
            <summary>
            Possible Image Horizontal positions
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageHorizontalPosition.Left">
            <summary>
            Left position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageHorizontalPosition.Center">
            <summary>
            Center position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageHorizontalPosition.Right">
            <summary>
            Right position.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl">
            <summary>
            Contains settings that are local to a marker and depends on marker arguments.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.m_direction">
            <summary>
            Marker direction (horizontal or vertical).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.m_iMarkerIndex">
            <summary>
            Current template marker index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.m_book">
            <summary>
            Workbook where operation takes place.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.m_strOriginalMarker">
            <summary>
            Original marker text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.m_isMergeApplied">
            <summary>
            Boolean value indicates whether the merge has been applied in the process
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.#ctor(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Initializes a new instance of the MarkerOptionsImpl class.
            </summary>
            <param name="book">Current workbook.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.Direction">
            <summary>
            Gets or sets Marker direction (horizontal or vertical).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.MarkerIndex">
            <summary>
            Gets or sets current template marker index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.Workbook">
            <summary>
            Gets workbook where operation takes place. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.OriginalMarker">
            <summary>
            Gets or sets original marker text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl.IsMergeApplied">
            <summary>
            Indicates whether the merge copied on insertion
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument">
            <summary>
            Class used for Space Argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.DEF_PRIORITY">
            <summary>
            Priority of the argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.DEF_MARKER_VALUE">
            <summary>
            Correct marker value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.DEF_COPY_STYLES_GROUP">
            <summary>
            Index of the group for copystyles part of the argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.m_bInsertRow">
            <summary>
            It mentions the whether row has to be inserted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.s_newSpaceRegex">
            <summary>
            Regular expression used to check argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.m_bCopyStyles">
            <summary>
            Indicates whether styles should be copied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.m_bCopyMerges">
            <summary>
            Indicates whether cell merges have to be applied each insertion
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.#ctor">
            <summary>
            Initializes a new instance of the NewSpaceArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.Parse(System.Text.RegularExpressions.Match)">
            <summary>
            Parses regular expression match.
            </summary>
            <param name="m">Match to parse.</param>
            <returns>Parsed argument of the same type as this instance is.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.ApplyArgument(Syncfusion.XlsIO.IWorksheet,System.Drawing.Point,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Applies argument to the marker at the specified position
            and to the list of cells with markers.
            </summary>
            <param name="sheet">Worksheet that contains cell to apply marker argument to.</param>
            <param name="pOldPosition">Previous cell position.</param>
            <param name="iRow">One-based row index of the cell to apply marker argument to.</param>
            <param name="iColumn">One-based column index of the cell to apply marker argument to.</param>
            <param name="arrMarkerCells">List of cells with markers.</param>
            <param name="options">Marker options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.ApplyArgumentWithMerge(Syncfusion.XlsIO.IWorksheet,System.Drawing.Point,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Applies argument to the marker at the specified position
            and to the list of cells with markers.
            </summary>
            <param name="sheet">Worksheet that contains cell to apply marker argument to.</param>
            <param name="pOldPosition">Previous cell position.</param>
            <param name="iRow">One-based row index of the cell to apply marker argument to.</param>
            <param name="iColumn">One-based column index of the cell to apply marker argument to.</param>
            <param name="arrMarkerCells">List of cells with markers.</param>
            <param name="options">Marker options.</param>
            <returns>the merge point count of the cell</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.GetMergeCount(System.Int32,System.Int32,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Get the merged range row and column count from given cell info
            </summary>
            <param name="row">input row</param>
            <param name="column">input column</param>
            <param name="sheet">input sheet</param>
            <returns>the merged point count</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applies for each marker value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.ArgumentChecker">
            <summary>
            Regular expression used to check argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.NewSpaceArgument.IsMergeEnabled">
            <summary>
            Read - only property , showing merge is enabled
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument">
            <summary>
            Class used for ImageSize argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.DEF_IMAGE_SIZE_STRING">
            <summary>
            Start of the ImageSizeArgument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.DEF_IMAGE_WIDTH">
            <summary>
            Default Image Width and Height
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.DEF_PRIORITY">
            <summary>
            Default Priority of an argument
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.#ctor">
            <summary>
            Initializes a new instance of the ImageSizeArgument class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.m_imageWidth">
            <summary>
            Width Of the Image
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.m_imageHeight">
            <summary>
            Height Of the Image
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.Width">
            <summary>
            Returns the customized width of an image
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.Height">
            <summary>
            Returns the customized height of an image
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applied for each marker value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImageSizeArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument">
            <summary>
            Class used for ImagePosition argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.DEF_IMAGE_POSITION_STRING">
            <summary>
            Start of the ImagePositionArgument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.DEF_IMAGE_VPOSITION">
            <summary>
            Default Image Vertical and Horizontal position
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.DEF_PRIORITY">
            <summary>
            Default Priority of an argument
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.#ctor">
            <summary>
            Initializes a new instance of the ImagePositionArgument class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.m_hPosition">
            <summary>
            Horizontal position Of the Image
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.m_vPosition">
            <summary>
            Vertical Position Of the Image
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.GetPositionFromEnum(System.Object,System.String)">
            <summary>
            Returns the enum value from a given string
            only for vertical and horizontal position enum
            </summary>
            <param name="enumObject">enum variable is passed here as an object </param>
            <param name="value">value to be parsed</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.VPosition">
            <summary>
            Returns the customized Vertical Position of an image
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.HPosition">
            <summary>
            Returns the customized horizontal Position of an image
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applies for each marker value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.ImagePositionArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument">
            <summary>
            Class used for fit to cell argument
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.DEF_PRIORITY">
            <summary>
            Priority of the argument.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.DEF_MARKER_VALUE">
            <summary>
            Correct marker value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.m_isFitToCell">
            <summary>
            Indicates whether the image content to be filled in cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.#ctor">
            <summary>
            Initializes a new instance of the NewSpaceArgument class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.TryParse(System.String)">
            <summary>
            Tries to parse argument string.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Parsed argument if possible; null otherwise.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.Priority">
            <summary>
            Returns priority of the argument. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.IsApplyable">
            <summary>
            Indicates whether marker should be applies for each marker value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.FitToCellArgument.IsFitToCell">
            <summary>
            Gives the boolean value to image fitted in cell.Read-Only Property
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder">
            <summary>
            Class used for Range Builder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.m_arrRanges">
            <summary>
            List with Rectangles used for range creation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.#ctor">
            <summary>
            Initializes a new instance of the RangeBuilder class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.Add(System.Int32,System.Int32)">
            <summary>
            Adds cell to the collection for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the cell to add.</param>
            <param name="iColumn">One-based column index of the cell to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.Clear">
            <summary>
            Clears collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.ToRange(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range object that was built by the current instance.
            </summary>
            <param name="parentWorksheet">Parent worksheet object.</param>
            <returns>Range object that was built by this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.GetRectangle(System.Int32,System.Int32)">
            <summary>
            Creates rectangle for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the cell.</param>
            <param name="iColumn">One-based column index of the cell.</param>
            <returns>Created rectangle.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.Item(System.Int32)">
            <summary>
            Returns single entry from the collection by its index. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder.Count">
            <summary>
            Gets number of elements in the collection. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkerAttribute">
            <exclude/>
             <summary>
             Class used for TemplateMarker Attribute.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl">
            <summary>
            Represents the processing of a special marker symbol, that appends multiple records from data source into a worksheet.
            </summary>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports);
            marker.ApplyMarkers();
            </code>
            </example>
            <remarks>
            A template marker is a special marker symbol created in an Excel template
            that appends multiple records from a data source into a worksheet. 
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.ITemplateMarkersProcessor">
            <summary>
            Represents the processing of a special marker symbol, that appends multiple records from data source into a worksheet.
            </summary>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports);
            marker.ApplyMarkers();
            </code>
            </example>
            <remarks>
            A template marker is a special marker symbol created in an Excel template
            that appends multiple records from a data source into a worksheet. 
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.ApplyMarkers">
            <summary>
            Applies markers to the parent object.
            </summary>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            
            //Detects number format in DateTable values.
            marker.AddVariable("Reports", reports,VariableTypeAction.DetectNumberFormat);
            marker.ApplyMarkers();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.ApplyMarkers(Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Applies markers to the parent object with the specified <see cref="T:Syncfusion.XlsIO.UnknownVariableAction"/>.
            </summary>
            <param name="action">Marker Unknown Variable.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            
            //Detects number format in DateTable values.
            marker.AddVariable("Reports", reports,VariableTypeAction.DetectNumberFormat);
            marker.ApplyMarkers(UnknownVariableAction.Exception);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.AddVariable(System.String,System.Object)">
            <summary>
            Adds a variable to the collection with the specified variable name and value.
            </summary>
            <param name="strName">Name of the variable.</param>
            <param name="variable">Value of the variable.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.AddVariable(System.String,System.Object,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Adds a variable to the collection with the specified name, value and <see cref="T:Syncfusion.XlsIO.VariableTypeAction"/>.
            </summary>
            <param name="strName">Name of the variable.</param>
            <param name="variable">Value of the variable.</param>
            <param name="variableTypeAction">Marker variable type.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports, VariableTypeAction.DetectNumberFormat);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.RemoveVariable(System.String)">
            <summary>
            Removes a variable with specified name from the collection.
            </summary>
            <param name="strName">Name of the variable.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.ContainsVariable(System.String)">
            <summary>
            Checks whether template markers object contains variable with the specified name.
            </summary>
            <param name="strName">Name to locate.</param>
            <returns>Indicates whether the markers contains the variable.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ITemplateMarkersProcessor.CreateConditionalFormats(Syncfusion.XlsIO.IRange)">
             <summary>
             Adds a conditional format to the Template Marker.
             </summary>
             <param name="range">Represents the range where the conditional format to be applied.</param>
             <remarks>The conditional format range should be within the template marker range.</remarks>
             <returns>Newly added conditional formats.</returns>
             <example>
             <code>
             //Create Template Marker Processor
             ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
             IConditionalFormats conditionalFormats = marker.CreateConditionalFormats(worksheet["C6"]);
             
             //Data Bar
             //Apply markers using Formula
             IConditionalFormat condition = conditionalFormats.AddCondition();
             
             //Set Data bar and icon set for the same cell
             //Set the format type
             condition.FormatType = ExcelCFType.DataBar;
             IDataBar dataBar = condition.DataBar;
             
             //Set the constraint
             dataBar.MinPoint.Type = ConditionValueType.LowestValue;
             dataBar.MinPoint.Value = "0";
             dataBar.MaxPoint.Type = ConditionValueType.HighestValue;
             dataBar.MaxPoint.Value = "0";
             
             //Set color for Bar
             dataBar.BarColor = Color.FromArgb(156, 208, 243);
             //Hide the value in data bar
             dataBar.ShowValue = false;
             
             //IconSet
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.IconSet;
             IIconSet iconSet = condition.IconSet;
             iconSet.IconSet = ExcelIconSetType.FourRating;
             iconSet.IconCriteria[0].Type = ConditionValueType.LowestValue;
             iconSet.IconCriteria[0].Value = "0";
             iconSet.IconCriteria[1].Type = ConditionValueType.HighestValue;
             iconSet.IconCriteria[1].Value = "0";
             iconSet.ShowIconOnly = true;
             conditionalFormats = marker.CreateConditionalFormats(worksheet["D6"]);
             
             //Color Scale
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.ColorScale;
             IColorScale colorScale = condition.ColorScale;
             
             //Sets 3 - color scale.
             colorScale.SetConditionCount(3);
             colorScale.Criteria[0].FormatColorRGB = Color.FromArgb(230, 197, 218);
             colorScale.Criteria[0].Type = ConditionValueType.LowestValue;
             colorScale.Criteria[0].Value = "0";
             colorScale.Criteria[1].FormatColorRGB = Color.FromArgb(244, 210, 178);
             colorScale.Criteria[1].Type = ConditionValueType.Percentile;
             colorScale.Criteria[1].Value = "50";
             colorScale.Criteria[2].FormatColorRGB = Color.FromArgb(245, 247, 171);
             colorScale.Criteria[2].Type = ConditionValueType.HighestValue;
             colorScale.Criteria[2].Value = "0";
             conditionalFormats = marker.CreateConditionalFormats(worksheet["E6"]);
             
             //Icon set
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.IconSet;
             iconSet = condition.IconSet;
             iconSet.IconSet = ExcelIconSetType.ThreeSymbols;
             iconSet.IconCriteria[0].Type = ConditionValueType.LowestValue;
             iconSet.IconCriteria[0].Value = "0";
             iconSet.IconCriteria[1].Type = ConditionValueType.HighestValue;
             iconSet.IconCriteria[1].Value = "0";
             iconSet.ShowIconOnly = false;
             
             marker.AddVariable("Reports", GetDataTable());
             
             //Process the markers in the template.
             marker.ApplyMarkers();
             
            
             //GetDataTable method
             private DataTable GetDataTable()
             {
             DataTable reports = new DataTable();
             reports.Columns.Add("SalesPerson");
             reports.Columns.Add("SalesJanJun", typeof(int));
             reports.Columns.Add("SalesJulDec", typeof(int));
             reports.Columns.Add("Change", typeof(int));
             reports.Rows.Add("Andy Bernard", 45000, 58000, 29);
             reports.Rows.Add("Jim Halpert", 34000, 65000, 91);
             reports.Rows.Add("Karen Fillippelli", 75000, 64000, -15);
             reports.Rows.Add("Phyllis Lapin", 56500, 33600, -40);
             reports.Rows.Add("Stanley Hudson", 46500, 52000, 12);
             return reports;
             }
             </code>
             </example>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.ITemplateMarkersProcessor.MarkerPrefix" -->
        <member name="P:Syncfusion.XlsIO.ITemplateMarkersProcessor.ArgumentSeparator">
            <summary>
            Gets or sets the arguments separator. Default argument separator is ';'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_MARKER_PREFIX">
            <summary>
            Default marker prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_PARTS_SEPARATOR">
            <summary>
            Delimiter between property parts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_NULL_VALUE">
            <summary>
            Default string for Null value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_STANDARD_SEPARATOR">
            <summary>
            Standard separator between marker arguments.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_IMAGE_SIZE_ARG_INDEX">
            <summary>
            Default Image Size Argument index for the list of possible arguments 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_IMAGE_POSITION_ARG_INDEX">
            <summary>
            Default Image Position Argument index for the list of possible arguments 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_insertCount">
            <sumarry>
            Number of rows need to be created
             </sumarry>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_FIT_TO_CELL_ARG_INDEX">
            <summary>
            Default index for FitToCell argument in list of possible arguments
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.s_arrArguments">
            <summary>
            List with instances of possible argument classes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.DEF_PARENT_TYPES">
            <summary>
            Possible parent types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_dicVariables">
            <summary>
            Dictionary with user-defined variables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_strMarkerPrefix">
            <summary>
            Marker prefix. String that indicates that cell contains marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_chSeparator">
            <summary>
            Arguments separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_book">
            <summary>
            Parent workbook object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_variableTypeActions">
            <summary>
            Represents the auto detection of the marker variable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_conditionalFormats">
            <summary>
            Represent the conditional formats in the template marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.m_callSiteCollection">
            <summary>
            Collection of CallSite delegates stored with the key [typename_propertyname] for custom dynamic object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.#cctor">
            <summary>
            Initializes static members of the TemplateMarkersImpl class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the TemplateMarkersImpl class.
            </summary>
            <param name="application">Application object for the new object.</param>
            <param name="parent">Parent object for the new object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers">
            <summary>
            Applies markers to the parent object.
            </summary>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            
            //Detects number format in DateTable values.
            marker.AddVariable("Reports", reports,VariableTypeAction.DetectNumberFormat);
            marker.ApplyMarkers();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Applies markers to the parent object with the specified <see cref="T:Syncfusion.XlsIO.UnknownVariableAction"/>.
            </summary>
            <param name="action">Marker Unknown Variable.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            
            //Detects number format in DateTable values.
            marker.AddVariable("Reports", reports,VariableTypeAction.DetectNumberFormat);
            marker.ApplyMarkers(UnknownVariableAction.Exception);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.AddVariable(System.String,System.Object)">
            <summary>
            Adds a variable to the collection with the specified variable name and value.
            </summary>
            <param name="strName">Name of the variable.</param>
            <param name="variable">Value of the variable.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.AddVariable(System.String,System.Object,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Adds a variable to the collection with the specified name, value and <see cref="T:Syncfusion.XlsIO.VariableTypeAction"/>.
            </summary>
            <param name="strName">Name of the variable.</param>
            <param name="variable">Value of the variable.</param>
            <param name="variableTypeAction">Marker variable type.</param>
            <example>
            <code>
            ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
            DataTable reports = new DataTable();
            reports.Columns.Add("SalesPerson");
            reports.Columns.Add("FromDate", typeof(DateTime));
            reports.Columns.Add("ToDate", typeof(DateTime));
            reports.Rows.Add("Andy Bernard", new DateTime(2014, 09, 08), new DateTime(2014, 09, 11));
            reports.Rows.Add("Jim Halpert", new DateTime(2014, 09, 11), new DateTime(2014, 09, 15));
            reports.Rows.Add("Karen Fillippelli", new DateTime(2014, 09, 15), new DateTime(2014, 09, 20));
            reports.Rows.Add("Phyllis Lapin", new DateTime(2014, 09, 21), new DateTime(2014, 09, 25));
            reports.Rows.Add("Stanley Hudson", new DateTime(2014, 09, 26), new DateTime(2014, 09, 30));
            marker.AddVariable("Reports", reports, VariableTypeAction.DetectNumberFormat);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.RemoveVariable(System.String)">
            <summary>
            Removes a variable with specified name from the collection.
            </summary>
            <param name="strName">Name of the Variable.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Applies markers to the specified worksheet.
            </summary>
            <param name="sheet">Worksheet to apply markers to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Applies markers to the specified worksheet.
            </summary>
            <param name="sheet">Worksheet to apply markers to.</param>
            <param name="action">Marker Unknown Variable.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Applies markers to the whole workbook.
            </summary>
            <param name="book">Workbook to apply markers to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Applies markers to the parent object with the specified <see cref="T:Syncfusion.XlsIO.UnknownVariableAction"/>.
            </summary>
            <param name="book">Workbook to apply markers to.</param>
            <param name="action">Marker Unknown Variable.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ContainsVariable(System.String)">
            <summary>
            Checks whether template markers object contains variable with the specified name.
            </summary>
            <param name="strName">Name to locate.</param>
            <returns>Indicates whether the markers contains the variable.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CreateConditionalFormats(Syncfusion.XlsIO.IRange)">
             <summary>
             Adds a conditional format to the Template Marker.
             </summary>
             <param name="range">Represents the range where the conditional format to be applied.</param>
             <remarks>The conditional format range should be within the template marker range.</remarks>
             <returns>Newly added conditional formats.</returns>
             <example>
             <code>
             //Create Template Marker Processor
             ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
             IConditionalFormats conditionalFormats = marker.CreateConditionalFormats(worksheet["C6"]);
             
             //Data Bar
             //Apply markers using Formula
             IConditionalFormat condition = conditionalFormats.AddCondition();
             
             //Set Data bar and icon set for the same cell
             //Set the format type
             condition.FormatType = ExcelCFType.DataBar;
             IDataBar dataBar = condition.DataBar;
             
             //Set the constraint
             dataBar.MinPoint.Type = ConditionValueType.LowestValue;
             dataBar.MinPoint.Value = "0";
             dataBar.MaxPoint.Type = ConditionValueType.HighestValue;
             dataBar.MaxPoint.Value = "0";
             
             //Set color for Bar
             dataBar.BarColor = Color.FromArgb(156, 208, 243);
             //Hide the value in data bar
             dataBar.ShowValue = false;
             
             //IconSet
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.IconSet;
             IIconSet iconSet = condition.IconSet;
             iconSet.IconSet = ExcelIconSetType.FourRating;
             iconSet.IconCriteria[0].Type = ConditionValueType.LowestValue;
             iconSet.IconCriteria[0].Value = "0";
             iconSet.IconCriteria[1].Type = ConditionValueType.HighestValue;
             iconSet.IconCriteria[1].Value = "0";
             iconSet.ShowIconOnly = true;
             conditionalFormats = marker.CreateConditionalFormats(worksheet["D6"]);
             
             //Color Scale
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.ColorScale;
             IColorScale colorScale = condition.ColorScale;
             
             //Sets 3 - color scale.
             colorScale.SetConditionCount(3);
             colorScale.Criteria[0].FormatColorRGB = Color.FromArgb(230, 197, 218);
             colorScale.Criteria[0].Type = ConditionValueType.LowestValue;
             colorScale.Criteria[0].Value = "0";
             colorScale.Criteria[1].FormatColorRGB = Color.FromArgb(244, 210, 178);
             colorScale.Criteria[1].Type = ConditionValueType.Percentile;
             colorScale.Criteria[1].Value = "50";
             colorScale.Criteria[2].FormatColorRGB = Color.FromArgb(245, 247, 171);
             colorScale.Criteria[2].Type = ConditionValueType.HighestValue;
             colorScale.Criteria[2].Value = "0";
             conditionalFormats = marker.CreateConditionalFormats(worksheet["E6"]);
             
             //Icon set
             condition = conditionalFormats.AddCondition();
             condition.FormatType = ExcelCFType.IconSet;
             iconSet = condition.IconSet;
             iconSet.IconSet = ExcelIconSetType.ThreeSymbols;
             iconSet.IconCriteria[0].Type = ConditionValueType.LowestValue;
             iconSet.IconCriteria[0].Value = "0";
             iconSet.IconCriteria[1].Type = ConditionValueType.HighestValue;
             iconSet.IconCriteria[1].Value = "0";
             iconSet.ShowIconOnly = false;
             
             marker.AddVariable("Reports", GetDataTable());
             
             //Process the markers in the template.
             marker.ApplyMarkers();
             
            
             //GetDataTable method
             private DataTable GetDataTable()
             {
             DataTable reports = new DataTable();
             reports.Columns.Add("SalesPerson");
             reports.Columns.Add("SalesJanJun", typeof(int));
             reports.Columns.Add("SalesJulDec", typeof(int));
             reports.Columns.Add("Change", typeof(int));
             reports.Rows.Add("Andy Bernard", 45000, 58000, 29);
             reports.Rows.Add("Jim Halpert", 34000, 65000, 91);
             reports.Rows.Add("Karen Fillippelli", 75000, 64000, -15);
             reports.Rows.Add("Phyllis Lapin", 56500, 33600, -40);
             reports.Rows.Add("Stanley Hudson", 46500, 52000, 12);
             return reports;
             }
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarkers(Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.List{System.Int32},Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Applies markers to the worksheet.
            </summary>
            <param name="sheet">Worksheet to apply markers to.</param>
            <param name="arrLabels">All cell indexes with markers.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CheckClassMarker(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.UnknownVariableAction,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.IMigrantRange)">
            <summary>
            Checks the class marker in the worksheet.
            </summary>
            <param name="sheet">The current sheet object.</param>
            <param name="action">The unknown variable action.</param>
            <param name="arrCells">The array of cell indexes.</param>
            <param name="migrantRange">The migrant range to apply the indexes.</param>
            <returns>Indicates whether the sheet contains the class marker. </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CheckAndApplyHeaders(System.Object,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.UnknownVariableAction,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.IMigrantRange)">
            <summary>
            Checks and applies headers.
            </summary>
            <param name="obj">The obj to get the headers.</param>
            <param name="sheet">The current sheet object.</param>
            <param name="action">The unknown variable action.</param>
            <param name="arrCells">The array of cells indexes.</param>
            <param name="migrantRange">The migrant range to set the header names.</param>
            <returns>Indicates whether the markers are applied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.TrySetHeaders(System.Object,System.String,System.Boolean,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.UnknownVariableAction,System.Collections.Generic.IList{System.Int64},Syncfusion.XlsIO.IMigrantRange)">
            <summary>
            Try and set headers.
            </summary>
            <param name="obj">The obj to get the headers.</param>
            <param name="className">indicates the name of class</param>
            <param name="isDynamic">indicates whether the object is dynamic</param>
            <param name="sheet">The current sheet object.</param>
            <param name="action">The unknown variable action.</param>
            <param name="arrCells">The array of cells indexes.</param>
            <param name="migrantRange">The migrant range to set the header names.</param>
            <returns>Indicates whether the markers are applied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetObjectHeader(System.Object,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.UnknownVariableAction,System.Boolean)">
            <summary>
            Sets the object header.
            </summary>
            <param name="obj">The obj to get the headers.</param>
            <param name="strMarkerText">The marker text.</param>
            <param name="sheet">The current sheet object.</param>
            <param name="migrantRange">The migrant range to set the header.</param>
            <param name="arrMarkerCells">The index of the marker cells.</param>
            <param name="lstArguments">The list of marker arguments.</param>
            <param name="options">The marker options.</param>
            <param name="isDynamic">Indicates whether the object is dynamic</param>
            <param name="action">The unknown variable action.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ArrangeRowsOrColumns(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,System.Int32)">
            <summary>
            Arrange the row and columns based on the object headers and direction.
            </summary>
            <param name="sheet">The curretn sheet object.</param>
            <param name="migrantRange">The migrant range to inser the rows or columns.</param>
            <param name="options">The marker options.</param>
            <param name="insertCount">Represent the number of row or columns to insert.</param>
            <returns>indicates whether arrange cells in rows or columns relatives.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetObjectMembersInfo(System.Object,System.Collections.IList@)">
            <summary>
            Gets the object members info.
            </summary>
            <param name="obj">The obj to get the members.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyConditionalFormats(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder},Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Applies the condtional format to the given ranges.
            </summary>
            <param name="ranges">Represents the ranges where the conditional format to be applied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.UpdateChartRanges(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.IList{System.Int64},System.Collections.Generic.IList{Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder})">
            <summary>
            Updates chart ranges.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="arrCells">List with cells that contained smartmarkers.</param>
            <param name="arrResultRanges">List with RangeBuilder instances.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.UpdateChartRanges(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet,System.Int64,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder)">
            <summary>
            Update reference to the cell with template.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="cellIndex">Cell index.</param>
            <param name="builder">Builder with info about new range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.UpdateSheetCharts(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet,System.Int64,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder)">
            <summary>
            Updates all charts in the worksheet.
            </summary>
            <param name="sheet">Worksheet to update.</param>
            <param name="sheetCell">Worksheet that contains specified cell.</param>
            <param name="cellIndex">Cell index with cell address to update.</param>
            <param name="builder">Contains updated range info.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.UpdateChartRanges(Syncfusion.XlsIO.IChart,Syncfusion.XlsIO.IWorksheet,System.Int64,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder)">
            <summary>
            Updates chart ranges after marker application for single chart.
            </summary>
            <param name="chart">Chart to update.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="cellIndex">Cell index with cell address to update.</param>
            <param name="builder">Contains updated range info.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CompareRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IWorksheet,System.Int64)">
            <summary>
            Compares range and cell index.
            </summary>
            <param name="range">Range to compare.</param>
            <param name="sheet">Parent worksheet for the second range to compare.</param>
            <param name="cellIndex">CellIndex of the second range to compare.</param>
            <returns>True if range is equal to pair of sheet and cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.PrepareCellIndexes(Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.List{System.Int32})">
            <summary>
            Searches for all strings that contains smart markers.
            </summary>
            <param name="sheet">Worksheet to search into.</param>
            <param name="arrLabels">Labels with smart markers.</param>
            <returns>List with all cell indexes that contains smart markers.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyMarker(Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.IList{System.Int64},System.Int32,Syncfusion.XlsIO.IMigrantRange,Syncfusion.XlsIO.UnknownVariableAction,System.Boolean@)">
            <summary>
            Applies marker that is located in the specified cell.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="arrCells">List with all cells that contains markers.</param>
            <param name="i">Cell index in the list.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <returns>Range builder with update marker range information.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetVariableName(System.String@,System.String@)">
            <summary>
            Extracts variable name from existing text and removes it from original text.
            </summary>
            <param name="strText">Text to parse.</param>
            <param name="strArguments">Marker arguments.</param>
            <returns>Variable name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetVariable(System.String,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Imports variable value.
            </summary>
            <param name="strVariable">Variable name to set.</param>
            <param name="strText">Text after variable that can allow to access to different properties.</param>
            <param name="sheet">Worksheet that contains cell with marker to process.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetUnknownVariable(System.Object,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Detects variable type and sets value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="strText">Text after variable that can allow to access to different properties.</param>
            <param name="sheet">Worksheet that contains cell with marker to process.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Template marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetUnknownVariable(System.Object,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction,System.String,System.Type)">
            <summary>
            Detects variable type and sets value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="strText">Text after variable that can allow to access to different properties.</param>
            <param name="sheet">Worksheet that contains cell with marker to process.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Template marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetSimpleValue(System.Object,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,System.String,System.Type)">
            <summary>
            Sets simple value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="strText">Properties of the object to set cell value to.</param>
            <param name="sheet">Worksheet to set cell in.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsMergeOnArgumentList(System.Collections.IList)">
            <summary>
            Check whether the new space argument is in the list.
            On initial cells merge is not enabled on image
            </summary>
            <param name="lstArguments">input list arguments</param>
            <returns>the boolean value represents whether merge is applied or not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetColumnType(System.String[],System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.Type}@,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Detects and get the value type of the each column.
            </summary>
            <param name="values">values of the data columns.</param>
            <param name="numberFormats">detected number formats.</param>
            <param name="valueTypes">Detected values Types.</param>
            <param name="variableTypeAction">Format Type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetValue(System.String,System.Type)">
            <summary>
            Get the value based on the valueType
            </summary>
            <param name="value">string value.</param>
            <param name="valueType">Type of the given value.</param>
            <returns>value as object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetValue(System.String,System.String@,System.Type@,System.Boolean)">
            <summary>
            Get value, value type and the number format.
            </summary>
            <param name="value">string value.</param>
            <param name="numberFormat">number format of the value.</param>
            <param name="valueType">Type of the value.</param>
            <param name="detectNumberFormat">Indicates, whether to detect Number format.</param>
            <returns>value as object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetNextValue(System.Object,Syncfusion.XlsIO.IWorksheet,System.String@,System.String@,System.Type@)">
            <summary>
            Returns next value in the properties chain.
            </summary>
            <param name="value">First value in the chain.</param>
            <param name="strText">String representation of the properties chain.</param>
            <returns>Next value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.HasProperty(System.Object,System.String)">
            <summary>
            Check whether the property is available in customized dynamic object
            </summary>
            <param name="value">input custom dynamic object</param>
            <param name="propertyName">property name to be checked</param>
            <returns>if property list is empty returns null, otherwise returns boolean</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsDynamic(System.Object)">
            <summary>
            Check whether the dynamic object is empty or not
            </summary>
            <param name="dynamicValue">object need to be checked</param>
            <returns>the boolean value indicates input is empty</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetArrayValue(System.Collections.IList,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Sets array value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="strText">Text after variable that can allow to access to different properties.</param>
            <param name="sheet">Worksheet that contains cell with marker to process.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Template marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetCollectionValue(System.Collections.ICollection,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction)">
            <summary>
            Sets array value.
            </summary>
            <param name="value">Value to set.</param>
            <param name="strText">Text after variable that can allow to access to different properties.</param>
            <param name="sheet">Worksheet that contains cell with marker to process.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetDataSetValue(System.Data.DataSet,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Sets DataSet value.
            </summary>
            <param name="value">Value to import.</param>
            <param name="strText">Properties chain.</param>
            <param name="sheet">Worksheet that contains cell with marker.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetDataView(System.Data.DataView,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary> 
            Imports DataView into marker position. 
            </summary> 
            <param name="value">Value to import.</param> 
            <param name="strText">Text with remaining properties chain.</param> 
            <param name="sheet">Worksheet to import data table into.</param> 
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param> 
            <param name="arrMarkerCells">List with all cells that contain template markers.</param> 
            <param name="lstArguments">List with marker arguments sorted by priority.</param> 
            <param name="options">Marker options.</param> 
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetDataTable(System.Data.DataTable,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Imports DataTable into marker position.
            </summary>
            <param name="value">Value to import.</param>
            <param name="strText">Text with remaining properties chain.</param>
            <param name="sheet">Worksheet to import data table into.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.UnknownProperty(System.String,Syncfusion.XlsIO.UnknownVariableAction,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Processes unknown property based on user-defined action.
            </summary>
            <param name="strProperty">Property name.</param>
            <param name="action">Defined action.</param>
            <param name="strText">Text with remaining properties chain.</param>
            <param name="sheet">Worksheet to import data table into.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetDataColumn(System.Data.DataColumn,System.String,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl,Syncfusion.XlsIO.Implementation.TemplateMarkers.RangeBuilder,Syncfusion.XlsIO.UnknownVariableAction,Syncfusion.XlsIO.VariableTypeAction)">
            <summary>
            Imports DataColumn into marker position.
            </summary>
            <param name="value">Value to import.</param>
            <param name="strText">Text with remaining properties chain.</param>
            <param name="sheet">Worksheet to import data table into.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all cells that contain template markers.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <param name="builder">Range builder that will get resulting range information.</param>
            <param name="variableTypeAction">Indicates whether to preserver marker type and number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.PrepareNextCell(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Prepares next cell for markers import.
            </summary>
            <param name="sheet">Worksheet to import markers into.</param>
            <param name="migrantRange">Object that defines current cell, where value must be placed.</param>
            <param name="arrMarkerCells">List with all marker cells.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="options">Marker options.</param>
            <returns>True if next cell was prepared; false if it weren't and we need to stop importing values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsArray(System.Object)">
            <summary>
            Indicates whether object is array.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if object is array, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsCollection(System.Object)">
            <summary>                   
            Indicates whether object is collection.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if object is collection, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsDataSet(System.Object)">
            <summary>
            Indicates whether object is DataSet.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if object is collection, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsDataTable(System.Object)">
            <summary>
            Indicates whether object is DataTable.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if object is collection, False otherwise.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsDataView(System.Object)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsDataColumn(System.Object)">
            <summary>
            Indicates whether object is DataTable.
            </summary>
            <param name="value">Value to check.</param>
            <returns>True if object is collection, False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsProperty(System.Object,System.String,System.Reflection.PropertyInfo@)">
            <summary>
            Indicates whether specified object contains property with specified name.
            </summary>
            <param name="value">Object to search property in.</param>
            <param name="strPropName">Property name to search.</param>
            <param name="prop">Output property information, null if no property was found.</param>
            <returns>True if object contains such property.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.GetNextPropertyName(System.String@)">
            <summary>
            Gets name of the next property and updates original text removing that property.
            </summary>
            <param name="strText">Text that contains property chain.</param>
            <returns>Next property in the chain.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.PeekNextPropertyName(System.String)">
            <summary>
            Peeks name of the next property without updating original text.
            </summary>
            <param name="strText">Text that contains property chain.</param>
            <returns>Next property in the chain.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ParseArguments(System.String,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl@)">
            <summary>
            Parses arguments.
            </summary>
            <param name="strArguments">Arguments string.</param>
            <param name="options">Prepared marker options.</param>
            <returns>List with arguments that should be applied during next cell preparation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ConvertToList(System.Collections.Generic.SortedList{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument}},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Converts sorted list with template marker arguments into IList.
            </summary>
            <param name="lstArguments">Sorted list to convert.</param>
            <param name="options">Template marker options.</param>
            <returns>Converted IList with all arguments.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.InsertJumpAttribute(System.Collections.Generic.SortedList{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerArgument}},Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Inserts default jump attribute if it is necessary.
            </summary>
            <param name="lstMarkers">Sorted list with arguments. Key - argument priority, value - argument object.</param>
            <param name="options">Prepared marker options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ParseArgument(System.String)">
            <summary>
            Parses single marker argument.
            </summary>
            <param name="strArgument">Argument to parse.</param>
            <returns>Newly created marker argument.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ApplyArguments(Syncfusion.XlsIO.IWorksheet,System.Int32@,System.Int32@,System.Collections.Generic.IList{System.Int64},System.Collections.IList,Syncfusion.XlsIO.Implementation.TemplateMarkers.MarkerOptionsImpl)">
            <summary>
            Applies template marker arguments.
            </summary>
            <param name="sheet">Worksheet to import markers into.</param>
            <param name="iRow">One-based row index of the last filled cell.</param>
            <param name="iColumn">One-based column index of the last filled cell.</param>
            <param name="arrMarkerCells">List with all marker cells.</param>
            <param name="lstArguments">List with arguments.</param>
            <param name="options">Marker options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.IsFitToCell(System.Drawing.Image,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.IList,System.Boolean)">
            <summary>
            Check whether the marker has fit to cell argument
            </summary>
            <param name="image">Image to be set.</param>
            <param name="sheet">Worksheet of the cell with image.</param>
            <param name="migrantRange">Object that defines current cell, where image must be placed.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="isMergeApplied">Boolean value indicates whether the merge applied</param>
            <returns>boolean value respect to the image which is stretched in the specified range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.SetImageValueWithArguments(System.Drawing.Image,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange,System.Collections.IList,System.Boolean)">
            <summary>
            Sets image on the cell with its given size and given position
            </summary>
            <param name="image">Image to be set.</param>
            <param name="sheet">Worksheet of the cell with image.</param>
            <param name="migrantRange">Object that defines current cell, where image must be placed.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="isMergeApplied">Boolean value indicates whether the merge applied</param>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CheckAndApplyPositionOfImage(Syncfusion.XlsIO.IPictureShape,System.Drawing.Size,System.Collections.IList)">
            <summary>
            Check for any ImagePositonArgument is in the list of arguments
            If it is set the position,else assign default value.
            </summary>
            <param name="pictureShape">Object that defines picture to be aligned in the specified range</param>
            <param name="sizeOfMigrantRange">Range of the size</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.CheckAndGetSizeOfImage(System.Collections.IList,Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IMigrantRange)">
            <summary>
            Check the ImageSizeArgument is available in lstArguments
            if available returns customized size,else default size
            </summary>
            <param name="image">Image to be set.</param>
            <param name="lstArguments">List with marker arguments sorted by priority.</param>
            <param name="sheet">Worksheet of the cell with image.</param>
            <param name="migrantRange">Object that defines current cell, where image must be placed.</param>
            <returns>size of the image</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.MarkerPrefix" -->
        <member name="P:Syncfusion.XlsIO.Implementation.TemplateMarkers.TemplateMarkersImpl.ArgumentSeparator">
            <summary>
            Gets or sets the arguments separator. Default argument separator is ';'.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorkbookImpl">
            <summary>
            This class represents an Excel Workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IWorkbook">
            <summary>
            Represents an MS Excel Workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateDataSorter">
            <summary>
            Creates the Data sorter to sort the data.
            </summary>
            <returns>Returns the Data Sorter.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Activate">
            <summary>
            Activates the first window associated with the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.AddFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to the inner fonts collection. Read-only.
            </summary>
            <param name="fontToAdd">Font to add.</param>
            <returns>Added font.</returns>
            <example>
            The following code illustrates how to add font in the collections.
            <code>
            IFont font = workbook.CreateFont();
            workbook.AddFont(font);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Close(System.Boolean,System.String)">
            <summary>
            Closes the object and saves workbook to the specified file name.If True, all changes will be saved.
            </summary>
            <param name="SaveChanges">If True, all changes will be saved.</param>
            <param name="Filename">Name of the file.</param>
            <example>The following code illustrates how to Closes the object and saves workbook to the specified file name.
            <code>
             workbook.Close(true,"Output.xlsx");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Close(System.Boolean)">
            <summary>
            Closes the object. If True, all changes will be saved.
            </summary>
            <param name="saveChanges">If True, all changes will be saved.</param>
            <example>The following code illustrate how to closes the object with specified bool value.
            <code>
             workbook.Close(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Close">
            <summary>
            Closes the object without saving.
            </summary>
            <example>The following code illustrate how to closes the object without saving.
            <code>
             workbook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Close(System.String)">
            <summary>
            Closes the object and saves workbook to the specified file name.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="Filename">
            File name in which workbook will be saved if SaveChanges is true.
            </param>
            <example>The following code illustrates how to closes the object and saves workbook with specified name.
            <code>
            workbook.Close("Output.xlsx");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Save">
            <summary>
            Save changes to the specified workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <example>
            <code>
            workbook.Save();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String)">
            <summary>
            Saves workbook with the specified file name.
            </summary>
            <param name="Filename">Name of the file.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls");
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook with the specified file name and <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <param name="Filename">Name of the file.</param>
            <param name="saveType">Excel save type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsXml(System.String,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook with the specified file name and <see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <param name="strFileName">File name to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save as Xml.
            <code>
            workbook.SaveAsXml("Output.xml", ExcelXmlSaveType.MSExcel);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,System.String)">
            <summary>
            Saves workbook with specified file name using separator. Used only for CSV files.
            </summary>
            <param name="fileName">Path to save.</param>
            <param name="separator">Current separator.</param>
            <example>
            The following code snippet illustrates how to save as CSV.
            <code>
            workbook.SaveAsXml("Output.csv", ",");
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves as Html to specified file name based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <param name="filename">Name of the file.</param>
            <param name="saveOptions">Save options in html</param>
            <example>
            The following code snippets illustrates how to save as html to the specified file name.
            <code>
            workbook.SaveAsHtml("Output.html",HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves as Html to the specified stream.
            </summary>
            <param name="stream"> stream that will receive html data.</param>
            <example>
            The following code snippets illustrates how to save as html to the specified stream.
            <code>
            workbook.SaveAsHtml(stream);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves as Html to the specified stream based on <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream"> stream that will receive html data.</param>
            <param name="saveOptions">Save options in html</param>
            <example>
            The following code snippets illustrates how to save as html to the specified stream.
            <code>
            workbook.SaveAsHtml(stream,HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CopyToClipboard">
            <summary>
            Copies workbook to the clipboard.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateFont(System.Drawing.Font)">
            <summary>
            Creates a font object based on native font.
            </summary>]
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="nativeFont">Native font to get settings from.</param>
            <returns>returns newly created font.</returns>
             <example>
            The following code illustrates how to create a font object based on native font.
            <code>
             Font font = new Font(FontFamily.GenericSerif, 9);
             workbook.CreateFont(nativeFont);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces string with the specified data table value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">String value to replace.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>
            The following code snippet illustrates how to replace the string value with data table.
            <code>
            // create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1);
            string oldvalue = "AB2";
            // Replace the value with data table.
            workbook.Replace(oldvalue, table, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified DataColumn value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">String value to replace.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>
            The following code snippet illustrates how to replace the string value with data table.
            <code>
            // create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1); 
            DataColumn dataColumn = table.Columns[0];
            string oldvalue = "AB2";
            // Replace the value with data column.
            workbook.Replace(oldvalue, dataColumn, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateHFEngine">
            <summary>
            Creates header or footer engine.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <returns>Returns a new instance of header or footer engine.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse,using separator with the specified <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="separator">string separator.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Http content type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.csv", ",", Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.CSV);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse to save in.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", Response, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/> and <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelDownloadType.PromptDialog);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>,<see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", Response, ExcelDownloadType.PromptDialog);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance that can be used for template markers processing. 
            </summary>
            <returns>Returns the Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.MarkAsFinal">
            <summary>
            Marks workbook as final. Read-Only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.IO.Stream)">
            <summary>
            Saves workbook as stream.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="stream">Stream that will receive workbook data.</param>
            <example>
            <code>
            workbook.SaveAs(stream);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.IO.Stream,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook as stream with specified <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="stream">Stream that will receive workbook data.</param>
            <param name="saveType">Type of the Excel file.</param>
            <example>
            <code>
            workbook.SaveAs(stream, ExcelSaveType.SaveAsXLS);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsXml(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook in xml format with the specified<see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="writer">XmlWriter to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save as Xml using Xml writer.
            <code>
            workbook.SaveAsXml(writer, ExcelXmlSaveType.MSExcel);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAsXml(System.IO.Stream,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook as stream with specified <see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="stream">Stream to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save the stream as Xml.
            <code>
            workbook.SaveAsXml(stream, ExcelXmlSaveType.MSExcel);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Saves workbook as stream using separator. Used only for CSV files.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="stream">Stream to save.</param>
            <param name="separator">Current separator.</param>
            <example>
            <code>
            workbook.SaveAs(stream, ",");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SetPaletteColor(System.Int32,System.Drawing.Color)">
            <summary>
            Sets the palette color for the given index.
            </summary>
            <param name="index">Index of Color in array.</param>
            <param name="color">New color which must be set.</param>
            <example>
            The following code snippet illustrates how to set palette color.
            <code>
            workbook.SetPaletteColor(0, Color.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.ResetPalette">
            <summary>
            Recover palette to default values.
            </summary>
            <example>
            The following code snippets illustrates how to reset the palette.
            <code>
            workbook.ResetPalette();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.GetPaletteColor(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Returns Color object from predefined colors by its index.
            </summary>
            <param name="color">Index from palette array.</param>
            <returns>RGB Color.</returns>
            <example>The following code illustrates how to get the color value for the specified excel known color.
            <code>
            Color color = workbook.GetPaletteColor(ExcelKnownColors.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.GetNearestColor(System.Drawing.Color)">
            <summary>
            Gets the nearest color with the specified Color structure
            from Workbook palette.
            </summary>
            <param name="color">system color.</param>
            <returns>Returns Color index from workbook palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.GetNearestColor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets the nearest color with the specified red, green, and blue 
            color values    from Workbook palette.
            </summary>
            <param name="r">Red component of the color.</param>
            <param name="g">Green component of the color.</param>
            <param name="b">Blue component of the color.</param>
            <returns>Returns Color index from workbook palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SetColorOrGetNearest(System.Drawing.Color)">
            <summary>
            Sets the color or Gets nearest color.
            </summary>
            <remarks>
            If there is at least one free color, define a new color;
            if not, search for the closest one to the specified Color structure
            from Workbook palette.
            </remarks>
            <param name="color">System color</param>
            <returns>Color index from workbook palette.</returns>
            <example>
            The following code snippets illustrates how to set color or get nearest color.
            <code>
            workbook.SetColorOrGetNearest(Color.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SetColorOrGetNearest(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets the color or Gets nearest color with the specified red, green and blue color value.
            </summary>
            <remarks>
            If there is at least one free color, define a new color;
            if not, search for the closest one to the specified by red, green, and blue 
            values color from Workbook palette.
            </remarks>
            <param name="r">Red component of the color.</param>
            <param name="g">Green component of the color.</param>
            <param name="b">Blue component of the color.</param>
            <returns>Color index from workbook palette.</returns>
            <example>
            The following code snippet illustrates how to set color or get nearest color by red,green and blue.
            <code>
            workbook.SetColorOrGetNearest(123,45,56);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateFont">
            <summary>
            Creates a font object.
            </summary>
            <returns>Returns the newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.CreateFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Creates font object based on another font object.
            </summary>
            <param name="baseFont">Base font for the new one.</param>
            <returns>Returns a newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified another string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            string newValue = "NewValue";
            workbook.Replace(oldValue, newValue);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Replaces string with the specified string value based on the given <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <param name="findOptions">Specifies the find options for the oldValue.</param>
            <example>The following code snippet illustrates how to replace the string with another string.
            <code>
            string oldValue = "Find";
            string newValue = "NewValue";
            sheet.Replace(oldValue, newValue, ExcelFindOptions.MatchCase);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The double value to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            double newValue = 9.00;
            workbook.Replace(oldValue, newValue);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.DateTime)">
            <summary>
            Replaces string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The DateTime to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            DateTime dateTime = DateTime.Now;
            workbook.Replace(oldValue, dateTime);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            string[] newValues = { "X values", "Y values" };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            int[] newValues = { 1, 2 };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            double[] newValues = { 1.00, 3.00 };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result = workbook.FindFirst(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string findvalue = "value";
            IRange result = workbook.FindFirst(findvalue, ExcelFindType.Text, ExcelFindOptions.None);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that starts with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringStartsWith(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that starts with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>First found cell, or Null if value was not found.</returns> 
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringStartsWith(value, ExcelFindType.Text, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that ends with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringEndsWith(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that ends with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringEndsWith(value, ExcelFindType.Text, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            double value = 9.00;
            IRange result = workbook.FindFirst(value, ExcelFindType.Number);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            IRange result = workbook.FindFirst(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            DateTime dateTime = DateTime.Now;
            IRange result = workbook.FindFirst(dateTime);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            TimeSpan timeSpan = new TimeSpan(2, 30, 30);
            IRange result = workbook.FindFirst(timeSpan);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns all found cells, or Null if value was not found.</returns>
            <example>
            <code>
            IRange[] results = workbook.FindAll("Hello World", ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns all found cells, or Null if value was not found.
            </returns>
            <example>
            <code>
            IRange[] results = workbook.FindAll("Hello World", ExcelFindType.Text, ExcelFindOptions.MatchCase);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns all found cells, or Null if value was not found.</returns>
             <example>
             <code>
             IRange[] results = workbook.FindAll((100.32, ExcelFindType.Number);
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns all found cells, or Null if value was not found</returns>
            <example>
            <code>
            IRange[] range = workbook.FindAll(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.DateTime)">
            <summary>
            Returns the cells of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns all found cells, or Null if value was not found.</returns>
            <example>
            <code>
            IRange[] results = workbook.FindAll(DateTime.Now);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Return all found cells, or Null if value was not found.</returns>
            <example>
            <code>
            TimeSpan value = new TimeSpan(2, 30, 30);
            IRange[] results = workbook.FindAll(value);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SetSeparators(System.Char,System.Char)">
            <summary>
            Sets separators for formula parsing.
            </summary>
            <param name="argumentsSeparator">Arguments separator to set.</param>
            <param name="arrayRowsSeparator">Array rows separator to set.</param>
             <example>
            The following code illustrates how to set separators.
            <code>
            workbook.SetSeparators(',', ';');
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Protect(System.Boolean,System.Boolean)">
            <summary>
            Sets protection for workbook.
            </summary>
            <param name="bIsProtectWindow">Indicates if protect workbook window.</param>
            <param name="bIsProtectContent">Indicates if protect workbook content.</param>
            <example>
            The following code snippet illustrates how to protect the workbook.
            <code>
            workbook.Protect(true, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Protect(System.Boolean,System.Boolean,System.String)">
            <summary>
            Sets protection for workbook with specified password.
            </summary>
            <param name="bIsProtectWindow">Indicates if protect workbook window.</param>
            <param name="bIsProtectContent">Indicates if protect workbook content.</param>
            <param name="password">Password to protect with.</param>
            <example>
            The following code snippet illustrates how to protect the workbook using password.
            <code>
            workbook.Protect(true, true, "Password");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Unprotect">
            <summary>
            Unprotects workbook.
            </summary>
            <example>
            The following code illustrates how to unprotect a workbook.
            <code>
            //Unprotects the password.
            workbook.Unprotect();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Unprotect(System.String)">
            <summary>
            Unprotects workbook using password. 
            </summary>
            <remarks>
            Throws ArgumentOutOfRangeException when password is wrong.
            </remarks>
            <param name="password">Password to unprotect workbook.</param>
            <example>
            The following code illustrates how to unprotect a workbook using password.
            <code>
            //Unprotects the password using password.
            workbook.Unprotect("Password");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.Clone">
            <summary>
            Creates copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.SetWriteProtectionPassword(System.String)">
            <summary>
            Sets write protection for workbook using password.
            </summary>
            <param name="password">Password to set.</param>
            <example>
            The following code snippet illustrates how to set write protection password.
            <code>
             workbook.SetWriteProtectionPassword("Password");
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.ImportXml(System.String)">
            <summary>
            Import XML document to the workbook.
            </summary>
            <param name="path">File name of XML document.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IWorkbook.ImportXml(System.IO.Stream)">
            <summary>
            Import XML document to the workbook.
            </summary>
            <param name="stream">Stream of XML document.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ActiveSheet">
            <summary>
            Gets an object that represents the active sheet (the sheet on top) in the 
            active workbook or in the specified window or workbook. Returns Nothing if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ActiveSheetIndex">
            <summary>
             Gets or sets index of the active sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.AddInFunctions">
            <summary>
            Gets collection of all workbook's add-in functions. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Author">
            <summary>
            Gets or sets the author of the comment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.IsHScrollBarVisible">
            <summary>
            Gets or sets a value indicating whether to display horizontal scroll bar. 
            </summary>
            <example> 
            This sample shows how to hide horizontal scroll bar.
            <code>
            workbook.IsHScrollBarVisible = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.IsVScrollBarVisible">
            <summary>
            Gets or sets a value indicating whether to display vertical scroll bar. 
            </summary>
            <example>
            This sample shows how to hide vertical scroll bar.
            <code>
            workbook.IsVScrollBarVisible = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.BuiltInDocumentProperties">
            <summary>
            Gets collection that represents all the built-in document properties
            for the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the built in document properties.
            <code>
            //Get the built in document properties.
            IBuiltInDocumentProperties builtInDocumentProperties = workbook.BuiltInDocumentProperties;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.CodeName">
            <summary>
            Name which is used by macros to access the workbook items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.CustomDocumentProperties">
            <summary>
            Gets collection that represents all the custom document properties
            for the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the custom document properties.
            <code>
            //Get the document properties.
            ICustomDocumentProperties documentProperties = workbook.CustomDocumentProperties;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ContentTypeProperties">
            <summary>
            Gets a MetaProperties collection that describes the meta data stored in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.CustomXmlparts">
            <summary>
            Gets collection that represents all the Custom Xml parts 
            for the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the custom Xml parts.
            <code>
            //Get the customXml parts.
            ICustomXmlPartCollection CustomXmlparts = workbook.CustomXmlparts;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Date1904">
            <summary>
             True if the workbook uses the 1904 date system.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.PrecisionAsDisplayed">
            <summary>
            True if the precision to be used as displayed. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.IsCellProtection">
            <summary>
            True if cell is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.IsWindowProtection">
            <summary>
            True if window is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Names">
            <summary>
            Gets Names collection.
            </summary>
            <remarks>
            For an Application object, returns a Names collection that represents
            all the names in the active workbook. For a Workbook object, returns
            a Names collection that represents all the names in the specified
            workbook (including all worksheet-specific names).
            </remarks>
            <example>
            The following code snippet illustrates how to get names.
            <code>
            INames names = workbook.Names;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ReadOnly">
            <summary>
            True if the workbook has been opened as Read-only. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Saved">
            <summary>
            True if no changes have been made to the specified workbook since 
            it was last saved. If current value is false then setting it to true cause Save() method call.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Styles">
            <summary>
            Gets a Styles collection that represents all the styles
            in the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the styles.
            <code>
            IStyles styles = workbook.Styles;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Worksheets">
            <summary>
            Gets a Sheets collection that represents all the worksheets
            in the specified workbook. Read-only Sheets object.
            </summary>
            <example>
            The following code snippet illustrates how to get the worksheets.
            <code>
            IWorksheets worksheets = workbook.Worksheets;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.HasMacros">
            <summary>
            True if workbook contains VBA macros. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Palettte">
            <summary>
            Gets Palette colors.
            </summary>
            <remarks>
            Get Palette of colors which an Excel document can have. 
            Here is a table of color indexes to places in the color tool box 
            provided by Excel application:
            --------------------------------------------
            |  | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  |
            ---+----------------------------------------
            |1 | 00 | 51 | 50 | 49 | 47 | 10 | 53 | 54 |
            |2 | 08 | 45 | 11 | 09 | 13 | 04 | 46 | 15 |
            |3 | 02 | 44 | 42 | 48 | 41 | 40 | 12 | 55 |
            |4 | 06 | 43 | 05 | 03 | 07 | 32 | 52 | 14 |
            |5 | 37 | 39 | 35 | 34 | 33 | 36 | 38 | 01 |
            ---+----------------------------------------
            |6 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
            |7 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
            --------------------------------------------
            </remarks>
            <example>
            The following code snippet illustrates how to get palette color.
            <code>
            Color[] palette = workbook.Palette; 
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Palette">
            <summary>
            Get Palette colors.
            </summary>
            <remarks>
            Gets Palette of colors which an Excel document can have. 
            Here is a table of color indexes to places in the color tool box 
            provided by Excel application:
            --------------------------------------------
            |  | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  |
            ---+----------------------------------------
            |1 | 00 | 51 | 50 | 49 | 47 | 10 | 53 | 54 |
            |2 | 08 | 45 | 11 | 09 | 13 | 04 | 46 | 15 |
            |3 | 02 | 44 | 42 | 48 | 41 | 40 | 12 | 55 |
            |4 | 06 | 43 | 05 | 03 | 07 | 32 | 52 | 14 |
            |5 | 37 | 39 | 35 | 34 | 33 | 36 | 38 | 01 |
            ---+----------------------------------------
            |6 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
            |7 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
            --------------------------------------------
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.DisplayedTab">
            <summary>
            Gets or sets index of tab which will be displayed on document open.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Charts">
            <summary>
            Gets the collection of the chart objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ThrowOnUnknownNames">
            <summary>
            Indicates whether exception should be thrown when unknown
            name was found in a formula.
            </summary>
            <example>
            The following code snippet illustrates how to gets or sets the ThrowOnUnknownNames.
            <code>
            workbook.ThrowOnUnknownNames = true;
            bool isThrowOnUnknownNames = workbook.ThrowOnUnknownNames;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.DisableMacrosStart">
            <summary>
            Disables loading of macros from document.
            </summary>
            <remarks>
            Excel on file open will simply skip macros and will 
            work as if document does not contain them. This options works
            only when file contains macros (HasMacros property is True).
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.StandardFontSize">
            <summary>
            Gets or sets the standard font size, in points.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.StandardFont">
            <summary>
            Gets or sets the name of the standard font.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Allow3DRangesInDataValidation">
            <summary>
            Indicates whether to allow usage of 3D ranges in DataValidation
            list property (MS Excel doesn't allow).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.CalculationOptions">
            <summary>
            Gets calculation options. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the calculation options.
            <code>
            //Get the calculation options.
            ICalculationOptions calculationOptions = workbook.CalculationOptions;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.RowSeparator">
            <summary>
             Gets or sets row separator for array parsing.
            </summary>
            <example>
            The following code snippet illustrates how to get row separator.
            <code>
            string rowSeparator = workbook.RowSeparator;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ArgumentsSeparator">
            <summary>
            Gets the formula arguments separator.
            </summary>
            <example>
            The following code snippet illustrates how to get the argument separator.
            <code>
            //Get the chart argumentSeparator.
            string argumentSeparator = workbook.ArgumentsSeparator;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.WorksheetGroup">
            <summary>
            Gets grouped worksheets. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the grouped sheet.
            <code>
             IWorksheetGroup worksheetGroup = workbook.WorksheetGroup;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.DisplayWorkbookTabs">
            <summary>
            True if the tabs are visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.TabSheets">
            <summary>
            Gets collection of tab sheets. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the tabsheets.
            <code>
            ITabSheets tabsheets = workbook.TabSheets;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.DetectDateTimeInValue">
            <summary>
            Indicates whether detect string value passed to Value (and Value2)
            property as DateTime. Default value is true.
            </summary>
            <remarks>
            Setting this property to false can increase performance.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.UseFastStringSearching">
            <summary>
            Toggles string searching algorithm.Default value is true.
            </summary>
            <remarks>
            If true then Dictionary will be used
            to locate string inside strings dictionary. This mode is faster but uses
            more memory. If false then each time string is added to strings dictionary
            we will have to iterate through it and compare new strings with existing ones.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.ReadOnlyRecommended">
            <summary>
            True to display a message when the file is opened, recommending that the file be opened as read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.PasswordToOpen">
            <summary>
             Gets or sets password to encrypt or decrypt document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.MaxRowCount">
            <summary>
            Gets maximum row count for each worksheet in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.MaxColumnCount">
            <summary>
            Gets maximum column count for each worksheet in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Version">
            <summary>
             Gets or sets excel version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.PivotCaches">
            <summary>
            Gets pivot caches collection. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get pivot caches.
            <code>
            IPivotCaches pivotCaches = workbook.PivotCaches;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.Connections">
            <summary>
            Gets the connection. Read Only.
            </summary>
            <example>
            The following code snippet illustrates how to get the connection string.
            <code>
            //Get the connection string.
            IConnections connections = workbook.Connections;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.IWorkbook.XmlMaps">
            <summary>
            Returns the collection of XmlMap object. Read-Only.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IWorkbook.OnFileSaved">
            <summary>
            This event is fired after workbook is successfully saved.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.IWorkbook.OnReadOnlyFile">
            <summary>
            This event is fired when trying to save to a Read-only file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_SUMMARY_INFO">
            <summary>
            Stream name that represent summary name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_DOCUMENT_SUMMARY_INFO">
            <summary>
            Stream name that represent document summary name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_STREAM_NAME1">
            <summary>
            Stream name used by new versions of Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_STREAM_NAME2">
            <summary>
            Old styled name of stream in Excel binary file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_VBA_MACROS">
            <summary>
            Name of sub-storage in input file which contains macros of opened file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_VBA_SUB_STORAGE">
            <summary>
            Sub-storage of Macros storage. Used for checks is file format correct 
            or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_SELF">
            <summary>
            Self-referential external reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_CODED">
            <summary>
            File name has been excoded.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_EMPTY">
            <summary>
            Reference to an empty workbook name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_VOLUME">
            <summary>
            Represents an MS-DOS drive letter. It is followed by the drive letter.
            For example, the formula ='D:\SALES.XLS'!A1 generates this character key
            when the dependent workbook is not on the D drive. UNC file names, such as
            \\server\share\myfile.xls, generate an @ character after this character key;
            this replaces the initial double backslash (\\).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_SAMEVOLUME">
            <summary>
            Indicates that the source workbook is on the same drive as the 
            dependent workbook (the drive letter is omitted). For example
            the formula ='\SALES.XLS'!A1 generates this key when
            the dependent workbook is not in the root directory.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_DOWNDIR">
            <summary>
            Indicates that the source workbook is in a subdirectory of the current directory.
            For example, the formula ='XL\SALES.XLS'!A1 generates the DEF_CHAR_DOWNDIR key.
            The subdirectory name precedes the DEF_CHAR_DOWNDIR key, and the file
            name follows it.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_UPDIR">
            <summary>
            Indicates that the source workbook is in the parent directory of the current directory.
            For example, the formula ='..\SALES.XLS'!A1 generates the DEF_CHAR_UPDIR key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_LONGVOLUME">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_STARTUPDIR">
            <summary>
            Indicates that the source workbook is in the startup directory
            (the Xlstart subdirectory of the directory that contains Excel.exe).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_ALTSTARTUPDIR">
            <summary>
            Indicates that the source workbook is in the alternate startup directory.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_LIBDIR">
            <summary>
            Indicates that the source workbook is in the Library directory.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CHAR_NETWORKPATH">
            <summary>
            Indicates that path is UNC file name (is replaced by \\).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_NETWORKPATH_START">
            <summary>
            Start of the UNC network path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_NOT_PASSWORD_PROTECTION">
            <summary>
            Indicates that current workbook is not protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_REMOVED_SHEET_INDEX">
            <summary>
            Index of the removed sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.HttpStart">
            <summary>
            Start of the http url string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_FIRST_USER_COLOR">
            <summary>
            First user-defined color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_BAD_SHEET_NAME">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_FIRST_DEFINED_FONT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_RESPONSE_OPEN">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_RESPONSE_DIALOG">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_REMOVED_INDEX">
            <summary>
            Index of the removed sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL97_CONTENT_TYPE">
            <summary>
            Content type for Excel 97.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL2000_CONTENT_TYPE">
            <summary>
            Content type for Excel 2000.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL2007_CONTENT_TYPE">
            <summary>
            Content type for Excel 2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_CSV_CONTENT_TYPE">
            <summary>
            Content type for CSV.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_ODS_CONTENT_TYPE">
            <summary>
            Content type for ODS.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.StandardPassword">
            <summary>
            Standard password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.TextQualifier">
            <summary>
            TextQualifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_REGEX">
            <summary>
            Default regular expression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_BOOK_GROUP">
            <summary>
            Name of the book's group in regular expressions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_SHEET_GROUP">
            <summary>
            Name of the sheet's group in regular expressions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_BOOK_SHEET_INDEX">
            <summary>
            Index of worksheet used for workbook references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_FORMAT_STYLE_NAME_START">
            <summary>
            Name prefix for styles in ignore style mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL_2016_THEME_VERSION">
            <summary>
            Default theme version on excel workbook 2016
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL_2013_THEME_VERSION">
            <summary>
            Default theme version on excel workbook 2013
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_EXCEL_2007_THEME_VERSION">
            <summary>
            Default theme version on excel workbook 2007 and 2010
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.EvaluationWarning">
            <summary>
            Text for evaluation warning.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.EvaluationSheetName">
            <summary>
            Name of the expired evaluation sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.FirstChartColor">
            <summary>
            First chart color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.LastChartColor">
            <summary>
            Last chart color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLS">
            <summary>
            Excel97to2003 entension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLSX">
            <summary>
            Excel2007 extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLT">
            <summary>
            Excel97to2003 template file extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLTX">
            <summary>
            Excel2007  template file extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLTM">
            <summary>
            Excel2007 template file with macro extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XLSM">
            <summary>
            Excel2007 Macro file extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.ODS">
            <summary>
            ODS entension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.SheetRangeSeparator">
            <summary>
            Separator between worksheets in the cross-worksheet formula (Sheet1:Sheet3!A1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.Date1904SystemDifference">
            <summary>
            Represents the Difference value of 1904 and 1899 date system format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_PALETTE">
            <summary>
            Default Palette colors. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_PIVOTRECORDS">
            <summary>
            Records that should be stored in m_arrPivotRecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.ExternSheetRegEx">
            <summary>
            Regular expression for workbook-worksheet pair.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_STREAM_SKIP_COPYING" -->
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DEF_RESERVED_BOOK_CHARS">
            <summary>
            Array with characters that are reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.PredefinedStyleOutlines">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.PredefinedXFs">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DefaultThemeColors">
            <summary>
            Default theme colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.DefaultThemeColors2013">
            <summary>
            Default theme colors on Excel version 2013.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_enabledCalcEngine">
            <summary>
            Indicates whether all the formula in the workbook is evaluated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_records">
            <summary>
            Used to store records which belong to the Workbook part. 
            Temporary array which must be cleaned after read/parse operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_ActiveSheet">
            <summary>
            Active sheet in the current workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_ActiveTabSheet">
            <summary>
            Active tab sheet in the current workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_worksheets">
            <summary>
            Returns a Sheets collection that represents all the worksheets 
            in the specified workbook. Read-only Sheets object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_styles">
            <summary>
            Styles collection that represents all the styles 
            in the specified workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_fonts">
            <summary>
            Storage of all Fonts created in a workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_extFormats">
            <summary>
            Storage of all ExtendedFormats created in a workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrNames">
            <summary>
            Storage of NameRecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_modifiedFormatRecord">
            <summary>
            New value changes for the format Record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_rawFormats">
            <summary>
            Collection of workbook's formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrBound">
            <summary>
            Storage of BoundSheet records. Is a temporary storage which
            after read / parse operations must be cleaned.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_SSTDictionary">
            <summary>
            Dictionary which is used for storage of SST strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_externSheet">
            <summary>
            Collection contains all SupBookRecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_continue">
            <summary>
            Represents the continuity of ExternSheet record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrReparse">
            <summary>
            List of the ranges that should be reparsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_strFullName">
            <summary>
            Full name of the file where workbook was saved or loaded.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bDate1904">
            <summary>
            True if the workbook uses the 1904 date system.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bPrecisionAsDisplayed">
            <summary>
            True if workbook uses Precision
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bReadOnly">
            <summary>
            True if the workbook has been opened as Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bSaved">
            <summary>
            True if no changes have been made to the specified workbook since 
            it was last saved. Read / write Boolean.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bSelFSUsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bLoading">
            <summary>
            Indicates whether workbook is in loading state.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bSaving">
            <summary>
            Indicates whether workbook is in saving state.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bCellProtect">
            <summary>
            True if cells are protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bWindowProtect">
            <summary>
            True if window is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_strCodeName">
            <summary>
            Default name of workbook used by macros.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bHidePivotFieldList">
            <summary>
            True if pivot table Fields lists are hidden
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_defaultThemeVersion">
            <summary>
            Indicates default theme version for wokbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bHasMacros">
            <summary>
            True - indicates that current workbook contains macros sub-storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bHasSummaryInformation">
            <summary>
            True - indicates that current workbook contains summary information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bHasDocumentSummaryInformation">
            <summary>
            True - indicates that current workbook contains document summary information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bMacrosDisable">
            <summary>
            True - indicate that macros exists in document and they
            are disabled, otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_colors">
            <summary>
            Stores current workbook's palette.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bOwnPalette">
            <summary>
            True- indicates that user used custom palette instead of the default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_windowOne">
            <summary>
            Window one record for the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_names">
            <summary>
            Collection of all Name objects defined in the workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_charts">
            <summary>
            Collection of all Chart objects of the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_dialogs">
            <summary>
            Collection of all Dialog sheets of the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrObjects">
            <summary>
            Collection of Charts and Worksheets objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_password">
            <summary>
            One of protection records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_passwordRev4">
            <summary>
            One of protection records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_protectionRev4">
            <summary>
            One of protection records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bThrowInFormula">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_shapesData">
            <summary>
            Data needed by workbook shapes (unique images and other things).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iFirstUnusedColor">
            <summary>
            First unused color (color that wasn't redefined yet).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iCurrentObjectId">
            <summary>
            Current object id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iCurrentHeaderId">
            <summary>
            First free shape id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrExtFormatRecords">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrXFExtRecords">
            <summary>
            List of ExtendedXF Format record
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrStyleExtRecords" -->
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_workbookFile">
            <summary>
            Stream from which workbook was read.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bOptimization">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_b3dRangesInDV">
            <summary>
            Indicates whether to allow usage of 3D ranges in DataValidation
            list property (MS Excel doesn't allow).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_externBooks">
            <summary>
            Collection of extern workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_addinFunctions">
            <summary>
            Collection of all add-in functions used in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_headerFooterPictures">
            <summary>
            Collection of header / footer pictures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_calcution">
            <summary>
            Calculation options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_pivotCaches">
            <summary>
            Collection of pivot caches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_dxfPriority">
            <summary>
            Workbook level Conditional Priority count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_graphics">
            <summary>
            Graphics used for string measurement.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_OleStorageCollection">
            <summary>
            Graphics used for string measurement.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_fullOutputFileName">
            <summary>
            Represents the destination file path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_formulaUtil">
            <summary>
            Formula parser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_sheetGroup">
            <summary>
            Represents group of selected worksheets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bDuplicatedNames">
            <summary>
            Indicates whether original worksheet contains duplicated names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_builtInDocumentProperties">
            <summary>
            Collection of built-in document properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_customDocumentProperties">
            <summary>
            Collection of custom document properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_contentTypeProperties">
            <summary>
            Collection of Content Type properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_customXmlPartCollection">
            <summary>
            Collection of CustomXmlParts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bWriteProtection">
            <summary>
             Indicates whether workbook is write protected.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_fileSharing">
            <summary>
            File sharing record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bDetectDateTimeInValue">
            <summary>
            Indicates whether library should try to detect string value passed to Value (and Value2)
            property as DateTime. Setting this property to false can increase performance greatly for
            such operations especially on .Net Framework 1.0 and 1.1. Default value is true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iFirstCharSize">
            <summary>
            Size of the default character measured using first function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iSecondCharSize">
            <summary>
            Size of the default character measured using second function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_strEncryptionPassword">
            <summary>
            Password used to encrypt document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_encryptionType">
            <summary>
            Encryption type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrDocId">
            <summary>
            Document id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iMaxRowCount">
            <summary>
            Maximum row count for each worksheet in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iMaxColumnCount">
            <summary>
            Maximum column count for each worksheet in this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iMaxXFCount">
            <summary>
            Maximum possible number of extended formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iMaxIndent">
            <summary>
            Maximum possible indent value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_version">
            <summary>
            Current excel version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iDefaultXFIndex">
            <summary>
            Default XF index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_fileDataHolder">
            <summary>
            File data holder, used to store data for Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_dMaxDigitWidth">
            <summary>
            Maximum digit width (used to evaluate different column width)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_ptrHeapHandle">
            <summary>
            Workbook's heap handle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bookExt">
            <summary>
            This field is used to preserve BookExt record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_theme">
            <summary>
            This field is used to preserve Theme record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_themeColors">
            <summary>
            Contains list of theme colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_controlsStream">
            <summary>
            Unparsed controls stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iMaxTableIndex">
            <summary>
            Maximum used table index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iCountry">
            <summary>
            Country code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_CustomTableStylesStream">
            <summary>
            Stream contains custom table styles
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bIsLoaded">
            <summary>
            Indicates whether workbook was loaded or it is created.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_isThemeColorsParsed">
            <summary>
            Indicates whether the theme colors of the workbook is parsed or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_compatibility">
            <summary>
            Represents the Compatibility record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_sstStream">
            <summary>
            Represents the Shared string stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_hasInlineString">
            <summary>
            Represents whether workbook has Inlinestring.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_dataSorter">
            <summary>
            Represents the Data sorter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_preservesPivotCache">
            <summary>
            Preserves the pivot cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_arrFontIndexes">
            <summary>
            Store the font indexes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_options">
            <summary>
            Represents the Excel Parse Options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_xfCellCount">
            <summary>
            Preserves the unique styles cells count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsCRCSucceed">
            <summary>
            Boolean that represent the extended format CRC value status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.crcValue">
            <summary>
            Extended format CRC value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.beginversion">
            <summary>
            Find the beginning version of excel
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_iLastPivotTableIndex">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_childElements">
            <summary>
            Preserves the child element in the document management properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.XmlInvalidCharCount">
            <summary>
            Illegal xml character defined names count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_connections">
            <summary>
            Connections collections
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_externalConnection">
            <summary>
            Connection Support for Excel2003
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bParseOnDemand">
            <summary>
            Represents to parse sheet on demand
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_reCalcId">
            <summary>
            ReCalculation Identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_uCalcIdentifier">
            <summary>
            Calc Identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_preservedExternalLinks">
            <summary>
            Preserves the DDE type link in workbook
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_algorithmName">
            <summary>
            Alogrithm name to protect/unprotect Workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_hashValue">
            <summary>
            Hash value to ensure the workbook protected password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_saltValue">
            <summary>
            Random generated Salt for the workbook password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_spinCount">
            <summary>
            Spin count to loop the hash algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_customPatterns">
            <summary>
            Custom date patterns in excel
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_DateTimePatterns">
            <summary>
            Date time pattern for the current culture with custom date pattern 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_isConverting">
            <summary>
            Indicates whether workbook is converting to Pdf or Image or HTML.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_usedCellStyleIndex">
            <summary>
            Contains list of used cell StyleIndex.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_XFRemovedCount">
            <summary>
            Number of XF records removed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_XFstartIndex">
            <summary>
            Start index of XF record in InnerExtFormats collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisXFStartIndexFound">
            <summary>
            Indicates whether Start index of XF record in InnerExtFormats collection is found.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisUnusedXFRemoved">
            <summary>
            Indicates whether the unused XF record removed or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisXml">
            <summary>
            Indicates whether the workbook is xml.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisStylesCopied">
            <summary>
            Indicates whether the workbook styles are copied during addCopy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisCopy">
            <summary>
            Indicates whether the styles are created during copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_bisVersionSet">
            <summary>
            Indicates whether the version is set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.m_xmlMaps">
            <summary>
            Collection of XmlMap object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.SheetTypeToName">
            <summary>
            ExcelSheetType-to-Name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ClearPivotCaches">
            <summary>
            Clears all pivot caches.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetThemeColor(System.Int32)">
            <summary>
            Returns theme color by its index.
            </summary>
            <param name="color"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetThemeColor2013(System.Int32)">
            <summary>
            Returns theme color by its index on ExcelVersion 2013.
            </summary>
            <param name="color">index value on list of colors</param>
            <returns>the Color value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateExtFormat(System.Boolean)">
            <summary>
            Creates extended format record and registers it in workbook.
            </summary>
            <param name="bForceAdd">Indicates whether to force add to collection.</param>
            <returns>Newly created extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateExtFormat(Syncfusion.XlsIO.IExtendedFormat,System.Boolean)">
            <summary>
            Creates extended format based on baseFormat and registers it in workbook. 
            </summary>
            <param name="baseFormat">Base format for the new format.</param>
            <param name="bForceAdd">Indicates whether to force add.</param>
            <returns>Newly created format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateExtFormatWithoutRegister(Syncfusion.XlsIO.IExtendedFormat)">
            <summary>
            Creates extended format based on baseFormat without registering it in the workbook.
            </summary>
            <param name="baseFormat">Base format for the new format.</param>
            <returns>Newly created format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RegisterExtFormat(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Registers extended format.
            </summary>
            <param name="format">Format to register.</param>
            <returns>
            Format from the collection if there were such format;
            otherwise returns format that was added.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RegisterExtFormat(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Registers extended format.
            </summary>
            <param name="format">Format to register.</param>
            <param name="forceAdd">Indicates whether to force format object registration in the collection.</param>
            <returns>
            Format from the collection if there were such format;
            otherwise returns format that was added.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CopyToClipboard(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies to clipboard the selected worksheet or all worksheets if sheet is NULL.
            </summary>
            <param name="sheet">Worksheet that would be copied into the clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Paste">
            <summary>
            Copies workbook and all its worksheets to the clipboard.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertSelfSupbook">
            <summary>
            Inserts SupbookRecord describing this workbook.
            </summary>
            <returns>
            Index to the SupBookRecord that describes current workbook.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddSheetReference(System.String)">
            <summary>
            Adds internal sheet reference.
            </summary>
            <param name="sheetName">Name of the sheet that should be referenced.</param>
            <returns>Index to the sheet in ExternSheetRecord.</returns>
            <exception cref="T:System.ArgumentException">
            When can't find specified worksheet in this workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddExternSheetReference(System.String,System.String)">
            <summary>
            Adds reference to the extern worksheet.
            </summary>
            <param name="strBookName">
            Workbook name (can be null or empty than sheet name is treated as book name.
            </param>
            <param name="strSheetName">Worksheet name.</param>
            <returns>Index in the ExternSheet record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddSheetReference(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds internal sheet reference.
            </summary>
            <param name="sheet">Name of the sheet that should be referenced.</param>
            <returns>Worksheet to be referenced.</returns>
            <exception cref="T:System.ArgumentException">
            When can't find specified worksheet in this workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddSheetReference(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Adds internal sheet reference.
            </summary>
            <param name="sheet">Name of the sheet that should be referenced.</param>
            <returns>Worksheet to be referenced.</returns>
            <exception cref="T:System.ArgumentException">
            When can't find specified worksheet in this workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddSheetReference(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Adds internal sheet reference.
            </summary>
            <param name="sheet">Name of the sheet that should be referenced.</param>
            <returns>Worksheet to be referenced.</returns>
            <exception cref="T:System.ArgumentException">
            When can't find specified worksheet in this workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddSheetReference(System.Int32,System.Int32,System.Int32)">
            <summary>
            This method adds one TREF structure to the list.
            </summary>
            <param name="supIndex">SUPBOOK index.</param>
            <param name="firstSheetIndex">Index to first SUPBOOK sheet.</param>
            <param name="lastSheetIndex">Index to last SUPBOOK sheet.</param>
            <returns>
            Index of the old REF structure (if there was one)
            or new REF structure.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddBrokenSheetReference">
            <summary>
            Adds incorrect sheet reference.
            </summary>
            <returns>Worksheet to be referenced.</returns>
            <exception cref="T:System.ArgumentException">
            When can't find specified worksheet in this workbook.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.DecreaseSheetIndex(System.Int32)">
            <summary>
            Decreases index (in ExternSheet record) of all worksheets with index
            that is smaller than specified index.
            </summary>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IncreaseSheetIndex(System.Int32)">
            <summary>
            Increases index (in ExternSheet record) of all worksheets with index
            that is larger or equal than specified index.
            </summary>
            <param name="index"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.MoveSheetIndex(System.Int32,System.Int32)">
            <summary>
            This method updates external sheet table when a worksheet was moved.
            </summary>
            <param name="iOldIndex">Old index of the worksheet.</param>
            <param name="iNewIndex">New index of the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateActiveSheetAfterMove(System.Int32,System.Int32)">
            <summary>
            Updates active sheet index after move operation.
            </summary>
            <param name="iOldIndex">Old sheet index.</param>
            <param name="iNewIndex">New sheet index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetMovedSheetIndex(System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets sheet index after move operation.
            </summary>
            <param name="iCurIndex">Current sheet index.</param>
            <param name="iOldIndex">Old index of the sheet that was moved.</param>
            <param name="iNewIndex">New index of the sheet that was moved.</param>
            <returns>New index for current sheet index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetSheetNameByReference(System.Int32)">
            <summary>
            Returns worksheet name.
            </summary>
            <param name="reference">Reference to worksheet.</param>
            <returns>Returns sheet name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetSheetNameByReference(System.Int32,System.Boolean)">
            <summary>
            Returns worksheet name.
            </summary>
            <param name="reference">Reference to worksheet.</param>
            <returns>Returns sheet name.</returns>
            <param name="throwArgumentOutOfRange">Indicates whether to throw exception if reference index is out of range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExternalSheetNameByReference(Syncfusion.XlsIO.Implementation.ExternWorkbookImpl,Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF,System.Int32)">
            <summary>
            Get name of the external worksheet by reference.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetInternalSheetNameByReference(Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF)">
            <summary>
            Get name of the internal worksheet by reference.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetSheetByReference(System.Int32)">
            <summary>
            Returns worksheet by its reference index.
            </summary>
            <param name="reference">Reference index of the sheet.</param>
            <returns>Found worksheet.</returns>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.ParseException">
            When can't find referenced worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetSheetByReference(System.Int32,System.Boolean)">
            <summary>
            Returns worksheet by its reference index.
            </summary>
            <param name="reference">Reference index of the sheet.</param>
            <param name="bThrowExceptions">
            Indicates whether to throw exception when can't
            find worksheet with specified index.
            </param>
            <returns>Found worksheet.</returns>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.ParseException">
            When can't find referenced worksheet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckForInternalReference(System.Int32)">
            <summary>
            Check for internal Reference; If external - rise NotSupported exception.
            </summary>
            <param name="iRef">Ref index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsLocalReference(System.Int32)">
            <summary>
            Indicates whether reference is reference to local worksheet.
            </summary>
            <param name="reference">Reference index.</param>
            <returns>Value that indicates whether reference is reference to local worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsExternalReference(System.Int32)">
            <summary>
            
            </summary>
            <param name="reference"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddForReparse(Syncfusion.XlsIO.IReparse)">
            <summary>
            Inserts reparse into array of object that should be reparsed
            when loading will be complete.
            </summary>
            <param name="reparse">Object that will be reparsed later.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CurrentStyleNumber(System.String)">
            <summary>
            Returns number from the style name, i.e. Normal_1 result is 1.
            </summary>
            <param name="pre">Style name.</param>
            <returns>Parsed number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Sqr(System.Double)">
            <summary>
            Raises argument to the second power.
            </summary>
            <param name="value">Value to be squared.</param>
            <returns>Squared value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ColorDistance(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Calculates distance between two colors.
            </summary>
            <param name="color1">First color.</param>
            <param name="color2">Second color.</param>
            <returns>Distance between two colors.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ClearInternalReferences">
            <summary>
            Clears collection of references.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RaiseSavedEvent">
            <summary>
            Raises FileSaved event.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RaiseReadOnlyFileEvent(System.String)">
            <summary>
            Raises OnReadOnlyFile event.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExtFormat(System.Int32)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateFormula(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            
            </summary>
            <param name="sourceRange"></param>
            <param name="destRange"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateFormula(System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            
            </summary>
            <param name="iSourceIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestIndex"></param>
            <param name="rectDest"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetReferenceIndex(System.Int32)">
            <summary>
            Returns reference index by extern workbook index.
            </summary>
            <param name="iNameBookIndex">Index of the extern workbook.</param>
            <returns>Reference index if extern workbook was found; otherwise returns -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetBookIndex(System.Int32)">
            <summary>
            Returns extern workbook index by reference index.
            </summary>
            <param name="iReferenceIndex">Reference index.</param>
            <returns>Extern workbook index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExternSheet(System.Int32)">
            <summary>
            Returns external sheet object by reference index.
            </summary>
            <param name="referenceIndex">Reference index.</param>
            <returns>External worksheet that corresponds to the specified reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.DecodeName(System.String)">
            <summary>
            Decodes name encoded in supbook.
            </summary>
            <param name="strName">Name to decode.</param>
            <returns>Decoded name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDriveName">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.EncodeName(System.String)">
            <summary>
            Decodes name encoded in supbook.
            </summary>
            <param name="strName">Name to decode.</param>
            <returns>Decoded name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ModifyRecordToSkipStyle(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Modifies record in skip styles mode.
            </summary>
            <param name="record">Record to modify.</param>
            <returns>Boolean value indicating that record should be added to the array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ModifyRecordToSkipStyle(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw[])">
            <summary>
            Modifies record in skip styles mode.
            </summary>
            <param name="arrRecords">Records to modify.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CompareColors(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Compares two colors.
            </summary>
            <param name="color1">First color to compare.</param>
            <param name="color2">Second color to compare.</param>
            <returns>True if colors are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RemoveExtenededFormatIndex(System.Int32)">
            <summary>
            Removes extended format by its index.
            </summary>
            <param name="xfIndex">Index to the extended format to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RemoveExtendedFormatIndex(System.Int32)">
            <summary>
            Removes extended format by its index.
            </summary>
            <param name="xfIndex">Index to the extended format to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddLicenseWorksheet">
            <summary>
            Adds licensing worksheet if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckLicensingSheet">
            <summary>
            Checks whether workbook contains licensing worksheet and removes it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckProtectionContent(Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Checks whether protected content is correct.
            </summary>
            <param name="sheet">Worksheet to check.</param>
            <returns>True if content is correct.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.OptimizeReferences">
            <summary>
            Optimizes internal references by removing unused ones.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdatePivotCachesAfterInsertRemove(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Updates pivot caches after insert.
            </summary>
            <param name="worksheet">Worksheet where insert operation took place.</param>
            <param name="index"></param>
            <param name="count"></param>
            <param name="isRow"></param>
            <param name="isRemove">Indicates whether this is remove operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetStackOfRange(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Get the stack collection of range from ptg array.
            </summary>
            <param name="arrPtgs">input array of Ptgs</param>
            <returns>the stack of range</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Base constructor which must be used when workbook is created 
            from scratch (maybe clipboard data)and  not from file. 
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="version">Excel version.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates workbook with specific number of worksheets.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="sheetQuantity">Quantity of empty worksheets to create.</param>
            <param name="version">Excel version.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Create Workbook from file.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="FileName">Name of the file with workbook.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ApplicationException">
            When can't find workbook stream in the file.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Create Workbook from file.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="strFileName">Name of the file with workbook.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ApplicationException">
            When can't find workbook stream in the file.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.String,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Create Workbook from file.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="strFileName">Name of the file with workbook.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates whether to open workbook in read-only mode.</param>
            <param name="password">Password to decrypt workbook stream.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ApplicationException">
            When can't find workbook stream in the file.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.String,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.XlsIO.Implementation.WorkbookImpl"/> class.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="strFileName">Name of the file with workbook.</param>
            <param name="options">Parse options.</param>
            <param name="bReadOnly">Indicates whether to open workbook in read-only mode.</param>
            <param name="password">Password to decrypt workbook stream.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ApplicationException">
            When can't find workbook stream in the file.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.IO.Stream,System.String,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.String,System.Text.Encoding)">
            <summary>
            Create WorkBook from file.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="stream">Stream to open.</param>
            <param name="separator">Current separator.</param>
            <param name="row">Number of first row to write.</param>
            <param name="column">Number of first column to write.</param>
            <param name="version">Excel version.</param>
            <param name="fileName">Filename is used to generate worksheet name</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Create Workbook from stream.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="stream">Stream that contains workbook's data.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified stream is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.IO.Stream,Syncfusion.XlsIO.ExcelParseOptions,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Create Workbook from stream.
            </summary>
            <param name="application">Application object for the workbook.</param>
            <param name="parent">Parent object for the workbook.</param>
            <param name="stream">Stream that contains workbook's data.</param>
            <param name="options">Parse options.</param>
            <param name="version">Excel version.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified stream is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,System.Xml.XmlReader,Syncfusion.XlsIO.ExcelXmlOpenType)">
            <summary>
            Parses new workbook from xml stream.
            </summary>
            <param name="application">Current application</param>
            <param name="parent">Parent object.</param>
            <param name="reader">Xml reader.</param>
            <param name="openType">Xml open type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InitializeCollections">
            <summary>
            Initializes all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateGraphics">
            <summary>
            Creates graphics object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertDefaultValues">
            <summary>
            Fills collection with default formats, extended format, and styles.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertDefaultExtFormats">
            <summary>
            Inserts all default extended formats into special list. Excel has 21 
            default formats for each workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertDefaultStyles">
            <summary>
            Inserts all default styles into special list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertDefaultStyles(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord})">
            <summary>
            Inserts all default styles into special list.
            </summary>
            <param name="arrStyles">Styles that were read from file.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddDefaultStyle(Syncfusion.XlsIO.Implementation.StyleImpl)">
            <summary>
            Registers default style inside styles collection.
            </summary>
            <param name="stout">Style to register.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDefaultXF(System.Int32)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDefaultXFExt">
            <summary></summary>
             <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStyle(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord},Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord)">
            <summary>
            
            </summary>
            <param name="arrStyles"></param>
            <param name="style"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CompareDefaultStyleRecords(Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord,Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord)">
            <summary>
            Compares two style records.
            </summary>
            <param name="style1">First style record to compare.</param>
            <param name="style2">Second style record to compare.</param>
            <returns>True if records describe same default style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.InsertDefaultFonts">
            <summary>
            Inserts default fonts into special list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.DisposeAll">
            <summary>
            Disposes internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ClearAll">
            <summary>
            Clears all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ClearExtendedFormats">
            <summary>
            Clears the extended formats.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreatePivotCache(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            
            </summary>
            <param name="storage">Storage object to extract pivot cache from.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseStgStream(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.ExcelParseOptions,System.String)">
            <summary>
            Parse StgStream.
            </summary>
            <param name="storage">Storage object to extract data from.</param>
            <param name="options">Parse options.</param>
            <param name="password">Password to decrypt if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ExtractControlProperties(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            
            </summary>
            <param name="storage"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStreamCaseInsensitive(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,System.String)">
            <summary>
            Searches for the stream name, case-insensitive.
            </summary>
            <param name="storage">Storage object to search inside of.</param>
            <param name="streamName">Name of the stream to locate.</param>
            <returns>Case-sensitive stream name if stream was found; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseExcel2007Stream(System.IO.Stream,System.String,System.Boolean)">
            <summary>
            This method parses stream that holds data in Excel 2007 format (Open XML).
            </summary>
            <param name="stream">Stream to parse.</param>
            <param name="password">Password to use during for decryption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseFile(System.String,System.String,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean)">
            <summary>
            Parses specified file.
            </summary>
            <param name="fileName">File to parse.</param>
            <param name="password">Password to use for decryption (null if file is not encrypted).</param>
            <param name="version">Excel version.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseStream(System.IO.Stream,System.String,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses specified stream.
            </summary>
            <param name="stream">Stream to parse.</param>
            <param name="password">Password to use for decryption (null if file is not encrypted).</param>
            <param name="version">Excel version.</param>
            <param name="options">Parsing options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Finalize">
            <summary>
            Class finalizer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Reads workbook from the specified reader.
            </summary>
            <param name="reader">BiffReader that contains workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.String)">
            <summary>
            Reads workbook from the specified reader.
            </summary>
            <param name="reader">BiffReader that contains workbook.</param>
            <param name="options">Parsing options.</param>
            <param name="password">
            Password - used for decryption.Otherwise this argument is ignored.
            </param>
            <returns>Decryptor used for parsing, if it was created; null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParsePivotRecords(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Extracts pivot caches information from the workbook pivot records.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RecheckExtendedFormatRecord(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RecheckFormatRecord(Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord,System.Int32@)">
            <summary>
            Recheck the Format Record
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreatePivotCacheInfos(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})" -->
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.NormalizeBorders(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Normalizes border settings for specified extended format record in some incorrect files.
            </summary>
            <param name="xf">ExtendedFormatRecord to process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateDecryptor(System.String,Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord)">
            <summary>
            Creates decryptor.
            </summary>
            <param name="password">Password that should be used for decryption.</param>
            <param name="filePass">Contains encryption information.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckPasswordFirstTime(System.String@,Syncfusion.XlsIO.Implementation.Security.IDecryptor@,Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock)">
            <summary>
            Checks password provided password or asks to provide a password for the first time.
            </summary>
            <param name="password">Provided password; null if there was no password provided.</param>
            <param name="decryptor">Resulting decryptor object.</param>
            <param name="standardBlock">Part of the decryption structure used to check password.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckStandardPassword(Syncfusion.XlsIO.Implementation.Security.IDecryptor@,Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock)">
            <summary>
            Checks whether document was encrypted with standard password and creates decryptor object if necessary.
            </summary>
            <param name="result">Decryptor to create.</param>
            <param name="standardBlock">Part of the decryption structure used to check password.</param>
            <returns>True if file was encrypted with standard password.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateEncryptor">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseSSTRecord(Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord,Syncfusion.XlsIO.ExcelParseOptions)">
            <summary>
            Parses internal sst record.
            </summary>
            <param name="sst">SSTRecord to parse.</param>
            <param name="options">Parse options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrepareStyles(System.Boolean,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Prepares fonts, formats and styles collections.
            </summary>
            <param name="bIgnoreStyles">Indicates whether parsing is made in ignore styles mode.</param>
            <param name="arrStyles">List with all styles.</param>
            <param name="hashNewXFormatIndexes">Dictionary with new extended format indexes for ignore styles mode.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrepareExtendedFormats(System.Boolean,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord})">
            <summary>
            Prepares extended format records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseAutoFilters">
            <summary>
            Parses autofilters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ExtractWorksheetsFromStream(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Method to extract all worksheets from stream.
            </summary>
            <param name="reader">BiffReader that contains worksheets.</param>
            <param name="options">Parse options.</param>
            <param name="iFirstSheet">First worksheet to parse.</param>
            <param name="iLastSheet">Last worksheet to parse.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadWorksheetsData(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Reads worksheet data from the reader without parsing worksheets.
            </summary>
            <param name="reader">Reader to read data from.</param>
            <param name="options">Parse options.</param>
            <param name="iFirstSheet">The first worksheet to parse.</param>
            <param name="iLastSheet">The last worksheet to parse.</param>
            <param name="hashNewXFormatIndexes">Dictionary with new extended format indexes for ignore styles mode.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrepareNames">
            <summary>
            Prepares named ranges (just create them without parsing).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseNames">
            <summary>
            Parses set of Name records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseWorksheets">
            <summary>
            Parses all worksheets, charts, etc.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseWorksheetsOnDemand">
            <summary>
            Parses all worksheets, charts, etc. on demand
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Reparse">
            <summary>
            Reparses all ranges that were not parsed because of 
            insufficient data (that weren't loaded when parsing).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateAllStyles(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord})">
            <summary>
            Creates all necessary styles for the workbook.
            </summary>
            <param name="arrStyles">Array of all read StyleRecords.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStyleRecord(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord},System.Int32,System.Int32@)">
            <summary>
            Searches StyleRecord for the specified index of the Extended 
            Format record in the list.
            </summary>
            <param name="arrStyles">List that contains StyleRecord.</param>
            <param name="formatIndex">Index of the Extended Format.</param>
            <param name="iStyleIndex">
            Found style index (if it is greater or equal to zero than it is index
            from arrStyles array; otherwise it is evaluated as index in arrDefaultStyles
            increased by 1 and multiplied by -1.
            .</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDefaultStyles">
            <summary>
            Returns array of default styles.
            </summary>
            <returns>Array of StyleRecords with default styles.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateStyleForEachFormat(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Creates style each number format.
            </summary>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadDocumentProperties(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Read document properties from StgStream.
            </summary>
            <param name="storage">Storage to read properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadDocumentPropertiesNative(Syncfusion.CompoundFile.XlsIO.Native.Storage)">
            <summary>
            Reads document properties using native objects.
            </summary>
            <param name="storage">Storage to get document properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadDocumentPropertiesManaged(Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Read document properties using managed classes.
            </summary>
            <param name="storage">Storage to get document properites from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateDataSorter">
            <summary>
            Creates the Data sorter to sort the data..
            </summary>
            <returns>Data Sorter.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CopyToClipboard">
            <summary>
            Copies to the clipboard whole workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Activate">
            <summary>
            Activates the first window associated with the workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Close(System.String)">
            <summary>
            Closes the object and saves workbook to the specified file name.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="Filename">
            File name in which workbook will be saved if SaveChanges is true.
            </param>
            <example>The following code illustrates how to closes the object and saves workbook with specified name.
            <code>
            workbook.Close("Output.xlsx");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Close(System.Boolean,System.String)">
            <summary>
            Closes the object and saves workbook to the specified file name.If True, all changes will be saved.
            </summary>
            <param name="SaveChanges">If True, all changes will be saved.</param>
            <param name="Filename">Name of the file.</param>
            <example>The following code illustrates how to Closes the object and saves workbook to the specified file name.
            <code>
             workbook.Close(true,"Output.xlsx");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Close(System.Boolean)">
            <summary>
            Closes the object. If True, all changes will be saved.
            </summary>
            <param name="saveChanges">If True, all changes will be saved.</param>
            <example>The following code illustrate how to closes the object with specified bool value.
            <code>
             workbook.Close(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Close">
            <summary>
            Closes the object without saving.
            </summary>
            <example>The following code illustrate how to closes the object without saving.
            <code>
             workbook.Close();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance that can be used for template markers processing. 
            </summary>
            <returns>Returns the Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.MarkAsFinal">
            <summary>     
            Marks workbook as final. Read-Only.   
            </summary>   
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Save">
            <summary>
            Saves changes to the specified workbook.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <exception cref="T:System.ApplicationException">
            If file name was not specified before.
            </exception>
            <example>
            <code>
            workbook.Save();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String)">
            <summary>
            Saves workbook with the specified file name.
            </summary>
            <param name="FileName">
            Name of the file into which workbook will be saved.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When FileName is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When FileName is empty.
            </exception>
            <example>
            <code>
            workbook.SaveAs("Output.xls");
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook with the specified file name and <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <param name="FileName">
            Name of the file into which workbook will be saved.
            </param>
            <param name="saveType">Options for save.</param>
            <exception cref="T:System.ArgumentNullException">
            When FileName is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When FileName is empty.
            </exception>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsODS(System.String)">
            <summary>
            Converts XLS/XLSX file to ODS
            </summary>
            <param name="FileName"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Short variant of SaveAs method.
            </summary>
            <param name="FileName">
            Name of the file into which workbook will be saved.
            </param>
            <param name="saveType">Options for save.</param>
            <param name="version">Excel version that should be used.</param>
            <exception cref="T:System.ArgumentNullException">
            When FileName is NULL.
            </exception>
            <exception cref="T:System.ArgumentException">
            When FileName is empty.
            </exception>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves as Html to specified file name based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <param name="filename">Name of the file.</param>
            <param name="saveOptions">Save options in html</param>
            <example>
            The following code snippets illustrates how to save as html to the specified file name.
            <code>
            workbook.SaveAsHtml("Output.html",HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves as Html to the specified stream based on <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream"> stream that will receive html data.</param>
            <param name="saveOptions">Save options in html</param>
            <example>
            The following code snippets illustrates how to save as html to the specified stream.
            <code>
            workbook.SaveAsHtml(stream,HtmlSaveOptions.Default);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves as Html to the specified stream.
            </summary>
            <param name="stream"> stream that will receive html data.</param>
            <example>
            The following code snippets illustrates how to save as html to the specified stream.
            <code>
            workbook.SaveAsHtml(stream);
            </code>
            </example>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrepareShapes(Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Prepares shapes for serialization.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RegisterNewShapes(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Registers new shapes (that have no shapeId yet) inside shapeIdReserver.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapesGetter">Delegate used to get necessary shapes collection from a TabSheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateAddedShapes(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Updates shapes that were added after last save operation.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapesGetter">Delegate used to get necessary shapes collection from a TabSheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AssignNewIndexes(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Assigns indexes to the new shapes.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapes">Shape collection to process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetShapesFreeIndexes(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Gets number of free indexes inside currently allocated/reserved ids.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapes">Shape collection to process.</param>
            <returns>Number of free indexes inside currently allocated/reserved ids.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetShapesWithoutId(Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Evaluates number of shapes without assigned id.
            </summary>
            <param name="shapes">Shape collection to check.</param>
            <returns>Number of shapes without assigned id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RegisterNewShapeCollections(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Registers absolutely new shape collections using IdReserver.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapesGetter">Delegate used to get necessary shapes collection from a TabSheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AssignIndexes(Syncfusion.XlsIO.Implementation.IdReserver,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Allocates and assigns indexes for all shapes inside shape collection.
            </summary>
            <param name="shapeIdReserver">IdReserver that helps in the id generation process.</param>
            <param name="shapes">Shape collection to process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FillReserverFromShapes(Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod,System.Boolean@)">
            <summary>
            Creates IdReserver based on the current shapes.
            </summary>
            <param name="shapesGetter">Delegate used to get necessary shapes collection from a TabSheet.</param>
            <returns>IdReserver filled with current shape id's data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReIndexShapeCollections(Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Re-indexes shape collections if necessary.
            </summary>
            <param name="shapesGetter">Delegate used to get necessary shapes collection from a TabSheet.</param>
            <returns>True if there are shapes inside the workbook.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetWorksheetShapes(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Returns sheet's shapes collection.
            </summary>
            <param name="sheet">TabSheet to get collection from.</param>
            <returns>Extracted collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetHeaderFooterShapes(Syncfusion.XlsIO.ITabSheet)">
            <summary>
            Returns header/footer shapes collection.
            </summary>
            <param name="sheet">TabSheet to get collection from.</param>
            <returns>Extracted collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.Web.HttpResponse)">
            <summary>
            Saves changes to the specified HttpResponse.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse to save in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.String)">
            <summary>
            Saves workbook with specified file name using separator. Used only for CSV files.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Path to save.</param>
            <param name="separator">Current separator.</param>
            <example>
            The following code snippet illustrates how to save as CSV.
            <code>
            workbook.SaveAsXml("Output.csv", ",");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Saves workbook as stream using separator. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="separator">Current separator.</param>
            <example>
            <code>
            workbook.SaveAs(stream, ",");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsInternal(System.IO.Stream,System.String)">
            <summary>
            Saves active Worksheet using separator.
            </summary>
            <param name="stream">Stream to save int.</param>
            <param name="separator">Separator to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", Response, ExcelDownloadType.PromptDialog);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Saves changes to the specified HttpResponse based on download type and content type.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Content type to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/> and <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelDownloadType.PromptDialog);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse,using separator with the specified <see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="separator">string separator.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Http content type.</param>
            <example>
            <code>
            workbook.SaveAs("Output.csv", ",", Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.CSV);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.String,Syncfusion.XlsIO.ExcelSaveType,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Save changes to the specified HttpResponse based on <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>,<see cref="T:Syncfusion.XlsIO.ExcelDownloadType"/> and <see cref="T:Syncfusion.XlsIO.ExcelHttpContentType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="fileName">Name of the file in HttpResponse.</param>
            <param name="saveType">Type of the Excel file.</param>
            <param name="response">HttpResponse that will receive workbook's data.</param>
            <param name="downloadType">Download type.</param>
            <param name="contentType">Content type to use.</param>
            <example>
            <code>
            workbook.SaveAs("Output.xls", ExcelSaveType.SaveAsXLS, Response, ExcelDownloadType.PromptDialog, ExcelHttpContentType.Excel97);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrepareResponse(System.String,System.Web.HttpResponse,Syncfusion.XlsIO.ExcelDownloadType,Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Prepares response before saving.
            </summary>
            <param name="fileName"></param>
            <param name="response"></param>
            <param name="downloadType"></param>
            <param name="contentType"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsXmlInternal(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook in xml format.
            </summary>
            <param name="writer">XmlWriter to save into.</param>
            <param name="saveType">Xml save type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsXml(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook in xml format with the specified<see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <param name="writer">XmlWriter to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save as Xml using Xml writer.
            <code>
            workbook.SaveAsXml(writer, ExcelXmlSaveType.MSExcel);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsXml(System.String,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook with the specified file name and <see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <param name="strFileName">File name to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save as Xml.
            <code>
            workbook.SaveAsXml("Output.xml", ExcelXmlSaveType.MSExcel);
            </code>
            </example>
            <remarks>
            This method is not supported in WinRT, Windows Phone, Universal and Portable platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsXml(System.IO.Stream,Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Saves workbook as stream with specified <see cref="T:Syncfusion.XlsIO.ExcelXmlSaveType"/>.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="stream">Stream to save into.</param>
            <param name="saveType">Xml save type.</param>
            <example>
            The following code snippet illustrates how to save the stream as Xml.
            <code>
            workbook.SaveAsXml(stream, ExcelXmlSaveType.MSExcel);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetContentTypeString(Syncfusion.XlsIO.ExcelHttpContentType)">
            <summary>
            Returns string that corresponds to contentType.
            </summary>
            <param name="contentType">Content type for browser.</param>
            <returns>String that corresponds to contentType.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.IO.Stream)">
            <summary>
            Saves workbook as stream.
            </summary>
            <param name="stream">Stream that will receive workbook data.</param>
            <example>
            <code>
            workbook.SaveAs(stream);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAs(System.IO.Stream,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook as stream with specified <see cref="T:Syncfusion.XlsIO.ExcelSaveType"/>.
            </summary>
            <param name="stream">Stream that will receive workbook data.</param>
            <param name="saveType">Type of the Excel file.</param>
            <example>
            <code>
            workbook.SaveAs(stream, ExcelSaveType.SaveAsXLS);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveAsODS(System.IO.Stream)">
            <summary>
            Converts XLS/XLSX file to ODS stream
            </summary>
            <param name="FileName"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDocParts">
            <summary>
            Gets names of all worksheets.
            </summary>
            <returns>Names of all worksheets.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetHeadingPairs">
            <summary>
            Returns array odd elements (sheets, charts, etc. ) of which 
            are workbook's part name and even number of such elements 
            in the workbook.
            </summary>
            <returns>
            Array odd elements (sheets, charts, etc. ) of which 
            are workbook's part name and even number of such elements 
            in the workbook.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetHashHeadingPairs">
            <summary>
            Returns Dictionary ExcelSheetType - to - number of such
            elements in the workbook.
            </summary>
            <returns>
            Dictionary ExcelSheetType - to - number of such
            elements in the workbook.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetPaletteColor(System.Int32,System.Drawing.Color)">
            <summary>
            Sets the palette color for the given index.
            </summary>
            <param name="index">Index of Color in array.</param>
            <param name="color">New color which must be set.</param>
            <example>
            The following code snippet illustrates how to set palette color.
            <code>
            workbook.SetPaletteColor(0, Color.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CopyPaletteColorTo(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Copies palette colors to workbook/
            </summary>
            <param name="destinationWorkbook">Workbook to copy palette into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ResetPalette">
            <summary>
            Recover palette to default values.
            </summary>
            <example>
            The following code snippets illustrates how to reset the palette.
            <code>
            workbook.ResetPalette();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetPaletteColor(Syncfusion.XlsIO.ExcelKnownColors)">
            <summary>
            Returns Color object from predefined colors by its index.
            </summary>
            <param name="color">Index from palette array.</param>
            <returns>RGB Color.</returns>
            <example>The following code illustrates how to get the color value for the specified excel known color.
            <code>
            Color color = workbook.GetPaletteColor(ExcelKnownColors.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetNearestColor(System.Drawing.Color)">
            <summary>
            Gets the nearest color with the specified Color structure
            from Workbook palette.
            </summary>
            <param name="color">system color.</param>
            <returns>Returns Color index from workbook palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetNearestColor(System.Drawing.Color,System.Int32)">
            <summary>
            Gets the nearest color to the specified Color structure
            from Workbook palette.
            </summary>
            <param name="color">Color to look for.</param>
            <param name="iStartIndex">Start index.</param>
            <returns>Color index from workbook palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetNearestColor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets the nearest color with the specified red, green, and blue 
            color values    from Workbook palette.
            </summary>
            <param name="r">Red component of the color.</param>
            <param name="g">Green component of the color.</param>
            <param name="b">Blue component of the color.</param>
            <returns>Returns Color index from workbook palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetColorOrGetNearest(System.Drawing.Color)">
            <summary>
            Sets the color or Gets nearest color.
            </summary>
            <remarks>
            If there is at least one free color, define a new color;
            if not, search for the closest one to the specified Color structure
            from Workbook palette.
            </remarks>
            <param name="color">System color</param>
            <returns>Color index from workbook palette.</returns>
            <example>
            The following code snippets illustrates how to set color or get nearest color.
            <code>
            workbook.SetColorOrGetNearest(Color.Aqua);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetColorOrGetNearest(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets the color or Gets nearest color with the specified red, green and blue color value.
            </summary>
            <remarks>
            If there is at least one free color, define a new color;
            if not, search for the closest one to the specified by red, green, and blue 
            values color from Workbook palette.
            </remarks>
            <param name="r">Red component of the color.</param>
            <param name="g">Green component of the color.</param>
            <param name="b">Blue component of the color.</param>
            <returns>Color index from workbook palette.</returns>
            <example>
            The following code snippet illustrates how to set color or get nearest color by red,green and blue.
            <code>
            workbook.SetColorOrGetNearest(123,45,56);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            string newValue = "NewValue";
            workbook.Replace(oldValue, newValue);
            </code>
            </example>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.DateTime)">
            <summary>
            Replaces string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The DateTime value to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            DateTime dateTime = DateTime.Now;
            workbook.Replace(oldValue, dateTime);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The double value to replace all occurrences of oldValue.</param>
            <example>
            <code>
            string oldValue = "Find";
            double newValue = 9.00;
            workbook.Replace(oldValue, newValue);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            string[] newValues = { "X values", "Y values" };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            int[] newValues = { 1, 2 };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
            <example>
            <code>
            string oldValue = "Find";
            double[] newValues = { 1.00, 3.00 };
            workbook.Replace(oldValue, newValues, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces string with the specified DataTable value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>
            The following code snippet illustrates how to replace the string value with data table.
            <code>
            // create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1);
            string oldvalue = "AB2";
            // Replace the value with data table.
            workbook.Replace(oldvalue, table, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified DataColumn value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
            <example>
            The following code snippet illustrates how to replace the string value with data table.
            <code>
            // create the data table
            DataTable table = new DataTable();
            table.Columns.Add("Dosage", typeof(int));
            table.Rows.Add(1); 
            DataColumn dataColumn = table.Columns[0];
            string oldvalue = "AB2";
            // Replace the value with data column.
            workbook.Replace(oldvalue, dataColumn, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateFont">
            <summary>
            Creates a font object.
            </summary>
            <returns>Returns the newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateFont(System.Drawing.Font)">
            <summary>
            Creates a font object based on native font.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="nativeFont">Native font to get settings from.</param>
            <returns>returns newly created font.</returns>
             <example>
            The following code illustrates how to create a font object based on native font.
            <code>
             Font font = new Font(FontFamily.GenericSerif, 9);
             workbook.CreateFont(nativeFont);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Adds font to the inner fonts collection. Read-only.
            </summary>
            <param name="fontToAdd">Font to add.</param>
            <returns>
            Current font with correct font index, or same font from the collection if was added before.
            </returns>
            <example>
            The following code illustrates how to add font in the collections.
            <code>
            IFont font = workbook.CreateFont();
            workbook.AddFont(font);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateFont(Syncfusion.XlsIO.IFont)">
            <summary>
            Creates font object based on another font object.
            </summary>
            <param name="baseFont">Base font for the new one.</param>
            <returns>Returns a newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateFont(Syncfusion.XlsIO.IFont,System.Boolean)">
            <summary>
            Method that creates font object based on another font object
            and registers it in the workbook.
            </summary>
            <param name="baseFont">Base font for the new one.</param>
            <param name="bAddToCollection">Indicates whether font should be added to the collection.</param>
            <returns>Newly created font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result = workbook.FindFirst(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that starts with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringStartsWith(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that starts with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>First found cell, or Null if value was not found.</returns> 
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringStartsWith(value, ExcelFindType.Text, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that ends with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringEndsWith(value, ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that ends with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string value = "value";
            IRange result =  workbook.FindStringEndsWith(value, ExcelFindType.Text, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            string findvalue = "value";
            IRange result = workbook.FindFirst(findvalue, ExcelFindType.Text, ExcelFindOptions.None);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            double value = 9.00;
            IRange result = workbook.FindFirst(value, ExcelFindType.Number);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            IRange result = workbook.FindFirst(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            DateTime dateTime = DateTime.Now;
            IRange result = workbook.FindFirst(dateTime);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>First found cell, or Null if value was not found.</returns>
            <example>
            <code>
            TimeSpan timeSpan = new TimeSpan(2, 30, 30);
            IRange result = workbook.FindFirst(timeSpan);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells with specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns all found cells, or Null if value was not found.</returns>
            <example>
            <code>
            IRange[] results = workbook.FindAll("Hello World", ExcelFindType.Text);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns all found cells, or Null if value was not found.
            </returns>
            <example>
            <code>
            IRange[] results = workbook.FindAll("Hello World", ExcelFindType.Text, ExcelFindOptions.MatchCase);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>Returns all found cells, or Null if value was not found.</returns>
             <example>
             <code>
             IRange[] results = workbook.FindAll((100.32, ExcelFindType.Number);
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns all found cells, or Null if value was not found</returns>
            <example>
            <code>
            IRange[] range = workbook.FindAll(true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.DateTime)">
            <summary>
            This method searches for the all cells with specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Return all found cells, or Null if value was not found.</returns>
            <example>
            <code>
            TimeSpan value = new TimeSpan(2, 30, 30);
            IRange[] results = workbook.FindAll(value);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetSeparators(System.Char,System.Char)">
            <summary>
            Sets separators for formula parsing.
            </summary>
            <param name="argumentsSeparator">Arguments separator to set.</param>
            <param name="arrayRowsSeparator">Array rows separator to set.</param>
             <example>
            The following code illustrates how to set separators.
            <code>
            workbook.SetSeparators(',', ';');
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateHFEngine">
            <summary>
            Creates header/footer engine.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <returns>New instance of header/footer engine.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Protect(System.Boolean,System.Boolean)">
            <summary>
            Sets protection for workbook.
            </summary>
            <param name="bIsProtectWindow">Indicates if protect workbook window.</param>
            <param name="bIsProtectContent">Indicates if protect workbook content.</param>
            <example>
            The following code snippet illustrates how to protect the workbook.
            <code>
            workbook.Protect(true, true);
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Protect(System.Boolean,System.Boolean,System.String)">
            <summary>
            Sets protection for workbook with password.
            </summary>
            <param name="bIsProtectWindow">Indicates if protect workbook window.</param>
            <param name="bIsProtectContent">Indicates if protect workbook content.</param>
            <param name="password">Password to protect with.</param>
            <example>
            The following code snippet illustrates how to protect the workbook using password.
            <code>
            workbook.Protect(true, true, "Password");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Unprotect">
            <summary>
            Unprotects workbook.
            </summary>
            <example>
            The following code illustrates how to unprotect a workbook.
            <code>
            //Unprotects the password.
            workbook.Unprotect();
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Unprotect(System.String)">
            <summary>
            Unprotects workbook using password. 
            </summary>
            <remarks>
            Throws ArgumentOutOfRangeException when password is wrong.
            </remarks>
            <param name="password">Password to unprotect workbook.</param>
            <example>
            The following code illustrates how to unprotect a workbook using password.
            <code>
            //Unprotects the password using password.
            workbook.Unprotect("Password");
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.Clone">
            <summary>
            Creates copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetWriteProtectionPassword(System.String)">
            <summary>
            Sets write protection for workbook using password.
            </summary>
            <param name="password">Password to set.</param>
            <example>
            The following code snippet illustrates how to set write protection password.
            <code>
             workbook.SetWriteProtectionPassword("Password");
             </code>
             </example>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ClonePalette">
            <summary>
            Creates copy of the palette.
            </summary>
            <returns>Copy of the palette.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaveInExcel2007(System.IO.Stream,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook data in Excel 2007 format into specified stream.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="saveType">Represents type of the saving document (on the current
            moment supported values are template or ordinary document).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CreateSerializator(Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.Implementation.IdReserver)">
            <summary>
            Creates serializator that can be used to serialize workbook into file or stream.
            </summary>
            <param name="version">Version that must be used to serialize workbook.</param>
            <returns>Created serializator.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ChangeStylesTo97">
            <summary>
            This method changes internal styles structure for Excel 97.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateStyleIndexes(System.Int32[])">
            <summary>
            
            </summary>
            <param name="styleIndexes"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PredefidedStylesPositions">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckIfStyleChangeNeeded">
            <summary>
            This method checks whether we must change styles model from 2007 into 97 format
            (if document (or file) was created by XlsIO we don't need to change styles).
            </summary>
            <returns>True if additional styles must be added for Excel 97.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FixStyles97(System.Collections.Generic.List{System.Int32})">
            <summary>
            
            </summary>
            <param name="defaultStyleIndexes"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ConvertColors(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Collections.Generic.List{System.Int32})">
            <summary>
            Converts extended format colors.
            </summary>
            <param name="format"></param>
            <param name="fontIndexes"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ConvertFonts">
            <summary>
            Reduces font count based by switching all colors into indexed color mode.
            </summary>
            <returns>List with new font indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsValidDocument(System.IO.Stream,System.Text.Encoding,System.String)">
            <summary>
            Reads the complete stream and retruns false if the doument is notvalid.
            </summary>
            <param name="reader">Read to get data from.</param>
            <param name="separator">Separator between cell values.</param>
            <param name="encoding">Encoding scheme for the StreamReader.</param>
            <returns>boolean value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExcelVersion(System.String)">
            <summary>
            Get excel version from file name.
            </summary>
            <param name="fileName">File name.</param>
            <returns>Returns ExcelVersion.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExcelSaveType(System.String,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Get the Excel save type from file version
            </summary>
            <param name="fileName">input file name</param>
            <returns>the save type</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetExcelVersion(System.IO.Stream)">
            <summary>
            Get excel version from stream.
            </summary>
            <param name="fileName">File name.</param>
            <returns>Returns ExcelVersion.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SerializeForClipboard(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize workbook for the clipboard.
            </summary>
            <param name="records">Record's list to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetActiveWorksheet(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Sets active worksheet.
            </summary>
            <param name="sheet">Worksheet that will be activated.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ContainsFont(Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            
            </summary>
            <param name="font"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            
            </summary>
            <param name="arrNewIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates index of all named ranges.
            </summary>
            <param name="dicNewIndex">Key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.SetChanged">
            <summary>
            Sets Saved flag to the False state.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CopyExternSheets(Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies externsheets to to another workbook.
            </summary>
            <param name="externSheet">Represents base extern sheets.</param>
            <param name="hashSubBooks">Represents dictionary with new sub books indexes.</param>
            <returns>Dictioanry with new indexes. Key - old index; value - new index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReAddAllStrings">
            <summary>
            Looks through all records and calls AddIncrease for each LabelSST record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateXFIndexes(System.Int32)">
            <summary>
            Updates indexes in all records accordingly to the new maximum count property.
            </summary>
            <param name="maxCount">New value of maximum possible XF index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsFormatted(System.Int32)">
            <summary>
            Indicates whether specified xf index differs from the default one.
            </summary>
            <param name="xfIndex">XFIndex to check.</param>
            <returns>True if there is no difference.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetMaxDigitWidth">
            <summary>
            Evaluates maximum digit width of the font for Normal style.
            </summary>
            <returns>Maximum digit width of the font for Normal style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetMaxDigitHeight">
            <summary>
            Evaluates maximum digit width of the font for Normal style.
            </summary>
            <returns>Maximum digit width of the font for Normal style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetMaxDigitWidth(System.Drawing.Font)">
            <summary>
            Evaluates maximum digit width of the specified font.
            </summary>
            <param name="font">Font to measure.</param>
            <returns>Maximum digit width of the specified font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetMaxDigitHeight(System.Drawing.Font)">
            <summary>
            Gets maximum digit height.
            </summary>
            <param name="font">Font to get digit height for.</param>
            <returns>Maximum digit height.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDigitWidth(System.Drawing.RectangleF,System.Double@)">
            <summary>
            Updates width from the rectangle.
            </summary>
            <param name="rect">Current rectangle.</param>
            <param name="maxValue">Current maximum value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetDigitHeight(System.Drawing.RectangleF,System.Double@)">
            <summary>
            Updates height from the rectangle.
            </summary>
            <param name="rect">Current rectangle.</param>
            <param name="maxValue">Current maximum value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.EnumerateDigits(System.Drawing.Font,Syncfusion.XlsIO.Implementation.WorkbookImpl.DigitSizeCallback)">
            <summary>
            Measures all digits using specified font and calls digitProcessor passing measurement results.
            </summary>
            <param name="font">Font to use.</param>
            <param name="digitProcessor">DigitProcessor to call.</param>
            <returns>Value returned by digitProcessor after processing all digits.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WidthToFileWidth(System.Double)">
            <summary>
            Converts column width in characters into column width in file.
            </summary>
            <param name="width">Column width in characters.</param>
            <returns>Column width in file.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.FileWidthToPixels(System.Double)">
            <summary>
            Convert column width that is stored in file into pixels.
            </summary>
            <param name="fileWidth">Column width in file.</param>
            <returns>Column width in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.PixelsToWidth(System.Double)">
            <summary>
            Converts column width in pixels into column width in characters.
            </summary>
            <param name="pixels">Column width in pixels.</param>
            <returns>Column width in characters.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RemoveCache(System.Int32)">
            <summary>
            Checks cache refer by pivot table in the workbook.
            </summary>
            <param name="index"></param>
            <param name="pivotCaches"></param>
            <param name="book"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RemoveUnusedXFRecord">
            <summary>
            Removes the unused XF and updates in innerExtFormats collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddUsedStyleIndex(System.Int32)">
             <summary>
            Adds the used style index into the collection
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateUsedStyleIndex(System.Int32,System.Int32)">
             <summary>
            Updates the used style index into the collection
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookImpl_AfterChangeEvent(System.Object,System.EventArgs)">
            <summary>
            
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.CalculateCRC(System.UInt32,System.Byte[],System.UInt32[])">
            <summary>
             CRC checksum calculation
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddExtendedProperties(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Add list of extended properties into XF extended record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddExtendedProperty(Syncfusion.XlsIO.CellPropertyExtensionType,System.Drawing.Color,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Add extended property into list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.GetPropertyType(Syncfusion.XlsIO.CellPropertyExtensionType)">
            <summary>
            Get extended property type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ConvertARGBToRGBA(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ConvertRGBAToARGB(System.Drawing.Color)">
            <summary>
            Convert ARGB to RGBA.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ColorToUInt(System.Drawing.Color)">
            <summary>
            Convert Color object to unsigned integer.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UIntToColor(System.UInt32)">
            <summary>
            Convert unsigned integer to Color object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsLegalXmlChar(System.Int32)">
            <summary>
            Whether a given character is allowed by XML 1.0.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.RemoveInvalidXmlCharacters(System.String)">
            <summary>
            Remove illegal xml character which is not allowed by XML 1.0.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.UpdateStandardRowHeight">
            <summary>
            Update standartd rowheight when standard font name or size changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ImportXml(System.String)">
            <summary>
            Import XML document to the workbook.
            </summary>
            <param name="path">File name of XML document.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ImportXml(System.IO.Stream)">
            <summary>
            Import XML document in the workbook.
            </summary>
            <param name="stream">Stream of XML document.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseXmlMaps(System.Xml.XmlReader)">
            <summary>
            Parse XML mapping.
            </summary>
            <param name="reader">XML Reader.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ActiveSheet">
            <summary>
            Gets an object that represents the active sheet (the sheet 
            on top) in the active workbook or in the specified window or 
            workbook. Returns Nothing if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ActiveTabSheet">
            <summary>
            Gets an object that represents the active tab sheet (the sheet 
            on top) in the active workbook or in the specified window or 
            workbook. Returns Nothing if no sheet is active. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PreservedExternalLinks">
            <summary>
            Preserves the DDE type links in workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ActiveSheetIndex">
            <summary>
            Gets or sets index of the active sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Author">
            <summary>
            Gets or sets the author of the comment.
            </summary>
            <example>
            The following code snippet illustrates how to get the built in document properties.
            <code>
            //Get the built in document properties.
            IBuiltInDocumentProperties builtInDocumentProperties = workbook.BuiltInDocumentProperties;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.BuiltInDocumentProperties">
            <summary>
            Gets collection that represents all the built-in document properties
            for the specified workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CodeName">
            <summary>
            Name which used by macros to access to workbook items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HidePivotFieldList">
            <summary>
            Indicates whether pivot table fields option is hidden or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DefaultThemeVersion">
            <summary>
            Indicates default theme version for wokbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CustomDocumentProperties">
            <summary>
            Gets collection that represents all the custom document properties
            for the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the custom document properties.
            <code>
            //Get the document properties.
            ICustomDocumentProperties documentProperties = workbook.CustomDocumentProperties;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ContentTypeProperties">
            <summary>
            Gets a MetaProperties collection that describes the meta data stored in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CustomXmlparts">
            <summary>
            Gets collection that represents all the CustomXmlParts collection
            for the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the custom Xml parts.
            <code>
            //Get the customXml parts.
            ICustomXmlPartCollection CustomXmlparts = workbook.CustomXmlparts;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Date1904">
            <summary>
            True if the workbook uses the 1904 date system.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PrecisionAsDisplayed">
            <summary>
            True if the workbook uses precision. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsCellProtection">
            <summary>
            True if cells are protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsWindowProtection">
            <summary>
            True if window is protected. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Names">
            <summary>
            Gets Names collection.
            </summary>
            <remarks>
            For an Application object, returns a Names collection that represents
            all the names in the active workbook. For a Workbook object, returns
            a Names collection that represents all the names in the specified
            workbook (including all worksheet-specific names).
            </remarks>
            <example>
            The following code snippet illustrates how to get names.
            <code>
            INames names = workbook.Names;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadOnly">
            <summary>
            True if the workbook has been opened as Read-only. Read-only Boolean.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Saved">
            <summary>
            True if no changes have been made to the specified workbook since 
            it was last saved. If current value is false then setting it to true cause Save() method call.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Styles">
            <summary>
            Gets a Styles collection that represents all the styles 
            in the specified workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the styles.
            <code>
            IStyles styles = workbook.Styles;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Worksheets">
            <summary>
            Gets a Sheets collection that represents all the worksheets 
            in the specified workbook. Read-only Sheets object.
            </summary>
            <example>
            The following code snippet illustrates how to get the worksheets.
            <code>
            IWorksheets worksheets = workbook.Worksheets;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Connections">
            <summary>
            Gets the connection. Read Only.
            </summary>
            <example>
            The following code snippet illustrates how to get the connection string.
            <code>
            //Get the connection string.
            IConnections connections = workbook.Connections;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HasMacros">
            <summary>
            True if workbook contains VBA macros. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Palettte">
            <summary>
            Gets a Palette of colors the Excel document can have. 
            Here is a Table of color indexes their places in the color tool box 
            provided by XlsIO application:
            --------------------------------------------
            |  | 0  | 1  | 2  | 3  | 4  | 5  | 6  | 7  |
            ---+----------------------------------------
            |0 | 00 | 51 | 50 | 49 | 47 | 10 | 53 | 54 |
            |1 | 08 | 45 | 11 | 09 | 13 | 04 | 46 | 15 |
            |2 | 02 | 44 | 42 | 48 | 41 | 40 | 12 | 55 |
            |3 | 06 | 43 | 05 | 03 | 07 | 32 | 52 | 14 |
            |4 | 37 | 39 | 35 | 34 | 33 | 36 | 38 | 01 |
            ---+----------------------------------------
            |5 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
            |6 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
            --------------------------------------------
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Palette" -->
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DisplayedTab">
            <summary>
            Gets or sets index of tab which will be displayed on document open.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Charts">
            <summary>
            Gets the collection of the chart objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ThrowOnUnknownNames">
            <summary>
            Indicates whether exception should be thrown when unknown
            name was found in a formula.
            </summary>
            <example>
            The following code snippet illustrates how to gets or sets the ThrowOnUnknownNames.
            <code>
            workbook.ThrowOnUnknownNames = true;
            bool isThrowOnUnknownNames = workbook.ThrowOnUnknownNames;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsHScrollBarVisible">
            <summary>
            Gets/Sets value to display horizontal scrollbar
            </summary>
            <example>
            This sample shows how to hide horizontal scroll bar.
            <code>
            workbook.IsHScrollBarVisible = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsVScrollBarVisible">
            <summary>
            Gets/Sets value to display vertical scrollbar
            </summary>
            <example>
            This sample shows how to hide vertical scroll bar.
            <code>
            workbook.IsVScrollBarVisible = false;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DisableMacrosStart">
            <summary>
            Disables loading of macros from document.
            </summary>
            <remarks>
            Excel on file open will simply skip macros and will 
            work as if document does not contain them. This options works
            only when file contains macros (HasMacros property is True).
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.StandardFontSize">
            <summary>
            Gets or sets the standard font size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.StandardFont">
            <summary>
            Gets or sets the name of the standard font.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Allow3DRangesInDataValidation">
            <summary>
            Indicates whether to allow usage of 3D ranges in DataValidation
            list property (MS Excel doesn't allow).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.AddInFunctions">
            <summary>
            Gets collection of add-in functions. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CalculationOptions">
            <summary>
            Gets calculation options. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the calculation options.
            <code>
            //Get the calculation options.
            ICalculationOptions calculationOptions = workbook.CalculationOptions;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.RowSeparator">
            <summary>
            Gets or sets row separator for array parsing.
            </summary>
            <example>
            The following code snippet illustrates how to get row separator.
            <code>
            string rowSeparator = workbook.RowSeparator;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ArgumentsSeparator">
            <summary>
            Gets the formula arguments separator.
            </summary>
            <example>
            The following code snippet illustrates how to get the argument separator.
            <code>
            //Get the chart argumentSeparator.
            string argumentSeparator = workbook.ArgumentsSeparator;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorksheetGroup">
            <summary>
            Gets grouped worksheets. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the grouped sheet.
            <code>
             IWorksheetGroup worksheetGroup = workbook.WorksheetGroup;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsRightToLeft">
            <summary>
            Indicates whether worksheet is displayed right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DisplayWorkbookTabs">
            <summary>
            True if the tabs are visible. otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.TabSheets">
            <summary>
            Gets collection with all tabsheets in the workbook. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get the tabsheets.
            <code>
            ITabSheets tabsheets = workbook.TabSheets;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DetectDateTimeInValue">
            <summary>
            Indicates whether detect string value passed to Value (and Value2)
            property as DateTime. Default value is true.
            </summary>
            <remarks>
            Setting this property to false can increase performance.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.UseFastStringSearching">
            <summary>
            Toggles string searching algorithm.Default value is true.
            </summary>
            <remarks>
            If true then Dictionary will be used
            to locate string inside strings dictionary. This mode is faster but uses
            more memory. If false then each time string is added to strings dictionary
            we will have to iterate through it and compare new strings with existing ones.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ReadOnlyRecommended">
            <summary>
            True to display a message when the file is opened, recommending that the file be opened as read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PasswordToOpen">
            <summary>
            Gets or sets password to encrypt document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxRowCount">
            <summary>
            Gets maximum row count for each worksheet in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxColumnCount">
            <summary>
            Gets maximum column count for each worksheet in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxXFCount">
            <summary>
            Gets maximum possible number of extended formats. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxIndent">
            <summary>
            Gets maximum possible indent value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.BookCFPriorityCount">
            <summary>
            Workbook level Conditional Priority count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.EnabledCalcEngine">
            <summary>
            Indicates whether all the formula in the workbook is evaluated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Options">
            <summary>
            Represents the Excel Parse Options.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.LastPivotTableIndex">
            <summary>
            gets/ Sets the pivot table last index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PreservesPivotCache">
            <summary>
            Preserves the pivot cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ArrayFontIndex">
            <summary>
            Store the font indexes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DataHolder">
            <summary>
            /Return file data holder, used to store data for Excel 2007 format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerNamesColection">
            <summary>
            Return WorkbookNamesColection from parent WorkBook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerContentTypeProperties">
            <summary>
            Return ContententType Properties from the workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerCustomXmlParts">
            <summary>
            Return CustomXmlParts from the workbook
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerAddInFunctions">
            <summary>
            Returns collection of add-in functions. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.FullFileName">
            <summary>
            Returns name of the file the workbook was saved
            in last time or loaded from.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerFonts">
            <summary>
            Collection of all fonts used in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerExtFormats">
            <summary>
            Collection of all ExtendedFormats used in the workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerFormats">
            <summary>
            Collection of all formats used in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerSST">
            <summary>
            SSTDictionary that contains all strings used in the workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Loading">
            <summary>
            Indicates whether workbook is loading. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Saving">
            <summary>
            Indicates whether workbook is in saving process. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.WindowOne">
            <summary>
            Stores the attributes of the workbook window. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ObjectCount">
            <summary>
            Returns count of charts and worksheets in the workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxDigitWidth">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.SSTStream">
            <summary>
            Gets or sets the SST stream.
            </summary>
            <value>The SST stream.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HasInlineStrings">
            <summary>
            Gets or sets a value indicating whether this instance has inline strings.
            </summary>
            <value>
            	<c>true</c> if this instance has inline strings; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Password">
            <summary>
            Gets / sets PasswordRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PasswordRev4">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ProtectionRev4">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CurrentObjectId">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CurrentHeaderId">
            <summary>
            First free shape id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerExtFormatRecords">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerXFExtRecords">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Objects">
            <summary>
            Returns collection of named objects owned by the workbook
            (worksheet and charts). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerStyles">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerWorksheets">
            <summary>
            Worksheets collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerCharts">
            <summary>
            Charts collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerDialogs">
            <summary>
            Dialogsheet collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ExternWorkbooks">
            <summary>
            Returns collection of external workbooks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerCalculation">
            <summary>
            Returns calculation options. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerGraphics">
            <summary>
            Returns workbook graphics.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.FullOutputFileName">
            <summary>
            Gets or sets the destination file path.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.FormulaUtil">
            <summary>
            Returns class for formula parsing. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerWorksheetGroup">
            <summary>
            Returns grouped worksheets. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HasDuplicatedNames">
            <summary>
            Indicates whether original file contains duplicated external names.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesData">
            <summary>
            Returns data that is shared by all shapes (global options, unique pictures, etc. ).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HeaderFooterData">
            <summary>
            Returns data that is shared by all header/footers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ExternSheet">
            <summary>
            Gets externSheet record. Read - only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InternalSaved">
            <summary>
            Gets / sets internal flag that indicates whether workbook was saved or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.FirstCharSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.SecondCharSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsConverted">
            <summary>
            Gets a value indicating whether this Workbook is converted.
            </summary>
            <value>
            	<c>true</c> if this instance is converted; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DataSorter">
            <summary>
            Represents the Data sorter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Version">
            <summary>
            Gets / sets excel version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DefaultXFIndex">
            <summary>
            Returns index to the default extended format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.InnerPalette">
            <summary>
            Returns internal array with palette colors. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HeapHandle">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.PivotCaches">
            <summary>
            Gets pivot caches collection. Read-only.
            </summary>
            <example>
            The following code snippet illustrates how to get pivot caches.
            <code>
            IPivotCaches pivotCaches = workbook.PivotCaches;
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.Syncfusion#XlsIO#IWorkbook#PivotCaches">
            <summary>
            Returns collection of workbook pivot caches. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ControlsStream">
            <summary>
            Gets value indicating whether workbook controls stream or not. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CustomTableStylesStream">
            <summary>
            Gets value indicating whether workbook controls stream or not. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.MaxTableIndex">
            <summary>
            Gets or sets maximum used table (list object) index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsConverting">
            <summary>
            Indicates whether workbook is converting to Pdf or Image or HTML.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsLoaded">
            <summary>
            Gets value indicating whether workbook was loaded from file or stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.CheckCompability">
            <summary>
            Specifies wheather the workbook checks the Compability of earlier version
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HasApostrophe">
            <summary>
            Gets or sets a value indicating whether the name ranges has apostrophe.
            </summary>
            <value>
            	<c>true</c> if this instance has apostrophe; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HasOleObjects">
            <summary>
            Indicates whether book has oleObjects
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.IsOleObjectCopied">
            <summary>
            Indicates whether Ole Objects are copied
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.ParseOnDemand">
            <summary>
            Gets or sets boolean value to parse worksheets on demand
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.AlgorithmName">
            <summary>
            Alogrithm name to protect/unprotect workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.HashValue">
            <summary>
            Hash value to ensure the workbook protected password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.SaltValue">
            <summary>
            Random generated Salt for the workbook password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.SpinCount">
            <summary>
            Spin count to loop the hash algorithm.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.DateTimePatterns">
            <summary>
            Contains the Date Time patterns od the current culture with date custom format
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.XmlMaps">
            <summary>
            Returns the collection of XmlMap object. Read-Only.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorkbookImpl.OnFileSaved">
            <summary>
            This event is fired after workbook is successfully saved.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorkbookImpl.OnReadOnlyFile">
            <summary>
            This event is fired when user tries to save into read-only file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookImpl.StandardRowHeight">
            <summary>
            Gets or sets standard ( default ) row height of all the worksheets.
            in points. Double.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator">
            <summary>
            Summary description for WorkbookExcel97Serializator.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.IWorkbookSerializator">
            <summary>
            Classes that implement this interface are responsible for whole
            workbook serialization into stream or into file.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IWorkbookSerializator.Serialize(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into specified file.
            </summary>
            <param name="fullName">Destination file name.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.IWorkbookSerializator.Serialize(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into stream.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type (template or ordinary xls).</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.MaximumPassordLength">
            <summary>
            Maximum password length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.FOLLOWED_HYPERLINK">
             <summary>
            Followed Hyperlink Style
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.HYPERLINK">
            <summary>
            Hyperlink Style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.m_shapeIds">
            <summary>
            Reserved shape ids.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.#ctor(Syncfusion.XlsIO.Implementation.IdReserver)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.Serialize(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into specified file.
            </summary>
            <param name="fullName">Destination file name.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.Serialize(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into stream.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type (template or ordinary xls).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.ExcelSaveType,Syncfusion.XlsIO.Implementation.Security.IEncryptor,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean)">
            <summary>
            Saves all workbook records into specified array.
            </summary>
            <param name="records">Array that will receive all workbook records.</param>
            <param name="saveType">Format in which worksheet should be saved.</param>
            <param name="encryptor">Object that is used to encrypt data.</param>
            <param name="book">Workbook to serialize.</param>
            <param name="sheet">Worksheet that must be serialized when we are
            serializing data for clipboard.</param>
            <param name="forClipboard">Indicates whether we are serializing data
            for saving into file or into clipboard.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.SerializePivotCachesInfo(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serializes pivot caches info.
            </summary>
            <param name="records">Records to serialize into.</param>
            <param name="book">Worbook to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.SerializeMsoDrawings(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serializes all mso drawings (picture, header/footer images, etc.) if necessary.
            </summary>
            <param name="records">Record's list to serialize into.</param>
            <param name="book">Workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.CreateEncryptor(Syncfusion.XlsIO.ExcelEncryptionType,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates encryptor.
            </summary>
            <param name="encryptionType">Encryption type to use.</param>
            <param name="book">Workbook to serialize.</param>
            <returns>Created encryptor.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.OptimizeExtFormats">
            <summary>
            This function is looking for unused formats and for formats
            that have equal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.OptimizeFonts">
            <summary>
            Removes unused or equal fonts from internal lists. Also will be updated styles
            and formats which have references on unused or optimized fonts.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.OptimizeStyles(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Method remove from list equal styles.
            </summary>
            <param name="book">Workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.CreateBoundSheet(Syncfusion.XlsIO.Interfaces.INamedObject)">
            <summary>
            Creates BoundSheetRecord that corresponds to the specified worksheet.
            </summary>
            <param name="namedObject">INamedObject the BoundSheetRecord is created for.</param>
            <returns>Created BoundSheetRecord.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.SaveToStgStream(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,System.Boolean,Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.Security.IEncryptor,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Saves workbook into compound storage.
            </summary>
            <param name="storage">Storage to save workbook into.</param>
            <param name="bDisposeAfterSave">Indicates whether </param>
            <param name="records">Record collection that should be filled during serialization</param>
            <param name="encryptor">Object that is used to encrypt data.</param>
            <param name="book">Workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.CopySourceData(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Copies storage subitems.
            </summary>
            <param name="storage">Storage to copy into.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.CopySourceSubstorages(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Copies substorages.
            </summary>
            <param name="storage">Storage to copy into.</param>
            <param name="sourceStorage">Storage to copy from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.CopySourceSubstreams(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.CompoundFile.XlsIO.ICompoundStorage)">
            <summary>
            Copies substreams.
            </summary>
            <param name="storage">Storage to copy into.</param>
            <param name="sourceStorage">Storage to copy from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.SerializeNames(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serializes all names defined in the workbook.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
            <param name="book">Workbook to serialize names from.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified OffsetArrayList is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.FillBoundSheet(Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Fill BoundSheetRecord that corresponds to the specified worksheet.
            </summary>
            <param name="bound">Record to fill.</param>
            <param name="worksheet">Worksheet the BoundSheetRecord is created for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookImpl.WorkbookExcel97Serializator.FillBoundSheet(Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Fills BoundSheetRecord that corresponds to the specified worksheet.
            </summary>
            <param name="bound">Record to fill.</param>
            <param name="chart">Chart the BoundSheetRecord is created for.</param>
            <returns>Created BoundSheetRecord.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorkbookImpl.DigitSizeCallback">
            <summary>
            Delegate used for digit size evaluation.
            </summary>
            <param name="rect">Rectangle containing current digit size.</param>
            <param name="currentMax">Current maximum value.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetImageConverter">
            <summary>
            This class is used to convert worksheet into image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.m_cfApplier">
            <summary>
            Object that helps to get formatting of the cells with conditional formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.m_sortedListCF">
            <summary>
            Indicates the sortedList for conditional formatting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.result">
            <summary>
            Represents the final resultant image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.rightWidth">
            <summary>
            Represents width after the current column for drawing aligned text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.leftWidth">
            <summary>
            Represents width before the current column for drawing aligned text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.EnableRTL">
            <summary>
            Represents the RightToLeft Worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.ConvertToImage(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Converts worksheet into image.
            </summary>
            <param name="sheet">Worksheet to convert.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <returns>Image containing worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.ConvertToImage(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.EmfType,System.IO.Stream)">
            <summary>
            Converts worksheet into image.
            </summary>
            <param name="sheet">Worksheet to convert.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="emfType">Metafile EmfType.</param>
            <param name="outputStream">Output stream, if null it is ignored.</param>
            <returns>Image containing worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.ConvertToImage(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream)">
            <summary>
            Converts worksheet into image.
            </summary>
            <param name="sheet">Worksheet to convert.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Output stream, if null it is ignored.</param>
            <returns>Image containing worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.ConvertToImage(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Converts worksheet into image.
            </summary>
            <param name="sheet">Worksheet to convert.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Output stream, if null it is ignored.</param>
            <param name="emfType">Metafile EmfType.</param>
            <returns>Image containing worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.ConvertToImage(System.Drawing.Image,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper,System.Int32,System.Int32)">
            <summary>
            Converts worksheet into image.
            </summary>
            <param name="image">Worksheet image.</param>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <param name="width">Total image width.</param>
            <param name="height">Total image height.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawShapes(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draws the shapes.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawChart(Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draw the chart.
            </summary>
            <param name="chart">Chart that is being converted into image.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawTextBox(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draw the text box.
            </summary>
            <param name="shape">TextBox that is being converted into image.</param>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawBackgroundImage(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draws the background image
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetBackgroundWidthCoordinates(System.Single,System.Single,System.Single,System.Single,System.Collections.Generic.Dictionary{System.Drawing.PointF,System.Drawing.SizeF})">
            <summary>
            Gets the background image width coordinates.
            </summary>
            <param name="startX">The start X.</param>
            <param name="startY">The start Y.</param>
            <param name="imageWidth">Width of the image.</param>
            <param name="imageHeight">Height of the image.</param>
            <param name="imageCoordinates">The image coordinates.</param>
            <param name="pdfPage">The PDF page.</param>
            <returns>
            The collection coordinates and the sizes of Background image width .
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetBackgroundHeightCoordinates(System.Single,System.Single,System.Single,System.Single,System.Collections.Generic.Dictionary{System.Drawing.PointF,System.Drawing.SizeF})">
            <summary>
            Gets the background height coordinates.
            </summary>
            <param name="startX">The start X.</param>
            <param name="startY">The start Y.</param>
            <param name="imageWidth">Width of the image.</param>
            <param name="imageHeight">Height of the image.</param>
            <param name="imageCoordinates">The image coordinates.</param>
            <param name="pdfPage">The PDF page.</param>
            <returns>
            The collection coordinates and the sizes of Background height.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.IterateMerges(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.WorksheetImageConverter.MergeMethod)">
            <summary>
            Draws all required merged regions.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="firstRow">One-based index of the first row to export.</param>
            <param name="firstColumn">One-based index of the first column to export.</param>
            <param name="lastRow">One-based index of the last row to export.</param>
            <param name="lastColumn">One-based index of the last column to export.</param>
            <param name="graphics">Graphics object to draw at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <param name="method">Method to call for each found merge.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawMerge(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draws merged region.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="mergedRegion">Merged region to draw.</param>
            <param name="firstRow">One-based index of the first row of the drawn range that contains part or whole merged range.</param>
            <param name="firstColumn">One-based index of the first column of the drawn range that contains part or whole merged range.</param>
            <param name="graphics">Graphics to draw at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetMergeRectangle(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Gets coordinates of the merge.
            </summary>
            <param name="sheet">Worksheet containing merge region.</param>
            <param name="mergedRegion">Merge region to get rectangle for.</param>
            <param name="firstRow">One-based index of the first row of the drawn range that contains part or whole merged range.</param>
            <param name="firstColumn">One-based index of the first column of the drawn range that contains part or whole merged range.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawMergeBackground(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draws merged region background.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="mergedRegion">Merged region to draw.</param>
            <param name="firstRow">One-based index of the first row of the drawn range that contains part or whole merged range.</param>
            <param name="firstColumn">One-based index of the first column of the drawn range that contains part or whole merged range.</param>
            <param name="graphics">Graphics to draw at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.IterateCells(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.WorksheetImageConverter.CellMethod)">
            <summary>
            Iterates through all cells and calls specified method for each.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <param name="method">Method to call for each cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawCells(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draws separate cell value.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetAdjecentCells(Syncfusion.XlsIO.IRange,System.Drawing.Rectangle,Syncfusion.XlsIO.Implementation.ItemSizeHelper,System.Int32,Syncfusion.XlsIO.Implementation.MigrantRangeImpl)">
            <summary>
            Adds adjacent cells to the cell's range if necessary.
            </summary>
            <param name="cell">Cell to try to add to.</param>
            <param name="rect">Original rectangle.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <param name="firstColumn">Represents first column.</param>
            <param name="cell2">Represents second cell.</param>
            <returns>Updated rectangle.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetUpdatedPosition(Syncfusion.XlsIO.IRange,System.Drawing.Rectangle,Syncfusion.XlsIO.Implementation.ItemSizeHelper,System.Int32,Syncfusion.XlsIO.Implementation.MigrantRangeImpl,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Single,System.Int32,System.Single@)">
            <summary>
            Gets updated X position to draw the aligned text.
            </summary>
            <param name="cell">Specifies the current cell.</param>
            <param name="rect">Specifies the bounds for current cell.</param>
            <param name="columnWidthGetter">Specified the helper to get column width.</param>
            <param name="firstColumn">Specified the first column for the text.</param>
            <param name="cell2">Specifies the adjacent cell of teh current cell.</param>
            <param name="iDelta">Specifies whether to consider previous or next column.</param>
            <param name="sheet">Specifies the worksheet.</param>
            <param name="iCurrentWidth">Specifies the column width of current cell.</param>
            <param name="iRequiredWidth">Specified the width required to draw current cell text.</param>
            <param name="newWidth">Specifies the updated width to draw the text.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawGridlines(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper,System.Int32,System.Int32)">
            <summary>
            Draws worksheet gridlines.
            </summary>
            <param name="sheet">Worksheet that is being converted into image.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
            <param name="width">Total image width.</param>
            <param name="height">Total image height.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawImage(Syncfusion.XlsIO.IShape,System.Drawing.Image,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.ItemSizeHelper,Syncfusion.XlsIO.Implementation.ItemSizeHelper)">
            <summary>
            Draw the image.
            </summary>
            <param name="shape">The shape.</param>
            <param name="image">Image that is being converted into image.</param>
            <param name="graphics">Graphics to draw cells at.</param>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="rowHeightGetter">Helper object to get row height faster.</param>
            <param name="columnWidthGetter">Helper object to get column width faster.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawCell(Syncfusion.XlsIO.Implementation.MigrantRangeImpl,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Graphics)">
            <summary>
            Draws specified cell object.
            </summary>
            <param name="cell">Cell to draw.</param>
            <param name="rect">Rectangle to draw cell inside (borders).</param>
            <param name="rect2">Bounding rectangle for cell value.</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawCell(Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.IRange,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Graphics)">
            <summary>
            Draws specified cell object.
            </summary>
            <param name="xf">Extended format to use for cell drawing.</param>
            <param name="cell">Cell to draw.</param>
            <param name="rect">Rectangle to draw cell inside (borders).</param>
            <param name="rect2">Bounding rectangle for cell value.</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawRtfText(System.Drawing.Rectangle,Syncfusion.XlsIO.IRange,System.String,System.Drawing.Graphics)">
            <summary>
            Draws the RTF string (Rich Text Format string)
            </summary>    
            <param name="rect2">Bounding rectangle for cell value.</param>
            <param name="cell">Cell to draw.</param>
            <param name="value">Cell string value</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawRotatedText(System.Drawing.Rectangle,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.IRange,System.String,System.Drawing.Graphics,System.Drawing.Font,System.Drawing.Brush,System.Drawing.StringFormat)">
            <summary>
            Draws rotated text.
            </summary>
            <param name="rect2">Rectangle used for cell drawing.</param>
            <param name="xf">Cell's format.</param>
            <param name="cell">Cell to draw.</param>
            <param name="value"></param>
            <param name="graphics">Graphics object to draw at.</param>
            <param name="nativeFont">Represents native font.</param>
            <param name="brush">Represents brush to fill the interior.</param>
            <param name="format">Represents string format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.RotateRectangle(System.Drawing.SizeF,System.Int32)">
            <summary>
            Rotates rectangle at coordinates (0,0) and specified size at specified angle.
            </summary>
            <param name="size">Size of the rectangle to rotate.</param>
            <param name="angleDegrees">Angle to rotate at.</param>
            <returns>Rectangle points after rotation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.AlignRectangle(System.Drawing.PointF[],System.Drawing.Rectangle,System.Drawing.StringAlignment,System.Drawing.StringAlignment)">
            <summary>
            Aligns rectangle specified by points inside another rectangle.
            </summary>
            <param name="arrPoints">Points to align.</param>
            <param name="rect2">Rectangle to align in.</param>
            <param name="horizontal">Horizontal alignment.</param>
            <param name="vertical">Vertical alignment.</param>
            <returns>Required offset to get correct point for string drawing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetCounterClockwiseRotation(System.Int32)">
            <summary>
            Converts rotation angle into counter-clockwise value.
            </summary>
            <param name="rotationAngle">Angle to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.UpdateToToBottomText(System.String,System.Int32)">
            <summary>
            Updates string for top to bottom text drawing if necessary.
            </summary>
            <param name="value">Value to update.</param>
            <param name="rotationAngle">Rotation angle.</param>
            <returns>Updated value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawBackground(Syncfusion.XlsIO.IRange,System.Drawing.Rectangle,System.Drawing.Graphics)">
            <summary>
            Draws cell background.
            </summary>
            <param name="cell">Cell to draw background for.</param>
            <param name="rect">Cell's rectangle.</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawBackground(Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat,System.Drawing.Rectangle,System.Drawing.Graphics,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws background at the specified position.
            </summary>
            <param name="xf">Object containing background settings.</param>
            <param name="rect">Rectangle specifying coordinates of the drawn background.</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetBrush(Syncfusion.XlsIO.Interfaces.IInternalExtendedFormat)">
            <summary>
            Creates brush object based on specified extended format.
            </summary>
            <param name="xf">Extended format to get brush for.</param>
            <returns>Created brush object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.NormalizeColor(System.Drawing.Color)">
            <summary>
            Normalizes color - makes it non-transparent.
            </summary>
            <param name="color">Color to normalize.</param>
            <returns>Non-transparent color (Alpha = 255) based on specified color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetVerticalAlignment(Syncfusion.XlsIO.IExtendedFormat)">
            <summary>
            Gets vertical string alignment based on the cell style.
            </summary>
            <param name="style">Style to get data from.</param>
            <returns>String alignment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetHorizontalAlignment(Syncfusion.XlsIO.IExtendedFormat,Syncfusion.XlsIO.IRange)">
            <summary>
            Gets horizontal string alignment based on the cell style.
            </summary>
            <param name="style">Style to get data from.</param>
            <param name="cell">Cell to get alignment for.</param>
            <returns>String alignment.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawBorders(Syncfusion.XlsIO.IBorders,System.Drawing.Rectangle,System.Drawing.Graphics,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws cell borders (including gridlines if necessary).
            </summary>
            <param name="borders">Border collection.</param>
            <param name="rect">Cell's rectangle.</param>
            <param name="graphics">Graphics to draw at.</param>
            <param name="cell">Represents cell Range to draw border.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawBorder(Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.IBorder,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws specified border.
            </summary>
            <param name="borders"></param>
            <param name="border"></param>
            <param name="x1"></param>
            <param name="y1"></param>
            <param name="x2"></param>
            <param name="y2"></param>
            <param name="graphics"></param>
            <param name="cell"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawDoubleBorder(Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.IBorder,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws doubled border.
            </summary>
            <param name="borders"></param>
            <param name="border"></param>
            <param name="x1"></param>
            <param name="y1"></param>
            <param name="x2"></param>
            <param name="y2"></param>
            <param name="graphics"></param>
            <param name="cell"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawOuterLine(System.Drawing.Graphics,System.Drawing.Pen,Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.ExcelBordersIndex,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws outer line of the double border.
            </summary>
            <param name="graphics">Graphics to draw at.</param>
            <param name="pen">Pen to draw with.</param>
            <param name="borders">Borders collection containing border that is being drawn.</param>
            <param name="borderIndex">Border that is being drawn.</param>
            <param name="x1">X coordinate of the starting point for ordinary border.</param>
            <param name="y1">Y coordinate of the starting point for ordinary border.</param>
            <param name="x2">X coordinate of the finishing point for ordinary border.</param>
            <param name="y2">Y coordinate of the finishing point for ordinary border.</param>
            <param name="xDelta"></param>
            <param name="yDelta"></param>
            <param name="cell"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawInnerLine(System.Drawing.Graphics,System.Drawing.Pen,Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.ExcelBordersIndex,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.IRange)">
            <summary>
            Draws inner line of the double border.
            </summary>
            <param name="graphics">Graphics to draw at.</param>
            <param name="pen">Pen to draw with.</param>
            <param name="borders">Borders collection containing border that is being drawn.</param>
            <param name="borderIndex">Border that is being drawn.</param>
            <param name="x1">X coordinate of the starting point for ordinary border.</param>
            <param name="y1">Y coordinate of the starting point for ordinary border.</param>
            <param name="x2">X coordinate of the finishing point for ordinary border.</param>
            <param name="y2">Y coordinate of the finishing point for ordinary border.</param>
            <param name="xDelta"></param>
            <param name="yDelta"></param>
            <param name="cell"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.UpdateBorderDelta(Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@,System.Int32@,System.Boolean,Syncfusion.XlsIO.IBorders,Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.ExcelBordersIndex,System.Boolean)">
            <summary>
            Updates delta coordinates for double border drawing, if necessary.
            </summary>
            <param name="sheet"></param>
            <param name="row"></param>
            <param name="column"></param>
            <param name="xDelta"></param>
            <param name="yDelta"></param>
            <param name="xDelta1"></param>
            <param name="yDelta1"></param>
            <param name="isInvertCondition"></param>
            <param name="borders"></param>
            <param name="start"></param>
            <param name="end"></param>
            <param name="isLineStart"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetStartEndBorderIndex(Syncfusion.XlsIO.ExcelBordersIndex,Syncfusion.XlsIO.ExcelBordersIndex@,Syncfusion.XlsIO.ExcelBordersIndex@)">
            <summary>
            
            </summary>
            <param name="borderIndex"></param>
            <param name="start"></param>
            <param name="end"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.DrawOrdinaryBorder(Syncfusion.XlsIO.IBorder,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)">
            <summary>
            Draws single border at specified position.
            </summary>
            <param name="border">Border to draw.</param>
            <param name="x1">X coordinate of the first point.</param>
            <param name="y1">Y coordinate of the first point.</param>
            <param name="x2">X coordinate of the second point.</param>
            <param name="y2">Y coordinate of the second point.</param>
            <param name="graphics">Graphics to draw at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.CreatePen(Syncfusion.XlsIO.IBorder)">
            <summary>
            Creates pen for the specified border.
            </summary>
            <param name="border">Border to create pen for.</param>
            <returns>Created pen.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetDashStyle(Syncfusion.XlsIO.IBorder)">
            <summary>
            Gets DashStyle for the pen based on the border settings.
            </summary>
            <param name="border">Border to get DashStyle for.</param>
            <returns>DashStyle closest to the border line settings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.GetBorderWidth(Syncfusion.XlsIO.IBorder)">
            <summary>
            Evaluates line width based on border settings.
            </summary>
            <param name="border">Border to get data from.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImageConverter.CreateImage(System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Creates image of the specified size and type.
            </summary>
            <param name="width">Image width.</param>
            <param name="height">Image height.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Stream to save into.</param>
            <param name="emfType">Metafile EmfType.</param>
            <returns>Created image.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CheckBoxShapeParser">
            <summary>
            Class used to parse check box in Excel 2007 xml format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CheckBoxShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>Shape with default settings without adding it to any collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CheckBoxShapeParser.ParseUnknownClientDataTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Tries to parse unknown client data tag.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Shape to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CheckBoxShapeParser.RegisterShape(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Registers shape in all necessary collections.
            </summary>
            <param name="textBox">Shape to register.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser">
            <summary>
            This class is used for header/footer images parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.MaxCropValue">
            <summary>
            Maximum crop value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.m_cropPattern">
            <summary>
            Crop value regex pattern.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>
            Shape with default settings without adding it to any collection
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseStyle(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Parses style attribute of the comment shape.
            </summary>
            <param name="reader">Reader to get attribute data from.</param>
            <param name="textBox">Comment shape to set values to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseStyle(Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses style properties.
            </summary>
            <param name="textBox">Textbox to put properties into.</param>
            <param name="styleProperties">String representation of the style properties
            (key - property name, value - property value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseShapeId(System.String)">
            <summary>
            Parses shape id
            </summary>
            <returns>Extracted shapeid or -1 if format was incorrect.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.ParseImageData(System.Xml.XmlReader,System.String,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses image data.
            </summary>
            <param name="reader">XmlReader to get required information from.</param>
            <param name="shapeName">Name of the new shape.</param>
            <param name="sheet">Parent worksheet to place new shape into.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.HFImageParser.GetCropValue(System.String)">
            <summary>
            Get crop value.
            </summary>
            <param name="value">The cropped string value.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.UnmanagedArray">
            <summary>
            Summary description for UnmanagedArray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnmanagedArray.m_ptrMemory">
            <summary>
            Memory block that contains array data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UnmanagedArray.m_iMemorySize">
            <summary>
            Size of the memory block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.#ctor(System.Int32,System.Boolean)">
            <summary>
            Initializes new instance of the array.
            </summary>
            <param name="memorySize">Memory size in bytes.</param>
            <param name="bZeroMemory">Indicates whether to zero memory.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.Finalize">
            <summary>
            Frees all allocated resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.Dispose">
            <summary>
            Disposes this object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.GetInt32(System.Int32)">
            <summary>
            Returns Int32 value from the array.
            </summary>
            <param name="index">Index of the Int32 value in the array (offset will be 4 * index).</param>
            <returns>Int32 value from the array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.GetInt16(System.Int32)">
            <summary>
            Returns Int16 value from the array.
            </summary>
            <param name="index">Index of the Int16 value in the array (offset will be 2 * index).</param>
            <returns>Int16 value from the array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.GetByte(System.Int32)">
            <summary>
            Returns Byte value from the array.
            </summary>
            <param name="index">Index of the Byte value in the array.</param>
            <returns>Int32 value from the array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.SetInt32(System.Int32,System.Int32)">
            <summary>
            Sets Int32 value into the array.
            </summary>
            <param name="index">Index of the Int32 value in the array (offset will be 4 * index).</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.SetInt16(System.Int32,System.Int16)">
            <summary>
            Sets Int16 value into the array.
            </summary>
            <param name="index">Index of the Int16 value in the array (offset will be 2 * index).</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.SetByte(System.Int32,System.Byte)">
            <summary>
            Sets Byte value into the array.
            </summary>
            <param name="index">Index of the Byte value in the array.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.Resize(System.Int32,System.Boolean)">
            <summary>
            Resizes current array.
            </summary>
            <param name="iDesiredSize">Desired size in bytes.</param>
            <param name="bZeroMemory">Indicates whether to zero memory.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.CopyFrom(Syncfusion.XlsIO.Implementation.UnmanagedArray)">
            <summary>
            Copies memory from source unmanaged array to current unmanaged array.
            </summary>
            <param name="source">Represents source array.</param>
            <returns>Returns updated current array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UnmanagedArray.Clear">
            <summary>
            Clears current array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.UtilityMethods">
            <exclude/>
             <summary>
             This class contains utility methods, that cannot be logically placed in any other class.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UtilityMethods.DEF_WRONG_DATE">
            <summary>
            Number of days that are incorrectly displayed by MS Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UtilityMethods.DEF_EXCEL2007_MAX_ROW_COUNT">
            <summary>
            Excel 2007 maximum row count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UtilityMethods.DEF_EXCEL2007_MAX_COLUMN_COUNT">
            <summary>
            Excel 2007 maximum column count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UtilityMethods.DEF_EXCEL97TO03_MAX_ROW_COUNT">
            <summary>
            Excel 97-03 maximum row count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.UtilityMethods.DEF_EXCEL97TO03_MAX_COLUMN_COUNT">
            <summary>
            Excel 97-03 maximum column count.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.#ctor">
            <summary>
            To prevent creation instances of this class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.Intersects(System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Determines if rectangles intersect with each other.
            </summary>
            <param name="rect1">The first rectangle to test.</param>
            <param name="rect2">The second rectangle to test.</param>
            <returns>This method returns true if there is any intersection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.Contains(System.Drawing.Rectangle,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="rect"></param>
            <param name="x"></param>
            <param name="y"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.IndexOf(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord[],Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.IndexOf(System.Int32[],System.Int32)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.IndexOf(System.Int16[],System.Int16)">
            <summary>
            Searches for the specified object and returns the index of
            the first occurrence within the entire one-dimensional array.
            </summary>
            <param name="array">Array to search.</param>
            <param name="value">Value to locate in the array.</param>
            <returns>
            The index of the first occurrence of value within the entire array, if found;
             otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.ConvertDateTimeToNumber(System.DateTime)">
            <summary>
            Converts DateTime into number.
            </summary>
            <param name="dateTime">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.ConvertNumberToDateTime(System.Double,System.Boolean)">
            <summary>
            Converts number into DateTime.
            </summary>
            <param name="dNumber">Number to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateCell(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates new cell without adding it to the collection..
            </summary>
            <param name="iRow">Zero-based row index of the cell to create.</param>
            <param name="iColumn">Zero-based column index of the cell to create.</param>
            <param name="recordType">Record type.</param>
            <returns>Created cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.RemoveFirstCharUnsafe(System.String)">
            <summary>
            Removes first character from the string.
            Warning: this method doesn't performs any argument check for performance purposes.
            </summary>
            <param name="value">Value to remove first character from.</param>
            <returns>Updated string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.Join(System.String,System.Collections.Generic.List{System.String})">
            <summary>
            
            </summary>
            <param name="separator"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.GetMaxRowColumnCount(System.Int32@,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Gets maximum row and column count for specific version.
            </summary>
            <param name="iRows"></param>
            <param name="iColumns"></param>
            <param name="version"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CopyStreamTo(System.IO.Stream,System.IO.Stream)">
            <summary>
            Copies one stream into another.
            </summary>
            <param name="source">Source stream to copy from.</param>
            <param name="destination">Destination stream to copy into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CloneStream(System.IO.MemoryStream)">
            <summary>
            Creates copy of the MemoryStream.
            </summary>
            <param name="source">Source stream to copy.</param>
            <returns>A copy of the original MemoryStream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateReader(System.IO.Stream,System.Boolean)">
            <summary>
            Creates xml reader to read data from the stream.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateReaderFromStreamPosition(System.IO.Stream)">
            <summary>
            Creates xml reader to read data from the current stream position.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateReader(System.IO.Stream)">
            <summary>
            Creates xml reader to read data from the stream.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateWriter(System.IO.Stream,System.Text.Encoding)">
            <summary>
            Creates xml writer to read data from the stream.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml writer.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateWriter(System.IO.TextWriter)">
            <summary>
            Creates xml writer to read data from the stream.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml writer.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.UtilityMethods.CreateWriter(System.IO.TextWriter,System.Boolean)">
            <summary>
            Creates xml writer to read data from the stream.
            </summary>
            <param name="data">Data to read.</param>
            <returns>Created xml writer.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.VPageBreakImpl">
            <summary>
            This class contains information about Vertical Page Break.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IVPageBreak">
            <summary>
            Represents a vertical page break. The VPageBreak object is a member
            of the VPageBreaks collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreak.Application">
            <summary>
            Used without an object qualifier, this property returns an
            Application object that represents the Excel application.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreak.Location">
            <summary>
            For the HPageBreak and VPageBreak objects, this property returns or
            sets the cell (a Range object) that defines the page-break location.
            Horizontal page breaks are aligned with the top edge of the location
            cell; vertical page breaks are aligned with the left edge of the
            location cell. Read / write Range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.IVPageBreak.Parent">
            <summary>
            Returns the parent object for the specified object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.VPageBreakImpl.m_vPageBreak">
            <summary>
            Record with vertical page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.VPageBreakImpl.m_type">
            <summary>
            Type of the page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.VPageBreakImpl.m_sheet">
            <summary>
            Represents worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Creates page break by application and parent objects.
            </summary>
            <param name="application">Application object for the page break.</param>
            <param name="parent">Parent object for the page break.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader)">
            <summary>
            Creates page break by application, parent objects and reader.
            </summary>
            <param name="application">Application object for the page break.</param>
            <param name="parent">Parent object for the page break.</param>
            <param name="reader">Reader that contains page break record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak)">
            <summary>
            Constructs page break by application, parent object, and TVPageBreak object.
            Always creates manual page break.
            </summary>
            <param name="application">Application object for the page break.</param>
            <param name="parent">Parent object for the page break.</param>
            <param name="pagebreak">Vertical page break.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.IRange)">
            <summary>
            Initializes new instance of the vertical page break.
            </summary>
            <param name="application">Application object.</param>
            <param name="parent">Parent object.</param>
            <param name="location">Page break location.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.FindParents">
            <summary>
            Finds parent object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.VPageBreakImpl.Clone(System.Object)">
            <summary>
            Clones current instance.
            </summary>
            <param name="parent">Parent for new instance.</param>
            <returns>A clone of the current instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.VPageBreakImpl.Location">
            <summary>
            Location of the page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.VPageBreakImpl.Type">
            <summary>
            Type of the page break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.VPageBreakImpl.VPageBreak">
            <summary>
            Gets / Sets vertical page break record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.VPageBreakImpl.Column">
            <summary>
            Returns zero-based column index of the page break. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl">
            <summary>
            Summary description for WorkbookShapeDataImpl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.METAFILEBLIPS">
            <summary>
            Array of blips that should be parsed by MsoMetafilePicture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_arrPictures">
            <summary>
            Contains all workbook's pictures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_arrDGRecords">
            <summary>
            Drawing group not parsed records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_dicImageIdToImage">
            <summary>
            Dictionary, key - image hash (ArrayWrapper), value - MsofbtBSE structure that describes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_shapeGetter">
            <summary>
            Shape getter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_iLastCollectionId">
            <summary>
            Last used worksheet shapes collection id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.s_hashBlipTypeToParams">
            <summary>
            Dictionary blip type - to - Instance, RequiredMac, RequiredWin32, subrecord type values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_preservedDgg">
            <summary>
            Preserved Clusters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.m_indexedpixel_notsupport">
            <summary>
            Indexed Pixel Types and not supported image format
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="application">Application object for the new instance.</param>
            <param name="parent">Parent object for the new instance.</param>
            <param name="shapeGetter">Shape getter to use for retrieving shapes from worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.SetParents">
            <summary>
            Searches for all necessary parent objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.ParseDrawGroup(Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord)">
            <summary>
            Parses drawing group record.
            </summary>
            <param name="drawGroup">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.ParsePictures(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer)">
            <summary>
            Parses picture container.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.SerializeMsoDrawingGroup(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,Syncfusion.XlsIO.Implementation.IdReserver)">
            <summary>
            Serializes MsoDrawingGroupRecord if necessary.
            </summary>
            <param name="records">OffsetArrayList that will receive all records.</param>
            <param name="recordCode">Record code for serialization.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.SerializeDrawingGroupOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer)">
            <summary>
            Serializes drawing group options.
            </summary>
            <param name="dggContainer">Options container.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.SerializeDefaultOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT)">
            <summary>
            Serialize default options
            </summary>
            <param name="options">Options to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.FillMsoDgg(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg,Syncfusion.XlsIO.Implementation.WorkbookImpl.ShapesGetterMethod,Syncfusion.XlsIO.Implementation.IdReserver)">
            <summary>
            Fills MsofbtDgg record.
            </summary>
            <param name="dgg">Record to fill.</param>
            <param name="shapeGetter">Shape getter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.AddPicture(System.Drawing.Image,Syncfusion.XlsIO.ExcelImageFormat,System.String)">
            <summary>
            Adds picture to the storage.
            </summary>
            <param name="image">Picture to add.</param>
            <param name="imageFormat">Desired image format.</param>
            <param name="strPictureName">Name of the picture.</param>
            <returns>Number of pictures after adding new picture (blip id).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.AddPicture(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE)">
            <summary>
            Adds picture to the storage.
            </summary>
            <param name="picture">Picture to add.</param>
            <returns>Number of pictures after adding new picture..</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.GetPicture(System.Int32)">
            <summary>
            Returns picture record.
            </summary>
            <param name="iPictureId">Picture index.</param>
            <returns>Picture record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.RemovePicture(System.UInt32,System.Boolean)">
            <summary>
            Removes picture from this collection.
            </summary>
            <param name="id">Picture id to remove.</param>
            <param name="removeImage">Indicates whether to remove image (not picture
            shape) from workbook if we didn't detect any reference to it.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.Clear">
            <summary>
            Clears all internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.Clone(System.Object)">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="parent">Parent object for a copy of this instance.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.RegisterShapes">
            <summary>
            Registers new shapes collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.ImageFormatToBlipType(System.Drawing.Imaging.ImageFormat)">
            <summary>
            Converts image format into blip type.
            </summary>
            <param name="format">Format to convert.</param>
            <returns>Returns appropriate image format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.ImageFormatToBlipType(System.Drawing.Imaging.ImageFormat,Syncfusion.XlsIO.ExcelImageFormat)">
            <summary>
            Converts image format into blip type.
            </summary>
            <param name="format">Format to convert.</param>
            <param name="imageFormat">Desired image format.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.IsBitmapBlip(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType)">
            <summary>
            Indicates whether blip is bitmap blip.
            </summary>
            <param name="blipType">Blip type to check.</param>
            <returns>True if specified blip is bitmap blip; False otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.GetBlipParams(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE)">
            <summary>
            Returns BlipParams for picture record.
            </summary>
            <param name="bse">MsofbtBSE record to set fields.</param>
            <returns>BlipParams for picture record.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.Pictures">
            <summary>
            List with all pictures. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.NeedMsoDrawingGroup">
            <summary>
            Indicates whether this mso drawing group has to be serialized.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams">
            <summary>
            Contains information about different properties of image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams.Instance">
            <summary>
            Instance property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams.ReqMac">
            <summary>
            ReqMac property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams.ReqWin32">
            <summary>
            ReqWin32 property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams.SubRecordType">
            <summary>
            SubRecordType property value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.BlipParams.#ctor(System.Int32,System.Byte,System.Byte,System.Int32)">
            <summary>
            
            </summary>
            <param name="inst"></param>
            <param name="mac"></param>
            <param name="win32"></param>
            <param name="subrec"></param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty">
            <summary>
            Represents worksheet custom property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ICustomProperty">
            <summary>
            Represents single worksheet custom property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomProperty.Name">
            <summary>
            Returns the name of the property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ICustomProperty.Value">
            <summary>
            Gets / sets value of the property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.m_record">
            <summary>
            Low level record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.#ctor(System.String)">
            <summary>
            Creates new instance of the class.
            </summary>
            <param name="strName">Name of the new property.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord)">
            <summary>
            Creates new instance of the class.
            </summary>
            <param name="property">Low level property data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes property into list of Biff records.
            </summary>
            <param name="records">OffsetArrayList to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.Clone">
            <summary>
            Creates a copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.Name">
            <summary>
            Returns name of the property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetCustomProperty.Value">
            <summary>
            Gets / sets value of the property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetImpl">
            <summary>
            Represents a worksheet in a workbook. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_REGEX">
            <summary>
            Default regular expression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_STANDARD_CHAR">
            <summary>
            Default character (for width measuring).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_AXE_IN_RADIANS">
            <summary>
            One degree in radians.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_MAX_COLUMN_WIDTH">
            <summary>
            Maximum column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_ZERO_CHAR_WIDTH">
            <summary>
            Width of the zero character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_ARRAY_SIZE">
            <summary>
            Default size for the dictionary of ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_AUTO_FILTER_WIDTH">
            <summary>
            Default size of autofilter arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_INDENT_WIDTH">
            <summary>
            Represents indent width.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_OLE_DOUBLE" -->
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEF_MAX_DOUBLE">
            <summary>
            Maximum OleDateValue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.CarriageReturn">
            <summary>
            Represents the Carriage Return character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.NewLine">
            <summary>
            Represents the Carriage new line character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.Comma">
            <summary>
            Represents the Comma character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.MSExcel">
            <summary>
            Microsoft Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.DEFAULT_DATE_NUMBER_FORMAT_INDEX">
            <summary>
            Default number format index for date.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_hasAlternateContent">
            <summary>
            Indicates whether this instance has Alernate Content.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_richTextReader">
            <summary>
            Represents the RTFReader
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.EnableSheetCalculations">
            <summary>
            Enables the calculation support. 
            </summary>
            <remarks>Enabling this method will initialize <see cref="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CalcEngine"/> objects and retrieves calculated values of formulas in a worksheet.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DisableSheetCalculations">
            <summary>
            Disables the calculation support in this workbook and disposes of the associative <see cref="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CalcEngine"/> objects.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetValueRowCol(System.Int32,System.Int32)">
            <summary>
            Returns the formula string if the cell contains a formula, or the value if
            the cell cantains anything other than a formula.
            </summary>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
            <returns>The formula string or value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetValueRowCol(System.Object,System.Int32,System.Int32)">
            <summary>
            Sets the value of a cell.
            </summary>
            <param name="value">The value to be set.</param>
            <param name="row">The row of the cell.</param>
            <param name="col">The column of the cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.WireParentObject">
            <summary>
            Not implemented.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.OnValueChanged(System.Int32,System.Int32,System.String)">
            <summary>
            Raises the <see cref="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.ValueChanged"/> event.
            </summary>
            <param name="row">The row of the change.</param>
            <param name="col">The column of the change.</param>
            <param name="value">The changed value.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.s_arrAutofilterRecord">
            <summary>
            Array with autofilter record types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bParseDataOnDemand">
            <summary>
            Represents to parse sheet on demand
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_rngUsed">
            <summary>
            Range that contains all used cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dicRecordsCells">
            <summary>
            The dictionary holds a records objects, representing each cell.
            Holds information about used cells only.
            Key - cell index.
            Value - corresponding BiffRecordRaw.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrColumnInfo">
            <summary>
            In the dictionary store, where ColumnIndex-to-ColumnInfoRecord.
            Column Index is started from 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bDisplayPageBreaks">
            <summary>
            Indicates whether page breaks should be displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_pageSetup">
            <summary>
            Object that contains information about page setup, i.e.
            paper size, paper orientation, footers, headers, etc.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dStandardColWidth">
            <summary>
            Standard column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_mergedCells">
            <summary>
            Object that contains all merged regions of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrSelections">
            <summary>
            Array store containing all selection records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_pane">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_names">
            <summary>
            Collection of all names defined in the worksheet (like named ranges).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_sheetType">
            <summary>
            Type of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bStringsPreserved">
            <summary>
            Indicates if values are preserved as strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrAutoFilter">
            <summary>
            Array of all records for autofilter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrNotes">
            <summary>
            SortedList with all NoteRecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrNotesByCellIndex">
            <summary>
            Notes sorted by cell index, key - cell index, value - note record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_nameIndexChanged">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dataValidation">
            <summary>
            Collection of all data validations in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_autofilters">
            <summary>
            Collection of worksheet's autofilters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_pivotTables">
            <summary>
            Collection of worksheet's pivot tables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_hyperlinks">
            <summary>
            Collection of all hyperlinks in the current worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrSortRecords">
            <summary>
            Contains all worksheet's sort records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_iPivotStartIndex">
            <summary>
            Start index for pivot table records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_iHyperlinksStartIndex">
            <summary>
            Start index for hyperlinks records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_iCondFmtPos">
            <summary>
            Start index for conditional formatting records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_iDValPos">
            <summary>
            Start index for data validation formatting records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_iCustomPropertyStartIndex">
            <summary>
            Start index of custom properties block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrDConRecords">
            <summary>
            DCon records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrConditionalFormats">
            <summary>
            List with all conditional format collections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_arrCustomProperties">
            <summary>
            Collection of custom properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_migrantRange">
            <summary>
            Migrant range - row and column of this range object can be changed by user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_index">
            <summary>
            Worksheet's index record. This member is used for parsing only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bUsedRangeIncludesFormatting">
            <summary>
            There are two different algorithms to create UsedRange object:
            1) Default. This property = true. The cell is included into UsedRange when
            it has some record created for it even if data is empty (maybe some formatting
            changed, maybe not - cell was accessed and record was created).
            2) This property = false. In this case XlsIO tries to remove empty rows and
            columns from all sides to make UsedRange smaller.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_busedRangeIncludesCF">
            <summary>
            Indicates to include the CFRange in UsedRange.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_stringPreservedRanges">
            <summary>
            Contains settings of string preservation for ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_rowHeightHelper">
            <summary>
            Object used for shape coordinates evaluation on loading.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_listObjects">
            <summary>
            Reresents collection of all list objects in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_tableRecords">
            <summary>
            List with preserved table object's records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isRowHeightSet">
            <summary>
            To set Ishidden property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isZeroHeight">
            <summary>
            For Zeroheight attribute to enable or disable
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_baseColumnWidth">
            <summary>
            Specifies the number of characters of the maximum digit width of the normal style's font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isThickBottom">
            <summary>
            'True' if rows have a thick bottom border by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isThickTop">
            <summary>
            'True' if rows have a thick top border by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_outlineLevelColumn">
            <summary>
            Highest number of outline levels for columns in this sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_defaultColWidth">
            <summary>
            Default column width of sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_outlineLevelRow">
            <summary >
             Highest number of outline level for rows in this sheet.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dictCondFMT">
            <summary>
            List of CondFMT records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dictCFExRecords">
            <summary>
            List of CFEx Records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_outlineWrappers">
            <summary>
            List of Outline Wrappers collection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_columnOutlineLevels">
            <summary>
            Represents the Column group outline dictionary collection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_rowOutlineLevels">
            <summary>
            Represents the row group outline dictionary collection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.hasWrapMerge">
            <summary>
            Indicates whether the merged cell has a wrapped text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_oleObjects">
            <summary>
            Represents the Collection of OleObject
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_sparklineGroups">
            <summary>
            Represents the Collection of SparklineGroups
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_inlineStrings">
            <summary>
            Represents the Collection of InlineStrings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_preserveExternalConnection">
            <summary>
            Preserves the External connection setting in the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_preservePivotTables">
            <summary>
            Preserves the pivot tables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_worksheetSlicer">
            <summary>
            Stream to preserve the worksheet slicer
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_formulaString">
            <summary>
            Represents a formula string for external links
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bIsExportDataTable">
            <summary>
            Represents the Data table export
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isInsertingColumn">
            <summary>
            Indicates whether the column is inserting in this worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isInsertingRow">
            <summary>
            Indicates whether the row is inserting in this worksheet.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_importDTHelper" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bIsImporting" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.format" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.dateTimeStyleIndex" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_CopyToRange" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_dataTable" -->
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bcheckCF">
            <summary>
            returns true when the moverange is made along with updated CF range which is applied outside the UsedRange.
            else returns false.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_sharedFormulaGroupIndex" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bIsSubtotal" -->
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_sortState" -->
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_bIsUnsupportedFormula">
            <summary>
            Represent the Unsupported forumulas.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initializes a new instance of the Worksheet class with specified application and parent properties.
            </summary>
            <param name="application">Application object for the worksheet.</param>
            <param name="parent">Parent object for the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.#ctor(Syncfusion.XlsIO.IApplication,System.Object,Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Initializes a new instance of the Worksheet class with specified parsing option along with application and parent properties.
            </summary>
            <param name="application">Application object for the worksheet.</param>
            <param name="parent">Parent object for the worksheet.</param>
            <param name="reader">reader object for the worksheet data.</param>
            <param name="options">Parse options.</param>
            <param name="bSkipParsing">Indicates whether to skip the parsing of data or not.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes used in ignore styles mode.
            </param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InitializeCollections">
            <summary>
            Initializes all inner data such as Comments collection,
            Page setup, etc.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearAll">
            <summary>
            Clear all internal collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearAll(Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Clear all internal collections but excluding mentioned flags.
            </summary>
            <param name="flags">Allows to avoid clearing of some properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyNames(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies names from another worksheet.
            </summary>
            <param name="basedOn">Worksheet to copy names from.</param>
            <param name="hashNewSheetNames">Dictionary with new worksheet names.</param>
            <param name="hashNewNameIndexes">Dictionary, key - old name index, value - new name index.</param>
            <param name="hashExternSheetIndexes">Represents hash table with new extern sheet indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetUsedNames">
            <summary>
            Searches for all used named range objects.
            </summary>
            <returns>Dictionary where key means named range index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRowHeight(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies row height.
            </summary>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyConditionalFormats(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies conditional formats.
            </summary>
            <param name="sourceSheet">Base worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyAutoFilters(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies autofilters.
            </summary>
            <param name="sourceSheet">Base worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyDataValidations(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies data validations.
            </summary>
            <param name="sourceSheet">Base worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyColumnWidth(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies column width.
            </summary>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashExtFormatIndexes">Array with new extended format indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsDefaultColumnWidth(System.Collections.Generic.List{System.Int32},System.Int32@,System.Int32)">
            <summary>
            Returns true if specified column index can be found inside list of columns with default width.
            </summary>
            <param name="arrIsDefaultColumnWidth">List of columns with default width (sorted).</param>
            <param name="startIndex">Start index in the list.</param>
            <param name="columnIndex">Column index to check.</param>
            <returns>True if specified column index can be found inside list if columns.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateIndexes(System.Collections.ICollection,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes of extended formats.
            </summary>
            <param name="collection">Collection with IOutline elements that should be updated.</param>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateIndexes(System.Collections.ICollection,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Updates indexes of extended formats.
            </summary>
            <param name="collection">Collection with IOutline elements that should be updated.</param>
            <param name="sourceSheet">Source worksheet.</param>
            <param name="hashExtFormatIndexes">Dictionary with new extended format indexes.</param>
            <param name="bUpdateDefault">Indicates whether update default format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateOutlineIndexes(System.Collections.ICollection,System.Int32[])">
            <summary>
            Updates indexes of extended formats.
            </summary>
            <param name="collection">Collection with IOutline elements that should be updated.</param>
            <param name="extFormatIndexes">Array with new extended format indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateColumnsOnUpdate(Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord[],System.Int32)">
            <summary>
            Creates columns on update.
            </summary>
            <param name="columns">Represents column collection.</param>
            <param name="iXFIndex">Represents new XF indexes.</param>
            <returns>List of columns that had default column width and were create by this method.
            Items in this list are placed in ascending order.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyMerges(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies merged regions.
            </summary>
            <param name="sourceSheet">Source worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AttachEvents">
            <summary>
            Binds the specified function to an event, so that the function gets called whenever the event fires on the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DetachEvents">
            <summary>
            Unbinds the specified function from the event, so that the function stops receiving notifications when the event fires.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.OnDispose">
            <summary>
            This method is called during dispose operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyPageSetup(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copies page setup from another worksheet.
            </summary>
            <param name="sourceSheet">Worksheet to copy from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportExtendedFormat(System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Imports extended format from anther worksheet.
            </summary>
            <param name="iXFIndex">Extended format to import.</param>
            <param name="basedOn">Source workbook.</param>
            <param name="hashExtFormatIndexes">Dictionary key - old xf index, value - new xf index.</param>
            <returns>Index of the new format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateStyleIndexes(System.Int32[])">
            <summary>
            Updates style indexes.
            </summary>
            <param name="styleIndexes">Array with changed style indexes.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_parseCF">
            <summary>
            Indicates whether to parseCF or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearPivotTables">
            <summary>
            Clears all pivot tables.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SortGroups(System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint}})">
             <summary>
            Sorts the group.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AddGroupsinLevel(System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint}})">
             <summary>
            Adds the outer level group into inner group.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ArrangeGroups(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint})">
             <summary>
            Merge the group.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateOutlineRowStorage">
            <summary>
            Updates outline levels for row storages in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateColumnOutline">
            <summary>
            Updates outline levels for column records in the worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateOutline(System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint}})">
            <summary>
            Updates outline level for the specified row/column.
            </summary>
            <param name="index">Row/column index to be updated.</param>
            <param name="level">Outline level for the row/column.</param>
            <param name="outlines">Dictionary to store levels as key and corresponding group points as values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateInAllLevels(System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint}})">
            <summary>
            Updates row/column index in all existing group levels.
            </summary>
            <param name="level">Outline level for the row/column.</param>
            <param name="index">Row/column index to be updated.</param>
            <param name="outlines">Dictionary to store levels as key and corresponding group points as values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetUsedRange(System.Boolean)">
            <summary>
            Gets the Range object that represents the used range on the specified worksheet
            </summary>
            <param name="isUsedRange">True if UsedRange property is accessed</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetStandardWidth(System.Double)">
            <summary>
            Set the standard with in parsing, it does not affect the DefaultColWidht member.
            </summary>
            <param name="width">Represents the Standard Width.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateOutlineWrappers(System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.GroupPoint}},Syncfusion.XlsIO.ExcelGroupBy)">
            <summary>
            Gets outline levels dictionary collection create outline wrapper collection
            </summary>
            <param name="m_outlineRanges"></param>
            <param name="groupBy"></param>
            <param name="workSheet"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetClonedObject(System.Collections.Generic.Dictionary{System.String,System.String},Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets object that is clone of current worksheet in the specified workbook.
            </summary>
            <param name="hashNewNames">Dictionary with update worksheet names.</param>
            <param name="book">New workbook object.</param>
            <returns>Object that is clone of the current worksheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseCFFromExcel2007(Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder)">
            <summary>
            Parses Excel 2007 conditional formatting.
            </summary>
            <param name="dataHolder">Workbook file data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseSheetCF">
            <summary>
            Parses worksheet conditional formats in Excel2007 version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateExtendedFormatIndex(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            This method should be called immediately after extended format removal.
            </summary>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateExtendedFormatIndex(System.Int32)">
            <summary>
            This method updates indexes to the extended formats after version change.
            </summary>
            <param name="maxCount">New restriction for maximum possible XF index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateLabelSSTRTFString(System.Int64)">
            <summary>
            Creates Rtf string for LabelSST record.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Created rtf string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Find(Syncfusion.XlsIO.IRange,System.Byte,System.Boolean,System.Boolean)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="bIsError">If true - finds as error; otherwise as bool value.</param>
            <param name="bIsFindFirst">If true - finds first value; otherwise - all values.</param>
            <returns>If findfirst - true then returns range; otherwise - array with all found values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Find(Syncfusion.XlsIO.IRange,System.Double,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="flags">Finding flags.</param>
            <param name="bIsFindFirst">If true - finds first value; otherwise - all values.</param>
            <returns>If findfirst - true then returns range; otherwise - array with all found values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindEmpty(Syncfusion.XlsIO.IRange,System.String,System.Boolean,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <returns>Range array with found values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>Range array with found values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Find(Syncfusion.XlsIO.IRange,System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions,System.Boolean)">
            <summary>
            Returns found values or null.
            </summary>
            <param name="range">Storage range.</param>
            <param name="findValue">Value for finding.</param>
            <param name="flags">If true - finds first value; otherwise - all values.</param>
            <param name="bIsFindFirst">If findfirst - true then returns range; otherwise - array with all found values.</param>
            <returns>Range array with found values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindInComments(System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Finds the specified value in the comments of the worksheet.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="findOptions">The find options based on which search is made.</param>
            <returns>All found cells containing the comment, or Null if value not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyToClipboard">
            <summary>
            Copies worksheet data to the clipboard.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MoveRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Boolean)">
            <summary>
            Moves range to new position.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="options">Move options.</param>
            <param name="bUpdateRowRecords">
            Indicates whether row information such as row height, default style, etc.
            must be copied from cache.
            </param>
            <exception cref="T:System.ArgumentException">
            When source and destination ranges have different sizes.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MoveRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Boolean,Syncfusion.XlsIO.Interfaces.IOperation,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            moves range to new range with proper updation of CF Range
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="options">Move options.</param>
            <param name="bUpdateRowRecords">Indicates whether row information such as row height, default style, etc. must be copied from cache.</param>
            <param name="beforeMove">Represents before move operation.</param>
            <param name="cFDestination">updated Destination range when CF applied outside usedRange.</param>
            <param name="cFSource">updated Source range when CF applied outside usedRange.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MoveRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Boolean,Syncfusion.XlsIO.Interfaces.IOperation)">
            <summary>
            Moves range to new position.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="options">Move options.</param>
            <param name="bUpdateRowRecords">
            Indicates whether row information such as row height, default style, etc.
            must be copied from cache.
            </param>
            <param name="beforeMove">Represents before move operation.</param>
            <exception cref="T:System.ArgumentException">
            When source and destination ranges have different sizes.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MoveTables(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Moves the table or pivot table to its destination.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="options">Move options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasPivotTableRange(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,Syncfusion.XlsIO.IRange)">
            <summary>
            Checks whether the pivot object range is overlap with another pivot table or table in destination range.
            </summary>
            <param name="sheet">Destination sheet.</param>
            <param name="index">Index of pivot table.</param>
            <param name="destTableRange">pivot table to be paste in destination range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasTableRange(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,Syncfusion.XlsIO.IRange)">
            <summary>
            Checks whether the list object range is overlap with another table or pivot table in destination range.
            </summary>
            <param name="sheet">Destination sheet.</param>
            <param name="index">Index of table.</param>
            <param name="destTableRange">Table to be paste in destination range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CheckOverLap``1(Syncfusion.XlsIO.IRange,System.Int32,``0)">
            <summary>
            Checks whether the given object is overlap in destination range.
            </summary>
            <param name="range">Range in which the IListObject or pivot table object is present.</param>
            <param name="index">Index of table or table.</param>
            <param name="obj">Pivot table or table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetDestTableRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Creates a table range for pasting the table
            </summary>
            <param name="index">List Objects index.</param>
            <param name="destSheet">Destination sheet.</param>
            <param name="destRange">Destination range.</param>
            <param name="srcRange">Source range.</param>
            <param name="tableRange">Table range.</param>
            <returns>Range for creating table.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Copies range from one range into another with formulas update.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <returns>Range into which source was copied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRange(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies range from one range into another.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="options">Copy options.</param>
            <returns>Range into which source was copied.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CheckTableRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Checks if destination range for paste value has table with header on.
            </summary>
            <param name="destRange">Destination range for paste value.</param>
            <returns>Returns table object which has its header in the specified range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsTableRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Checks if destination range is table range or not.
            </summary>
            <param name="destRange">Destination range for paste value.</param>
            <returns>Returns table object which is intersect with destination range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRangeWithoutCheck(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies range without checking range sizes.
            </summary>
            <param name="source">Source range to copy.</param>
            <param name="destination">Destination range.</param>
            <param name="options">Copy options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRangeWithoutCheck(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Boolean)">
            <summary>
            Copies range without checking range sizes.
            </summary>
            <param name="source">Source range to copy.</param>
            <param name="destination">Destination range.</param>
            <param name="options">Copy options.</param>
            <param name="copying">A boolean variable indicating if conditional format copy is in progress.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetNamesFromFormula(Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Get named range names from formula.
            </summary>
            <param name="range">The range.</param>
            <returns>returns the list of named range names in given range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopySparkLines(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Copy sparklines from source range to destination.
            </summary>
            <param name="source">Source range.</param>
            <param name="destination">Destination range.</param>
            <param name="destSheet">Destination worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetSparkLines(Syncfusion.XlsIO.IRange)">
            <summary>
            Get spaklines from range.
            </summary>
            <param name="range">The Range.</param>
            <returns>returns list of sparklines from given range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRangeFromMergedRegion(Syncfusion.XlsIO.IRange)">
            <summary>
            Update the range from merged region.
            </summary>
            <param name="range">Range.</param>
            <returns>returns the updated range from merged region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyMoveDataValidations(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean)">
            <summary>
            Copies or moves data validations.
            </summary>
            <param name="iSourceRow">Represents source row index.</param>
            <param name="iSourceColumn">Represents source column index.</param>
            <param name="iRowCount">Represents row count.</param>
            <param name="iColumnCount">Represents column count.</param>
            <param name="iDestRow">Represents destination row index.</param>
            <param name="iDestColumn">Represents destination column index.</param>
            <param name="destSheet">Represents destination sheet.</param>
            <param name="bIsMove">Represents is move data validations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyMoveConditionalFormatting(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean,System.Boolean)">
            <summary>
            Copies or moves conditional formats.
            </summary>
            <param name="iSourceRow">Represents source row index.</param>
            <param name="iSourceColumn">Represents source column index.</param>
            <param name="iRowCount">Represents row count.</param>
            <param name="iColumnCount">Represents column count.</param>
            <param name="iDestRow">Represents destination row index.</param>
            <param name="iDestColumn">Represents destination column index.</param>
            <param name="destSheet">Represents destination sheet.</param>
            <param name="bIsMove">Represents is move conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdatePriority(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,System.Boolean)">
            <summary>
            Updates priority for the newly copied format and already exixting formats in the destination.
            </summary>
            <param name="destSheet">The destination worksheet for conditional formats.</param>
            <param name="destFormats">The formats to be copied to destination worksheet.</param>
            <param name="copying">A boolean variable indicating if the entire destination range is copied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateMulticellCF(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.IRange,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats)">
            <summary>
            Copies the multi cell's CF into single CF.
            </summary>
            <param name="destFormats">Represents formats of destination Sheet.</param>
            <param name="copyToRange">Represents the destination range.</param>
            <param name="destSheetCFCount">Represents destination sheet's CF count.</param>
            <param name="destSheet">Represents destination sheet.</param>
            <param name="destSheetCondFormats">Represents destination sheet's conditional formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyMoveHyperlinks(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean)">
            <summary>
            Copies or moves Hyperlinks.
            </summary>
            <param name="iSourceRow">Represents source row index.</param>
            <param name="iSourceColumn">Represents source column index.</param>
            <param name="iRowCount">Represents row count.</param>
            <param name="iColumnCount">Represents column count.</param>
            <param name="iDestRow">Represents destination row index.</param>
            <param name="iDestColumn">Represents destination column index.</param>
            <param name="destSheet">Represents destination sheet.</param>
            <param name="bIsMove">Represents is move Hyperlinks.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveHyperlink(Syncfusion.XlsIO.IRange)">
            <summary>
            Remove the Hyperlink from the specific range.
            </summary>
            <param name="range"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyMoveErrorIndicators(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Boolean)">
            <summary>
            Copies or move error indicators.
            </summary>
            <param name="iSourceRow">Represents source row index.</param>
            <param name="iSourceColumn">Represents source column index.</param>
            <param name="iRowCount">Represents row count.</param>
            <param name="iColumnCount">Represents column count.</param>
            <param name="iDestRow">Represents destination row index.</param>
            <param name="iDestColumn">Represents destination column index.</param>
            <param name="destSheet">Represents destination sheet.</param>
            <param name="bIsMove">Represents is move error indicators.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyCell(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.String,System.Collections.IDictionary,System.Int64,Syncfusion.XlsIO.Implementation.WorkbookImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies cell into another worksheet.
            </summary>
            <param name="cell">Cell to copy.</param>
            <param name="strFormulaValue">Formula string value of the cell.</param>
            <param name="dicXFIndexes">
            Dictionary with updated extended format indexes,
            or Null if indexes were not updated.
            </param>
            <param name="lNewIndex">New cell index</param>
            <param name="book">Source workbook.</param>
            <param name="dicFontIndexes">
            Dictionary with updated font indexes or Null if indexes were not updated.
            </param>
            <param name="options">Copy options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.RecordTable,System.Drawing.Rectangle,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies cells from one range into another.
            </summary>
            <param name="iSourceRow">One-based index of the source row.</param>
            <param name="iSourceColumn">One-based index of the source column.</param>
            <param name="iRowCount">Number of rows to copy.</param>
            <param name="iColumnCount">Number of columns to copy.</param>
            <param name="iDestRow">One-based index of the destination row.</param>
            <param name="iDestColumn">One-based index of the destination column.</param>
            <param name="destSheet">Destination worksheet.</param>
            <param name="intersection">DictionaryEntry with records and strings intersection part.</param>
            <param name="rectIntersection">Rectangle with intersection information.</param>
            <param name="options">Copy options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRange(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.RecordTable,System.Drawing.Rectangle,Syncfusion.XlsIO.ExcelCopyRangeOptions,System.Boolean)">
            <summary>
            Copies cells from one range into another.
            </summary>
            <param name="iSourceRow">One-based index of the source row.</param>
            <param name="iSourceColumn">One-based index of the source column.</param>
            <param name="iRowCount">Number of rows to copy.</param>
            <param name="iColumnCount">Number of columns to copy.</param>
            <param name="iDestRow">One-based index of the destination row.</param>
            <param name="iDestColumn">One-based index of the destination column.</param>
            <param name="destSheet">Destination worksheet.</param>
            <param name="intersection">DictionaryEntry with records and strings intersection part.</param>
            <param name="rectIntersection">Rectangle with intersection information.</param>
            <param name="options">Copy options.</param>
            <param name="copying">A boolean variable indicating if conditional format copy is in progress.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveArrayFormulas(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord},System.Boolean)">
            <summary>
            Removes all formulas in colRemove from internal ArrayFormula collection.
            </summary>
            <param name="colRemove">Formulas to remove.</param>
            <param name="bClearRange">Indicates whether to clear range before remove operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateFormula(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Int32)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="arrFormula">Formula to update.</param>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColOffset">Column offset.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateFormula(System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates formulas after copy operation.
            </summary>
            <param name="iCurIndex">Current worksheet index.</param>
            <param name="iSourceIndex">Source worksheet index.</param>
            <param name="sourceRect">Source rectangle.</param>
            <param name="iDestIndex">Destination worksheet index.</param>
            <param name="destRect">Destination rectangle.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutofitRow(System.Int32)">
            <summary>
            Changes the height of the specified row to achieve the best fit.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal, UWP and Xamarin platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutofitColumn(System.Int32)">
            <summary>
            Changes the width of the specified column to achieve the best fit. 
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal, UWP and Xamarin platforms only.</remarks>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutofitColumn(System.Int32,System.Int32,System.Int32)">
            <summary>
            Autofits column by checking only the cells in the column that are specified by row range
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal, UWP and Xamarin platforms only.</remarks>
            <param name="colIndex">Column index.</param>
            <param name="firstRow">One-based index of the first row to be used for autofit operation.</param>
            <param name="lastRow">One-based index of the last row to be used for autofit operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyFrom(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelWorksheetCopyFlags)">
            <summary>
            Copies all data from another worksheet.
            </summary>
            <param name="worksheet">Parent worksheet.</param>
            <param name="hashStyleNames">Dictionary with style names.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="flags">Copy flags.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyFrom(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelWorksheetCopyFlags,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies all data from another worksheet.
            </summary>
            <param name="worksheet">Parent worksheet.</param>
            <param name="hashStyleNames">Dictionary with style names.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="flags">Copy flags.</param>
            <param name="hashExtFormatIndexes">
            Dictionary with new extended format indexes.
            </param>
            <param name="hashNameIndexes">Dictionary with new name indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyFrom(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelWorksheetCopyFlags,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Copies all data from another worksheet.
            </summary>
            <param name="worksheet">Parent worksheet.</param>
            <param name="hashStyleNames">Dictionary with style names.</param>
            <param name="hashWorksheetNames">Dictionary with new worksheet names.</param>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <param name="flags">Copy flags.</param>
            <param name="hashExtFormatIndexes">
            Dictionary with new extended format indexes.
            </param>
            <param name="hashNameIndexes">Dictionary with new name indexes.</param>
            <param name="hashExternSheets">Represents collection with extern sheets indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyPivotTables(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Copies all pivot table objects.
            </summary>
            <param name="worksheet">Worksheet to copy pivot table objects from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyTables(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Copies all table objects.
            </summary>
            <param name="worksheet">Worksheet to copy table objects from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyErrorIndicators(Syncfusion.XlsIO.Implementation.Collections.ErrorIndicatorsCollection)">
            <summary>
            Copies error indicators.
            </summary>
            <param name="sourceErrors">Represents source error indicators.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyHyperlinks(Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection)">
            <summary>
            Copies hyperlinks.
            </summary>
            <param name="source">Source hyperlink collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CanMove(Syncfusion.XlsIO.IRange@,Syncfusion.XlsIO.IRange)">
            <summary>
            Indicates whether source range can be moved into new location.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <returns> True if source range can be moved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CanInsertRow(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Checks whether it is possible insert row into iRowIndex.
            </summary>
            <param name="iRowIndex">Index of row to insert.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="options">Insert options.</param>
            <returns>True if it is possible to insert row.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CanInsertColumn(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Checks whether it is possible to insert column into iRowIndex.
            </summary>
            <param name="iColumnIndex">Index of column to insert.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
            <param name="options">Insert options.</param>
            <returns>True if it is possible to insert column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRangeByString(System.String,System.Boolean)">
            <summary>
            Gets range from string value.
            </summary>
            <param name="strRangeValue">Range value represented in string.</param>
            <returns>Extracted Range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetOverloadedOffsetFunction(Syncfusion.XlsIO.Implementation.FormulaUtil,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.String)">
            <summary>
            Check and set the OFFSET function with required parameters
            </summary>
            <param name="formulaUtil">input formula util class for ptg array</param>
            <param name="arrPtgs">input ptg array</param>
            <param name="formula">input formula</param>
            <returns>output formula</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateNamedRangeIndexes(System.Int32[])">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="arrNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateNamedRangeIndexes(System.Collections.Generic.IDictionary{System.Int32,System.Int32})">
            <summary>
            Updates indexes to named ranges.
            </summary>
            <param name="dicNewIndex">New indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetStringIndex(System.Int64)">
            <summary>
            Returns string index of the specified cell.
            </summary>
            <param name="cellIndex">Cell index to locate.</param>
            <returns>String index of the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetTextWithFormat(System.Int64)">
            <summary>
            Returns TextWithFormat object corresponding to the specified cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>TextWithFormat object corresponding to the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetTextObject(System.Int64)">
            <summary>
            Returns TextWithFormat object corresponding to the specified cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Object corresponding to the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetExtendedFormat(System.Int64)">
            <summary>
            Returns extended format for specified cell.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <returns>Extended format for specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetLabelSSTIndex(System.Int64,System.Int32)">
            <summary>
            Sets string index in the specified cell.
            </summary>
            <param name="cellIndex">Cell index to set sst index in.</param>
            <param name="iSSTIndex">SST index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateStringIndexes(System.Collections.Generic.List{System.Int32})">
            <summary>
            Updates string indexes.
            </summary>
            <param name="arrNewIndexes">List with new indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveMergedCells(Syncfusion.XlsIO.IRange)">
            <summary>
            Removes merged cells.
            </summary>
            <param name="range">Represent range of merged cells.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetActiveCell(Syncfusion.XlsIO.IRange)">
            <summary>
            Sets active cell
            </summary>
            <param name="range">Cell to activate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetActiveCell(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Sets active cell
            </summary>
            <param name="range">Cell to activate.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ActivatePane(Syncfusion.XlsIO.IRange)">
            <summary>
            Gets or sets index of the active pane.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetActiveSelection">
            <summary>
            Gets selection with active cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetActiveCell">
            <summary>
            Returns active cell.
            </summary>
            <returns>Currently active cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Tells whether specific FormulaRecord is array-entered formula.
            </summary>
            <param name="formula">FormulaRecord to check.</param>
            <returns>True if it is array-entered formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsArrayFormula(System.Int64)">
            <summary>
            Indicates whether cell contains array-entered formula.
            </summary>
            <param name="cellIndex">Cell index to check.</param>
            <returns>True if cell contains array-entered formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetRowHeight(System.Int32,System.Boolean)">
            <summary>
            Returns height from RowRecord if there is a corresponding RowRecord.
            Otherwise returns StandardHeight. 
            </summary>
            <param name="iRow">One-based index of the row</param>
            <param name="bRaiseEvents">Indicates whether to raise events on row autofitting.</param>
            <returns>
            Height from RowRecord if there is corresponding RowRecord.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Clone(System.Object,System.Boolean)">
            <summary>
            Creates copy of the current object and indicates whether we should copy the shapes or not.
            </summary>
            <param name="parent">Parent object for the new object.</param>
            <param name="cloneShapes">Indicates whether we should clone shapes or not.</param>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReAddAllStrings">
            <summary>
            Looks through all records and calls AddIncrease for each LabelSST record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetStringPreservedValue(Syncfusion.XlsIO.ICombinedRange)">
            <summary>
            Gets string preservation option for the range.
            </summary>
            <param name="range">Range to get value for.</param>
            <returns>True if strings are preserved for all cells of the range,
            false - if it is not preserved,
            null - undefined or different cells have different values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetStringPreservedValue(Syncfusion.XlsIO.ICombinedRange,System.Nullable{System.Boolean})">
            <summary>
            Sets value indicating whether string should be preserved for range.
            </summary>
            <param name="range">Range to set value for.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MarkUsedReferences(System.Boolean[])">
            <summary>
            Sets items with used reference indexes to true.
            </summary>
            <param name="usedItems">Array to mark used references in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateReferenceIndexes(System.Int32[])">
            <summary>
            Updates reference indexes.
            </summary>
            <param name="arrUpdatedIndexes">Array with updated indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateEmptyPane">
            <summary>
            Creates default pane.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyCell(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Copies cell value from sourceCell into destCell.
            DOES NOT COPY FORMULAARRAYS (THIS SHOULD BE DONE IN DIFFERENT PLACE).
            </summary>
            <param name="destCell">Destination cell.</param>
            <param name="sourceCell">Source cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyCell(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelCopyRangeOptions)">
            <summary>
            Copies cell value from sourceCell into destCell.
            DOES NOT COPY FORMULAARRAYS (THIS SHOULD BE DONE IN DIFFERENT PLACE).
            </summary>
            <param name="destCell">Destination cell.</param>
            <param name="sourceCell">Source cell.</param>
            <param name="options">Options for coping.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateHyperlinks(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Updates the hyperlinks.
            </summary>
            <param name="source">The source.</param>
            <param name="dest">The dest.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnCount(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Gets the column count.
            </summary>
            <param name="source">The source.</param>
            <param name="dest">The dest.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRowCount(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Gets the row count.
            </summary>
            <param name="source">The source.</param>
            <param name="dest">The dest.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyComment(Syncfusion.XlsIO.Implementation.RangeImpl,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Copies comment from one cell into another.
            </summary>
            <param name="source">Source cell.</param>
            <param name="dest">Destination cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveLastRow(System.Boolean)">
            <summary>
            Removes last row from the worksheet.
            </summary>
            <param name="bUpdateFormula">Indicates whether to update formulas after row remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveLastRow(System.Boolean,System.Int32)">
            <summary>
            Removes required number of last rows from the worksheet.
            </summary>
            <param name="bUpdateFormula">Indicates whether to update formulas after row remove.</param>
            <param name="count">Number of rows to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveLastColumn(System.Boolean)">
            <summary>
            Removes last column from the worksheet.
            </summary>
            <param name="bUpdateFormula">Indicates whether update formulas after removing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveLastColumn(System.Boolean,System.Int32)">
            <summary>
            Removes last column from the worksheet.
            </summary>
            <param name="bUpdateFormula">Indicates whether update formulas after removing.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.PartialClearRange(System.Drawing.Rectangle)">
            <summary>
            Partially clears cells if necessary.
            </summary>
            <param name="rect">Range to clear.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CacheAndRemoveFromParent(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Int32@,System.Int32@,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Boolean)">
            <summary>
            Caches cells from the source range and removes them from it.
            </summary>
            <param name="source">Source range.</param>
            <param name="destination">Destination range.</param>
            <param name="iMaxRow">Maximum row after moving into destination range.</param>
            <param name="iMaxColumn">Maximum column after moving into destination range.</param>
            <param name="tableSource">Source records collection.</param>
            <param name="bInsert">Boolean flag to indicate if a row is moved or inserted.</param>
            <returns>Returns hashtable (index-RangeImpl) with all cached cells.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyCacheInto(Syncfusion.XlsIO.Implementation.Collections.RecordTable,Syncfusion.XlsIO.Implementation.Collections.RecordTable,System.Boolean)">
            <summary>
            Copies source dictionary into destination.
            </summary>
            <param name="source">Source table.</param>
            <param name="destination">Destination table.</param>
            <param name="bUpdateRowRecords">
            Indicates whether row information such as row height, default style, etc.
            must be copied from cache.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearRange(System.Collections.IDictionary,System.Drawing.Rectangle)">
            <summary>
            Clears range in the dictionary that corresponds to the specified range.
            </summary>
            <param name="dictionary">Dictionary to clear.</param>
            <param name="rect">Rectangle to clear.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32)">
            <summary>
            Updates formula array after copy range operation.
            </summary>
            <param name="array">ArrayRecord to update.</param>
            <param name="destSheet">Destination worksheet.</param>
            <param name="iDeltaRow">Row difference.</param>
            <param name="iDeltaColumn">Column difference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRecordTable(System.Int32,System.Int32,System.Drawing.Rectangle,Syncfusion.XlsIO.Implementation.Collections.RecordTable,Syncfusion.XlsIO.Implementation.Collections.RecordTable)">
            <summary>
            Returns record table that should contain cell information.
            </summary>
            <param name="iRow">One-based row index of the cell.</param>
            <param name="iColumn">One-based column index of the cell.</param>
            <param name="rectIntersection">Intersection rectangle.</param>
            <param name="intersection">RecordTable with intersection data.</param>
            <param name="rectSource">Another RecordTable that contains cell that are not included into intersection.</param>
            <returns>RecordTable that should contain cell information.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetUpdatedXFIndexes(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32}@)">
            <summary>
            Adds all necessary styles into collection.
            </summary>
            <param name="iRow">Start row of the range to copy styles from.</param>
            <param name="iColumn">Start column of the range to copy styles from.</param>
            <param name="iRowCount">Number of rows in the range.</param>
            <param name="iColCount">Number of columns in the range.</param>
            <param name="destSheet">Destination worksheet.</param>
            <param name="dicFontIndexes">Dictionary that will get updated indexes.</param>
            <returns>Dictionary with updated extended format indexes</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearCell(System.Int64)">
            <summary>
            Clear specified cell.
            </summary>
            <param name="cellIndex">Cell to clear.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetArrayFormulaRanges(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord)">
            <summary>
            Sets range values accordingly to an ArrayRecord.
            </summary>
            <param name="array">ArrayRecord that has cells values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,System.Boolean)">
            <summary>
            Removes all formulas in colRemove from internal ArrayFormula collection.
            </summary>
            <param name="record">Formula to remove.</param>
            <param name="bClearRange">Indicates whether to clear range before remove operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Creates new ArrayFormula based on specified ArrayFormula.
            Used in copy and move range operations.
            </summary>
            <param name="arraySource">Source ArrayFormula.</param>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="iRow">Row (IN THE SOURCE range) of the array formula.</param>
            <param name="iColumn">Column (IN THE SOURCE range) of the array formula.</param>
            <param name="bUpdateFormula">Indicates whether to update formulas.</param>
            <returns>New array formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CheckRangesSizes(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Checks the source snd destination ranges
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source Range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRangeMerges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Copies merged regions.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRangeMerges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Copies merged regions.
            </summary>
            <param name="destination">Destination range.</param>
            <param name="source">Source range.</param>
            <param name="bDeleteSource">Indicates whether to delete source merges after copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetNoteByObjectIndex(System.Int32)">
            <summary>
            Returns note record by object index.
            </summary>
            <param name="index">Object index to find NoteRecord for.</param>
            <returns>Corresponding NoteRecord, or Null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AddNote(Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord)">
            <summary>
            Adds note
            </summary>
            <param name="note">Specifies a comment associated with a particular cell</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutofitRow(System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Autofits row by checking only the cells in the row that are specified by column range
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET, ASP.NET MVC, WinRT, Windows Phone, Universal, UWP and Xamarin platforms only.</remarks>
            <param name="rowIndex">Row index.</param>
            <param name="firstColumn">One-based index of the first column to be used for autofit operation.</param>
            <param name="lastColumn">One-based index of the last column to be used for autofit operation.</param>
            <param name="bRaiseEvents">If true then raise events.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerSetRowHeight(System.Int32,System.Double,System.Boolean,Syncfusion.XlsIO.MeasureUnits,System.Boolean)">
            <summary>
            Sets inner row height.
            </summary>
            <param name="iRowIndex">Row index.</param>
            <param name="value">Value to set.</param>
            <param name="bIsBadFontHeight">If true then bad row height.</param>
            <param name="units">Current units.</param>
            <param name="bRaiseEvents">if true then raise events.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsRowEmpty(System.Int32)">
            <summary>
            Returns True if row is empty;Checking only for styles.
            </summary>
            <param name="iRowIndex">One-based row index to check.</param>
            <returns>True if row is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsRowEmpty(System.Int32,System.Boolean)">
            <summary>
            Returns True if row is empty
            </summary>
            <param name="iRowIndex">One-based row index to check.</param>
            <param name="bCheckStyle">If true - checking for styles and value, otherwise - for value only.</param>
            <returns>True if row is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsColumnEmpty(System.Int32)">
            <summary>
            Returns True if column is empty.
            </summary>
            <param name="iColumnIndex">One-based column index to check.</param>
            <returns>True if column is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsColumnEmpty(System.Int32,System.Boolean)">
            <summary>
            Indicate if column is empty.
            </summary>
            <param name="iColumnIndex">One-based Column index.</param>
            <param name="bIgnoreStyles">If true - ignore styles.</param>
            <returns>If true - column is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseRange(Syncfusion.XlsIO.IRange,System.String,System.String,System.Int32)">
            <summary>
            Parses Range.
            </summary>
            <param name="range">Current Range.</param>
            <param name="strRowString">String where parsing is.</param>
            <param name="separator">Current separator.</param>
            <param name="i">Current index of parsing string.</param>
            <returns>Index of parsed range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MeasureCell(Syncfusion.XlsIO.IRange,System.Boolean,System.Boolean)">
            <summary>
            Gets size of string that contain cell found by cellindex.
            </summary>
            <param name="cell">Cell to measure.</param>
            <param name="bAutoFitRows">If true then autofit Rows, otherwise - columns.</param>
            <param name="ignoreRotation">Indicates whether rotation must be ignored.</param>
            <returns>Returns new size of string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MeasureCell(System.Int64,System.Boolean,System.Boolean)">
            <summary>
            Gets size of string that contain cell found by cellindex.
            </summary>
            <param name="cellIndex">Cell index to Autofit.</param>
            <param name="bAutoFitRows">If true then autofit Rows, otherwise - columns.</param>
            <param name="ignoreRotation">Indicates whether rotation must be ignored.</param>
            <returns>Returns new size of string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MeasureCell(System.Int64,System.Boolean,Syncfusion.XlsIO.Implementation.RichTextString,System.Boolean,System.Boolean@)">
            <summary>
            Gets size of string that contain cell found by cellindex.
            </summary>
            <param name="cellIndex">Cell index to Autofit.</param>
            <param name="bAutoFitRows">If true then autofit Rows, otherwise - columns.</param>
            <param name="richText">RichTextString object to use for text measuring -
            to reduce time and memory consumption.</param>
            <param name="ignoreRotation">Indicates whether rotation must be ignored.</param>
            <returns>Returns new size of string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateAutofitByIndent(System.Drawing.SizeF,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Updates indent size.
            </summary>
            <param name="curSize">Represents current size.</param>
            <param name="format">Represents extended format.</param>
            <returns>Returns updated size by indent value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateTextWidthOrHeightByRotation(System.Drawing.SizeF,System.Int32,System.Boolean)">
            <summary>
            Updates text width by rotation.
            </summary>
            <param name="size">String size without rotation.</param>
            <param name="rotation">Current rotation.</param>
            <param name="bUpdateHeight">If true then update height otherwise - width.</param>
            <returns>Updated width or height.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFontByExtendedFormatIndex(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Int32@)">
            <summary>
            Gets font by extended format index.
            </summary>
            <param name="cellFormat">Record that contain extended format index.</param>
            <param name="rotation">Represents the rotation. Out Parameter.</param>
            <returns>Returns font, rotation by extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyOptions(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Copies different sheet options.
            </summary>
            <param name="sourceSheet">Source sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.OnRealIndexChanged(System.Int32)">
            <summary>
            This method is called after RealIndex property change.
            </summary>
            <param name="iOldIndex">Old value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.OnInsertRowColumnComplete(System.Int32,System.Int32,System.Boolean)">
            <summary>
            This method is called after insert row or column operation is complete
            and it fires event handlers if necessary.
            </summary>
            <param name="iRowIndex">Row or column index to insert at.</param>
            <param name="iRowCount">Number of inserted rows or columns.</param>
            <param name="bRow">Indicates whether rows were inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateAutoFitByAutoFilter(System.Drawing.SizeF,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int64)">
            <summary>
            Updates fit size by autofilter arrow.
            </summary>
            <param name="size">Represents current size.</param>
            <param name="format">Represents extended format.</param>
            <param name="col">Represents cell records collection.</param>
            <param name="cellIndex">Represents cell index.</param>
            <returns>Returns new size, that contain size of arrow.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateAutoFilterForGeneralAllignment(System.Drawing.SizeF,System.Int32,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int64)">
            <summary>
            Updates size for general alignment for autofilter arrow.
            </summary>
            <param name="size">Represents current size.</param>
            <param name="iRot">Represents rotation.</param>
            <param name="col">Represents cells collection.</param>
            <param name="cellIndex">Represents cell index.</param>
            <returns>Returns updated size.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateMigrantRange">
            <summary>
            Creates migrant range.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetDefaultOutlineStyle(System.Collections.IDictionary,System.Int32)">
            <summary>
            Returns default outline style.
            </summary>
            <param name="dicOutlines">Dictionary with outlines.</param>
            <param name="iIndex">Outline index.</param>
            <returns>Extracted outline style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ssSetDefaultRowColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle,System.Collections.IDictionary,Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineDelegate,System.Boolean)">
            <summary>
            Sets row or column default style.
            </summary>
            <param name="iIndex">Row or column index.</param>
            <param name="iEndIndex">End row or column index.</param>
            <param name="defaultStyle">Style to set.</param>
            <param name="dicOutlines">Collection of outlines that contains style info.</param>
            <param name="createOutline">Delegate used for outline creation.</param>
            <param name="bIsRow">Indicates is in row or column.</param>
            <returns>XF index that was set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetDefaultRowColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle,System.Collections.IList,Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineDelegate,System.Boolean)">
            <summary>
            Sets row or column default style.
            </summary>
            <param name="iIndex">Row or column index.</param>
            <param name="iEndIndex">End row or column index.</param>
            <param name="defaultStyle">Style to set.</param>
            <param name="outlines">Collection of outlines that contains style info.</param>
            <param name="createOutline">Delegate used for outline creation.</param>
            <param name="bIsRow">Indicates is in row or column.</param>
            <returns>XF index that was set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertStyleToCorrectIndex(Syncfusion.XlsIO.IStyle)">
            <summary>
            Converts style object into XF index that can be assigned to cell or ColumnInfo, Row records.
            </summary>
            <param name="style">Style to convert.</param>
            <returns>Converted style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateColumnOutline(System.Int32)">
            <summary>
            Creates new column record.
            </summary>
            <param name="iColumnIndex">Column index to create record for.</param>
            <returns>Created row.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyConditionalFormatsAfterInsert(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions,System.Boolean)">
            <summary>
            Copies conditional formats after row/column insert.
            </summary>
            <param name="iIndex">Row/column index.</param>
            <param name="iCount">Rows/columns count.</param>
            <param name="options">Excel insert option.</param>
            <param name="bIsRow">True if row was inserted, false if column was inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyStylesAfterInsert(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions,System.Boolean)">
            <summary>
            Copies style from above/below/left/right after insert row/column operation.
            </summary>
            <param name="iIndex">Index where insert operation took place.</param>
            <param name="iCount">Number of inserted rows/columns.</param>
            <param name="options">Insert options.</param>
            <param name="bRow">Indicates whether rows where inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRowColumnSettings(Syncfusion.XlsIO.Implementation.Collections.RowStorage,Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord,System.Boolean,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Copies row and column settings
            </summary>
            <param name="sourceRow">Represents source row.</param>
            <param name="sourceColumn">Represents source column.</param>
            <param name="bRow">Represents row or column</param>
            <param name="iSourceIndex">Source index</param>
            <param name="iCurIndex">Current index</param>
            <param name="options">Insert option</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetIndexForStyleCopy(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Calculates row or column index from which style must be copied
            into inserted area.
            </summary>
            <param name="iIndex">Row or column index whether insert operation was called.</param>
            <param name="iCount">Number of rows/columns to insert.</param>
            <param name="options">Insert options.</param>
            <returns>Update row or column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormatType(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns format type for specified column.
            </summary>
            <param name="iRow">One-based row index for exported cell.</param>
            <param name="iColumn">One-based column index for exported cell.</param>
            <param name="bUseDefaultStyle">Indicates whether to use default style.</param>
            <returns>Format type for specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetExportType(Syncfusion.XlsIO.ExcelFormatType,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions,System.Type@)">
            <summary>
            Returns type of the elements based on format type.
            </summary>
            <param name="formatType">Format type that must be converted into System.Type.</param>
            <param name="row">Represents cell's row index.</param>
            <param name="column">Represents cell's column index.</param>
            <param name="maxRows">Represents maximum numbre of rows to export.</param>
            <param name="options">Export options.</param>
            <returns>Type of the elements based on format type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetType(Syncfusion.XlsIO.ExcelExportType,System.Boolean)">
            <summary>
            Returns type of the elements based on format type.
            </summary>
            <param name="exportType">Export type that must be converted into System.Type.</param>
            <returns>Type of the elements based on format type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetValue(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportType,System.Boolean,System.Boolean)">
            <summary>
            Returns cell value.
            </summary>
            <param name="iRow">One-based row index of the cell to get value from.</param>
            <param name="iColumn">One-based column index of the cell to get value from.</param>
            <param name="formatType">Format type.</param>
            <param name="bExportFormulaValues">Indicates whether to export formula values.</param>
            <returns>Cell value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetValue(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat,System.Boolean)">
            <summary>
            Gets value from the cell record.
            </summary>
            <param name="cell">Cell to get value from.</param>
            <returns>String representation of the cell's value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateOutlineAfterXFRemove(System.Collections.ICollection,System.Collections.IDictionary)">
            <summary>
            Updates dictionary with outlines after extended format removal.
            </summary>
            <param name="dictOutline">Dictionary to update.</param>
            <param name="dictFormats">Dictionary with updated extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertCellListIntoRange(System.Collections.Generic.List{System.Int64})">
            <summary>
            Converts list of cell indexes into ranges array.
            </summary>
            <param name="arrIndexes">List of cell indexes.</param>
            <returns>Array with ranges.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindValueForNumber(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Double,System.Boolean,System.Boolean)">
            <summary>
            Finds value for number.
            </summary>
            <param name="record">Record that represents current cell.</param>
            <param name="findValue">Value for find.</param>
            <param name="bIsNumber">If true - find as number.</param>
            <param name="bIsFormulaValue">If true find as formula value.</param>
            <returns>Returns cell or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindValueForByteOrError(Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord,System.Byte,System.Boolean)">
            <summary>
            Finds bool or error.
            </summary>
            <param name="boolError">BoolError record that represents current cell.</param>
            <param name="findValue">Value to find.</param>
            <param name="bIsError">If true - finds error; otherwise bool</param>
            <returns>Returns cell or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetCell(System.Int32,System.Int32)">
            <summary>
            Returns Range which represents specified cell.
            </summary>
            <param name="column">Column index of the cell.</param>
            <param name="row">Row index of the cell.</param>
            <returns>Range which represents specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetCell(System.Int32,System.Int32,System.Int32)">
            <summary>
            Returns Range which represents specified cell.
            </summary>
            <param name="column">Column index of the cell.</param>
            <param name="row">Row index of the cell.</param>
            <param name="iXFIndex">Index to extended format for new range.</param>
            <returns>Range which represents specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetCellStyle(System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Returns Range which represents specified cell.
            </summary>
            <param name="column">Column index of the cell.</param>
            <param name="row">Row index of the cell.</param>
            <param name="iXFIndex">Index to extended format for new range.</param>
            <returns>Range which represents specified cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertRecordToRange(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Converts biff record into range.
            </summary>
            <param name="record">Record to convert.</param>
            <returns>Created range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateFirstLast(System.Int32,System.Int32)">
            <summary>
            Updates first cell and last cell if necessary.
            </summary>
            <param name="iRowIndex">Row index.</param>
            <param name="iColumnIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerSetCell(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.RangeImpl)">
            <summary>
            Sets Range which represents specified cell.
            </summary>
            <param name="column">Column index of the cell.</param>
            <param name="row">Row index of the cell.</param>
            <param name="range">Range which represents specified cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerSetCell(System.Int64,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Sets cell value.
            </summary>
            <param name="cellIndex">Cell index.</param>
            <param name="record">Record to set into cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerSetCell(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Sets cell value.
            </summary>
            <param name="iColumn">One-based column index.</param>
            <param name="iRow">One-based row index.</param>
            <param name="record">Record to set into cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetDimensions(System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Returns dimensions of the worksheet.
            </summary>
            <param name="left">Variable that receives index of the first used column.</param>
            <param name="top">Variable that receives index of the first used row.</param>
            <param name="right">Variable that receives index of the last used column.</param>
            <param name="bottom">Variable that receives index of the last used row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetColumnDimensions(System.Int32,System.Int32@,System.Int32@)">
            <summary>
            Calculates dimensions of the specified column.
            </summary>
            <param name="column">Column dimension of which will be calculated.</param>
            <param name="top">
            Variable that will receive first used row in the specified column.
            </param>
            <param name="bottom">
            Variable that will receive last used row in the specified column.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateLabelSSTIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.IncreaseIndex)">
            <summary>
            Updates LabelSST indexes after SST record parsing.
            </summary>
            <param name="dictUpdatedIndexes">Dictionary with indexes to update, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertIntoDefaultColumns(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Insert into columns.
            </summary>
            <param name="iColumnIndex">Represents column index.</param>
            <param name="iColumnCount">Represents number of columns to be inserted.</param>
            <param name="insertOptions">Represents insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveFromDefaultColumns(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Remove from column.
            </summary>
            <param name="iColumnIndex">Represents column index.</param>
            <param name="iColumnCount">Represents number of columns to remove.</param>
            <param name="insertOptions">Insert Options</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRangeCoordinates(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Boolean)">
            <summary>
            Updates coordinates for used range, by removing empty rows and columns if necessary.
            </summary>
            <param name="firstRow">First row to start looking from.</param>
            <param name="firstColumn">First column to start looking from.</param>
            <param name="lastRow">Last row to finish looking at.</param>
            <param name="lastColumn">Last column to finish looking at.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsRowBlankOnly(System.Int32)">
            <summary>
            Checks whether row is empty.
            </summary>
            <param name="rowIndex">Row index to check.</param>
            <returns>True if the whole row is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsColumnBlankOnly(System.Int32)">
            <summary>
            Checks whether column is empty.
            </summary>
            <param name="columnIndex">Column index to check.</param>
            <returns>True if the whole column is empty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateUsedRange(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates used range.
            </summary>
            <param name="firstRow">Represents first row of the range.</param>
            <param name="firstColumn">Represents first column of the range.</param>
            <param name="lastRow">Represents last row of the range.</param>
            <param name="lastColumn">Represents last column of the range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearExceptFirstCell(Syncfusion.XlsIO.Implementation.RangeImpl,System.Boolean)">
            <summary>
            
            </summary>
            <param name="rangeImpl"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.PrepareProtectionOptions(Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Prepares protection options before setting protection.
            </summary>
            <param name="options"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowFilteredRows(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Show/hide a row by checking/changing the property HiddenByFilters
            </summary>
            <param name="rowIndex">row index the that need to show or hide</param>
            <param name="columnIndex">Filter applied column</param>
            <param name="isVisible">TRUE - show row, FALSE - hide row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CheckItRefersToSingleCell(System.Int32,System.Int32)">
            <summary>
            Check the given range's formula is refer to single cell
            </summary>
            <param name="iRow">index of the row</param>
            <param name="iColumn">index of the column</param>
            <returns>the boolean value indicates whether is refer to single cell</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Parse(Syncfusion.XlsIO.Parser.BiffReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Method extracts biff records belonging to the worksheet.
            </summary>
            <param name="reader">BiffReader that contains worksheet's records.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.PrepareVariables(Syncfusion.XlsIO.ExcelParseOptions,System.Boolean)">
            <summary>
            Prepares variables to worksheet parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses single record.
            </summary>
            <param name="raw">Record to parse.</param>
            <param name="bIgnoreStyles">Indicates whether to ignore styles information.</param>
            <param name="hashNewXFormatIndexes">Dictionary with new extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseErrorIndicators(Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord)">
            <summary>
            Parses error indicators.
            </summary>
            <param name="record">Represents </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateDuplicatedNameIndexes(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Updates duplicated name indexes.
            </summary>
            <param name="formula">Represents formula.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetNewXFormatIndex(System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Returns new index of the extended format in ignore styles mode.
            </summary>
            <param name="iXFIndex">Old extended format index.</param>
            <param name="hashNewXFormatIndexes">Dictionary with new extended format indexes.</param>
            <returns>New index of the extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Parse(System.IO.TextReader,System.String,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Method opens excel file using separator.
            </summary>
            <param name="streamToRead">Stream to reading.</param>    
            <param name="separator">Current separator.</param>
            <param name="row">First row to write.</param>
            <param name="column">First column to write.</param>
            <param name="isValid">boolen value for the valid document</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReadCellValue(System.IO.TextReader,System.String,System.Text.StringBuilder,System.Boolean)">
            <summary>
            Read single cell value plus ending separator or new line character if present.
            </summary>
            <param name="reader">Read to get data from.</param>
            <param name="separator">Separator between cell values.</param>
            <param name="builder">Builder to store temporary results.</param>
            <param name="isValid">Boolean value for the Valid Document.</param>
            <returns>Extracted cell value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.EndsWith(System.Text.StringBuilder,System.String)">
            <summary>
            Checks whether data inside specified string builder ends with specified string.
            </summary>
            <param name="builder">Builder to check.</param>
            <param name="separator">Separator to locate.</param>
            <returns>True if it ends with specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReadToChar(System.IO.TextReader,System.Char,System.Text.StringBuilder,System.String,System.Boolean)">
            <summary>
            Read data from reader until it find specified character.
            </summary>
            <param name="reader">Reader to read data from.</param>
            <param name="endChar">Character to locate.</param>
            <param name="builder">Builder to put extracted data into.</param>
            <param name="isValid">BoolenValue for the ValidDocument.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CharCount(System.String,System.Char)">
            <summary>
            Calculates number of specified character in the specified string.    /// </summary>
            <param name="value">Value to check.</param>
            <param name="ch">Character to count.</param>
            <returns>Number of found characters.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseData(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses worksheet's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReplaceSharedFormula">
            <summary>
            Replaces all shared formula with ordinary formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseColumnInfo(Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord,System.Boolean)">
            <summary>
            Parses ColumnInfo record.
            </summary>
            <param name="columnInfo">Record to parse.</param>
            <param name="bIgnoreStyles">Indicates whether we should ignore styles settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseRowRecord(Syncfusion.XlsIO.Parser.Biff_Records.RowRecord,System.Boolean)">
            <summary>
            Parses row record.
            </summary>
            <param name="row">Record to parse.</param>
            <param name="bIgnoreStyles">Indicates whether we should ignore styles settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseDefaultColWidth(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Parses The DefaultColumnWidth record.
            </summary>
            <param name="raw">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractHyperLinks(System.Int32)">
            <summary>
            Extracts hyperlinks from internal array of biff records.
            </summary>
            <param name="iLinkIndex">
            Index to the first hyperlink in the array of biff records,
            less then zero if there are no hyperlinks.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractCalculationOptions">
            <summary>
            Extracts calculation options.
            </summary>
            <returns>Position in the records array after extraction.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractPageSetup(System.Int32)">
            <summary>
            Extracts page setup from biff records array
            </summary>
            <param name="iStartIndex">Start index of the first pagesetup record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractConditionalFormats(System.Int32)">
            <summary>
            Extracts conditional formats from biff records array
            </summary>
            <param name="iCondFmtPos">Position of the first conditional format</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractDataValidation(System.Int32)">
            <summary>
            Extracts data validation data from internal records array.
            </summary>
            <param name="iDValPos">Position of the first data validation record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractCustomProperties(System.Int32)">
            <summary>
            Extracts custom properties from the records array.
            </summary>
            <param name="iCustomPropertyPos">Position of the first custom property record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateFormatsCollection(Syncfusion.XlsIO.Parser.Biff_Records.CondFMTRecord,System.Collections.IList,System.Collections.IList,System.Boolean)">
            <summary>
            Creates collection of conditional formats.
            </summary>
            <param name="format">Record that describes formats collection.</param>
            <param name="lstConditions">
            Conditional formats that will be inserted into the collection.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateCF12RecordCollection(Syncfusion.XlsIO.Parser.Biff_Records.CondFmt12Record,System.Collections.IList)">
            <summary>
            Creates collection of conditional formats.
            </summary>
            <param name="format">Record that describes formats collection.</param>
            <param name="conditions">
            Conditional formats that will be inserted into the collection.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerGetColumnWidth(System.Int32)">
            <summary>
            Returns width from ColumnInfoRecord if there is corresponding ColumnInfoRecord
            or StandardWidth if not.
            </summary>
            <param name="iColumn">One-based index of the column.</param>
            <returns>Width of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ColumnWidthToPixels(System.Double)">
            <summary>
            Converts the specified column width from points to pixels.
            </summary>
            <param name="widthInChars">Width in points.</param>
            <returns>Column width in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.PixelsToColumnWidth(System.Int32)">
            <summary>
            Converts the specified column width from pixels to points.
            </summary>
            <param name="pixels">Width in pixels.</param>
            <returns>Width in points.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AdvancedFilter(Syncfusion.XlsIO.ExcelFilterAction,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange,System.Boolean)">
             <summary>
            Filters or copies data from a list based on a criteria range..
             </summary>
             <param name="action"> Whether filter in the place or copy to another place.</param>
             <param name="filterRange"> The filter range.</param>
             <param name="criteriaRange">The criteria range.</param>
             <param name="copyToRange"> The destination range for the copied rows if ExcelFilterAction is FilterCopy. Otherwise, this argument is ignored.  </param>
             <param name="isUnique"> True to filter unique records; Otherwise filters all the records that meet the criteria. The default value is False.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetTextFromCellType(System.Int32,System.Int32)">
            <summary>
            Get text based on cell type.
            </summary>
            <param name="row"> Row </param>
            <param name="column"> Column </param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.EvaluateRealColumnWidth(System.Int32)">
            <summary>
            Returns width displayed by Excel.
            </summary>
            <param name="fileWidth">Width written in file.</param>
            <returns>Width displayed by Excel.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.EvaluateFileColumnWidth(System.Int32)">
            <summary>
            Converts width displayed by Excel to width that should be written into file.
            </summary>
            <param name="realWidth">Width displayed by Excel.</param>
            <returns>width written into file.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.OnNameIndexChanged(System.Object,Syncfusion.XlsIO.Implementation.NameIndexChangedEventArgs)">
            <summary>
            Handler for NameIndexChanged event.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="args">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AttachNameIndexChangedEvent">
            <summary>
            Attaches events to Named ranges used in array-entered formulas.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.AttachNameIndexChangedEvent(System.Int32)">
            <summary>
            Attaches events to Named ranges used in array-entered formulas.
            </summary>
            <param name="iStartIndex">Start index of named ranges.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseAutoFilters">
            <summary>
            Parses autofilters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExtractPivotTables(System.Int32)">
            <summary>
            Extracts pivot tables from records array.
            </summary>
            <param name="iStartIndex">Index to the first pivot table record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRecord(System.Int64)">
            <summary>
            Returns record at specified cell index.
            </summary>
            <param name="cellIndex">Record's cell index.</param>
            <returns>Record at specified cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRecord(System.Int32,System.Int32)">
            <summary>
            Returns record at specified cell index.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Record at specified cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseNextRecord(Syncfusion.XlsIO.Parser.BiffReader,System.Int32,Syncfusion.XlsIO.ExcelParseOptions,System.Boolean,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Extracts next record from reader and parses it.
            </summary>
            <param name="reader">Reader to extract record from.</param>
            <param name="iBOFCounter">Number of BOF records without closing EOF record.</param>
            <param name="bSkipStyles">Indicates whether styles information must be skipped.</param>
            <param name="options">Parsing options.</param>
            <param name="hashNewXFormatIndexes">
            Dictionary with new extended format indexes for ignore styles mode.
            </param>
            <param name="decryptor">Object that decrypts data if necessary.</param>
            <returns>Updated number of BOF records without closing EOF record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseDimensions(Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord)">
            <summary>
            Parses dimensions record.
            </summary>
            <param name="dimensions">Record to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetPaneCell(Syncfusion.XlsIO.IRange)">
            <summary>
            Sets cell at which panes are frozen.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateAllSelections">
            <summary>
            Creates all necessary selection records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReIndexSelections(System.Collections.Generic.Dictionary{System.Int32,System.Object})">
            <summary>
            Re-indexes selection records.
            </summary>
            <param name="usedIndexes">Dictionary with currently used selection indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.TryAdd(System.Collections.Generic.Dictionary{System.Int32,System.Object},System.Collections.Generic.List{System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Object},System.Int32)">
            <summary>
            Tries to add next pane index if necessary.
            </summary>
            <param name="mustPresent">Dictionary with pane indexes that must be present in the file.</param>
            <param name="panes">Panes that are absent.</param>
            <param name="usedIndexes">Indexes that are currently present.</param>
            <param name="paneIndex">Pane index to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFreeIndex(System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Object})">
            <summary>
            Gets free index for the selection.
            </summary>
            <param name="currentIndex">Start index to try.</param>
            <param name="usedIndexes">Dictionary with used indexes.</param>
            <returns>Unused index that can be used as pane index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Clear">
            <summary>
            Clears the worksheet data, formats and merged cells. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearAllData">
            <summary>
            Clears all data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ClearData">
            <summary>
            Clears the worksheet data. 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Contains(System.Int32,System.Int32)">
            <summary>
            Checks whether the specified cell is initialized or accessed. 
            </summary>
            <param name="iRow">One-based row index of the cell.</param>
            <param name="iColumn">One-based column index of the cell.</param>
            <returns>True if the cell was initialized or accessed by the user; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateRangesCollection">
            <summary>
            Creates a new instance of the <see cref="T:Syncfusion.XlsIO.IRanges"/>.
            </summary>
            <returns>New instance of ranges collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateNamedRanges(System.String,System.String,System.Boolean)">
            <summary>
            Creates a named ranges with the specified named range's value as a name for the specified range.
            </summary>
            <param name="namedRange">Existing named ranged.</param>
            <param name="referRange">Address of the named range to be created.</param>
            <param name="vertical">True if the named range values are vertically placed in the sheet.</param>
            <remarks>This method is used to create named ranges from the discontinuous ranges.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ApplyCF">
            <summary>
            Applying the conidtional formats to the cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CreateTemplateMarkersProcessor">
            <summary>
            Create an instance of <see cref="T:Syncfusion.XlsIO.ITemplateMarkersProcessor"/> that can be used for template markers processing.
            </summary>
            <returns>Object that can be used for template markers processing.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowColumn(System.Int32,System.Boolean)">
            <summary>
            Shows the specified column.
            </summary>
            <param name="columnIndex">Index at which the column should be hidden.</param>
            <param name="isVisible">True - Column is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HideColumn(System.Int32)">
            <summary>
            Hides the specified column.
            </summary>
            <param name="columnIndex">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HideRow(System.Int32)">
            <summary>
            Hides the specified row.
            </summary>
            <param name="rowIndex">One-based row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowRow(System.Int32,System.Boolean)">
            <summary>
            Shows or Hides the specified row.
            </summary>
            <param name="rowIndex">Index at which the row should be hidden.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowFilteredRows(System.Int32,System.Int32,System.Boolean)">
            <summary>
             Show/hide a row by checking/changing the property HiddenByFilters
             </summary>
             <param name="rowIndex">row index the that need to show or hide</param>
             <param name="columnIndex">Filter applied column</param>
             <param name="isVisible">TRUE - show row, FALSE - hide row.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowRange(Syncfusion.XlsIO.IRange,System.Boolean)">
            <summary>
            Shows or Hides the specified range.
            </summary>
            <param name="range">Range specifies the particular range to show / hide.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowRange(Syncfusion.XlsIO.Implementation.Collections.RangesCollection,System.Boolean)">
            <summary>
            Shows or Hides the collection of range.
            </summary>
            <param name="ranges">Ranges specifies the range collection.</param>
            <param name="isVisible">True - Row is visible; false - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ShowRange(Syncfusion.XlsIO.IRange[],System.Boolean)">
            <summary>
            Shows or Hides an array of range.
            </summary>
            <param name="ranges">Ranges specifies the range array.</param>
            <param name="isVisible">True - Row is visible; False - hidden.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsColumnVisible(System.Int32)">
            <summary>
            Returns True if the specified column is visible to end user.
            </summary>
            <param name="columnIndex">One-based column index.</param>
            <returns>True if column is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsRowVisible(System.Int32)">
            <summary>
            Returns True if the specified row is visible to end user.
            </summary>
            <param name="rowIndex">One-based row index.</param>
            <returns>True if row is visible; otherwise, False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertRow(System.Int32)">
            <summary>
            Inserts an empty row in the specified row index.
            </summary>
            <param name="index">Index at which new row should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertRow(System.Int32,System.Int32)">
            <summary>
            Inserts an empty rows in the specified row index based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertRow(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty row in the specified row index with specified <see cref="T:Syncfusion.XlsIO.ExcelInsertOptions"/> based on row count.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateCalculatedFormula(System.Int32,Syncfusion.XlsIO.IListObject)">
            <summary>
            Updates the calcualted formula for newly created row inside a table.
            </summary>    
            <param name="iRowIndex">Index at which new row in which calculated formula is to be updated</param>    
            <param name="listObject">Parent table</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetCalculatedFormula(System.String,System.String)">
            <summary>
            Updates the new calculated column formula with respect to newly created table name
            </summary>
            <param name="calculatedFormula">Calculated formula which has to be updated</param>
            <param name="name">Name for updating in calculated formula</param>
            <returns>Updated calculated column formula</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateRowOutlineLevel(System.Int32,System.Int32)">
            <summary>
            Updates rowoutline level for newly inserted row if the included range is grouped.
            </summary>
            <param name="iRowIndex">Index at which new row should be inserted.</param>
            <param name="iRowCount">Number of rows to insert</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertColumn(System.Int32)">
            <summary>
            Inserts an empty column for the specified column index.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertColumn(System.Int32,System.Int32)">
            <summary>
            Inserts an empty column in the specified column index based on column count.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted.</param>
            <param name="iColumnCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.InsertColumn(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions)">
            <summary>
            Inserts an empty column with default formatting with specified Inserting options.
            </summary>
            <param name="iColumnIndex">Index at which new column should be inserted</param>
            <param name="iColumnCount">Number of columns to insert.</param>
            <param name="insertOptions">Insert options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateColumnOutlineLevel(System.Int32,System.Int32)">
            <summary>
            Updates rowoutline level for newly inserted column if its included range is grouped.
            </summary>
            <param name="iRowIndex">Index at which new column should be inserted.</param>
            <param name="iRowCount">Number of columns to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyDataValidationAfterInsert(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions,System.Boolean)">
            <summary>
            Moves DataValidation of the succeeding cells
            </summary>
            <param name="iIndex">Row / Column to start with</param>
            <param name="bIsRow">Toggles between insertion of Row or Column</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.UpdateDataValidationOnInsertOption(System.Int32,System.Int32,Syncfusion.XlsIO.ExcelInsertOptions,System.Boolean)">
            <summary>
            Update data validation object based on insert options.
            </summary>
            <param name="iIndex">Index where row or column was (were) inserted.</param>
            <param name="iCount">Number of inserted rows/columns.</param>
            <param name="insertOptions">Insert options.</param>
            <param name="bIsRow">Indicates whether rows were inserted.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DeleteRow(System.Int32)">
            <summary>
            Removes specified row (with formula update).
            </summary>
            <param name="index">One-based row index to remove</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DeleteRow(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of rows from the given index(with formula update).
            </summary>
            <param name="index">One-based row index to remove</param>
            <param name="count">Number of rows to delete.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyRowRecord(System.Int32,System.Int32)">
            <summary>
            Copies row.
            </summary>
            <param name="iDestRowIndex">Zero-based destination row index.</param>
            <param name="iSourceRowIndex">Zero-based source row index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DeleteColumn(System.Int32)">
            <summary>
            Removes the specified column.
            </summary>
            <param name="index">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.DeleteColumn(System.Int32,System.Int32)">
            <summary>
            Removes the specified number of columns from the given index.
            </summary>
            <param name="index">One-based column index.</param>
            <param name="count">Number of columns to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetCfUsedLimit(System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
             range of the conditional formats which are applied out of used range is obtained.
            </summary>
            <param name="iFirstRow">first row of the sheet which contains CF if applied,else the actual usedrange first row </param>
            <param name="iFirstCol">first Column of the sheet which contains CF if applied,else the actual usedrange first column</param>
            <param name="iLastRow">last row of the sheet which contains CF if applied,else the actual usedrange last row</param>
            <param name="iLastCol">last column of the sheet which contains CF if applied,else the actual usedrange last column</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnWidth(System.Int32)">
            <summary>
            Returns the width of the specified column in pixels.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Width in pixels of the specified column.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnWidthInPixels(System.Int32)">
            <summary>
            Returns width of the specified column in pixels.
            </summary>
            <param name="iColumnIndex">One-based index of the column.</param>
            <returns>Width in pixels of the specified column.</returns>
            <remarks>Otherwise it returns the StandardHeight</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetHiddenColumnWidthInPixels(System.Int32)">
            <summary>
            Returns width of the specified hidden column in pixels.
            </summary>
            <param name="iColumnIndex">One-based index of the column.</param>
            <returns>Width of the specified hidden column in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetHiddenRowHeightInPixels(System.Int32)">
            <summary>
            Returns height of the specified hidden row in pixels.
            </summary>
            <param name="iRowIndex">One-based index of the row.</param>
            <returns>Height of the specified hidden row in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRowHeight(System.Int32)">
            <summary>
            Returns the height of the specified row.
            </summary>
            <remarks>Otherwise it gets the StandardHeight</remarks>
            <param name="iRow">One-based row index.</param>
            <returns>
            Returns height of the specified row.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRowHeightInPixels(System.Int32)">
            <summary>
            Returns  the height of the specified row in pixels.
            </summary>
            <remarks>Otherwise it gets the StandardHeight in pixels</remarks>
            <param name="iRowIndex">One-based row index.</param>
            <returns>
            Returns height of the specified row in pixels.
            Otherwise returns StandardHeight.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnWidthInPixels(System.Int32,System.Int32)">
            <summary>
            Return the total column width in pixels from the given column limit
            </summary>
            <param name="firstColumn">First column of the sheet</param>
            <param name="lastColumn">Last column of the sheet</param>
            <returns>the total column width in pixels</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRowHeightInPixels(System.Int32,System.Int32)">
            <summary>
            Return the total row height in pixels from the given row limit
            </summary>
            <param name="firstRow">First row of the sheet</param>
            <param name="lastRow">Last row of the sheet</param>
            <returns>the total row height in pixels</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray``1(``0[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of objects into a worksheet with specified alignment.
            </summary>
            <param name="arrObject">Array to import.</param>
            <param name="firstRow">
            Row of the first cell where array should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where array should be imported.
            </param>
            <param name="isVertical">
            TRUE if array should be imported vertically; FALSE - horizontally.
            </param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CheckIsFormula(System.Object)">
            <summary>
            Checks the string object is a formula.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.Object[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of objects into a worksheet with specified alignment.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.String[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of string values into a worksheet.
            </summary>
            <param name="arrString">Array of string value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.Int32[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of integer values into a worksheet.
            </summary>
            <param name="arrInt">Array of int value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.Double[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of double values into a worksheet.
            </summary>
            <param name="arrDouble">Array of double value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.DateTime[],System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports an array of DateTime values into a worksheet.
            </summary>
            <param name="arrDateTime">Array of datetime value.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <param name="isVertical">True if array should be imported vertically; False - horizontally.</param>
            <returns>Number of imported elements.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportArray(System.Object[0:,0:],System.Int32,System.Int32)">
            <summary>
            Imports an array of objects into a worksheet.
            </summary>
            <param name="arrObject">Array of object.</param>
            <param name="firstRow">Row of the first cell where array should be imported.</param>
            <param name="firstColumn">Column of the first cell where array should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks>
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified row and column along with save option.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data table must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified row and column along with the preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataTable into a worksheet with the specified range.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataTable into a worksheet with specified range along with the specified preserve type.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="isFieldNameShown">True if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="preserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[],System.Boolean)">
            <summary>
            Imports data from a DataTable into worksheet
            </summary>
            <param name="dataTable">DataTable with desired data</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported</param>
            <param name="firstRow">
            First row from where the data should be imported.
            </param>
            <param name="firstColumn">
            First column from where the data should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import</param>
            <param name="maxColumns">Maximum number of columns to import</param>
            <param name="arrDataColumns">Array of columns to import.</param>
            <param name="bpreserveTypes">
            Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
            i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
            </param>
            <returns>Number of imported rows</returns>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[],System.Boolean,System.Boolean)">
             <summary>
             Imports data from a DataTable into worksheet
             </summary>
             <param name="dataTable">DataTable with desired data</param>
             <param name="isFieldNameShown">TRUE if column names must also be imported</param>
             <param name="firstRow">
             First row from where the data should be imported.
             </param>
             <param name="firstColumn">
             First column from where the data should be imported.
             </param>
             <param name="maxRows">Maximum number of rows to import</param>
             <param name="maxColumns">Maximum number of columns to import</param>
             <param name="arrDataColumns">Array of columns to import.</param>
             <param name="bpreserveTypes">
             Indicates whether XlsIO should preserve column types from DataTable. By default, preserve type is FALSE.
             i.e., Setting it to True will import data based on column type, otherwise will import based on value type.
             </param>
            <param name="bImportOnSave">Indicates whether to serialize the data table directly.</param>
             <returns>Number of imported rows</returns>
             <remarks> 
             This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
             </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ReplaceDataTable(System.Data.DataTable,Syncfusion.XlsIO.Implementation.SSTDictionary)">
            <summary>
            Replace the string data type value into SST index.
            </summary>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="SST">Represents shared string collection.</param>
            <returns>Date time style index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">Data Table with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTable(System.Data.DataTable,Syncfusion.XlsIO.IName,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataTable into the specified NamedRange of current worksheet with row and column offset.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataTable">DataTable with desired data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="rowOffset">Represents row offset into named range to import.</param>
            <param name="columnOffset">Represents column offset into named range to import.</param>
            <param name="iMaxRow">Maximum number of rows to import.</param>
            <param name="iMaxCol">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether to preserve column types.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataColumn(System.Data.DataColumn,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataColumn into a worksheet.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataColumn">DataColumn with desired data.</param>
            <param name="isFieldNameShown">TRUE if column name must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from DataReader into worksheet from the specified row and column along with save option.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="importOnSave">TRUE if data must be serialized directly on save.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataReader(System.Data.IDataReader,System.Boolean,System.Int32,System.Int32,System.Boolean)">
             <summary>
            Imports data from DataReader into worksheet from the specified row and column along with the preserve type.
             </summary>
             <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
             <param name="isFieldNameShown">TRUE if column names must be imported.</param>
             <param name="firstRow">First row from where the data should be imported.</param>
             <param name="firstColumn">First column from where the data should be imported.</param>
             <param name="preserveTypes">
             Indicates whether XlsIO should preserve column types from DataReader. By default, preserve type is FALSE.
             i.e., Setting it to True will import data based on column type, otherwise will import based on value type.</param>
             <returns>Number of imported rows.</returns>
             <remarks> 
             This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
             </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataReader(System.Data.IDataReader,Syncfusion.XlsIO.IName,System.Boolean)">
            <summary>
            Imports data from DataReader into the specified NamedRange of current worksheet.
            </summary>
            <param name="dataReader">The <see cref="T:System.Data.SqlClient.SqlDataReader"/> or <see cref="T:System.Data.OleDb.OleDbDataReader"/> object which contains data.</param>
            <param name="namedRange">Represents named range.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <returns>Number of imported rows.</returns>
            <remarks> 
            This method is not supported in WinRT, Windows Phone, Portable, Universal and Silverlight platforms.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataColumns(System.Data.DataColumn[],System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports array of data columns.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="arrDataColumns">Data columns to import.</param>
            <param name="isFieldNameShown">Indicates whether to import field names.</param>
            <param name="firstRow">Index to the first row.</param>
            <param name="firstColumn">Index to the first column.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into worksheet with the specified row and column.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where Data View should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where Data View should be imported.
            </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with the specified range and preserve type.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="bPreserveTypes">Indicates whether to preserve column types.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports data from a DataView into a worksheet with specified row, column and preserve type.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataView">Data View with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataView(System.Data.DataView,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from a DataView into a worksheet with specified range and preserve type.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="dataView">DataView with desired data.</param>
            <param name="isFieldNameShown">TRUE if column names must also be imported.</param>
            <param name="firstRow">
            Row of the first cell where DataView should be imported.
            </param>
            <param name="firstColumn">
            Column of the first cell where DataView should be imported.
            </param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="bPreserveTypes">Indicates whether XlsIO should try to preserve types in Data Table, i.e. if it is set to False (default) and in Data Table we have in 
            string column value that contains only numbers, it would be converted to number. </param>
            <returns>Number of imported rows.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExportDataTable(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data in the specified row and column into a DataTable.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="firstRow">Row of the first cell from where DataTable should be exported.</param>
            <param name="firstColumn">Column of the first cell from where DataTable should be exported.</param>
            <param name="maxRows">Maximum number of rows to export.</param>
            <param name="maxColumns">Maximum number of columns to export.</param>
            <param name="options">Export options.</param>
            <returns>DataTable with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExportDataTable(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelExportDataTableOptions,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Exports worksheet data into a DataTable.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="firstRow">
            Row of the first cell from where DataTable should be exported
            </param>
            <param name="firstColumn">
            Column of the first cell from where DataTable should be exported
            </param>
            <param name="maxRows">Maximum number of rows to export</param>
            <param name="maxColumns">Maximum number of columns to export</param>
            <param name="options">Export options.</param>
            <returns>Data Table with worksheet data</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions)">
            <summary>
            Exports worksheet data into a Data Table with specified datarange based on exporting options.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="range">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>Data Table with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.PEExportDataTable(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.ExcelExportDataTableOptions,Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl)">
            <summary>
            Exports worksheet data into a Data Table.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="range">Range to export.</param>
            <param name="options">Export options.</param>
            <returns>Data Table with worksheet data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportData(System.Collections.IEnumerable,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Imports data from class objects into a worksheet with specified row and column.
            </summary>
            <param name="arrObject">IEnumerable object with desired data.</param>
            <param name="firstRow">First row from where the data should be imported.</param>
            <param name="firstColumn">First column from where the data should be imported.</param>
            <param name="includeHeader">TRUE if class properties names must be imported.</param>
            <returns>Number of imported rows.</returns>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetPropertyInfosFromDictionary(System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.List{System.Int32}@)">
            <summary>
            Get the property information from expando objects
            </summary>
            <param name="objects">input expando objects</param>
            <returns>the list of type code from expando object properties</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemovePanes">
            <summary>
            Removes panes from a worksheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IntersectRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Intersects two ranges.
            </summary>
            <param name="range1">First range to intersect.</param>
            <param name="range2">Second range to intersect.</param>
            <returns>Intersection of two ranges or NULL if there is no range intersection.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MergeRanges(Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.IRange)">
            <summary>
            Merges two ranges.
            </summary>
            <param name="range1">First range to merge.</param>
            <param name="range2">Second range to merge.</param>
            <returns>Merged ranges or NULL if is not able to merge ranges.</returns>
            <exception cref="T:System.ArgumentNullException">
            When range1 or range2 is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Find(System.String)">
            <summary>
            Find a range with the given value.
            </summary>
            <param name="value">Value to find.</param>
            <returns>Range array that contains the given value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.String)">
            <summary>
            Replaces string with the specified another string value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.String,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Replaces string with the specified another string value based on the <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The string to replace all occurrences of oldValue.</param>
            <param name="findOptions">Specifies the find options for the oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.DateTime)">
            <summary>
            Replaces string with the specified DateTime value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The DateTime to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.Double)">
            <summary>
            Replaces string with the specified double value.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValue">The double value to replace all occurrences of oldValue.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.String[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of string values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.Int32[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of int values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.Double[],System.Boolean)">
            <summary>
            Replaces specified string with the specified array of double values.
            </summary>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Array of new values.</param>
            <param name="isVertical">
            Indicates whether array should be inserted vertically.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.Data.DataTable,System.Boolean)">
            <summary>
            Replaces string with the specified datatable value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Replace(System.String,System.Data.DataColumn,System.Boolean)">
            <summary>
            Replaces string with the specified datacolumn value.
            </summary>
            <remarks>This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <param name="oldValue">The string to be replaced.</param>
            <param name="newValues">Data table with new data.</param>
            <param name="isFieldNamesShown">Indicates whether field name must be shown.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Remove">
            <summary>
            Removes worksheet from parent worksheet collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Move(System.Int32)">
            <summary>
            Moves worksheet to the specified index.
            </summary>
            <param name="iNewIndex">New index of the worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindWorksheetNotBefore(System.Int32)">
            <summary>
            
            </summary>
            <param name="iNewIndex"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetColumnWidth(System.Int32,System.Double)">
            <summary>
            Sets column width for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="value">Width to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels for the specified column.
            </summary>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Width in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets column width in pixels to the given number of columns from the specified column index.
            </summary>
            <param name="iStartColumnIndex">Start Column index</param>
            <param name="iCount">No of Column to be set width</param>
            <param name="value">Value in pixel to set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetRowHeight(System.Int32,System.Double)">
            <summary>
            Sets row height for the specified row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="value">Height to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetRowHeightInPixels(System.Int32,System.Double)">
            <summary>
            Sets row height in pixels for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetRowHeightInPixels(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets row height in pixels to the given number of rows from the specified row index.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iCount">No of Row to be set width.</param>
            <param name="value">Value in pixels to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that starts with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindStringStartsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that starts with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">true to ignore case wen comparing this string to the value;otherwise,false</param>
            <returns>Returns the first occurrence that starts with the specified string value, or null if value was not found.</returns>   
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the first occurrence that ends with the specified string value.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindStringEndsWith(System.String,Syncfusion.XlsIO.ExcelFindType,System.Boolean)">
            <summary>
            Returns the first occurrence that ends with the specified string value which ignores the case.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="ignoreCase">True to ignore case when comparing this string to the value; otherwise, False.</param>
            <returns>Returns the first occurrence that ends with the specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the first occurrence of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search the value.</param>
            <returns>Returns the first cell with a specified string value and specified find options , or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the first occurrence of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the first cell with a specified double value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.Boolean)">
            <summary>
            Returns the first occurrence of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.DateTime)">
            <summary>
            Returns the first occurrence of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindFirst(System.TimeSpan)">
            <summary>
            Returns the first occurrence of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the first cell with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <returns>Returns the cells with a specified string value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.String,Syncfusion.XlsIO.ExcelFindType,Syncfusion.XlsIO.ExcelFindOptions)">
            <summary>
            Returns the cells of the specified string value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/> and <see cref="T:Syncfusion.XlsIO.ExcelFindOptions"/>.
            </summary>
            <param name="findValue">Value to search.</param>
            <param name="flags">Type of value to search.</param>
            <param name="findOptions">Way to search.</param>
            <returns>
            Returns the cells with a specified string value and specified find options , or null if value was not found.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.Double,Syncfusion.XlsIO.ExcelFindType)">
            <summary>
             Returns the cells of the specified double value with the specified <see cref="T:Syncfusion.XlsIO.ExcelFindType"/>.
             </summary>
             <param name="findValue">Value to search.</param>
             <param name="flags">Type of value to search.</param>
             <returns>All found cells, or Null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.Boolean)">
            <summary>
            Returns the cells of the specified bool value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified bool value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.DateTime)">
            <summary>
            Returns the cells of the specified DateTime value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified DateTime value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FindAll(System.TimeSpan)">
            <summary>
            Returns the cells of the specified TimeSpan value.
            </summary>
            <param name="findValue">Value to search.</param>
            <returns>Returns the cells with a specified TimeSpan value, or null if value was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAs(System.String,System.String)">
            <summary>
            Saves worksheet with specified file name using separator. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAs(System.String,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet using separator with specified file name and encoding. Used only for CSV files.
            </summary>
            <param name="fileName">File to save.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAs(System.IO.Stream,System.String)">
            <summary>
            Saves worksheet as stream using separator. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAsInternal(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Save tabsheet using separator.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAs(System.IO.Stream,System.String,System.Text.Encoding)">
            <summary>
            Saves worksheet as stream using separator with specified encoding. Used only for CSV files.
            </summary>
            <param name="stream">Stream to save. </param>
            <param name="separator">Current separator.</param>
            <param name="encoding">Encoding to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAsHtml(System.String)">
            <summary>
            Saves worksheet with specified filename.
            </summary>
            <param name="fileName">File to save.</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAsHtml(System.IO.Stream)">
            <summary>
            Saves worksheet as stream.
            </summary>
            <param name="stream">Stream to save.</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAsHtml(System.String,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet with specified filename and <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="filename">File to save.</param>
            <param name="saveOptions">Save Options</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SaveAsHtml(System.IO.Stream,Syncfusion.XlsIO.Implementation.HtmlSaveOptions)">
            <summary>
            Saves worksheet as stream with the specified <see cref="T:Syncfusion.XlsIO.Implementation.HtmlSaveOptions"/>.
            </summary>
            <param name="stream">Stream to save.</param>
            <param name="saveOptions">Save Options</param>
            <remarks> 
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.
            </remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetDefaultColumnStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetDefaultColumnStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default column style for the specified starting and ending column.
            </summary>
            <param name="iStartColumnIndex">Starting column index.</param>
            <param name="iEndColumnIndex">Ending column index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetDefaultRowStyle(System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetDefaultRowStyle(System.Int32,System.Int32,Syncfusion.XlsIO.IStyle)">
            <summary>
            Sets the default row style for the specified starting and ending row.
            </summary>
            <param name="iStartRowIndex">Starting row index.</param>
            <param name="iEndRowIndex">Ending row index.</param>
            <param name="defaultStyle">Default style.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetCellStyle(System.Int32,System.UInt16)">
            <summary>
            Sets by row index default style for cell.
            </summary>  
            <param name="iColndex">Column index.</param>
            <param name="dXFIndex">Default style index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetDefaultColumnStyle(System.Int32)">
            <summary>
            Returns the default column style for the specified column.
            </summary>
            <param name="iColumnIndex">One-based column index.</param>
            <returns>Default column style for the specified column or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetDefaultRowStyle(System.Int32)">
            <summary>
            Returns default row style for the specified row.
            </summary>
            <param name="iRowIndex">One-based row index.</param>
            <returns>Default row style for the specified row or null if style wasn't set.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FreeRange(Syncfusion.XlsIO.IRange)">
            <summary>
            Frees range object.
            </summary>
            <param name="range">Range to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.FreeRange(System.Int32,System.Int32)">
            <summary>
            Frees range object for the specified row and column.
            </summary>
            <param name="iRow">One-based row index of the range object to remove from internal cache.</param>
            <param name="iColumn">One-based column index of the range object to remove from internal cache.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Converts the specified range into image. Default image type is Bitmap.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported.
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream)">
            <summary>
            Converts the specified range into image with the specified type.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Stream to be converted to an image. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported.
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.EmfType,System.IO.Stream)">
            <summary>
            Converts the specified range into Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row to convert.</param>
            <param name="firstColumn">One-based index of the first column to convert.</param>
            <param name="lastRow">One-based index of the last row to convert.</param>
            <param name="lastColumn">One-based index of the last column to convert.</param>
            <param name="emfType">Enhanced MetaFile, to render the image in meta file format.</param>
            <param name="outputStream">Stream to be converted to an image. It is ignored if null.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported.
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConvertToImage(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ImageType,System.IO.Stream,System.Drawing.Imaging.EmfType)">
            <summary>
            Converts the specified range into image along with Metafile.
            </summary>
            <param name="firstRow">One-based index of the first row.</param>
            <param name="firstColumn">One-based index of the first column.</param>
            <param name="lastRow">One-based index of the last row.</param>
            <param name="lastColumn">One-based index of the last column.</param>
            <param name="imageType">Type of the image to create.</param>
            <param name="outputStream">Stream to be converted to an image. It is ignored if null.</param>
            <param name="emfType">Enhanced MetaFile, to render the image in meta file format.</param>
            <returns>Converted Image for the specified range.</returns>
            <remarks> Subscript/Superscript,RTF,Shrink to fit,Shapes (except TextBox shape and Image),Charts and 
            Chart Worksheet and Complex conditional formatting features are not supported in Worksheet 
            to image conversion. Gradient fill is partially supported.
            This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTableWithoutCheck(System.Data.DataTable,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[],System.Boolean)">
            <summary>
            Imports data table without checking arguments for correctness.
            </summary>
            <param name="dataTable">Data table to import.</param>
            <param name="firstRow">Index of the first row to import.</param>
            <param name="firstColumn">Index of the first column to import.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="arrColumns">Array of columns to import.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTableWithoutCheckPreserve(System.Data.DataTable,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[])">
            <summary>
            Imports data table with type preservation, but without checking arguments for correctness.
            </summary>
            <param name="dataTable">Data table to import.</param>
            <param name="firstRow">Index of the first row to import.</param>
            <param name="firstColumn">Index of the first column to import.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
            <param name="arrColumns">Array of columns to import.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataViewWithoutCheck(System.Data.DataView,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports DataView without checking arguments for correctness.
            </summary>
            <param name="dataView">DataView to import.</param>
            <param name="firstRow">Index of the first row to import.</param>
            <param name="firstColumn">Index of the first column to import.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataViewWithoutCheckPreserve(System.Data.DataView,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Imports DataView with type preservation, but without checking arguments for correctness.
            </summary>
            <param name="dataView">DataView to import.</param>
            <param name="firstRow">Index of the first row to import.</param>
            <param name="firstColumn">Index of the first column to import.</param>
            <param name="maxRows">Maximum number of rows to import.</param>
            <param name="maxColumns">Maximum number of columns to import.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetValueType(System.Object,System.Int32,System.Collections.Generic.Dictionary{System.Int32,Syncfusion.XlsIO.Implementation.WorksheetImpl.RangeProperty})">
            <summary>
            Converts object value into RangeProperty enum.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="iColumnIndex">Column index in DataRowView.</param>
            <param name="hashColumnTypes">Dictionary to cache results.</param>
            <returns>Corresponding RangeProperty.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetTypeCodesFromCustomDynamic(System.Object,System.Collections.Generic.IList{System.String},System.Collections.Generic.Dictionary{System.String,System.Runtime.CompilerServices.CallSite{System.Func{System.Runtime.CompilerServices.CallSite,System.Object,System.Object}}}@,System.Collections.Generic.List{System.Int32}@)">
            <summary>
            Return the type codes of a properties from the customized dynamic objects
            </summary>
            <param name="dynamicObject">overrided dynamic object</param>
            <param name="propertyNames">list of property names</param>
            <param name="callSiteCollection">List of call site for properties</param>
            <param name="nullableList">index of null values, to identify the type later</param>
            <returns>the typecodes for each properties</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves worksheet into specified OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all of the worksheet's records.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When records is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeErrorIndicators(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize error indicators.
            </summary>
            <param name="records">Represents record storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeNotParsedWorksheet(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes worksheet if it wasn't parsed.
            </summary>
            <param name="records">Record list to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeForClipboard(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves worksheet into specified OffsetArrayList in Clipboard format
            </summary>
            <param name="records">
            OffsetArrayList that will receive all worksheet's records
            </param>
            <exception cref="T:System.ArgumentNullException">
            When records is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeColumnInfo(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves ColumnInfoRecords into specified OffsetArrayList
            </summary>
            <param name="records">
            OffsetArrayList that will receive all ColumnInfoRecords
            </param>
            <returns>Number of ColumnInfoRecords</returns>
            <exception cref="T:System.ArgumentNullException">
            When records is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeGroupColumnInfo(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves specified ColumnInfoRecords into specified OffsetArrayList
            </summary>
            <param name="records">
            OffsetArrayList that will receive all ColumnInfoRecords
            </param>
            <returns>Index of last column</returns>
            <exception cref="T:System.ArgumentNullException">
            When records or values is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeConditionalFormatting(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes conditional formats.
            </summary>
            <param name="records">OffsetArrayList that will receive format records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeDataValidation(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serializes data validation table.
            </summary>
            <param name="records">OffsetArrayList that will receive data validation records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.CompareDVWithoutRanges(Syncfusion.XlsIO.Parser.Biff_Records.DVRecord,Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Compares two DVRecords ignoring ranges information.
            </summary>
            <param name="curDV">First DVRecord to compare.</param>
            <param name="dvToAdd">Second DVRecord to compare.</param>
            <returns>TRUE if they are equal; FALSE otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.MergeDVRanges(Syncfusion.XlsIO.Parser.Biff_Records.DVRecord,Syncfusion.XlsIO.Parser.Biff_Records.DVRecord)">
            <summary>
            Merges DVRecords.
            </summary>
            <param name="curDv">Destination DVRecord.</param>
            <param name="dvToAdd">DVRecord to add regions from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SerializeMsoDrawings(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves all shapes.
            </summary>
            <param name="records">List to save records into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,System.Boolean)">
            <summary>
            Saves worksheet into specified OffsetArrayList.
            </summary>
            <param name="records">
            OffsetArrayList that will receive all of the worksheet's records.
            </param>
            <param name="bClipboard">Indicates whether we need to serialize all records to be able to copy them into clipboard.</param>
            <exception cref="T:System.ArgumentNullException">
            When records is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RaiseColumnWidthChangedEvent(System.Int32,System.Double)">
            <summary>
            Raises ColumnWidthChanged event.
            </summary>
            <param name="iColumn">Zero-based column index.</param>
            <param name="dNewValue">New width value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RaiseRowHeightChangedEvent(System.Int32,System.Double)">
            <summary>
            Raises RowHeightChanged event.
            </summary>
            <param name="iRow">Zero-based row index.</param>
            <param name="dNewValue">New height.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.NormalFont_OnAfterChange(System.Object,System.EventArgs)">
            <summary>
            This method is called when normal font changes.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula value in the specified cell.
            </summary>
            <param name="iRow">One-based row index  of the cell to set value.</param>
            <param name="iColumn">One-based column index of the cell to set value.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.WorksheetImpl.checkIsNumber(System.String,System.Globalization.CultureInfo)" -->
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.WorksheetImpl.checkGroupSeparatorPosition(System.String,System.Globalization.CultureInfo)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetNumber(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets number for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetBoolean(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets boolean value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetText(System.Int32,System.Int32,System.String)">
            <summary>
            Sets text for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Text to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormula(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Formula to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormula(System.Int32,System.Int32,System.String,System.Boolean)">
            <summary>
            Sets formula in the specified cell.
            </summary>
            <param name="iRow">One-based row index  of the cell to set value.</param>
            <param name="iColumn">One-based column index of the cell to set value.</param>
            <param name="value">Formula to set.</param>
            <param name="bIsR1C1">Indicates is formula in R1C1 notation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetError(System.Int32,System.Int32,System.String)">
            <summary>
            Sets error for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Error to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetBlank(System.Int32,System.Int32)">
            <summary>
            Blanks the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetBlankRecord(System.Int32,System.Int32)">
            <summary>
            Sets blank record into cell with specified row and column.
            </summary>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetNumberRecord(System.Int32,System.Int32,System.Double,System.Int32)">
            <summary>
            Sets number record into cell with specified row and column.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to set.</param>
            <param name="iXFIndex">Represents xf index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetRKRecord(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets rk record into cell with specified row and column.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Value to be set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaValue(System.Int32,System.Int32,System.String,System.Boolean)">
            <summary>
            Sets formula value.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iColumn">One based column.</param>
            <param name="value">Formula value to set.</param>
            <param name="bIsR1C1">Indicates whether range is represented as R1C1 notation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaNumberValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets formula number value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula number value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaErrorValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula error value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula error value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaBoolValue(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets formula bool value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula bool value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaStringValue(System.Int32,System.Int32,System.String)">
            <summary>
            Sets formula string value for the specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="value">Represents formula string value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetError(System.Int32,System.Int32,System.String,System.Boolean)">
            <summary>
            Sets error value.
            </summary>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <param name="value">Value representing error name.</param>
            <param name="isSetText">Indicates whether to set text.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetString(System.Int32,System.Int32,System.String)">
            <summary>
            Sets string to a range.
            </summary>
            <param name="iRow">Row index</param>
            <param name="iColumn">Column index</param>
            <param name="value">String value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.RemoveString(System.Int32,System.Int32)">
            <summary>
            Removes string from a cell.
            </summary>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <returns>Index to extended format</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetXFIndex(System.Int32,System.Int32)">
            <summary>
            Returns index of an extended format for specified cell.
            </summary>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Index to the extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetXFIndex(System.Int32)">
            <summary>
            Returns index of an extended format for specified Row.
            </summary>
            <param name="iRow">One-based row index.</param>
            <returns>Index to the extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnXFIndex(System.Int32)">
            <summary>
            Returns index of an extended format for specified Column.
            </summary>
            <param name="firstColumn">first column index.</param>
            <param name="lastColumn">last column index.</param>
            <returns>Index to the extended format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.TryCreateRkRecord(System.Int32,System.Int32,System.Double)">
            <summary>
            Tries to create Rk record from double value.
            </summary>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <param name="value">Double that should be converted to RkRecord.</param>
            <returns>Created RkRecord if succeeded, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.TryCreateRkRecord(System.Int32,System.Int32,System.Double,System.Int32)">
            <summary>
            Tries to create Rk record from double value.
            </summary>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <param name="value">Double that should be converted to RkRecord.</param>
            <param name="iXFIndex">Represents xf index.</param>
            <returns>Created RkRecord if succeeded, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Int32)">
            <summary>
            Creates record.
            </summary>
            <param name="recordCode">Record to create.</param>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <returns>Created biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates record.
            </summary>
            <param name="recordCode">Record to create.</param>
            <param name="iRow">One-based row index.</param>
            <param name="iColumn">One-based column index.</param>
            <param name="iXFIndex">Represents xf index.</param>
            <returns>Created biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaValue(System.Int32,System.Int32,System.Double)">
            <summary>
            Sets formula number. Use for setting FormulaError, FormulaBoolean, FormulaNumber values.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iColumn">One based column index.</param>
            <param name="value">Represents value for set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetFormulaValue(System.Int32,System.Int32,System.Double,Syncfusion.XlsIO.Parser.Biff_Records.StringRecord)">
            <summary>
            Sets formula value. Use for setting FormulaError, FormulaBoolean, FormulaNumber, FormulaString values.
            </summary>
            <param name="iRow">One based row index.</param>
            <param name="iColumn">One based column index.</param>
            <param name="value">Represents value for set.</param>
            <param name="strRecord">Represents string record as formula string value. Can be null.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormula(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Returns formula value from specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>Returns formula string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormula(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Returns formula corresponding to the cell.
            </summary>
            <param name="row">One-based row index of the cell to get value from.</param>
            <param name="column">One-based column index of the cell to get value from.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>Formula contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormula(System.Int32,System.Int32,System.Boolean,Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Returns formula corresponding to the cell.
            </summary>
            <param name="row">One-based row index of the cell to get value from.</param>
            <param name="column">One-based column index of the cell to get value from.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <param name="formulaUtil">Formula utilities to use for parsing.</param>
            <returns>Formula contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormula(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Boolean,Syncfusion.XlsIO.Implementation.FormulaUtil,System.Boolean)">
            <summary>
            Returns formula corresponding to the cell.
            </summary>
            <param name="row">Zero-based row index of the cell to get value from.</param>
            <param name="column">Zero-based column index of the cell to get value from.</param>
            <param name="arrTokens">Array with formula tokens.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <param name="formulaUtil">Formula utilities to use for parsing.</param>
            <returns>Formula contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormulaArray(Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord)">
            <summary>
            Returns formula array.
            </summary>
            <param name="formula">Represents formula.</param>
            <returns>Formula array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetStringValue(System.Int64)">
            <summary>
            Returns string value corresponding to the cell.
            </summary>
            <param name="cellIndex">Cell index to get value from.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetText(System.Int32,System.Int32)">
            <summary>
            Returns string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormulaStringValue(System.Int32,System.Int32)">
            <summary>
            Returns formula string value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>String contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetNumber(System.Int32,System.Int32)">
            <summary>
            Returns number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormulaNumberValue(System.Int32,System.Int32)">
            <summary>
            Returns formula number value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Number contained by the cell.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetError(System.Int32,System.Int32)">
            <summary>
            Returns error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetErrorValueToString(System.Byte,System.Int32)">
            <summary>
            Gets the error value to string.
            </summary>
            <param name="value">The value.</param>
            <param name="row">Row index.</param>
            <returns>Returns error string or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormulaErrorValue(System.Int32,System.Int32)">
            <summary>
            Returns formula error value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns error value or null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetBoolean(System.Int32,System.Int32)">
            <summary>
            Returns bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>Returns found bool value. If cannot found returns false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFormulaBoolValue(System.Int32,System.Int32)">
            <summary>
            Returns formula bool value from the specified row and column.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <returns>True if bool value is found. otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasArrayFormulaRecord(System.Int32,System.Int32)">
            <summary>
            Indicates is has array formula.
            </summary>
            <param name="row">Represents row index.</param>
            <param name="column">Represents column index.</param>
            <returns>Indicates is contain array formula record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasArrayFormula(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Indicates whether tokens array contains array formula reference.
            </summary>
            <param name="arrTokens">Tokens to check.</param>
            <returns>True if it refers to </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetCellType(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets cell type from current column.
            </summary>
            <param name="row">Indicates row.</param>
            <param name="column">Indicates column.</param>
            <param name="bNeedFormulaSubType">Indicates is need to indentify formula sub type.</param>
            <returns>Returns cell type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsExternalFormula(System.Int32,System.Int32)">
            <summary>
            Indicates is formula in cell is formula to external workbook.
            </summary>
            <param name="row">Represents row index.</param>
            <param name="column">Represents column index.</param>
            <returns>If contain extern formula returns true; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFirstRow">
            <summary>
            Get the idex of the first row in UsedRange
            </summary>
            <returns> index of first row</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetLastRow">
            <summary>
            get the index of the last row in UsedRange
            </summary>
            <returns>index of last row</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetRowCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetFirstColumn">
            <summary>
            Gets the first column index.
            </summary>
            <returns>Index of first column</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetLastColumn">
            <summary>
            Gets the last column index / column count.
            </summary>
            <returns>Index of last column</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.GetColumnCount">
            <summary>
            This API supports the .NET Framework infrastructure and is not intended to be used directly from your code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.BuildMergedRegions">
            <summary>
            Builds the merged regions.
            </summary>
            <returns></returns>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.MissingFunction">
            <summary>
            Event raised when an unknown function is encountered. 
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.CellValueChanged">
            <summary>
            Occurs when the value of a cell changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CalcEngine">
            <summary>
            Gets or sets the a <see cref="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CalcEngine"/> object associated with <see cref="T:Syncfusion.Calculate.ICalcData"/> implementation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasSheetCalculation">
            <summary>
            Gets a value indicating whether this instance has sheet calculation.
            </summary>
            <value>
            	<c>true</c> if this instance has sheet calculation; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasAlternateContent">
            <summary>
            Gets a value indicating whether this instance has Alernate Content.
            </summary>
            <value>
            	<c>true</c> if this instance has sheet AlernateContent; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.ValueChanged">
            <summary>
            An event raised on the IWorksheet whenever a value changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.WorksheetSlicerStream">
            <summary>
             Stream to preserve the worksheet slicer
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasHyperlinks">
            <summary>
             returns true when cell contains hyperlinks
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DefaultColumnWidth">
            <summary>
             Default column width mentioned in the attribute
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.MergeCells">
            <summary>
            Read-only. Access to merged cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ColumnInformation">
            <summary>
            Read-only. Access to column info records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.VerticalSplit">
            <summary>
            Gets or sets the position of vertical split in the worksheet.
            </summary>
            <remarks>
            Position of the vertical split (px, 0 = No vertical split):
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible columns in left pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HorizontalSplit">
            <summary>
            Gets or sets the position of horizontal split in the worksheet.
            </summary>
            <remarks>
            Position of the horizontal split (by, 0 = No horizontal split):
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point)
            Frozen pane: Number of visible rows in top pane(s)
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.FirstVisibleRow">
            <summary>
            Gets or sets the first visible row index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.MaxColumnWidth">
            <summary>
            Max_Coloumn width
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.FirstVisibleColumn">
            <summary>
            Gets or sets the first visible column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PrintArea">
            <summary>
            Worksheet's print area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.SelectionCount">
            <summary>
            Gets a value indicating selection count of pane.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DVTable">
            <summary>
            Gets data validation collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutoFilters">
            <summary>
            Gets the auto filters collection in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerHyperLinks">
            <summary>
            Collection of all hyperlinks in the current worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerHyperLinksOrNull">
            <summary>
            Collection of all hyperlinks in the current worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.View">
            <summary>
            Gets or sets the view setting of the worksheet.
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DefaultRowHeight">
            <summary>
            Return default row height in pixel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerNames">
            <summary>
            Returns inner names collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerDVTable">
            <summary>
            Returns inner data validation table. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CellRecords">
            <summary>
            Returns collection of cell records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PageSetupBase">
            <summary>
            Returns a PageSetup object that contains all the page setup settings
            for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ConditionalFormats">
            <summary>
            Returns collection with all conditional formats in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Pane">
            <summary>
            Gets pain record or null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Selections">
            <summary>
            Gets array with selection records or null. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerCustomProperties">
            <summary>
            Returns collection of the custom properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.UseRangesCache">
            <summary>
            Indicates whether all created range objects should be cached or not. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.AutoFilterRecords">
            <summary>
            Returns all autofilter records. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DConRecords">
            <summary>
            Returns all DCon records that were met in the source document. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.SortRecords">
            <summary>
            Returns all Sort records that were met in the source document. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ErrorIndicators">
            <summary>
            Represents error indicators.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.QuotedName">
            <summary>
            Returns quoted name of the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Version">
            <summary>
            Gets or sets excel version.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.RecordExtractor">
            <summary>
            Returns object used for records creation/extraction from data provider. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.RowHeightHelper">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsVisible">
            <summary>
            Indicates whether IsHidden property is set.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsZeroHeight">
            <summary>
            Indicates whether ZeroHeight property has enabled or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.BaseColumnWidth">
            <summary>
             Specifies the number of characters of the maximum digit width of the normal style's font.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsThickBottom">
            <summary>
            'True' if rows have a thick bottom border by default.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsThickTop">
            <summary>
             'True' if rows have a thick top border by default.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineLevelColumn">
            <summary>
            Highest number of outline levels for columns in this sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineLevelRow">
            <summary>
            Highest number of outline level for rows in this sheet.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CustomHeight">
            <summary>
            Highest number of outline level for rows in this sheet.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.RowsOutlineLevel">
            <summary>
            Returns the rows outline level count
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ColumnsOutlineLevel">
            <summary>
            Returns the columns outline level count
            </summary>      
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineWrappers">
            <summary>
            Returns or sets the list of outline wrapper collection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasMergedCells">
            <summary>
            Indicates whether worksheet has merged cells. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerListObjects">
            <summary>
            Gets collection of all list objects in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DefaultProtectionOptions">
            <summary>
            Gets default protection options for the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InlineStrings">
            <summary>
            Gets the inline strings.
            </summary>
            <value>The inline strings.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PreserveExternalConnection">
            <summary>
            Preserves the External connection setting in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PreservePivotTables">
            <summary>
            Preserves the pivot tables.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ParseDataOnDemand">
            <summary>
            Gets or sets the boolean value to load worksheets on demand
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ColumnOutlineLevels">
            <summary>
            Return or sets the columns outline levels collection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.RowOutlineLevels">
            <summary>
            Returns the row outline levels collection
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Item(System.Int32,System.Int32)">
            <summary>
            Gets or sets cell range by row and column index. Row and column indexes are one-based.
            </summary>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Get cell Range. Row and column indexes are one-based. Read-only.
            </summary>
            <param name="row">First row index. One-based.</param>
            <param name="column">First column index. One-based.</param>
            <param name="lastRow">Last row index. One-based.</param>
            <param name="lastColumn">Last column index. One-based.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Item(System.String)">
            <summary>
             Gets cell Range. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Item(System.String,System.Boolean)">
            <summary>
             Gets cell Range with R1C1Notation flag. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ActivePane">
            <summary>
            Gets or sets index of the active pane.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Cells">
            <summary>
            Gets the used cells in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Columns">
            <summary>
            Gets a Range object that represents all the columns in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.DisplayPageBreaks">
            <summary>
            Gets or sets a value that indicates whether page breaks (both automatic and manual)
            on the worksheet are displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.OleObjects">
            <summary>
             Gets a collection of OleObjects in the worksheet.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <value>The OLE objects.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HasOleObject">
            <summary>
            Gets whether the OLE object is present in the worksheet. Read-only.
            </summary>
            <remarks>This property is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
            <value>
            	True if this instance is OLE object; otherwise, False.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.SparklineGroups">
            <summary>
            Gets the sparkline groups.
            </summary>
            <value>The sparkline groups.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.HPageBreaksCollection"/> that represents the horizontal
            page breaks in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.HyperLinks">
            <summary>
             Gets a hyperlink collections in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsDisplayZeros">
            <summary>
            True if zero values to be displayed. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsGridLinesVisible">
            <summary>
            True if grid lines are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsRowColumnHeadersVisible">
            <summary>
            True if row and column headers are visible. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsStringsPreserved">
            <summary>
            True if all values in the worksheet are preserved as strings. otherwise, False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.MergedCells">
            <summary>
            Gets all the merged ranges in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Names">
            <summary>
            Gets a Names collection that represents
            the worksheet-specific names (names defined with the "WorksheetName!"
            prefix) in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PageSetup">
            <summary>
            Gets a <see cref="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PageSetup"/> object that contains all the page setup settings
            for the specified object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PaneFirstVisible">
            <summary>
            Gets or sets range indicating first visible row and column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Range">
            <summary>
            Gets a Range object that represents a cell or a range of cells in the worksheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Rows">
            <summary>
            Gets a Range object that represents the rows in the specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsFreezePanes">
            <summary>
            Defines whether freezed panes are applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.SplitCell">
            <summary>
            Gets split cell range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.StandardHeight">
            <summary>
            Gets or sets the standard (default) height of all the rows in the worksheet,
            in points.
            <remarks>
            Standard Height sets the height for each row if the row contains data. 
            So To improve performance, set  standard height of the worksheet before set value in cells.
            </remarks> 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.StandardHeightFlag">
            <summary>
            Gets or sets the standard (default) height option flag.
            </summary>
            <remarks>
            Which defines that standard (default) row height and book default font height do not match.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.StandardWidth">
            <summary>
            Gets or sets the standard (default) width of all the columns in the
            worksheet. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.Type">
            <summary>
            Gets the worksheet type. Read-only ExcelSheetType.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.UsedRange">
            <summary>
            Gets a Range object that represents the used range on the
            specified worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.UsedCells">
            <summary>
            Gets all not empty or accessed cells. Read-only.
            </summary>
            <remarks>
            WARNING: This property creates Range object for each cell in the worksheet
            and creates new array each time user calls to it. It can cause huge memory
            usage especially if called frequently.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.VPageBreaks">
            <summary>
            Gets a <see cref="T:Syncfusion.XlsIO.Implementation.Collections.VPageBreaksCollection"/> that represents the vertical page
            breaks on the sheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsEmpty">
            <summary>
            Indicates whether worksheet is empty. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CustomProperties">
            <summary>
            Gets a collection of custom properties of the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.MigrantRange">
            <summary>
            Gets instance of migrant range. Read-only.
            </summary>
            <remarks>The IMigrantRange interface can also be used to access a single cell 
            or group of cells and manipulate it.  You can prefer IMigrantRange instead of IRange 
            while writing large amount of data which is an optimal way.
            Row and Column index can be changed by using <see cref="M:Syncfusion.XlsIO.IMigrantRange.ResetRowColumn(System.Int32,System.Int32)"/> method. 
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.UsedRangeIncludesFormatting">
            <summary>
            Gets or sets whether used range should include cells with formatting.
            </summary>
            <remarks>
            There are two different algorithms to create UsedRange object:
            1) Default. This property = true. The cell is included into UsedRange,
            even data is empty (maybe some formatting
            changed, maynot be - cell was accessed and record was created).
            2) This property = false. In this case XlsIO tries to remove empty rows and
            columns from all sides to make UsedRange smaller.
            </remarks>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.UsedRangeIncludesCF">
            <summary>
            Indicates whether to include CFRange in Used range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.PivotTables">
            <summary>
            Gets a collection of pivot tables in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.InnerPivotTables">
            <summary>
            Retruns internal  pivot table collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ListObjects">
            <summary>
            Gets a collection of list objects in the worksheet. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ProtectContents">
            <summary>
            Indicates is current sheet is protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDTHelper">
            <summary>
            Returns ImportDTHelper objects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsImporting">
            <summary>
            Indicates whether it is importing.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsSubtotal" -->
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.WorksheetImpl.SortState" -->
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Implementation.WorksheetImpl.CopyToRange" -->
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.ColumnWidthChanged">
            <summary>
            This event is raised after column width changed. 
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Implementation.WorksheetImpl.RowHeightChanged">
            <summary>
            This event is raised after column height changed. 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.TopLeftCell">
            <summary>
            Gets top left cell of the worksheet.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetImpl.RangeProperty">
            <summary>
            Defines which property of IRange should be used.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType">
            <summary>
            Represents range value type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.Blank">
            <summary>
            Represents Blank type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.Error">
            <summary>
            Represents Error type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.Boolean">
            <summary>
            Represents Boolean type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.Number">
            <summary>
            Represents Number type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.Formula">
            <summary>
            Represents Formula type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.TRangeValueType.String">
            <summary>
            Represents String type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.WorksheetImpl.OutlineDelegate">
            <summary>
            Delegate for outline creation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SortByRow">
            <summary>
            This class is used for sorting cell indexes by row.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortByRow.Compare(System.Object,System.Object)">
            <summary>
            Compares two cell indexes by row value
            </summary>
            <param name="x">First cell index to compare</param>
            <param name="y">Second cell index to compare</param>
            <returns>
            0  - if rows are equal;
            -1 - when the second row is greater than the first;
            1  - when the first row is greater than the second;
             </returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SortByColumn">
            <summary>
            This class is used for sorting cell indexes by column
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortByColumn.Compare(System.Object,System.Object)">
            <summary>
            Compares two cell indexes by column value
            </summary>
            <param name="x">First cell index to compare</param>
            <param name="y">Second cell index to compare</param>
            <returns>
            0  - if columns are equal;
            -1 - when the second column is greater than the first;
            1  - when the first column is greater than the second;
             </returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SortRangeByRow">
            <summary>
            This class is used for sorting ranges by row index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortRangeByRow.Compare(System.Object,System.Object)">
            <summary>
            Compares two ranges by row index
            </summary>
            <param name="x">First range to compare</param>
            <param name="y">Second range to compare</param>
            <returns>
            0  - if rows are equal;
            -1 - when the second row is greater than the first;
            1  - when the first row is greater than the second;
             </returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SortRangeByColumn">
            <summary>
            This class is used for sorting ranges by column index
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortRangeByColumn.Compare(System.Object,System.Object)">
            <summary>
            Compares two ranges by column index
            </summary>
            <param name="x">First range to compare</param>
            <param name="y">Second range to compare</param>
            <returns>
            0  - if rows are equal;
            -1 - when the second column is greater than the first;
            1  - when the first column is greater than the second;
             </returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData">
            <exclude/>
             <summary>
             Represents the method that will return array of biff records for MsoDrawing record.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.MissingFunctionEventHandler">
            <summary>
            Event delegate for MissingFunction event.
            </summary>
            <param name="sender">The CalcEngine.</param>
            <param name="e">The <see cref="T:Syncfusion.XlsIO.Implementation.MissingFunctionEventArgs"/> for this event.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.MissingFunctionEventArgs">
            <summary>
            The event args for the MissingFunction event which is raised whenever the CalcEngine encounters a function
            that is does not know.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MissingFunctionEventArgs.MissingFunctionName">
            <summary>
            Gets the name of the unknown function.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MissingFunctionEventArgs.CellLocation">
            <summary>
            Gets the location of the missing function.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.GroupPoint">
            <summary>
            Struct contains X,Y and isParse.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.MergedCellInfo">
            <summary>
            Merged cells information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergedCellInfo.m_tableSpan">
            <summary>
            Reperesents the table span.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergedCellInfo.m_rowSpan">
            <summary>
            Number of rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergedCellInfo.m_colspan">
            <summary>
            Number of columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergedCellInfo.m_isFirst">
            <summary>
            Reperesents first cell in merged region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.MergedCellInfo.m_firstCellIndex">
            <summary>
            Reperesents the first cell index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergedCellInfo.TableSpan">
            <summary>
            Reperesents the table span.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergedCellInfo.RowSpan">
            <summary>
            Number of rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergedCellInfo.ColSpan">
            <summary>
            Number of columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergedCellInfo.IsFirst">
            <summary>
            Reperesents first cell in merged region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.MergedCellInfo.FirstCellIndex">
            <summary>
            Reperesents the first cell index
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.TableSpan">
            <summary>
            Reperesents the table span.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TableSpan.Default">
            <summary>
            Represents the default span.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TableSpan.Row">
            <summary>
            Represents the row span.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.TableSpan.Column">
            <summary>
            Represents the column span.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl">
            <summary>
            Summary description for Dxf style implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.m_borders">
            <summary>
            Borders collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.m_fill">
            <summary>
            Fill implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.m_font">
            <summary>
            Font implementation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.m_format">
            <summary>
            Format implementation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.#ctor">
            <summary>
            Initializes new instance of the Dxf style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.FillCondition(Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat)">
            <summary>
            Copies all dxf style settings into conditional format.
            </summary>
            <param name="conFormat">Conditional format to copy data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.FillSorting(Syncfusion.XlsIO.ISortField)">
            <summary>
            Copies all dxf style settings into sort field.
            </summary>
            <param name="conFormat">Conditional format to copy data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.Clone(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.FormatRecord">
            <summary>
            Gets/sets Format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.Fill">
            <summary>
            Gets/sets fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.Font">
            <summary>
            Gets/sets font.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl.Borders">
            <summary>
            Gets/sets borders.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser">
            <summary>
            Class used for parsing Excel 2007 workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.HLSMax">
            <summary>
            Represents HLS max value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.RGBMax">
            <summary>
            Represents RGB max value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.Undefined">
            <summary>
            Represents undefined HLS value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CarriageReturn">
            <summary>
            CarriageReturn ControlCharacters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.LineFeed">
            <summary>
            LineFeed ControlCharacters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.NullChar">
            <summary>
            NullChar ControlCharacters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.BackSpace">
            <summary>
            BackSpace ControlCharacters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.Tab">
            <summary>
            Tab ControlCharacters
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ContentTypeSchema">
            <summary>
            Content TypeSchema
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ContentTypeNameSpace">
            <summary>
            Content Type NameSpace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.XmlSchemaNameSpace">
            <summary>
            Xml Schema NameSpace
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ElementName">
            <summary>
            Element Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.Name">
            <summary>
            Name Attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.DisplayName">
             <summary>
            Display Name Attribute
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.InternalName">
             <summary>
            Internal Name Attribute
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.Reference">
             <summary>
            Ref attribute
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ComplexContent">
            <summary>
            Complex content
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.DoubleEqualent">
            <summary>
            Represents string DoubleEqualSymbol
            </summary> 
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ThreeStars">
            <summary>
            3 Stars
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ThreeTriangles">
            <summary>
            3 Triangles
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.FiveBoxes">
            <summary>
            5 Boxes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_formulaUtil">
            <summary>
            Formula utils.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_dictShapeParsers">
            <summary>
            Dictionary with all available shape parsers. Key - shape instance value,
            or o:spt value; Value - shape parser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_lstThemeColors">
            <summary>
            Theme colors list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_dicThemeColors">
            <summary>
            Dictionary of theme colors: key - theme color name, value - corresponding color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_bgImages">
            <summary>
            Contains list of ZipArchiveItem for background images
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.parentElement">
            <summary>
            Parent element name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_workSheet">
            <summary>
            Represents the current worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.m_outlineWrapperUtility">
            <summary>
            Represent the OutlineWrapperUtility object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.DEF_NUMBERFORMAT_INDEXES">
            <summary>
            The number format indexes that are always serialized.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Initializes new instance of the parser.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetThemeColor(System.String)">
            <summary>
            Converts theme color name into rgb color value.
            </summary>
            <param name="colorName">Color name to get rgb color value for.</param>
            <returns>Rgb color object that corresponds to the theme color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetThemeColor(System.String,System.Collections.Generic.Dictionary{System.String,System.Drawing.Color})">
            <summary>
            Converts theme color name into rgb color value.
            </summary>
            <param name="colorName">Color name to get rgb color value for.</param>
            <param name="themeColors">Dictionary that holds theme color name and color.</param>
            <returns>Rgb color object that corresponds to the theme color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseContentTypes(System.Xml.XmlReader,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="contentDefaults"></param>
            <param name="contentOverrides"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseWorkbook(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.String,System.IO.Stream,System.IO.Stream,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}}@,System.IO.Stream,System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.String}}@)">
            <summary>
            Parses workbook part.
            </summary>
            <param name="reader">XmlReader to extract workbook part data from.</param>
            <param name="relations">Workbook relations.</param>
            <param name="holder">Object that stores document data.</param>
            <param name="bookPath">Absolute path in zip archive to the parent workbook.</param>
            <param name="streamStart">Stream that will get all xml tags before worksheets.</param>
            <param name="streamEnd">Stream that will get all xml tags after named ranges section.</param>
            <param name="lstBookViews">Workbook views collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseMetaProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.IO.Stream,System.String)">
             <summary>
             Parses Meta Properties
             </summary>
            <param name="fileDataHolder">File Data Holder</param>
            <param name="reader">XML Reader</param>
            <param name="stream">DataStream</param>
            <param name="itemName">Item Name</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDocumentManagmentSchema(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses DocumentManagement Schema Elements
            </summary>
            <param name="m_values">List of elements in DocumentManagement</param>
            <param name="reader">Xml Reader</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseChildElements(System.Xml.XmlReader)">
            <summary>
            Parses DocumentManagement child Elements
            </summary>    
            <param name="reader">Xml Reader</param> 
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDocumentManagementPropties(System.Xml.XmlReader)">
            <summary>
            Parses workbook part.
            </summary>
            <param name="reader">Xml Reader</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePivotCaches(System.Xml.XmlReader)">
            <summary>
            Extracts pivot caches from the reader.
            </summary>
            <param name="reader">Xml reader to get pivot caches data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePivotCache(System.Xml.XmlReader)">
            <summary>
            Extracts pivot cache from the reader.
            </summary>
            <param name="reader">Xml reader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFileSharing(System.Xml.XmlReader)">
            <summary>
            Parses FileSharing tag
            </summary>
            <param name="reader">Reader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseWorkbookPr(System.Xml.XmlReader)">
            <summary>
            Parses workbook Pr tag and parses Date1904 value
            </summary>
            <param name="reader">XmlReader to extract workbook part data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCalcProperties(System.Xml.XmlReader)">
            <summary>
            Parses calculation tag and reads Precision
            </summary>
            <param name="reader">XmlReader to extract workbook part data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseWorkbookProtection(System.Xml.XmlReader)">
            <summary>
            Extracts workbook protection options.
            </summary>
            <param name="reader">XmlReader to extract protection options from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBookViews(System.Xml.XmlReader,System.Int32@,System.Int32@)">
            <summary>
            Parses workbook views.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="iActiveSheetIndex">Active sheet index.</param>
            <param name="iDisplayedTab">Display tab index.</param>
            <returns>Workbook views collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseWorkbookView(System.Xml.XmlReader)">
            <summary>
            Parses workbook view.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <returns>Dictionary where key - attribute name, value - attribute value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheet(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,System.IO.MemoryStream@,System.IO.MemoryStream@,System.Collections.Generic.List{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Parses sheet (chart of worksheet).
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="sheet">Sheet to parse.</param>
            <param name="strParentPath">Absolute path to the parent worksheet item.</param>
            <param name="streamStart">This stream will receive xml text starting just
            after "worksheet" tag to "col" or "sheetData" tag.</param>
            <param name="streamCF">This stream contains conditional formatting.</param>
            <param name="arrStyles">List with new style indexes (index - old
            style index, value - new one).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetBeforeData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.IO.Stream,System.Collections.Generic.List{System.Int32})">
            <summary>
            Parses worksheet before sheetData tag.
            </summary>
            <param name="reader"></param>
            <param name="sheet"></param>
            <param name="streamStart"></param>
            <param name="arrStyles"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetViews(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Parses sheet views.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="sheet">Worksheet to place extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetView(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Parses single sheet view item.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSelection(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts selection data.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePane(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts pane objects.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePaneState(Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord,System.String)">
            <summary>
            Parses pane state.
            </summary>
            <param name="windowTwo">WindowTwo record that stores pane state flags.</param>
            <param name="state">State value to parse</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseChartsheet(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Extracts chart sheet from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract chart sheet data from.</param>
            <param name="chart">Chart toi fill with data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseChartDrawing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses drawing associated with chartsheet.
            </summary>
            <param name="reader">XmlReader that contains drawing data.</param>
            <param name="chart">Chart to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.TryRemoveChartSheetFallBackRelations(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the drawing relations remove fallback items chart found 
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="drawingItemName">input drawing file path name</param>
            <param name="holder">data holder of chart</param>
            <param name="relations">parent drawing relation of chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseChartTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.String,System.Boolean)">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="chart"></param>
            <param name="relations"></param>
            <param name="dataHolder"></param>
            <param name="itemName"></param>
            <param name="isChartEx">Boolean value indicates whether the chart is chatEx or not.</param>    
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ExtractDefaultRowHeight(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts default row height from sheet format properties tag.
            </summary>
            <param name="reader">XmlReader to get info from.</param>
            <param name="sheet">Worksheet to put settings into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ExtractZeroHeight(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts Zero row height from sheet format properties tag.
            </summary>
            <param name="reader">XmlReader to get info from.</param>
            <param name="sheet">Worksheet to put settings into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseMergedCells(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            This methods extracts merged cells information from XmlReader.
            </summary>
            <param name="reader">Reader to get merge information from.</param>
            <param name="sheet">Parent worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNamedRanges(System.Xml.XmlReader)">
            <summary>
            This methods extracts named ranges from XmlReader.
            </summary>
            <param name="reader">Reader to get information from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStyles(System.Xml.XmlReader,System.IO.Stream@)">
            <summary>
            Parses styles of the workbook.
            </summary>
            <param name="reader">XmlReader to read styles data from.</param>
            <param name="streamDxfs">Stream that will get Dxfs formatting.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSST(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Parses shared strings table.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Dictionary with updated string indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStringItem(System.Xml.XmlReader)">
            <summary>
            Parses string item.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Added string index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStringItem(System.Xml.XmlReader,System.String@)">
            <summary>
            Parses string item.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Added string index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseVmlShapes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses Vml shapes.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted shapes into.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRelations(System.Xml.XmlReader)">
            <summary>
            Extracts relations collection from XmlReader.
            </summary>
            <param name="reader">Reader to extract data from.</param>
            <returns>Extracted relations collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetData(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Collections.Generic.List{System.Int32},System.String)">
            <summary>
            Extracts sheet data from reader and insets it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="arrStyles">List with new style indexes (index - old style index, value - new one).</param>
            <param name="cellTag">Tag used for cell definition.</param>
            <returns>Dictionary with all attributes of sheetData tag.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseComments(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parse xml document with comments data (author, text).
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted comments data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDrawings(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method extracts drawings from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="sheet">Worksheet to place extracted shapes into.</param>
            <param name="drawingsPath">Absolute path to the drawings.</param>
            <param name="lstRelationIds">List that will get relation id of the picture
            (used to remove parsed relations after parsing).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAfterSheetData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.IO.MemoryStream@,System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method extracts all xml tags after SheetData tag.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="sheet">Sheet to parse.</param>
            <param name="streamCF">This stream contains conditional formatting.</param>
            <param name="strParentPath">Absolute path to the parent worksheet item.</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtensionlist(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses the extensionlist.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExt(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Xml.XmlReader)">
            <summary>
            Parses the ext.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="reader">The reader.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSparklineGroups(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Xml.XmlReader)">
            <summary>
            Parses the sparkline groups.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="reader">The reader.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSparklineGroup(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses the sparkline group.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSparklines(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses the sparklines.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSparkline(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses the sparkline.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseOleObjects(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Parses the OLE objects.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseOleObject(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses the OLE object.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sheet">The sheet.</param>
            <param name="oleObject">The OLE object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseTableParts(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String)">
            <summary>
            Extracts all table parts for the specified worksheet.
            </summary>
            <param name="reader">Reader to get table parts from.</param>
            <param name="sheet">Worksheet to put extracted table parts into.</param>
            <param name="sheetPath">Path to the parent sheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseTablePart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String)">
            <summary>
            Extracts table part.
            </summary>
            <param name="reader">Reader to get table part from.</param>
            <param name="sheet">Worksheet to put extracted table part into.</param>
            <param name="sheetPath">Path to the parent sheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseControls(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts controls tag from a reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetProtection(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Extracts protection options.
            </summary>
            <param name="reader">XmlReader to extract from.</param>
            <param name="sheet">Worksheet to put extracted protection options into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CheckChartProtectionAttribute(System.Xml.XmlReader,System.String,Syncfusion.XlsIO.ExcelSheetProtection,System.Boolean,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Checks single protection attribute and updates protection flags as necessary.
            </summary>
            <param name="reader">XmlReader to get attribute value from.</param>
            <param name="attributeName">Attribute name to check.</param>
            <param name="flag">Flag value that corresponds to the protection attribute.</param>
            <param name="defaultValue">Default value of the attribute.</param>
            <param name="protection">Current protection settings.</param>
            <returns>Updated protection settings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CheckProtectionAttribute(System.Xml.XmlReader,System.String,Syncfusion.XlsIO.ExcelSheetProtection,System.Boolean,Syncfusion.XlsIO.ExcelSheetProtection)">
            <summary>
            Checks single protection attribute and updates protection flags as necessary.
            </summary>
            <param name="reader">XmlReader to get attribute value from.</param>
            <param name="attributeName">Attribute name to check.</param>
            <param name="flag">Flag value that corresponds to the protection attribute.</param>
            <param name="defaultValue">Default value of the attribute.</param>
            <param name="protection">Current protection settings.</param>
            <returns>Updated protection settings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseIgnoreError(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts ignore error options from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ExtractIgnoredError(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts ignore error option from a reader.
            </summary>
            <param name="reader">XmlReader to extract ignored error settings.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.AddErrorIndicator(System.String,Syncfusion.XlsIO.ExcelIgnoreError,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Adds error indicator to the corresponding worksheet's collection.
            </summary>
            <param name="strRange">String representation of the cells with such options.</param>
            <param name="options">Ignore error options.</param>
            <param name="sheet">Parent worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomWorksheetProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts custom worksheet properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomProperty(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts single custom property from specified reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetParsedXmlValue(System.String)">
            <summary>
            Gets the parsed XML value.
            </summary>
            <param name="xmlValue">The XML value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetPropertyData(System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            
            </summary>
            <param name="id"></param>
            <param name="dataHolder"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseLegacyDrawingHF(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses header/footer drawings.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDrawings(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method parses Drawings xml tag (shapes).
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseLegacyDrawing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            This method parses LegacyDrawings xml tag (vml shapes).
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseTwoCellAnchor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Extracts single drawing defined by TwoCellAnchor tag name from the specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get shape data from.</param>
            <param name="sheet">Worksheet to put extracted shape into.</param>
            <param name="drawingsPath">Absolute path to the drawings.</param>
            <param name="lstRelationIds">Relation ids that were parsed (to remove them from the collection later).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CreateShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.IO.MemoryStream@,System.String)">
            <summary>
            Extracts shape specified by "sp" tag and registers it in required collections.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="data">Stream that will contains xml representation of the shape if necessary.</param>
            <param name="drawingsPath">Absolute path to the drawings.</param>
            <returns>Created shape object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.IsChartExChoice(System.Xml.XmlReader)">
            <summary>
            Check whether the choice denotes chartEx or not
            </summary>
            <param name="reader">input XML reader</param>
            <returns>the boolean value indicates the chartEx choice or not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseForm(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Parses the transformation2D of picture
            </summary>
            <param name="reader">xmlreader object</param>
            <param name="picture">picture being parsed</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.TryParseChart(System.IO.MemoryStream,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,System.Boolean)">
            <summary>
            Tries to extract chart object from specified stream with GraphicFrame tag.
            </summary>
            <param name="data">Stream with GraphicFrame tag.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingPath">Path to the drawing item.</param>
            <param name="isChartEx">Boolean value indicates whether the chart is chatEx or not.</param>
            <returns>Extracted chart shape; or null if chart wasn't located.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.TryParseShape(System.IO.MemoryStream,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Tries to extract chart object from specified stream with GraphicFrame tag.
            </summary>
            <param name="data">Stream with GraphicFrame tag.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingPath">Path to the drawing item.</param>
            <returns>Extracted chart shape; or null if chart wasn't located.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ReadSingleNodeIntoStream(System.Xml.XmlReader)">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtent(System.Xml.XmlReader)">
            <summary>
            Extracts extent settings from reader and converts them into pixels.
            </summary>
            <param name="reader">Reader to get extent data from.</param>
            <returns>Size of the shape in pixels.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseEditAsValue(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.String)">
            <summary>
            Parses EditAs attribute.
            </summary>
            <param name="shape">Shape to set properties for.</param>
            <param name="editAs">Value to parse</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetAnchor(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Size,System.Boolean)">
            <summary>
            Sets shape anchor.
            </summary>
            <param name="shape">Shape to set anchor for.</param>
            <param name="fromRect">Rectangle that defines top-left shape's position in Excel 2007 units.</param>
            <param name="toRect">Rectangle that defines bottom-right shape's position in Excel 2007 units.</param>
            <param name="shapeExtent">Width and height of the shape if extent token was present, -1 otherwise.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.NormalizeAnchor(System.Drawing.Rectangle,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Converts anchor offsets from Excel 2007 units into Excel 97-2003 units (used by XlsIO).
            </summary>
            <param name="anchorPoint">Rectangle with shape coordinates (left-top or bottom-right corner).</param>
            <param name="sheet">Parent worksheet.</param>
            <returns>Rectangle with converted values from Excel 2007 coordinates space into Excel 97-2003 coordinates.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAnchorPoint(System.Xml.XmlReader)">
            <summary>
            Extracts anchor point from the specified XmlReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <returns>Rectangle with extracted data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePicture(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Parse picture shape.
            </summary>
            <param name="reader">XmlReader to get picture data from.</param>
            <param name="sheet">Worksheet to place extracted shape into.</param>
            <param name="drawingsPath">Absolute path to the drawings.</param>
            <param name="lstRelationIds">List that will get relation id of the picture
            (used to remove parsed relations after parsing).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseShapeProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            This method extracts shape properties from the specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="shape">Shape to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBlipFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Extracts blip data from the specified XmlReader.
            </summary>
            <param name="reader">Reader to get blip data from.</param>
            <param name="shape">Shape to put extracted data into.</param>
            <param name="relations">Worksheet drawings relations collection.</param>
            <param name="parentPath">Path to the parent item.</param>
            <param name="holder">Parent file data holder.</param>
            <param name="lstRelationIds">List that will get relation id of the picture
            (used to remove parsed relations after parsing).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBlipTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Parses blip tag and sets appropriate image to the specified shape.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="shape">Shape to put image into.</param>
            <param name="relations">Collection with all drawings relations.</param>
            <param name="strParentPath">Path to the parent item (used to resolve related relation path).</param>
            <param name="holder">Parent file data holder.</param>
            <param name="lstRelationIds">List that will get relation id of the picture
            (used to remove parsed relations after parsing).</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePictureProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method parses picture properties.
            </summary>
            <param name="reader">Reader to extract data from.</param>
            <param name="shape">Shape to put properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNVPictureCanvas(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Parses non visual picture canvas properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="shape">Shape to place extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNVCanvasProperties(System.Xml.XmlReader,Syncfusion.XlsIO.IShape)">
            <summary>
            Parses non visual canvas properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="shape">Shape to store extracted data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNVCanvasProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Parses non visual canvas properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="shape">Shape to store extracted data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseClickHyperlink(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object},Syncfusion.XlsIO.IHyperLinks)">
            <summary>
            Parses Click Hyper link properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="shape">Shape to store extracted data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCommentList(System.Xml.XmlReader,System.Collections.Generic.List{System.String},Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses commentList tag.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrAuthors">List with comment authors.</param>
            <param name="sheet">Worksheet</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseComment(System.Xml.XmlReader,System.Collections.Generic.IList{System.String},Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            This method extracts single comment from the specified reader.
            </summary>
            <param name="reader">XmlReader to get comment from.</param>
            <param name="authors">List of comment authors.</param>
            <param name="sheet">Parent worksheet for the comment.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAuthors(System.Xml.XmlReader)">
            <summary>
            Extracts authors from the specified reader.
            </summary>
            <param name="reader">XmlReader to get list of comment authors from.</param>
            <returns>List with comment authors.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseShape(System.Xml.XmlReader,System.Collections.Generic.Dictionary{System.String,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl},Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Extracts shape from the reader.
            </summary>
            <param name="reader">XmlReader to get shape settings from.</param>
            <param name="dictShapeIdToShape">Dictionary with default shape settings.
            Key - shape type, Value - default shape</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase,System.Collections.Generic.Dictionary{System.String,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl},System.IO.Stream)">
            <summary>
            Extracts shape type from the specified reader.
            </summary>
            <param name="reader">XmlReader to get shape type from.</param>
            <param name="sheet">Worksheet that is being currently parsed.</param>
            <param name="dictShapeIdToShape">Dictionary that will get default shape for the current shape type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseShapeWithoutType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Extracts shape from the reader if shape type does not exist.
            </summary>
            <param name="reader">XmlReader to get shape settings from.</param>   
            <param name="shapes">Shape collection to process</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRichTextRun(System.Xml.XmlReader)">
            <summary>
            Parses rich text run.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Index of the added string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseTextWithFormat(System.Xml.XmlReader,System.String)">
            <summary>
            Extracts TextWithFormat from the specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="closingTagName">Tag that means that we have to stop parsing.</param>
            <returns>Parsed text with format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFormattingRun(System.Xml.XmlReader,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="textWithFormat"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseText(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Parses text content.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Parsed string index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseText(System.Xml.XmlReader,System.Boolean,System.String@)">
            <summary>
            Parses text content.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Parsed string index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRichTextRun(System.Xml.XmlReader,System.String@)">
            <summary>
            Parses rich text run.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Index of the added string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNamedStyles(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.FillImpl},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Collections.BordersCollection},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Extracts named styles from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrFontIndexes">List with updated font indexes, index - font index
            in the file, value - font index in our document (we can change indexes during parsing).</param>
            <param name="arrFills">List with extracted fill objects.</param>
            <param name="arrBorders">List with extracted borders.</param>
            <returns>List with indexes of created extended formats.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCellFormats(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.FillImpl},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Collections.BordersCollection},System.Collections.Generic.List{System.Int32},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Extracts cell formats from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrNewFontIndexes">List with updated font indexes, index - font index
            in the file, value - font index in our document (we can change indexes during parsing).</param>
            <param name="arrFills">List with extracted fill objects.</param>
            <param name="arrBorders">List with extracted borders.</param>
            <param name="namedStyleIndexes">List with updated parent indexes, index - xfId in
            the xml document, value - xf index in our internal collection.</param>
            <returns>List with indexes of created extended formats.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStyles(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32})">
            <summary>
            Parses named style settings (name, etc.).
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrNamedStyleIndexes">List with modified indexes to named
            style's extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetASCIIString(System.String)">
            <summary>
            Converts style name sting to Ascii string
            </summary>
            <param name="plainText"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStyle(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32}@)">
            <summary>
            Parses single style object.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrNamedStyleIndexes">List with modified indexes to named
            style's extended formats.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtendedFormat(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.FillImpl},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Collections.BordersCollection},System.Collections.Generic.List{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Extracts single extended format from the XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="arrFontIndexes">List with updated font indexes, index - font index
            in the file, value - font index in our document (we can change indexes during parsing).</param>
            <param name="arrFills">List with extracted fill objects.</param>
            <param name="arrBorders">List with extracted borders.</param>
            <param name="namedStyleIndexes">List with updated parent indexes.</param>
            <returns>Created ExtendedFormat object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAlignmentAndProtection(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Boolean)">
            <summary>
            Parse alignment and protection properties for extended format
            if they are present in the document.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="record">ExtendedFormatRecord to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAlignment(System.Xml.XmlReader,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Parses alignment settings.
            </summary>
            <param name="reader">XmlReader to get alignment data from.</param>
            <param name="record">Record to write alignment data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseProtection(System.Xml.XmlReader,Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Parses protection settings.
            </summary>
            <param name="reader">XmlReader to get protection data from.</param>
            <param name="record">Record to write protection data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseIncludeAttributes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Nullable{System.Boolean},System.Boolean@,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Extracts Include (IncludeAlignment, IncludeFont, etc.) attributes from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="format">ExtendedFormat to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFontFillBorder(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.FillImpl},System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Collections.BordersCollection})">
            <summary>
            This method extracts font, fill and border settings from specified
            XmlReader and sets inside specified ExtendedFormat.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="extendedFormat">Extended format to put data into.</param>
            <param name="arrFontIndexes">List with updated font indexes, index - font index
            in the file, value - font index in our document (we can change indexes during parsing).</param>
            <param name="arrFills">List with extracted fill objects.</param>
            <param name="arrBorders">List with extracted borders.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CopyBorderSettings(Syncfusion.XlsIO.Implementation.Collections.BordersCollection,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies border settings from specified borders collection into ExtendedFormatImpl.
            </summary>
            <param name="borders">BordersCollection to copy settings from.</param>
            <param name="format">Format object to copy into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRelation(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts single relation item from the reader and puts it into relations collection.
            </summary>
            <param name="reader">XmlReader to extract relation from.</param>
            <param name="relations">Relations collection that should get extracted value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetsOptions(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.String)">
            <summary>
            Parses sheet options.
            </summary>
            <param name="reader">XmlReader to extract sheet options from (name, visibility, relation, etc.).</param>
            <param name="relations">Workbook relations.</param>
            <param name="holder">Object that holds document data.</param>
            <param name="bookPath">Absolute path in zip archive to the parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseWorkbookSheetEntry(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.String,System.Int32)">
            <summary>
            Parses sheet entry from workbook item.
            </summary>
            <param name="reader">Reader to extract data from.</param>
            <param name="relations">Workook's relations collection.</param>
            <param name="holder">FileDataHolder that stores document data.</param>
            <param name="bookPath">Absolute path in zip archive to the parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetVisibilityState(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Sets sheet visibility.
            </summary>
            <param name="sheet">Worksheet to set visibility into.</param>
            <param name="strVisibility">Visibility string value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDictionaryEntry(System.Xml.XmlReader,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String)">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="dictionary"></param>
            <param name="keyAttribute"></param>
            <param name="valueAttribute"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseMergeRegion(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts single MergeRegion from reader and inserts it into collection inside worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNamedRange(System.Xml.XmlReader,System.Int32@)">
            <summary>
            Extracts single MergeRegion from reader and inserts it into collection inside worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Named range value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDxfNumberFormat(System.Xml.XmlReader)">
            <summary>
            Extracts collection of number formats from specified reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFonts(System.Xml.XmlReader)">
            <summary>
            Extracts fonts from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>List with new font indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFont(System.Xml.XmlReader,System.Collections.Generic.List{System.Int32})">
            <summary>
            Extracts font object from specified XmlReader.
            </summary>
            <param name="reader">Reader to read font data from.</param>
            <param name="fontIndexes">List to add new font index into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFont(System.Xml.XmlReader)">
            <summary>
            Extracts font object from specified XmlReader.
            </summary>
            <param name="reader">Reader to read font data from.</param>
            <returns>Extracted font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFontSettings(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Extracts font settings from specified XmlReader.
            </summary>
            <param name="reader">Reader to read font data from.</param>
            <param name="font">Font to extract data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFamily(System.Xml.XmlReader)">
            <summary>
            Parses the family.
            </summary>
            <param name="reader">The reader.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCharSet(System.Xml.XmlReader)">
            <summary>
            Extracts
            </summary>
            <param name="reader"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNumberFormats(System.Xml.XmlReader)">
            <summary>
            Extracts collection of number formats from specified reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseNumberFormat(System.Xml.XmlReader,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Extracts single number format entry from specified reader.
            </summary>
            <param name="reader">Reader to extract from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColor(System.Xml.XmlReader)">
            <summary>
            Extracts color from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Extracted color index (on the current moment we support only indexed colors).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Extracts color from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="color">Color object to put extracted values into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFillColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Extracts backgroundcolor from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="color">Color object to put extracted values into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertColorByTint(System.Drawing.Color,System.Double)">
            <summary>
            Applies tint to the specified color.
            </summary>
            <param name="color">Color to apply tint value to.</param>
            <param name="dTint">Tint value to apply.</param>
            <returns>Color after applying tint value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertRGBtoHLS(System.Drawing.Color,System.Double@,System.Double@,System.Double@)">
            <summary>
            Converts color to HLS values.
            </summary>
            <param name="color">Color to convert.</param>
            <param name="dHue">Hue value.</param>
            <param name="dLuminance">Luminance value.</param>
            <param name="dSaturation">Saturation value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertHLSToRGB(System.Double,System.Double,System.Double)">
            <summary>
            Converts HLS components to RGB color values and returns Color, according to this values.
            </summary>
            <param name="dHue">Hue value.</param>
            <param name="dLuminance">Luminance value.</param>
            <param name="dSaturation">Saturation value.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.HueToRGB(System.Double,System.Double,System.Double)">
            <summary>
            Converts Hue value to RGB single component.
            </summary>
            <param name="dN1">Magic number 1.</param>
            <param name="dN2">Magic number 2.</param>
            <param name="dHue">Hue value.</param>
            <returns>RGB component value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBoolean(System.Xml.XmlReader,System.String,System.Boolean)">
            <summary>
            Extracts boolean value from the current xml tag.
            </summary>
            <param name="reader">XmlReader to get value from.</param>
            <param name="valueAttribute">Name of the attribute where value is stored.</param>
            <param name="defaultValue">Default value (when there is no attribute specified).</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseValue(System.Xml.XmlReader,System.String)">
            <summary>
            Extract value of the attribute from reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="valueAttribute">Name of the attribute to extract.</param>
            <returns>Extracted value; or null if there were no attribute with such name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFills(System.Xml.XmlReader)">
            <summary>
            Extracts fill objects from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>List with all extracted fills.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFill(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Extracts single fill object from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to read fill data from.</param>
            <param name="swapColors">Indicates whether fore and back colors should be swapped.</param>
            <returns>Extracted Fill object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseGradientFill(System.Xml.XmlReader)">
            <summary>
            Extracts single gradient fill object from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to read gradient fill from.</param>
            <returns>Extracted gradient fill object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePathGradientType(System.Xml.XmlReader)">
            <summary>
            Extracts single path gradient fill object from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to read gradient fill from.</param>
            <returns>Extracted path gradient fill object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseStopColors(System.Xml.XmlReader)">
            <summary>
            Extracts stop colors from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to read stop colors from.</param>
            <returns>Colors list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseLinearGradientType(System.Xml.XmlReader)">
            <summary>
            Extracts single linear gradient fill object from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to read linear gradient fill from.</param>
            <returns>Extracted linear gradient fill object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetGradientStyleVariant(Syncfusion.XlsIO.Implementation.FillImpl,System.Double)">
            <summary>
            Sets gradients fill style and variant values according to degree value.
            </summary>
            <param name="fill">Fill to set data into.</param>
            <param name="dDegree">Degree value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAttributeValue(System.Xml.XmlReader,System.String)">
            <summary>
            Extracts attribute value.
            </summary>
            <param name="reader">XmlReader to extract attribute value from.</param>
            <param name="strAttributeName">Attribute name.</param>
            <returns>Attribute double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePatternFill(System.Xml.XmlReader,System.Boolean)">
            <summary>
            Extracts pattern fill from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="swapColors">Indicates whether fore and back colors should be swapped.</param>
            <returns>Extracted fill object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertStringToPattern(System.String)">
            <summary>
            Converts specified string in MS Excel 2007 pattern format into pattern value.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBorders(System.Xml.XmlReader)">
            <summary>
            Extracts border objects from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>List with new borders indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBordersCollection(System.Xml.XmlReader)">
            <summary>
            Extracts border collection from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>Extracted borders collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBorder(System.Xml.XmlReader,Syncfusion.XlsIO.Excel2007BorderIndex@)">
            <summary>
            Extracts single border from the XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="borderIndex">Output - index of the extracted border (left, top, etc.).</param>
            <returns>Extracted border.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRow(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Collections.Generic.List{System.Int32},System.String,System.Int32)">
            <summary>
            Extracts row data from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="arrStyles">Style hashtable. Key - recovered from xml extended format id,
            value - extended format index in workbook collection.</param>
            <returns>Current row id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCell(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Collections.Generic.List{System.Int32})">
            <summary>
            Extracts cell from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="arrStyles">Style hashtable. Key - recovered from xml extended format id,
            value - extended format index in workbook collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetCellType(System.String)">
            <summary>
            Returns type of the cell.
            </summary>
            <param name="cellType">String representation of the cell type.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFormula(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IInternalWorksheet,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType)">
            <summary>
            Extracts formula from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="iRow">Current row index.</param>
            <param name="iCol">Current column index.</param>
            <param name="iXFIndex">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePalette(System.Xml.XmlReader)">
            <summary>
            Extracts and fills palette settings from specified XmlReader.
            </summary>
            <param name="reader">XmlReader to get palette from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColors(System.Xml.XmlReader)">
            <summary>
            
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColumns(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.List{System.Int32})">
            <summary>
            Parses columns collection.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet that will store extracted data.</param>
            <param name="arrStyles">List with new style indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColumn(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.List{System.Int32})">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="sheet"></param>
            <param name="arrStyles"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SwitchStreams(System.Boolean@,System.Xml.XmlWriter@,System.IO.StreamWriter@,System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDataValidations(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts data validation from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDataValidation(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection)">
            <summary>
            Extracts data validation from reader and inserts it into data validation collection.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="dvCollection">Data validation collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.DetectIsStringList(Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Detext value of IsStrListExplicit property.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSortData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parse data sorter information.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSortCondition(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Sorting.SortState,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl})">
            <summary>
            Parse data sorter information.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="dataSorter">DataSoter to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFormulaOneTwoValues(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Extracts data validation formula values from reader and inserts it into data validation.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="dataValidation">Data validation implementation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAutoFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts auto filters from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFilterColumn(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.AutoFiltersCollection)">
            <summary>
            Extracts filter column from reader and inserts it into auto filter collection.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="autoFilters">Auto filter collection to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Extracts filters from reader and inserts it into auto filter.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="autoFilter">Auto filter to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseAutoFilterTopTen(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Extracts auto filter top ten from reader and inserts it into auto filter.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="autoFilter">Auto filter to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomFilters(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Extracts custom filters from reader and inserts it into auto filter.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="autoFilter">Auto filter to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomFilter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Extracts custom filter from reader and inserts it into auto filter.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="autoFilter">Auto filter to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseThemes(System.Xml.XmlReader)">
            <summary>
            Extracts themes.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SkipWhiteSpaces(System.Xml.XmlReader)">
            <summary>
            Skips the white spaces in the XML.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseThemeColors(System.Xml.XmlReader,System.Collections.Generic.Dictionary{System.String,System.Drawing.Color}@)">
            <summary>
            Extracts theme colors.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="dicThemeColors">Dictionary that will be filled with theme colors,
            key - color name, value - color value.</param>
            <returns>Returns theme colors list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDxfCollection(System.Xml.XmlReader)">
            <summary>
            Extracts Dxfs collection from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>List of Dxf styles.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDxfStyle(System.Xml.XmlReader)">
            <summary>
            Extracts single Dxf style record from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Dxf style object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetConditionalFormatting(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl})">
            <summary>
            Extracts worksheet conditional formats from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="sheetConditionalFormats">Worksheet conditional formats.</param>
            <param name="lstDxfs">Dxf styles collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.UpdateUsedRange(Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
             <summary>
            Updates the usedRange.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseConditionalFormatting(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl})">
            <summary>
            Extracts conditional formats from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="conditionalFormats">Conditional formats.</param>
            <param name="lstDxfs">Dxf styles collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.UpdateCFRange(System.String,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Updates the CRRange in used Range.
            </summary>
            <param name="address">address of conditional format.s</param>
            <param name="worksheet">Worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseRangeReference(System.Xml.XmlReader,Syncfusion.XlsIO.IConditionalFormat)">
            <summary>
            Parses the Range Reference for Conditional formatting
            </summary>
            <param name="reader">XmlReader to extract data from</param>
            <param name="format">Conditional format value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCFRuleTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl},System.Boolean)">
            <summary>
            Parses conditional formatting rule tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="conditionalFormats">Condition to extract data into.</param>
            <param name="lstDxfs">Dxf styles collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseConditionFormatRule(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IInternalConditionalFormat,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl})">
            <summary>
            Extracts conditional formats single condition from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="conFormat">Condition to extract data into.</param>
            <param name="lstDxfs">Dxf styles collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseColorScale(System.Xml.XmlReader,Syncfusion.XlsIO.IColorScale,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Extracts color scale from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="colorScale">Color scale to fill.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDataBar(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.DataBarImpl,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Extracts data bar object from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="dataBar">Data bar to put extracted data into.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseIconSet(System.Xml.XmlReader,Syncfusion.XlsIO.IIconSet,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Extracts icon set object from the reader.
            </summary>
            <param name="reader">XmlReader to get icon set from.</param>
            <param name="iconSet">Icon set object to put extracted data into.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCFValueObject(System.Xml.XmlReader,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.ConditionValue)">
            <summary>
            Extracts conditional format value object from reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="book">Parent workbook.</param>
            <param name="condition">Condition object to put extracted data into.</param>
            <returns>Extracted object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetValueType(System.String)">
            <summary>
            Converts string representation of conditional format value object type to corresponding enumeration.
            </summary>
            <param name="strType">String value to convert.</param>
            <returns>Converted enumeration object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCFFormulas(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Extract conditional format formulas.
            </summary>
            <param name="reader">Reader to get values from.</param>
            <param name="cFormat">Conditional format to put extracted formulas into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePrintOptions(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IPageSetupBase)">
            <summary>
            Parses print options.
            </summary>
            <param name="reader">XmlReader to parse print options from.</param>
            <param name="pageSetup">PageSetup object to put print options into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePageMargins(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.IPageSetupBase,Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider)">
            <summary>
            Parses page margins.
            </summary>
            <param name="reader">XmlReader to get values from.</param>
            <param name="pageSetup">Object to put extracted values into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePageSetup(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PageSetupBaseImpl)">
            <summary>
            Serialize PageSetup tag.
            </summary>
            <param name="reader">XmlReader to get page setup values from.</param>
            <param name="pageSetup">Object to put extracted values into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseHeaderFooter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.PageSetupBaseImpl)">
            <summary>
            Parse header footer tags.
            </summary>
            <param name="reader">XmlReader to get all necessary data from.</param>
            <param name="pageSetup">Object that would store all extracted settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.StringToPrintComments(System.String)">
            <summary>
            Converts string into ExcelPrintLocation.
            </summary>
            <param name="printLocation">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.StringToPrintErrors(System.String)">
            <summary>
            Converts string value to ExcelPrintErrors.
            </summary>
            <param name="printErrors">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseHyperlinks(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts hyperlinks from reader and inserts them into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseHyperlink(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts hyperlink from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="hyperlinks">Hyperlinks collection to insert link into.</param>
            <param name="relations">Relations collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetLevelProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Extracts sheet-level properties from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Worksheet to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParsePageSetupProperties(System.Xml.XmlReader,Syncfusion.XlsIO.IPageSetup)">
            <summary>
            Parses worksheet page setup properties.
            </summary>
            <param name="reader">Reader to extract data from.</param>
            <param name="pageSetup">Object to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseOutlineProperites(System.Xml.XmlReader,Syncfusion.XlsIO.IPageSetup)">
            <summary>
            Parses worksheet outline properties.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="pageSetup">Page setup to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseBackgroundImage(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Extracts background image from reader and inserts it into worksheet.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="worksheetBase">Worksheet to put data into.</param>
            <param name="strParentPath">Worksheet parent path.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseItemProperties(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses the CustomXmlParts
            </summary>
            <param name="reader">XmlReader</param>
            <param name="schemas">Schema Reference</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseschemaReference(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses the CustomXmlParts
            </summary>
            <param name="reader">XmlReader</param>
            <param name="schemas">Schema Reference</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSchemaRef(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses the Each Schemas and added to Schema collections
            </summary>
            <param name="reader">XmlReader</param>
            <param name="schemas">Schema Reference</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDocumentCoreProperties(System.Xml.XmlReader)">
            <summary>
            Extracts core properties from reader and inserts it workbook.
            </summary>
            <param name="reader">XmlReader to extract core properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtendedProperties(System.Xml.XmlReader)">
            <summary>
            Extracts extended properties from reader and inserts it workbook.
            </summary>
            <param name="reader">XmlReader to extract extended properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomProperties(System.Xml.XmlReader)">
            <summary>
            Extracts custom properties from reader and inserts it workbook.
            </summary>
            <param name="reader">XmlReader to extract custom properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomProperty(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.CustomDocumentProperties)">
            <summary>
            Extracts custom property from reader and inserts it into custom property implementation.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="customProperties">Custom property.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalLink(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses external link file. To set URL field we have to have access to
            relations, so it is better to do it in some other place.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="relations">Item's relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseOleObjectLink(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses the OLE object link.
            </summary>
            <param name="reader">The reader.</param>
            <param name="relations">The relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalWorkbook(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            
            </summary>
            <param name="reader"></param>
            <param name="relations"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalDefinedNames(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Extracts external names from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="externBook">External workbooks to put defined names into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalName(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Extracts single external name from the reader.
            </summary>
            <param name="reader">XmlReader to get external name data from.</param>
            <param name="externBook">External workbook to put extracted name into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetDataSet(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Extracts cached external data.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="externBook">External workbook to put cache into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalSheetData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Extracts single external worksheet cached data from XmlReader.
            </summary>
            <param name="reader">XmlReader to get cached data from.</param>
            <param name="externBook">External workbook to place extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CreateExternBook(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Creates external workbook.
            </summary>
            <param name="relations">Relations collection that helps to locate external workbook.</param>
            <param name="strUrlId">Relation id of the target workbook.</param>
            <param name="arrSheetNames">Name of the workbook's worksheets.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseSheetNames(System.Xml.XmlReader)">
            <summary>
            Extract names of external worksheets from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <returns>List with extracted names.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseHorizontalPagebreaks(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts horizontal pagebreaks from reader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="sheet">Worksheet to insert pagebreaks in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseVerticalPagebreaks(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Extracts vertical pagebreaks from reader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="sheet">Worksheet to insert pagebreaks in.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalLinksWorkbookPart(System.Xml.XmlReader)">
            <summary>
            Parses workbook part of the external links description.
            </summary>
            <param name="reader">Reader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExternalLinkWorkbookPart(System.Xml.XmlReader)">
            <summary>
            Parses single external link from the workbook.
            </summary>
            <param name="reader">Reader to get link information from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseConnections(System.Xml.XmlReader)">
            <summary>
            Parse external connection
            </summary>
            <remarks></remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseConnection(System.Xml.XmlReader)">
            <summary>
            Parse external connection
            </summary>
            <remarks></remarks>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseCustomWorkbookViews(System.Xml.XmlReader)">
            <summary>
            Parse Custom Workbook views
            </summary>
            <param name="reader">Reader to get data from.</param>
            <returns>List of Custom workbook view as Dictionary</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseDynamicFilter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.AutoFilterImpl)">
            <summary>
            Parse dynamic filter.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="autoFilter">Auto filter collection to put data into.</param>   
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetCellRecord(Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType,System.String,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates cell record.
            </summary>
            <param name="type">Cell type.</param>
            <param name="strValue">Record value.</param>
            <param name="cells">Current cells collection.</param>
            <param name="iColumn">Represents column index.</param>
            <param name="iRow">Represents row index.</param>
            <param name="iXFIndex">Represents extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetFormulaValue(Syncfusion.XlsIO.Interfaces.IInternalWorksheet,Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator.CellType,System.String,System.Int32,System.Int32)">
            <summary>
            Sets formula value.
            </summary>
            <param name="sheet">Worksheet to set formula value into.</param>
            <param name="cellType">Cell type.</param>
            <param name="strValue">Value to set.</param>
            <param name="iRowIndex">Represents row index.</param>
            <param name="iColumnIndex">Represents column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetArrayFormula(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,System.String,System.Int32)">
            <summary>
            Sets array formula record into worksheet.
            </summary>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="strFormulaString">Formula string to insert.</param>
            <param name="strCellsRange">Cell range of the formula.</param>
            <param name="iXFIndex">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.SetSharedFormula(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,System.String,System.UInt32,System.Int32,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Sets shared formula record into worksheet.
            </summary>
            <param name="sheet">Worksheet to put data into.</param>
            <param name="strFormulaString">Formula string to insert.</param>
            <param name="strCellsRange">Cell range of the formula.</param>
            <param name="uiSharedGroupIndex">Shared formula group index.</param>
            <param name="iRow">Current row index.</param>
            <param name="iCol">Current column index.</param>
            <param name="iXFIndex">Extended format index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertDataValidationType(System.String)">
            <summary>
            Converts Excel 2007 data validation type to Excel 97-03.
            </summary>
            <param name="dataValidationType">Excel 2007 data validation type.</param>
            <returns>Excel 97-03 data validation type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertDataValidationErrorStyle(System.String)">
            <summary>
            Returns DV error style.
            </summary>
            <param name="strErrorStyle">DV error style name.</param>
            <returns>DV error style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertDataValidationOperator(System.String)">
            <summary>
            Returns DV compare operator.
            </summary>
            <param name="strOperator">DV compare operator name.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetRangesForDataValidation(System.String)">
            <summary>
            Returns DV ranges.
            </summary>
            <param name="strRange">All ranges for DV.</param>
            <returns>DV ranges array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetRangeForDVOrAF(System.String)">
            <summary>
            Returns DV or AF range.
            </summary>
            <param name="strRange">DV or AF range string.</param>
            <returns>DV range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertAutoFormatFilterCondition(System.String)">
            <summary>
            Returns excel filter condition.
            </summary>
            <param name="strCondition">Filter condition string name.</param>
            <returns>Excel filter condition.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertCFType(System.String,System.Boolean@)">
            <summary>
            Returns excel CF type value.
            </summary>
            <param name="strType">CF type sting name.</param>
            <param name="bIsSupportedType">Defines whether current type is currently supported.</param>|
            <returns>Excel CF type value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertCFOperator(System.String,System.Boolean@)">
            <summary>
            Returns excel comparison operator.
            </summary>
            <param name="strOperator">Operator string name.</param>
            <param name="bIsSupportedOperator">Defines whether  current operator is currently supported.</param>
            <returns>Excel operator value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertCFTimePeriods(System.String,System.Boolean@)">
            <summary>
            Returns the time period type
            </summary>
            <param name="timePeriod"></param>
            <param name="bIsSupportedOperator"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.GetReaderElementValue(System.Xml.XmlReader)">
            <summary>
            Returns xml element value.
            </summary>
            <param name="reader">XmlReader to get value from.</param>
            <returns>Xml element value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertColorByShade(System.Drawing.Color,System.Double)">
            <summary>
            Converts color by applying shade value.
            </summary>
            <param name="result">Color to process.</param>
            <param name="shade">Shade to apply.</param>
            <returns>Modified color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ConvertToASCII(System.String)">
            <summary>
            Converts Control unicode Character to ASCII .
            </summary>
            <param name="Value">String Value.</param>
            <returns>Modified ASCII String.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtention(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Parse extention list for data bar type
            </summary>
            <param name="reader"> Xml reader</param>
            <param name="conditionalFormat">Conditional format</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtCFRules(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Parsing extention CFrules for data bar type
            </summary>
            <param name="reader">Xml reader</param>
            <param name="conditionalFormat">Conditional formats of the sheet</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CheckCFId(System.String,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats)">
            <summary>
            Check extention id with the conditional format
            </summary>
            <param name="id">Id commonly used in extention and conditional format</param>
            <param name="sheet">sheet where the conditional formating applied</param>
            <param name="ConditionalFormat">Conditional Format for the extention</param>
            <returns>Conditional format object if the id is available else return null</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseExtnDataBar(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.DataBarImpl,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Parse extention for the Data bar
            </summary>
            <param name="reader">Xml reader</param>
            <param name="dataBar">Data bar object</param>
            <param name="book">workbook where the conditional format is applied</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.CopyFillSettings(Syncfusion.XlsIO.Implementation.FillImpl,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Copies fill settings from fill object into extended format.
            </summary>
            <param name="fill">Fill to copy from.</param>
            <param name="extendedFormat">Extended format to copy into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseThemeOverideColors(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parse the theme overrided colors from the chart
            </summary>
            <param name="chart">Input chart object</param>
            <returns>the parsed theme colors</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.ParseXmlMaps(System.Xml.XmlReader)">
            <summary>
            Intialize and parse XmlMaps.
            </summary>
            <param name="reader">XML reader</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.FormulaUtil">
            <summary>
            Gets FformulaUtil that corresponds to invariant culture.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser.Worksheet">
            <summary>
            Gets the worksheet.
            </summary>
            <value>The worksheet.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader">
            <summary>
            This class is responsible for xml spreadsheets parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_VERSION_STRING">
            <summary>
            Represents current xml version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_XML_STRING">
            <summary>
            Represents current xml version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_APPLICATION_STRING">
            <summary>
            Represents current application version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_APPLICATION_NAME_STRING">
            <summary>
            Represents current application node name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_O_NAMESPACE">
            <summary>
            Represents o namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_X_NAMESPACE">
            <summary>
            Represents x namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_SS_NAMESPACE">
            <summary>
            Represents ss namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_HTML_NAMESPACE">
            <summary>
            Represents html namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_SUBSCRIPT">
            <summary>
            Represents xml subscript value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_SUPERSCRIPT">
            <summary>
            Represents xml superscript value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_BOLD">
            <summary>
            Represents rtf bold.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_ITALIC">
            <summary>
            Represents rtf Italic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_UNDERLINE">
            <summary>
            Represents rtf Underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_STRIKETHROUGH">
            <summary>
            Represents rtf strikethrough.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_SPAN">
            <summary>
            Represents rtf span.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_SUB">
            <summary>
            Represents rtf sub.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_SUP">
            <summary>
            Represents rtf sup.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_RTF_FONT">
            <summary>
            Represents rtf font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_SIZE_FONT">
            <summary>
            Represents default font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DEF_NONE">
            <summary>
            Represents none constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DefaultFontName">
            <summary>
            Default font name. Used when font name is not specified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.VersionAttribute">
            <summary>
            Represents current version of xml file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.DefaultVersion">
            <summary>
            represent default Xml Version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_hashStyle">
            <summary>
            Represents style dictionary.
            Key - Recovered from xml stream unique id, value - XF index in workbook collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_parentBook">
            <summary>
            Represents parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_arrNames">
            <summary>
            Represents array list, that contain formula string to reparse.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_hashFormula">
            <summary>
            Represents array with formulas to reparse.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_formulaUtil">
            <summary>
            Formula utils.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_hashHorizontalAll">
            <summary>
            Represents dictionary with alignment horizontal types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_hashVerticalAll">
            <summary>
            Represents hashtable with alignment vertical types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.m_hashNumberFormat">
            <summary>
            Represents dictionary with number format types.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.#cctor">
            <summary>
            Initialize all static collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.#ctor(Syncfusion.XlsIO.IApplication,System.Object)">
            <summary>
            Initialize new instance of current class.
            </summary>
            <param name="application">Current application.</param>
            <param name="parent">Parent object for class.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadWorksheet(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Gets worksheet from xml. 
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="book">Workbook to fill.</param>
            <returns>Returns new instance of WorkSheet.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadTable(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Read table from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadRow(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Reads row from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Sheet that contain current row.</param>
            <param name="iRowIndex">Represents row index.</param>
            <returns>Returns updated row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadColumn(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Read column info.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Represents current worksheet.</param>
            <param name="iColumnIndex">Column index.</param>
            <returns>Returns updated column index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadCell(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32)">
            <summary>
            Read cell from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Current sheet.</param>
            <param name="iRowIndex">Represents row index.</param>
            <param name="iIndex">Represents column index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseHyperlink(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32)">
            <summary>
            Parses hyperlink data.
            </summary>
            <param name="reader">XmlReader to get necessary data from.</param>
            <param name="sheet">Worksheet that is being parsed.</param>
            <param name="row">Zero-based row index of the cell.</param>
            <param name="column">Zero-based column index of the cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int32,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType@,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat@)">
            <summary>
            Reads record from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="cells">Represents cell records collection.</param>
            <param name="iXFIndex">Represents XF index.</param>
            <param name="type">Type of the extracted data.</param>
            <param name="rtf">Object to store extracted rtf string inside.</param>
            <returns>Returns created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadMerge(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.Int32)">
            <summary>
            If can adds merge record to collection.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="sheet">Current sheet.</param>
            <param name="iRow">Row index.( Zero based )</param>
            <param name="iCol">Column index.( Zero based )</param>
            <param name="iXFIndex">Represents XF index.</param>
            <returns>Number of cells merged across.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadStyles(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Reads styles from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="book">Current workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadStyle(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Reads custom style from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="book">Current workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadAlignment(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads alignment properties from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">XF format to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadFont(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads font properties from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Represents XF format, which fill from xml stream.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadInterior(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads interior from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Parent XF format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadNumberFormat(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads number format from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Parent XF format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadProtection(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads protection properties from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Parent XF format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadBorders(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads borders from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Current xf format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadBorder(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Reads border from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="format">Current extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadWorksheetOptions(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads worksheet options from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadDataValidation(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads DataValidation from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseDataValidations(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.DataValidationCollection,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads DataValidation from XML
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ConvertDataValidationType(System.String)">
            <summary>
            Converts Excel 2007 data validation type to Excel 97-03.
            </summary>
            <param name="dataValidationType">Excel 2007 data validation type.</param>
            <returns>Excel 97-03 data validation type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ConvertDataValidationErrorStyle(System.String)">
            <summary>
            Returns DV error style.
            </summary>
            <param name="strErrorStyle">DV error style name.</param>
            <returns>DV error style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetRangeForDVOrAF(System.String,Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.IRange@)">
            <summary>
            Gets the Ranges for the DataValidations
            </summary>
            <param name="strRange">Ranges in R1C1 format</param>
            <param name="sheet">Worksheet to fill.</param>
            <param name="range">ranges to be added</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadConditionalFormats(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads the conditional formats
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseConditionalFormatting(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Pareses the conditions
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="conditionalFormats">ConditonalFormats</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseConditionalFormat(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ConditionalFormats,Syncfusion.XlsIO.IRange)">
            <summary>
            Parses each elements in the condtion
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="formats">ConditonalFormats</param>
            <param name="Range">Ranges to fill</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseConditionalFormatString(System.String,Syncfusion.XlsIO.Implementation.ConditionalFormatImpl)">
            <summary>
            Parses Each conditional format settings from JSON string.
            </summary>
            <param name="conditionalFormat">FormattingValues represented in JSON type</param>
            <param name="formattingValues">CondtionalFormatImpl</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetBorderSetting(System.String)">
            <summary>
            Reverses the Array
            </summary>
            <param name="borderSetting">Bordersettings</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetBroderLineStyle(System.String[])">
            <summary>
            Get the ExcelLineStyle for border
            </summary>
            <param name="style">array of styles</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ConvertCFOperator(System.String)">
            <summary>
            Gets ExcelComparisonOperator 
            </summary>
            <param name="strOperator">Operator</param>
            <returns>ExcelComparisonOperator</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseVisibility(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses worksheet visibility option.
            </summary>
            <param name="reader">XmlReader to get option from.</param>
            <param name="sheet">Worksheet to set option to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadPageSetup(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads page setup from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadHeaderFooter(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads header/footer from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadLayout(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads page setup layout from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadPageMargins(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads page margins from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadPanes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads panes from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadSelectionPane(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads selection pane from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadPrint(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Reads print options from xml.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="sheet">Worksheet to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadNames(System.Xml.XmlReader,Syncfusion.XlsIO.INames,System.Int32)">
            <summary>
            Reads named ranges from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="namesColl">Collection of named ranges.</param>
            <param name="iSheetIndex">Represents sheet index ( One based ).Zero if global name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadName(System.Xml.XmlReader,Syncfusion.XlsIO.INames,System.Int32)">
            <summary>
            Reads single named range from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="namesColl">Represents collection, of named ranges.</param>
            <param name="sheetIndex">Represents sheet index ( One based ).Zero if global name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadComment(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl,System.Int32)">
            <summary>
            Reads comment from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="comment">Current comment to fill from xml stream.</param>
            <param name="iStyleIndex">Represents default XF index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadCommentData(System.Xml.XmlReader,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Reads comment rtf text.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="iXFIndex">XF index.</param>
            <param name="rtf">Initialize text with format, by read from xml stream rtf properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.FillWorkbook(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Reads workbook from xml
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="book">Book to fill.</param>
            <returns>Returns error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadWorkbook(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Read workbook node.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="book">Book to fill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetExtendedFormat(Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection,System.String,System.String,System.String)">
            <summary>
            Gets extended format from xml value.
            </summary>
            <param name="strIndex">Unique id.</param>
            <param name="coll">Represents parent XF collection.</param>
            <param name="strName">Name of style.</param>
            <param name="strParent">Parent name.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.AddXFToCollection(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl,System.String,System.String)">
            <summary>
            Adds format to collection.
            </summary>
            <param name="format">Format to add.</param>
            <param name="book">Parent workbook.</param>
            <param name="coll">Parent XF collections.</param>
            <param name="strID">Unique xml id of XF format.</param>
            <param name="strName">Unique xml name of XF format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetColor(System.String)">
            <summary>
            Gets color from xml value.
            </summary>
            <param name="strColor">Represents xml color.</param>
            <returns>Returns color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.SetFontAllign(Syncfusion.XlsIO.IFont,System.String)">
            <summary>
            Sets font alignment.
            </summary>
            <param name="strAlling">Represents font alignment.</param>
            <param name="font">Current font.</param>
            <returns>Returns initialized font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.SetCellRecord(Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType,System.String,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Creates cell record.
            </summary>
            <param name="type">Cell type.</param>
            <param name="strValue">Record value.</param>
            <param name="cells">Current cells collection.</param>
            <param name="iColumn">Represents column index.</param>
            <param name="iRow">Represents row index.</param>
            <param name="iXFIndex">Represents xf index.</param>
            <param name="rtf">Represents Rich Text Format to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetXFIndex(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String)">
            <summary>
            Gets XF index for current cell.
            </summary>
            <param name="sheet">Parent sheet.</param>
            <param name="strValue">Value, that represents current xf id.</param>
            <returns>Returns valid index in Inner ExtFormats collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.GetLineStyle(System.String,System.String)">
            <summary>
            Gets line style by style and weight.
            </summary>
            <param name="style">Represents one of xml line style type.</param>
            <param name="weight">Represents weight of line.</param>
            <returns>Returns excel line style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReparseNames(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Reparses names read from xml stream.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadRTF(System.Xml.XmlReader,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Reads rtf from xml stream.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="iXFIndex">Index to XF record.</param>
            <param name="rtf">Represents rtf holder.</param>
            <returns>Returns read from stream string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.UpdateFont(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.FontImpl,System.String,System.Boolean)">
            <summary>
            Updates font reading from xml stream.
            </summary>
            <param name="reader">Represents xml reader.</param>
            <param name="font">Current font to update.</param>
            <param name="strNodeName">Local rtf node name.</param>
            <param name="bEndElement">if true - update endelement.</param>
            <returns>Returns updated font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReadRTFFont(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.FontImpl)">
            <summary>
            Read rtf font.
            </summary>
            <param name="reader">Xml reader.</param>
            <param name="font">Font to update.</param>
            <returns>Returns updated font.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ParseFormula(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.String,System.Int32,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType)">
            <summary>
            Parse formula from xml stream.
            </summary>
            <param name="sheet">Current sheet.</param>
            <param name="iRowIndex">One based row index.</param>
            <param name="iCol">One based column index.</param>
            <param name="strFormula">Represents string formula in R1C1 style.</param>
            <param name="iXFIndex">Represents XFindex.</param>
            <param name="cellValue">String representation of the formula value.</param>
            <param name="cellType">Type of the value in the formula.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.SetFormula(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.String,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType,System.Int32)">
            <summary>
            Sets formula to the specified cell.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="strFormula">String represetation of the formula.</param>
            <param name="cellValue">String representation of the formula value.</param>
            <param name="cellType">Type of the formula value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.SetFormulaValue(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32,System.Int32,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType)">
            <summary>
            Sets formula value.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="row">One-based row index.</param>
            <param name="column">One-based column index.</param>
            <param name="cellValue">String representation of the formula value.</param>
            <param name="cellType">Type of the formula value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.MSXmlReader.ReparseFormula(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Reparse formula.
            </summary>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser">
            <summary>
            This class is responsible for vml comment shape parsing.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>Shape with default settings without adding it to any collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.ParseUnknownClientDataTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Tries to parse unknown client data tag.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="textBox">Shape to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.ParseStyle(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses style properties.
            </summary>
            <param name="textBox">Textbox to put properties into.</param>
            <param name="styleProperties">String representation of the style properties
            (key - property name, value - property value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.ParseVisibility(Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses visibility options.
            </summary>
            <param name="comment">Comment to set visibility for.</param>
            <param name="dictProperties">Dictionary with comment properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.ParseAutoSize(Syncfusion.XlsIO.Implementation.Shapes.CommentShapeImpl,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Parses autosize options.
            </summary>
            <param name="comment">Comment to set visibility for.</param>
            <param name="dictProperties">Dictionary with comment properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.CommentShapeParser.RegisterShape(Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Registers shape in all necessary collections.
            </summary>
            <param name="textBox">Shape to register.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser">
            <summary>
            This class is used to parse text box shape.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseTextBox(Syncfusion.XlsIO.ITextBox,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts text box settings from XmlReader.
            </summary>
            <param name="textBox">TextBox to fill with settings.</param>
            <param name="reader">XmlReader to get data from.</param>
            <param name="parser">Parser used to help in parsing process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseNonVisualShapeProperties(Syncfusion.XlsIO.IShape,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parses non visual shape properties.
            </summary>
            <param name="shape">Shape to be parsed.</param>
            <param name="reader">XML reader to extract data from.</param>
            <param name="parser">Parser used to help in parsing process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseShapeProperties(Syncfusion.XlsIO.ITextBox,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parses shape properties.
            </summary>
            <param name="textBox">TextBox to be parsed.</param>
            <param name="reader">XML reader to extract data from.</param>
            <param name="parser">Parser used to help in parsing process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseRichText(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Parses rich text.
            </summary>
            <param name="reader">XmlReader to read rich text from.</param>
            <param name="parser">Parser object that helps to extract data.</param>
            <param name="textBox">TextBox to be parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseBodyProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Parses text area body properties.
            </summary>
            <param name="reader">XmlReader to read body properties from.</param>
            <param name="textArea">Text area to put body properties into.</param>
            <param name="textBox">Textbox to be parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseTextRotation(System.String,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Parses text rotation value.
            </summary>
            <param name="rotationValue">Rotation value to parse.</param>
            <param name="textBox">TextBox to put extracted value into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseAnchor(System.String,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Parses anchor (vertical alignment).
            </summary>
            <param name="anchorValue">Anchor value to parse.</param>
            <param name="textBox">TextBox to put extracted value into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseListStyles(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.RichTextString)">
            <summary>
            Extracts list styles for a text area.
            </summary>
            <param name="reader">XmlReader to extract list styles from.</param>
            <param name="textArea">Text area that will get extracted settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseParagraphs(System.Xml.XmlReader,Syncfusion.XlsIO.ITextBox,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parses paragraph.
            </summary>
            <param name="reader">XmlReader to get paragraph tag from.</param>
            <param name="textBox">Text box that needs its paragraph text to be parsed.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseParagraphProperites(System.Xml.XmlReader,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Extracts paragraph properties
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="textBox">TextBox to put data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseParagraphRun(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ITextBox)">
            <summary>
            Parses paragraph run.
            </summary>
            <param name="reader">XmlReader to get paragraph run from.</param>
            <param name="textArea">Text area to put extracted properties into.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseParagraphRunProperites(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parses paragraph run.
            </summary>
            <param name="reader">XmlReader to extract paragraph tag from.</param>
            <param name="textArea">Text area that will get paragraph run information (formatting and text).</param>
            <param name="parser">Parser object that helps to extract data.</param>
            <returns>Font attributes of the paragraph run.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseLineProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl,System.Boolean,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Serialize line properties.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="border">Chart line properties to serialize.</param>
            <param name="bRoundCorners">Indicates whether border is rounded or not</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.TextBoxShapeParser.ParseLineProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Serialize line properties.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="border">Chart line properties to serialize.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.UnknownVmlShapeParser">
            <summary>
            This is parser of unknown vml shapes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.UnknownVmlShapeParser.ParseShapeType(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Extracts shape type settings from the reader and creates shape with default settings.
            </summary>
            <param name="reader">XmlReader to get general shape settings from.</param>
            <param name="parent">Parent worksheet for the shape.</param>
            <returns>Shape with default settings without adding it to any collection</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.UnknownVmlShapeParser.ParseShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Parses shape and adds it to all necessary shapes collections.
            </summary>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="defaultShape">Default shape that must be cloned to get resulting shape.</param>
            <param name="relations">Corresponding relations collection.</param>
            <param name="parentItemPath">Path to the parent item (item which holds all these xml tags).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlReaders.Shapes.UnknownVmlShapeParser.AddNewSerializator(System.Int32,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase)">
            <summary>
            Creates new Unknown shapes serializator.
            </summary>
            <param name="shapeInstance">Shape instance used to choose correct shape serializator.</param>
            <param name="reader">XmlReader to get shape from.</param>
            <param name="sheet">Represents current worksheet.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.AddSlashPreprocessor">
            <summary>
            Adds slash ('/') before the file name if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.AddSlashPreprocessor.#ctor">
            <summary>
            Initializes a new instance of the AddSlashPreprocessor class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.AddSlashPreprocessor.PreprocessName(System.String)">
            <summary>
            Somehow converts full path into name that will be stored in the zip archive.
            </summary>
            <param name="fullName">Name to process.</param>
            <returns>Converted name.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale">
            <summary>
            Class used for representing chart axis scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale.LogScale">
            <summary>
            Represents logarithmic scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale.Reversed">
            <summary>
            Indicates whether datapoint plot from last to first.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale.MaximumValue">
            <summary>
            Represents maximum value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale.MinimumValue">
            <summary>
            Represents minimum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisScale.CopyTo(Syncfusion.XlsIO.Implementation.Charts.IScalable)">
            <summary>
            Method used to copy the axis scale.
            </summary>
            <param name="axis">Represents Chart value axis.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator">
            <summary>
            This class is responsible for chart axis serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.TextRotationMultiplier">
            <summary>
            Defines text rotation multiplier constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.s_dictTickLabelToAttributeValue">
            <summary>
            Represents dictionary for TickLabel to Attribute value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.s_dictTickMarkToAttributeValue">
            <summary>
            Represents dictionary for TickMark to Attribute value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.#cctor">
            <summary>
            Initializes static members of the ChartAxisSerializator class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartAxis,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes chart axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeDateAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl)">
            <summary>
            Serializes date axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.ConvertDateUnitToString(Syncfusion.XlsIO.ExcelChartBaseUnit)">
            <summary>
            Convert date unit to string.
            </summary>
            <param name="baseUnit">ExcelChartBaseUnit to serialize.</param>
            <returns>Date unit as string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeCategoryAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl)">
            <summary>
            Serializes category axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeValueAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes value axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="valueAxis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeSeriesAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl)">
            <summary>
            Serializes series axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="seriesAxis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeAxisCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes common part of the axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.GetPairAxis(Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Returns pair for the specified axis, it is category axis for value axis and vice versa.
            </summary>
            <param name="axis">Axis to get pair for.</param>
            <returns>Pair for the specified axis.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeCrossAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes cross axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeTickMark(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.ExcelTickMark)">
            <summary>
            Serializes tick mark.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to use.</param>
            <param name="tickMark">Tick mark to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeTickLabel(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes tick label position.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to get tick label position from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeNumberFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes number format used by the axis.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize number format for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeGridlines(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes axis gridlines.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize gridlines for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeGridlines(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartGridLine,System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes single gridline object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="gridLines">Gridlines to serialize.</param>
            <param name="tagName">Name of the xml tag to use.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeAxisPosition(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes axis position.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeScaling(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes scaling tag and all necessary child tags.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize settings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeDisplayUnit(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes display unit.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="displayUnit">Value to serialize.</param>
            <param name="unitValue">Custom unit value (used only if displayUnit is set to custom).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeTextSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Serializes text settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="axis">Axis to serialize settings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisSerializator.SerializeTextSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IFont,System.Boolean,System.Int32,Syncfusion.XlsIO.Excel2007TextRotation)">
            <summary>
            Serializes text settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter">
            <summary>
            Object that gives access to border, interior and fill of the ChartSerieDataFormatImpl.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter">
            <summary>
            Provides access to filling options (border, interior and fill) of some chart object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter.Border">
            <summary>
            Gets border object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter.Interior">
            <summary>
            Gets interior object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter.Fill">
            <summary>
            Gets fill object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter.Shadow">
            <summary>
            Gets Shadow object.Read-only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter.ThreeD">
            <summary>
            Gets the three_ D.Read-only
            </summary>      
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.m_parentFormat">
            <summary>
            Parent data format to get fill objects from.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.#ctor(Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Initializes a new instance of the ChartFillObjectGetter class.
            </summary>
            <param name="dataFormat">Parent data format.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.Border">
            <summary>
            Gets chart border object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.Interior">
            <summary>
            Gets chart interior object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.Fill">
            <summary>
            Gets chart fill object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.Shadow">
            <summary>
            Gets Shadow object.Read-only
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetter.ThreeD">
            <summary>
            Gets the three_ D.Read-only
            </summary>
            <value></value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny">
            <summary>
            Object that gives access to border, interior and fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.m_border">
            <summary>
            Border object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.m_interior">
            <summary>
            Interior object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.m_fill">
            <summary>
            Fill object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.m_shadow">
            <summary>
            Shadow object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.m_threeD">
            <summary>
            Three_D object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.#ctor(Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl,Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl,Syncfusion.XlsIO.Interfaces.IInternalFill,Syncfusion.XlsIO.Implementation.ShadowImpl,Syncfusion.XlsIO.Implementation.ThreeDFormatImpl)">
            <summary>
            Initializes a new instance of the ChartFillObjectGetterAny class.
            </summary>
            <param name="border">Border object to use.</param>
            <param name="interior">Interior object to use.</param>
            <param name="fill">Fill object to use.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.Border">
            <summary>
            Gets border object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.Interior">
            <summary>
            Gets chart interior object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.Fill">
            <summary>
            Gets fill object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.Shadow">
            <summary>
            Gets Shadow object.Read-only
            </summary>
            <value></value>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartFillObjectGetterAny.ThreeD">
            <summary>
            Gets the three_ D.Read-only
            </summary>
            <value></value>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser">
            <summary>
            This class is responsible for charts parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.EndParaTag">
            <summary>
            This element represents end paragraph tag with language attribute.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts chart from XmlReader.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDefaultTextProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses the Chart default text properties.
            </summary>
            <param name="reader">The Xml reader to parse from.</param>
            <param name="chart">The chart to put the extracted data. </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseChartBodyProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses chart body properties
            </summary>
            <param name="reader"></param>
            <param name="chart"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParserChartParagraphs(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses Chart Paragraph Properties
            </summary>
            <param name="reader"></param>
            <param name="chart"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.CheckDefaultTextSettings(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Checks Default Text Settings for the axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseExtensionList(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses the extension list.
            </summary>
            <param name="reader">The reader.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseExtension(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses the extension.
            </summary>
            <param name="reader">The reader.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePivotOptions(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses the pivot options.
            </summary>
            <param name="reader">The reader.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePivotOptions16(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses the pivot options.
            </summary>
            <param name="reader">The reader.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePrintSettings(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts chart print settings from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePivotSource(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Extracts pivot source.
            </summary>
            <param name="reader">XmlReader to get pivot source from.</param>
            <param name="chart">Chart to put extracted pivot source into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseUserShapes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses user shapes.
            </summary> 
            <param name="reader">XmlReader to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseChartElement(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses main chart xml tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart's relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.TryParsePositioningValues(System.Xml.XmlReader,System.Nullable{System.Boolean}@,System.UInt16@)">
            <summary>
            Parse the chart title / legend attributes for chart Ex 
            </summary>
            <param name="reader">input XML reader</param>
            <param name="isOverlay">output isoverlay boolean value</param>
            <param name="position">output position value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePivotFormats(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Extracts pivot formats.
            </summary>
            <param name="reader">XmlReader to get pivot formats from.</param>
            <param name="chart">Chart to put extracted pivot formats into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.Set3DSettings(Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord)">
            <summary>
            Copies 3D settings from Chart3DRecord into chart.
            </summary>
            <param name="chart">Chart to copy data into.</param>
            <param name="chart3D">Record to copy data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLegend(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts chart legend from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="legend">Chart legend to put extracted data into.</param>
            <param name="chart">Chart object that stores specified legend.</param>
            <param name="relations">Chart relations collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetChartLegendPosition(System.UInt16)">
            <summary>
            Convert the chartExLegend position and returns the chart legend position
            </summary>
            <param name="position">position short value</param>
            <returns>the chart legend position value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLegendEntry(System.Xml.XmlReader,Syncfusion.XlsIO.IChartLegend,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts legend entry from specified reader.
            </summary>
            <param name="reader">XmlReader to extract legend entry from.</param>
            <param name="legend">Legend to put extracted legend entry into.</param>
            <param name="parser">Excel2007Parser object to use if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseView3D(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Extracts 3-D view options from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="chart">Chart to put extracted options into.</param>
            <returns>Record with 3D view settings.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseErrorBars(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes error bars.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to put extracted error bars into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseErrorBarRange(System.Xml.XmlReader,Syncfusion.XlsIO.IWorkbook,System.Object[]@,Syncfusion.XlsIO.IChartErrorBars)">
            <summary>
            Extracts error bar range.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="book">Represents Workbook.</param>
            <returns>Extracted range.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseTrendlines(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts trendlines collection.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseTrendline(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts trend line.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseTrendlineLabel(System.Xml.XmlReader,Syncfusion.XlsIO.IChartTrendLine)">
            <summary>
            Extracts trend line label settings.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="trendline">Data label to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSurface(System.Xml.XmlReader,Syncfusion.XlsIO.IChartWallOrFloor,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes surface (wall or floor).
            </summary>
            <param name="reader">XmlWriter to serialize into.</param>
            <param name="surface">Surface to serialize.</param>
            <param name="dataHolder">Parent data holder.</param>
            <param name="relations">Drawing's relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePlotArea(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts plotarea tag from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBarChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Parses bar chart.
            </summary>
            <param name="reader">XmlReader to extract chart from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseFilteredSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean,Syncfusion.XlsIO.ExcelChartType,System.Boolean)">
            <summary>
            Parse the Filtered Series
            </summary>
            <param name="reader"></param>
            <param name="chart"></param>
            <param name="relations"></param>
            <param name="is3D"></param>
            <param name="SeriesType"></param>
            <param name="secondary"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseAxisId(System.Xml.XmlReader,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Stores extracted axis id inside structures for future use.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="lstSeries">Series list.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBar3DChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Parses bar 3D chart.
            </summary>
            <param name="reader">XmlReader to extract chart from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBarShape(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Extracts shape of the bar chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBarShape(System.String,Syncfusion.XlsIO.IChartSerieDataFormat)">
            <summary>
            Extracts shape of the bar chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="dataFormat">Chart serie data format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBarChartShared(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},System.String@,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts part of the bar chart that is common for all bar charts.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <param name="lstSeries">List that will get extracted series.</param>
            <returns>First extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseFilterSecondaryAxis(System.Xml.XmlReader,Syncfusion.XlsIO.ExcelChartType,System.Boolean,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl@)">
            <summary>
            Parse Secondary Axis Filter
            </summary>
            <param name="reader"></param>
            <param name="seriesType"></param>
            <param name="is3D"></param>
            <param name="lstSeries"></param>
            <param name="chart"></param>
            <param name="relations"></param>
            <param name="series"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.FindFilter(Syncfusion.XlsIO.IChartCategories,System.String,System.String,Syncfusion.XlsIO.IChartSerie,System.Boolean)">
            <summary>
            When we parsing the categoryfiltered chart, we need to find the filtered category
            </summary>
            <param name="categories"></param>
            <param name="filteredcategory"></param>
            <param name="fullreference"></param>
            <param name="series1"></param>
            <param name="isseries"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.FindRange(Syncfusion.XlsIO.IChartSerie,System.String)">
            <summary>
            Supporting method for Find Filter
            </summary>
            <param name="series1"></param>
            <param name="strValue"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetSerieOrAxisRange(Syncfusion.XlsIO.IRange,System.Boolean,Syncfusion.XlsIO.IRange@,System.Int32)">
            <summary>
            Find the series or category Range
            </summary>
            <param name="range"></param>
            <param name="bIsInRow"></param>
            <param name="serieRange"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.DetectIsInRow(Syncfusion.XlsIO.IRange)">
            <summary>
            Find series in Row or Column.
            </summary>
            <param name="range"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetBarSeriesType(System.String,System.String,System.Boolean,System.String)">
            <summary>
            Converts direction and grouping values into type of bar series.
            </summary>
            <param name="direction">Represents direction of bar series.</param>
            <param name="grouping">Represents series grouping value.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <returns>Extracted chat type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetPivotBarSeriesType(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Converts direction and grouping values into type of bar series.
            </summary>
            <param name="direction">Represents direction of bar series.</param>
            <param name="grouping">Represents series grouping value.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <returns>Extracted chat type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetAreaSeriesType(System.String,System.Boolean)">
            <summary>
            Converts grouping value into type of area series.
            </summary>
            <param name="grouping">Area series grouping value.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <returns>Area chart type that corresponds to grouping and is3D values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetLineSeriesType(System.String,System.Boolean)">
            <summary>
            Converts grouping value into type of line series.
            </summary>
            <param name="grouping">Line series grouping value.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <returns>Line chart type that corresponds to grouping and is3D values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseArea3DChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts area3D chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseAreaChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts area chart from XmlReader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseAreaChartCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},System.Boolean,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts properties common to the area chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="b3D">Indicates whether we are parsing 3D chart.</param>
            <param name="relations">Chart item relations.</param>
            <param name="lstSeries">List that will get extracted series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLineChartCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            This method extracts common properties of the line charts.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <param name="relations">Chart item relations.</param>
            <param name="lstSeries">List that will get extracted series.</param>
            <returns>One of the extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLine3DChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts line3DChart from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract line 3d chart from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLineChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ExcelChartType@,System.Collections.Generic.List{System.Int32})">
            <summary>
            Extracts line chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBubbleChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts bubble chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSurfaceChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts 2-D surface chart from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSurfaceCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts common part of the surface charts.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <param name="relations">Chart item relations.</param>
            <param name="lstSeries">List that will get extracted series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBandFormats(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Extracts band formats from the stream.
            </summary>
            <param name="reader"></param>
            <param name="chart"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetSurfaceSeriesType(System.Boolean,System.Boolean)">
            <summary>
            Returns type of the series to create.
            </summary>
            <param name="bWireframe">Indicates whether surface is wireframe or not.</param>
            <param name="is3D">Indicates whether we are parsing 3D chart.</param>
            <returns>Surface chart type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseRadarChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts radar chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseScatterChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts scatter chart.
            </summary>
            <param name="reader">XmlReader to extract chart from.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePieChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts pie chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePie3DChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts 3-D pie chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseOfPieChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts pie of pie or pie of bar chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseStockChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts stock chart.
            </summary>
            <param name="reader">XmlReader to extract from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseHiLowLines(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Extracts hi-low lines object from xml reader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series object to extract.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDoughnutChart(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.Dictionary{System.Int32,System.Int32},Syncfusion.XlsIO.ExcelChartType@)">
            <summary>
            Extracts doughnut chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="dictSeriesAxis">Dictionary with axis id, key - series index, value - axis index (category or value).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePieCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl})">
            <summary>
            Extracts common properties of a pie charts.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="seriesType">Type of the series to create.</param>
            <param name="relations">Chart item relations.</param>
            <param name="lstSeries">List that will get extracted series.</param>
            <returns>One of the parsed series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataLabels(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean)">
            <summary>
            Extracts data lables.
            </summary>
            <param name="reader">XmlReader to extract data from.</param> 
            <param name="series">Parent series.</param>
            <param name="relations">Chart item relations.</param>
            <param name="isChartExSeries">Indiactes whether the series or chartEx series or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataLabel(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean)">
            <summary>
            Serializes data label for single data point.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Chart series to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="isChartExSeries">Boolean value indicates whether the series is chartEx series or not</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataLabelSettings(System.Xml.XmlReader,Syncfusion.XlsIO.IChartDataLabels,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseChartDataLabelVisibility(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl)">
            <summary>
            Parse the data label visibilty settings for chart series
            </summary>
            <param name="reader">input XML reader</param>
            <param name="dataLabels">Data labels visibilty to be set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBarSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses single chart series of a bar chart.
            </summary>
            <param name="reader">XmlReader to extract series from.</param>
            <param name="chart">Parent chart object.</param>
            <param name="seriesType">Type of the series to create.</param>
            <returns>Extracted chart series.</returns>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseFilteredSeriesOrCategoryName(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Parse Series or category name filter
            </summary>
            <param name="reader"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSurfaceSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses single chart series of a surface chart.
            </summary>
            <param name="reader">XmlReader to extract series from.</param>
            <param name="chart">Parent chart object.</param>
            <param name="seriesType">Type of the series to create.</param>
            <returns>Extracted chart series.</returns>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParsePieSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts single chart series for pie chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="seriesType">Type of the series to extract.</param>
            <param name="relations">Chart item relations.</param>
            <returns>Extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseLineSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts line series.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted series into.</param>
            <param name="seriesType">Type of the extracted series.</param>
            <param name="relations">Chart item relations.</param>
            <returns>Extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseScatterSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts scatter series.
            </summary>
            <param name="reader">XmlReader to extract series data from.</param>
            <param name="chart">Chart to put extracted series into.</param>
            <param name="seriesType">Type of the series to extract.</param>
            <param name="relations">Chart item relations.</param>
            <returns>Extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseRadarSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts radar series.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted data into.</param>
            <param name="seriesType">Type of the series to create.</param>
            <param name="relations">Chart item relations.</param>
            <returns>Extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseBubbleSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts single chart series for bubble chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted series into.</param>
            <returns>Extracted series.</returns>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseAreaSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean)">
            <summary>
            Extracts single chart series for area chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Chart to put extracted series into.</param>
            <param name="seriesType">Type of the series to extract.</param>
            <param name="relations">Chart item relations.</param>
            <returns>Extracted series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSeriesCommonWithoutEnd(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses common part of the series.
            WARNING: this method doesn't call last Read(), so this call
            must be made by parent item after series parsing complete.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSeriesText(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Parses name of the series.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to put extracted name into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataPoint(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses single data point.
            </summary>
            <param name="reader">XmlReader to extract from.</param>
            <param name="series">Series to put data point into.</param>
            <param name="relations">Parent relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSeriesValues(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Object[]@,System.Boolean)">
            <summary>
            Extracts series values.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to parse values for.</param>
            <param name="values">Array of series values.</param>
            <param name="isValueAxis">Indicates whether axis is ValueAxis or CategoryAxis.</param>
            <returns>Range referencing series values.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.GetRange(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String)">
            <summary>
            Get the range by given formula
            </summary>
            <param name="workbook">The parent workbook of the formula</param>
            <param name="worksheet">The first worksheet of parent workbook</param>
            <param name="ptgArray">formula array to be converted</param>
            <returns>the range represetnted by the formula tokens</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseNumReference(System.Xml.XmlReader,System.Object[]@)">
            <summary>
            Extracts null reference tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>String which is enclosed inside the formula tag.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseNumReference(System.Xml.XmlReader,System.Object[]@,System.String@,System.String@)">
            <summary>
            Filtered Number Reference
            </summary>
            <param name="reader">input XML reader</param>
            <param name="values">output values parsed</param>
            <param name="filteredvalue">output filtered value reference</param>
            <param name="formatCode">output format code</param>
            <returns>the address</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseStringReference(System.Xml.XmlReader,System.String@)">
            <summary>
            Extracts string reference tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>String which is enclosed inside the formula tag.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseStringReference(System.Xml.XmlReader,System.String@,System.Object[]@,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Filtered series range
            </summary>
            <param name="reader"></param>
            <param name="Filteredcategory"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseMultiLevelStringReference(System.Xml.XmlReader)">
            <summary>
            Extracts multi level string reference tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>String which is enclosed inside the formula tag.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseMarker(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts series marker from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="series">Series to serialize marker for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseMarkerFill(System.Xml.XmlReader,Syncfusion.XlsIO.IChartSerieDataFormat,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parser marker fill.
            </summary>
            <param name="reader">Reader to get fill information from.</param>
            <param name="serieDataFormat">Data format to put extracted marker information into.</param>
            <param name="parser">Parser to help with color parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseUpDownBars(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts up/down bars.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">chart to put up/down bars into </param>
            <param name="series">Series to put up/down bars into.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDropBar(System.Xml.XmlReader,Syncfusion.XlsIO.IChartDropBar,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts single drop bar (up or down bar).
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="dropBar">Drop bar to put extracted data into.</param>
            <param name="dataHolder">Parent file data holder.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataTable(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            This method extracts chart data table.
            </summary>
            <param name="reader">XmlReader to extract data table from.</param>
            <param name="chart">Chart to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseSeriesProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts series formatting options.
            </summary>
            <param name="reader">XmlReader to extract formatting from.</param>
            <param name="series">Series to extract formatting from.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDefaultTextFormatting(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts default text formatting.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textFormatting">Object with text formatting.</param>
            <param name="parser">Excel2007Parser to use if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ReadXmlValue(System.Xml.XmlReader)">
            <summary>
            Extracts number or string value from the reader.
            </summary>
            <param name="reader">XmlReader to get value from.</param>
            <returns>Extracted object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ChangeKeyToChartGroup(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Assign the key as chart group for common data points collection
            </summary>
            <param name="chart">chart to be changed</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataLabels(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            Extracts data lables from chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Parent Chart</param>
            <param name="relations">Chart item relations.</param>
            <param name="index">chart group identified by this values,added to dictionary</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseDataLabel(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            Serializes data label for single data point.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="chart">Parent Chart</param>
            <param name="relations">Chart item relations.</param>
            <param name="index">chart group identified by this values,added to dictionary</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParser.ParseInvertSolidFillFormat(System.IO.Stream,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Parse the invert solid fill format.
            </summary>
            <param name="stream">Preserved stream.</param>
            <param name="serie">Chart serie.</param>
            <returns>returns the color object.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser">
            <summary>
            Class used to parse the chartEx (Excel 2016 charts)
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartEx(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts chart from XmlReader.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the chart data from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relations</param>
            <returns>the chart data parsed</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseExternalDataAttributes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parse the external Data attributes and store it in chart
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.TryParseChartExDataCache(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the every Data node of collection and returns the list
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="relations">relation</param>
            <returns>the chart data parsed</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseDimensionData(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache)">
            <summary>
            Parse the (string/numeric) dimension data 
            </summary>
            <param name="reader">input XML reader</param>
            <param name="cache">input cache</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExLevelElement(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartExDataCache,System.Boolean)">
            <summary>
            Parse the (string/numeric) data values 
            </summary>
            <param name="reader">input XML reader</param>
            <param name="cache">input cache</param>
            <param name="isCategoryValues">boolean value indicates whether the dimension is string or numeric</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExElement(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the chart element data from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relations</param>
            <returns>Chart serie Index and dataId pair</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExPlotArea(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parse the chart plot area from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relations</param>
            <param name="excel2007Parser">excel 2007 parser</param>
            <returns>Chart serie Index and dataId pair</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParsePlotAreaRegion(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Int32@)">
             <summary>
             Parse the chart plot area region from the reader
             </summary>
             <param name="reader">input XML reader</param>
             <param name="chart">input chart</param>
             <param name="relations">input chart relations</param>
             <param name="excel2007Parser">excel 2007 parser</param>
            <param name="secondaryAxisId"> secondary axis Id</param>
            <returns>The collection of data Id and series index pair</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExSeries(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Int32@)" -->
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseParetoLineFormat(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the pareto line format 
            </summary>
            <param name="reader">input XML reader</param>
            <param name="paretoLineFormat">input Pareto Line format</param>
            <param name="fileDataHolder">input File Data holder</param>
            <param name="relations">input chart relations</param>
            <returns>Returns the axis id integer value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.TryParseSeriesFromAttributes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl@)">
            <summary>
            Parse the ChartEx series and set the chart type and format Index
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="paretoLineFormat">output pareto line series</param>
            <returns>the output series</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExSeriesLayoutProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the chartEx series properties and set the series settings
            </summary>
            <param name="reader">input XML reader</param>
            <param name="series">input chartEx series</param>
            <param name="relations">input relation collections</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseSeriesBinningProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Parse the binning properties for histogram and pareto charts
            </summary>
            <param name="reader">input XML reader</param>
            <param name="dataFormat">input chart serie data format</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartSeriesVisibility(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Parse the chartEx series visibility for series
            Box and whisker , waterfall chart
            </summary>
            <param name="reader">input XML reader</param>
            <param name="dataFormat">input Serie Data Format</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParsePlotSurface(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parse the chart plot area surface from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relations</param>
            <param name="excel2007Parser">excel 2007 parser</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartExAxes(System.Xml.XmlReader,System.Int32,System.Collections.Generic.List{System.Int32},Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parse the chart axes from the reader
            </summary>
            <param name="reader">input XML Reader</param>
            <param name="secondaryAxisId">input secondaryAxis ID</param>
            <param name="hashCodeList">hashCodeList to identify the </param>
            <param name="axisParser">Parser used to parse the Axis</param>
            <param name="chart">input chart</param>
            <param name="dataHolder">Input File Data Holder</param>
            <param name="excel2007parser">Excel 2007 parser</param>
            <param name="relations">input chart relations</param>      
            <returns>the hashcode for an axis, which will not be further modified</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.TryParseAxisFromReader(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Nullable{System.Int32},System.Int32)">
            <summary>
            Parse the Axis element and retruns the required axis
            </summary>
            <param name="axisReader">input axis reader</param>
            <param name="axisParser">input Axis Parser</param>
            <param name="chart">input chart</param>
            <param name="currentAxisId">current parsed axis id</param>
            <param name="secondaryAxisId">secondary axis id</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExParser.ParseChartDataLabelVisibility(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl)">
            <summary>
            Parse the data label visibilty settings for chart series
            </summary>
            <param name="reader">input XML reader</param>
            <param name="dataLabels">Data labels visibilty to be set</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon">
            <summary>
            Class used for parsing charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.s_dicLinePatterns">
            <summary>
            Contains chart line pattern values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.#cctor">
            <summary>
            Initializes static members of the ChartParserCommon class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseTextArea(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses text area.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textArea">Text area to put extracted data into.</param>
            <param name="holder">Parent data holder object.</param>
            <param name="relations">Chart's relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseTextArea(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Nullable{System.Single})">
            <summary>
            Parses text area.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textArea">Text area to put extracted data into.</param>
            <param name="holder">Parent data holder object.</param>
            <param name="relations">Chart's relations.</param>
            <param name="defaultFontSize">Default font size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseTextAreaTag(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.Nullable{System.Single})">
            <summary>
            Parses text area tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textArea">Text area to put extracted data into.</param>
            <param name="holder">Parent data holder object.</param>
            <param name="relations">Chart's relations.</param>
            <param name="defaultFontSize">Default font size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseDefaultTextFormatting(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Double})">
            <summary>
            Extracts default text formatting.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textFormatting">Object with text formatting.</param>
            <param name="parser">Excel2007Parser to use if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseValueTag(System.Xml.XmlReader)">
            <summary>
            Extracts value from XmlReader..
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseBoolValueTag(System.Xml.XmlReader)">
            <summary>
            Extracts boolean value from xml tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseIntValueTag(System.Xml.XmlReader)">
            <summary>
            Extracts int value from xml tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseDoubleValueTag(System.Xml.XmlReader)">
            <summary>
            Extracts double value from xml tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseLineProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts Line properties of chart.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="border">Chart line properties to parse.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParsePatternFill(System.Xml.XmlReader,Syncfusion.XlsIO.IFill,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts pattern fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="fill">Fill to put extracted data into.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Int32@)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="interior">Interior to put extracted data into.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartInteriorImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="interior">Interior to put extracted data into.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Object that is used to help in color parsing.</param>
            <param name="color">Color object to put extracted color into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Object that is used to help in color parsing.</param>
            <param name="color">Color object to put extracted color into.</param>
            <param name="shape">To preserve the shape properties for scheme color</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.ColorObject,System.Int32@)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Object that is used to help in color parsing.</param>
            <param name="color">Color object to put extracted color into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSolidFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl,Syncfusion.XlsIO.Implementation.ColorObject)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Object that is used to help in color parsing.</param>
            <param name="shape">To preserve the shape properties for scheme color</param>
            <param name="color">Color object to put extracted color into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSchemeColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl)">
            <summary>
            Extracts solid fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Object that is used to help in color parsing.</param>
            <param name="shape">To preserve the shape properties for scheme color</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSRgbColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts rgb color.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSRgbColor(System.Xml.XmlReader,System.Int32@,System.Int32@,System.Int32@,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts rgb color.
            </summary>
            <param name="reader">XmlReder to extract data from.</param>
            <param name="alpha">Alpha component of the extracted color (0-100000).</param>
            <param name="tint">Tint part of the extracted color (0-100000) or -1 if no tint part was present.</param>
            <param name="shade">Shade part of the extracted color (0-100000) or -1 if no shade part was present.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSchemeColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts scheme color and converts it into rgb.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSchemeColor(System.Xml.XmlReader,System.Int32@,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts scheme color and converts it into rgb.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="alpha">Output alpha value.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.GetStandardThemeColors(System.String)">
            <summary>
            Get the standard theme colors defined in XlsIO
            </summary>
            <param name="strColorName">input color name</param>
            <returns>Equivalent color returned from the input color name</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParsePresetColor(System.Xml.XmlReader,System.Int32@,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts preset color and converts it into rgb.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="alpha">Output alpha value.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSystemColor(System.Xml.XmlReader,System.Int32@,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts system color and converts it into rgb.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="alpha">Output alpha value.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
            <returns>Extracted color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseLineProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartBorderImpl,System.Boolean,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Serialize line properties.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="border">Chart line properties to serialize.</param>
            <param name="bRoundCorners">Indicates whether border is rounded or not</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParsePictureFill(System.Xml.XmlReader,Syncfusion.XlsIO.IFill,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder)">
            <summary>
            Extracts picture fill.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="fill">Fill to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="holder">Parent file data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseTextAreaText(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Single})">
            <summary>
            Extracts text from XmlReader and places it into text area.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textArea">Text area to put extracted data into.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseFormulaOrValue(System.Xml.XmlReader,System.String@)">
            <summary>
            Parse and returns the formula / value from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="formula">output formula</param>
            <returns>output value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseChartLayout(System.Xml.XmlReader,Syncfusion.XlsIO.IChartLayout)">
            <summary>
            Extracts layout from XmlReader and places it into text area.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="textArea">Layout to put extracted data into.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseManualLayout(System.Xml.XmlReader,Syncfusion.XlsIO.IChartManualLayout)">
            <summary>
            Parses manual layout.
            </summary>
            <param name="reader">XmlReader to read rich text from.</param>
            <param name="manualLayout">manualLayout that will get extracted the manual position settings.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseRichText(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Single},System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns},System.Boolean)">
            <summary>
            Parses rich text.
            </summary>
            <param name="reader">XmlReader to read rich text from.</param>
            <param name="textArea">Text area that will get extracted rich text.</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseBodyProperties(System.Xml.XmlReader,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Parses text area body properties.
            </summary>
            <param name="reader">XmlReader to read body properties from.</param>
            <param name="textArea">Text area to put body properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseListStyles(System.Xml.XmlReader,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Extracts list styles for a text area.
            </summary>
            <param name="reader">XmlReader to extract list styles from.</param>
            <param name="textArea">Text area that will get extracted settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseParagraphs(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Single},System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns})">
            <summary>
            Parses paragraph.
            </summary>
            <param name="reader">XmlReader to get paragraph tag from.</param>
            <param name="textArea">Text area that will get paragraph information (formatting and text).</param>
            <param name="parser">Parser object that helps to extract data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseParagraphProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Single})">
            <summary>
            Parses paragraph properties.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseDefaultParagraphProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts default paragraph properties from the reader.
            </summary>
            <param name="reader">Reader to get properties from.</param>
            <param name="parser">Instance of Excel2007Parser that helps in parsing process.</param>
            <returns>Default paragraph properties.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseDefaultParagraphProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,System.Nullable{System.Single})">
            <summary>
            Extracts default paragraph properties from the reader.
            </summary>
            <param name="reader">Reader to get properties from.</param>
            <param name="parser">Instance of Excel2007Parser that helps in parsing process.</param>
            <param name="defaultFontSize">Default font size.</param>
            <returns>Default paragraph properties.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseDefaultFontColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts color of the default paragraph.
            </summary>
            <param name="reader"></param>
            <param name="result"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseParagraphRun(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns})">
            <summary>
            Parses paragraph run.
            </summary>
            <param name="reader">XmlReader to get paragraph run from.</param>
            <param name="textArea">Text area to put extracted properties into.</param>
            <param name="parser">Parser object that helps to extract data.</param>
            <param name="defaultSettings">Default text settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseParagraphRunProperites(System.Xml.XmlReader,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlReaders.TextSettings)">
            <summary>
            Parses paragraph run.
            </summary>
            <param name="reader">XmlReader to extract paragraph tag from.</param>
            <param name="textArea">Text area that will get paragraph run information (formatting and text).</param>
            <param name="parser">Parser object that helps to extract data.</param>
            <param name="defaultSettings">Default text settings.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseGradientFill(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts gradient stops collection from the specified reader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Excel2007Parser to help in extraction process.</param>
            <returns>Extracted gradient stops.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseGradientPath(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            Extracts gradient path.
            </summary>
            <param name="reader">XmlReader to extract from.</param>
            <param name="result">Resulting gradient stop collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseGradientStops(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts GradientStops collection.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Parser object that helps to extract data.</param>
            <returns>Extracted collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseGradientStop(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts single gradient stop settings.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="parser">Excel parser to help in extraction process.</param>
            <returns>Extracted gradient stop.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseSchemeColor(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl)">
            <summary>
            Parse the Scheme color.
            </summary>
            <param name="reader"></param>
            <param name="parser"></param>
            <param name="stop"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ReadColor(System.Xml.XmlReader,System.Int32@,System.Int32@,System.Int32@,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts color settings.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="transparecy">Transparency part of the extracted color (0-100000) or -1 if no transparecy part was present.</param>
            <param name="tint">Tint part of the extracted color (0-100000) or -1 if no tint part was present.</param>
            <param name="shade">Shade part of the extracted color (0-100000) or -1 if no shade part was present.</param>
            <param name="parser">Excel parser to help in extraction process.</param>
            <returns>Color extracted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ConvertGradientStopsToProperties(Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.Interfaces.IInternalFill)">
            <summary>
            Converts Excel 2007 gradient stops collection into set of properties used by Excel 97-2003.
            </summary>
            <param name="gradientStops">Gradient stops collection to convert.</param>
            <param name="fill">Fill object to put extracted properties into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.CheckDefaultSettings(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl)">
            <summary>
            To check the default settings of text area
            </summary>
            <param name="textArea">Text area to check the default values</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.CopyGradientColor(Syncfusion.XlsIO.Implementation.ColorObject,Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl)">
            <summary>
            Copies color data from gradient stop.
            </summary>
            <param name="colorObject">Color object to copy data into.</param>
            <param name="gradientStop">Gradient stop to copy color data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseShapeProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.IChartFillObjectGetter,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts shape properties.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="objectGetter">Object that provides access to filling objects.</param>
            <param name="dataHolder">FileDataHolder of the document that is parsed.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseLighting(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ThreeDFormatImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder)">
            <summary>
            Parses the lighting.
            </summary>
            <param name="reader">The reader.</param>
            <param name="shadow">The shadow.</param>
            <param name="relations">The relations.</param>
            <param name="holder">The holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String)">
            <summary>
            Checks the specified lighttype.
            </summary>
            <param name="lighttype">The lighttype.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,System.Xml.XmlReader)">
            <summary>
            This method tries to get the Bevel properties read from the XML
            </summary>
            <param name="LineWidth">Linewidth mentions the Width of the line and represents the 'W' tag</param>
            <param name="LineHeight">LineHeight mentions the Heigth and represents the 'H' tag</param>
            <param name="PresetShape">Presetshape mentions the shape of the 3D feature</param>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>it returns the Excel2007Chartbevel properties or Noangle will be returned(which means 0)</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.Xml.XmlReader)">
            <summary>
            This method tries to get the material properties
            </summary>
            <param name="material">Material is denotes the type of the Material properties read from the XML</param>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Excel 2007 chartmaterial properties or Noeffect value will be returned(which means 0)</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseShadowproperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ShadowImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Parses the Shadow Properties
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="shadow">Shadow object to access the properties</param>
            <param name="objectGetter">Object that provides access to filling objects.</param>
            <param name="Holder">FileDataHolder of the document that is parsed.</param>
            <param name="relations">Chart item relations.</param>
            <param name="parser">Excel 2007 Parser</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,System.String,System.String,System.String,System.String,Syncfusion.XlsIO.Implementation.ShadowImpl,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            
            </summary>
            <param name="blurval">It gets the Blur Radius Tag value </param>
            <param name="sizex">It gets the Sizex Tag value</param>
            <param name="sizey">It gets the Sizey Tag value</param>
            <param name="disttag">It gets the Distance Tag Tag value</param>
            <param name="dirtag">It gets the Direction Tag value</param>
            <param name="align">It gets the Alignment Tag value</param>
            <param name="rot">It gets the Rotationwithshape Tag value</param>
            <param name="parser">Excel 2007 Parser</param>
            <param name="Shadow">Shadow object to access the properties</param>
            <param name="reader">Xml reader to extract data from.</param>
            <returns>The Excel2007chartpresetsouter value or Noshadow value will be returned(Which means 0)</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,System.String,System.String,System.String,Syncfusion.XlsIO.Implementation.ShadowImpl,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Checks the specified Custom Outer Shadow .
            </summary>
            <param name="blurval">The blurval.</param>
            <param name="sizex">The sizex.</param>
            <param name="disttag">The disttag.</param>
            <param name="dirtag">The dirtag.</param>
            <param name="align">The align.</param>
            <param name="rot">The rot.</param>
            <param name="Shadow">The shadow.</param>
            <param name="reader">The reader.</param>
            <param name="parser">The parser.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseShadowAlpha(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ShadowImpl)">
            <summary>
            Parses the shadow alpha.
            </summary>
            <param name="reader">The reader.</param>
            <param name="Shadow">The shadow.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseNumberFormat(System.Xml.XmlReader,Syncfusion.XlsIO.IChartDataLabels)">
            <summary>
            Extracts value from XmlReader..
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            This Method tries to get the value of perspective shadow
            </summary>
            <param name="blurval">It gets the Blur Radius Tag value</param>
            <param name="sizex">It gets the Sizex Tag value</param>
            <param name="sizey">It gets the Sizey Tag value</param>
            <param name="kxtag">It gets the Kx Tag value</param>
            <param name="disttag">It gets the Distance Tag Tag value</param>
            <param name="dirtag">It gets the Direction Tag value</param>
            <param name="align">It gets the Alignment Tag value</param>
            <param name="rot">It gets the Rotationwithshape Tag value</param>
            <returns>the Excel2007Chartpresetsperspective value or NoShadow value will be returned(which means 0)</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.ShadowImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            This method tries to get the Inner shadow values based on the parsed Info
            </summary>
            <param name="blurval">It gets the Blur Radius Tag value</param>
            <param name="disttag">It gets the Distance Tag Tag value</param>
            <param name="dirtag">It gets the Direction Tag value</param>
            <returns>This returns the Excel2007chartPresetsInner value or No shadow (which means 0)</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.Check(System.String,System.String,System.String,Syncfusion.XlsIO.Implementation.ShadowImpl,System.Xml.XmlReader,System.Boolean,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Checks the Custom Inner Shadow.
            </summary>
            <param name="blurval">The blurval.</param>
            <param name="disttag">The disttag.</param>
            <param name="dirtag">The dirtag.</param>
            <param name="Shadow">The shadow.</param>
            <param name="reader">The reader.</param>
            <param name="m_HasShadowStyle">if set to <c>true</c> [Current format has Custom shadow style].</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectGradientColor(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            This method tries to detect gradient color settings (One or Two color gradient).
            </summary>
            <param name="gradientStops">Gradient stops to detect gradient color</param>
            <returns>Detected gradient color or -1 if it is neither one nor two color gradient.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectGradientVariant(Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.ExcelGradientStyle,Syncfusion.XlsIO.ExcelGradientColor,System.Boolean)">
            <summary>
            Detects gradient variant type.
            </summary>
            <param name="gradientStops">Gradient stops to detect variant type for.</param>
            <param name="gradientStyle">Already detected gradient style.</param>
            <param name="gradientColor">Already detected gradient color.</param>
            <param name="isPresetInverted">Indicates whether gradient stops for preset
            gradient are in inverted order. This argument is used in the case of ExcelGradientColor.Preset.</param>
            <returns>Detected gradient variant type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectDiagonalDownVariant(System.Boolean,System.Boolean)">
            <summary>
            Detects diagonal gradient variant.
            </summary>
            <param name="bInverted">Checks whether gradient stops in the collection are in inverted order or not.</param>
            <param name="bDoubled">Represents double order variant.</param>
            <returns>Detected gradient variant.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectStandardVariant(System.Boolean,System.Boolean)">
            <summary>
            Detects gradient variant.
            </summary>
            <param name="bInverted">Checks whether gradient stops in the collection are in inverted order or not.</param>
            <param name="bDoubled">Represents double ordered variant.</param>
            <returns>Detected gradient variant.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectGradientVariantCorner(System.Drawing.Rectangle)">
            <summary>
            Detects gradient variant for FromCorner gradient style.
            </summary>
            <param name="rectangle">FillToRect used by gradient stops collection.</param>
            <returns>Detected gradient variant.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.IsInverted(Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.ExcelGradientColor,System.Boolean)">
            <summary>
            Checks whether gradient stops in the collection are in inverted order or not.
            </summary>
            <param name="gradientStops">Gradient stops to check.</param>
            <param name="gradientColor">Gradient color type.</param>
            <param name="isPresetInverted">Indicates whether gradient stops for preset
            gradient are in inverted order. This argument is used in the case of ExcelGradientColor.Preset.</param>
            <returns>True if gradient stops are inverted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.DetectGradientStyle(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            Detect Gradient style.
            </summary>
            <param name="gradientStops">Gradient stops to check.</param>
            <returns>Detected Gradient style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.GetRectGradientStyle(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            Gets gradient style for rectangular gradient.
            </summary>
            <param name="gradientStops">Gradient stops collection to get gradient style for.</param>
            <returns>Converted gradient style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.GetLiniarGradientStyle(Syncfusion.XlsIO.Implementation.Shapes.GradientStops)">
            <summary>
            Gets gradient style for linear gradient.
            </summary>
            <param name="gradientStops">Gradient stops collection to get gradient style for.</param>
            <returns>Converted gradient style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.FindPreset(Syncfusion.XlsIO.Implementation.Shapes.GradientStops,System.Boolean@)">
            <summary>
            Tries to find preset gradient corresponding to the specified collection.
            </summary>
            <param name="gradientStops">Gradient stops collection to analyze.</param>
            <param name="isInverted">Indicates whether gradient stops are in inverted order.</param>
            <returns>Preset value or ( ExcelGradientPreset )( -1 ) if there is no corresponding preset value found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.SetGradientDegree(Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.ExcelGradientColor,Syncfusion.XlsIO.IFill)">
            <summary>
            Sets GradientDegree property if necessary.
            </summary>
            <param name="gradientStops">Gradient stops to detect degree from.</param>
            <param name="gradientColor">Detected gradient color.</param>
            <param name="fill">Fill to set gradient degree for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartParserCommon.ParseChartTitleElement(System.IO.Stream,Syncfusion.XlsIO.Interfaces.Charts.IInternalChartTextArea,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Single)">
            <summary>
            Parse the chart title stream
            </summary>
            <param name="titleAreaStream">input chart title stream</param>
            <param name="textarea">input chart text area element</param>
            <param name="holder">parent data holder for chart</param>
            <param name="relations">relation collections of chart</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator">
            <summary>
            This class is responsible for chart object serialization into XmlWriter in Excel 2007 SpreadsheetML format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.#ctor(System.Boolean)">
            <summary>
            One argument constructor
            </summary>
            <param name="value">boolean value indicates whether the chart is dummy for chartEx</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String)">
            <summary>
            Serializes chart inside XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="chartItemName">Name of the xml file containing chart item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDefaultTextProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
             Serializes the Chart default text properties.
            </summary>
            <param name="writer">XmlWriter to serializes into.</param>
            <param name="chart">chart to get the data to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotOptions(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the pivot options.
            </summary>
            <param name="writer">The writer.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotOptions16(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the pivot options.
            </summary>
            <param name="writer">The writer.</param>
            <param name="chart">The chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes pivot source tag if necessary.
            </summary>
            <param name="writer">XmlWriter to serilaize into.</param>
            <param name="chart">Chart to serialize pivot formats tag for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotSource(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes pivot source tag if necessary.
            </summary>
            <param name="writer">XmlWriter to serilaize into.</param>
            <param name="chart">Chart to serialize pivot source tag for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.GetPivotSource(Syncfusion.XlsIO.IPivotTable)">
            <summary>
            Gets the pivot source.
            </summary>
            <param name="pivotSheet">The pivot sheet.</param>
            <param name="pivotTable">The pivot table.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeShapes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String)">
            <summary>
            Serializes shapes.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize shapes for.</param>
            <param name="chartItemName">Name of the xml file containing chart item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePrinterSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes chart printer settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pageSetup">Object that stores settings to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLegend(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartLegend,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes chart legend.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="legend">Chart legend to serialize.</param>
            <param name="chart">Parent chart object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLegendEntry(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartLegendEntry,System.Int32,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes single legend entry.
            </summary>
            <param name="writer">XmlWriter to serialize legend entry into.</param>
            <param name="legendEntry">Legend entry to serialize.</param>
            <param name="index">Legend entry index.</param>
            <param name="book">Parent workbook object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeView3D(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes view 3D.
            </summary>
            <param name="writer">XmlWriter to serialize legend entry into.</param>
            <param name="chart">Chart to serialize shapes for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeErrorBars(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartErrorBars,System.String,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes error bars.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="errorBars">Error bars to serialize.</param>
            <param name="direction">Error bars direction (x or y).</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeTrendlines(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTrendLines,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes trendlines collection.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="trendlines">Trendlines to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeTrendline(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTrendLine,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes trend line.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="trendline">Trend line to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeTrendlineLabel(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serializes trend line label settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabelFormat">Data label to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurface(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartWallOrFloor,System.String,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes surface (wall or floor).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="surface">Surface to serialize.</param>
            <param name="mainTagName">Name of the top xml tag to use.</param>
            <param name="chart">Parent chart object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePlotArea(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes plotarea tag and everything inside it.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeEmptyChartDataLabels(System.Xml.XmlWriter)">
            <summary>
            Serialize the data labels only for empty chart
            </summary>
            <param name="writer">the input XML writer</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotPlotArea(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes plot area tag for pivot chart.
            </summary>
            <param name="writer"></param>
            <param name="chart"></param>
            <param name="relations"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized bar series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarAxisId(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes axis id's for bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBar3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the bar3 D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarShapeFromType(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Serializes the shape of the bar chart from its type
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="type">Input Excel chart type</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBar3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize bar3D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized 3Dbar series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeGapDepth(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes gap depth.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize gap depth for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarShape(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelBaseFormat,Syncfusion.XlsIO.ExcelTopFormat)">
            <summary>
            Serializes the bar shape.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="baseFormat">The base format.</param>
            <param name="topFormat">The top format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarShape(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartSerieDataFormat)">
            <summary>
            Serializes shape of the bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarChartShared(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes part of the bar chart that is common for all bar charts.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized bar series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesDelegate)">
            <summary>
            Serializes chart series with the same formatting.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to get series from.</param>
            <param name="firstSeries">First series in the list of the series to serialize.
            It is used to determine which series should be serialized.</param>
            <param name="serializator">Delegate used to serialize chart series.</param>
            <returns>Number of serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            serialiae filtered serie
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilterSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serilaize filtered series
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredText(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize Fitered Text
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFiltedStringReference(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize filtered text values
            </summary>
            <param name="writer"></param>
            <param name="range"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredCategory(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Boolean)">
            <summary>
            serialize filtered category
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
            <param name="categoryfilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Boolean)">
            <summary>
            serialize filtered values
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
            <param name="categoryfilter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.GetSeriesType(System.String)">
            <summary>
            Returns the series filter type
            </summary>
            <param name="Series"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartGrouping(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Serializes grouping tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize grouping for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartGrouping(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the chart grouping.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to get series from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeArea3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the area3 D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to get series from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeArea3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes area3D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized area3D series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAreaChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the area chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to get series from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAreaChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes area chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized area series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAreaChartCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes properties common to the area chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineChartCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            This method serializes common properties of the line charts.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized line series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLine3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the line3 D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLine3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize line3DChart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized line3D series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the line chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes line chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized line series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBubbleChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize bubble chart.
            </summary>
            <param name="writer">XmlWriter to serialize chart into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized bubble series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurfaceChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the surface chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurfaceChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes 2-D surface chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurface3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the surface3 D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurface3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes 3-D surface chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSurfaceCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes common part of the surface charts.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBandFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes preserved band formats if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeMainChartTypeTag(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Int32)">
            <summary>
            Serializes main chart tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="groupIndex">Index of the series group to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeMainChartTypeTag(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes main chart tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="groupIndex">Index of the series group to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeRadarChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the radar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeRadarChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes radar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeScatterChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes scatter chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePieChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the pie chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePieChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes pie chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePie3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the pie3 D chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePie3DChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes 3-D pie chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeOfPieChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the of pie chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeOfPieChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes pie of pie or pie of bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeStockChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes stock chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDoughnutChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes the doughnut chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDoughnutChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes doughnut chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePieCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes common properties of pie charts.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize.</param>
            <returns>Number of the serialized series.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataLabels(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartDataLabels,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes data lables.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabels">DataLabels to serialize.</param>
            <param name="series">Parent series.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeNumFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl)">
             <summary>
             Serializes number format.
             </summary>
             <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabels">dataLabels of data points which have number format to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataLabel(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartDataLabels,System.Int32,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes data label for single data point.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabels">Data labels to serialize.</param>
            <param name="index">Data point index.</param>
            <param name="chart">Parent chart object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataLabelSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartDataLabels,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean)">
            <summary>
            Serializes data labels settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabels">Data labels to serialize.</param>
            <param name="chart">Parent chart.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDefaultTextFormatting(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes default text formatting.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textFormatting">Text formatting to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeVaryColors(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes IsVaryColors option.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="firstSeries">First series in the list of series with the
            same formatting to serialize vary colors option for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBarSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes single chart series for bar chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.FindFiltered(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Find the category filter
            </summary>
            <param name="series"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.UpdateFilteredValuesRange(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            To update the filtered value range
            </summary>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.HasCategoryFilters(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Check whether any categories in chart is filtered
            </summary>
            <param name="chart">Parent chart</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.UpdateCategoryLabel(Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Update the category filterlabel range
            </summary>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredSeriesOrCategoryName(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Boolean)">
            <summary>
            serialize the filtered category or series name
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
            <param name="seriesOrcategory"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFilteredCategoryName(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            serilaize the category name
            </summary>
            <param name="writer"></param>
            <param name="series"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePieSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes single chart series for pie chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeErrorBars(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes error bars.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize line series.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Chart line series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeScatterSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes scatter series.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Chart scatter series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeRadarSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes chart radar series.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Chart series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeBubbleSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes single chart series for bubble chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAreaSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes single chart series for area chart.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesCommonWithoutEnd(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Boolean)">
            <summary>
            Serializes common part of the series.
            WARNING: this method doesn't call last WriteEndElement(), so this call
            must be made by parent item after series serialization complete.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataPoint(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartDataPointImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes single data point.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataPoint">Data point to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesCategory(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.String)">
            <summary>
            Serializes series category.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize category labels for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesCategory(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes series category.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize category labels for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes series values.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.String)">
            <summary>
            Serializes series values.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesValues(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[],System.String,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes series values.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="range">Range to serialize values for.</param>
            <param name="tagName">Name of the xml tag to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeNormalReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[],System.String,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes the normal reference.
            </summary>
            <param name="writer">The writer.</param>
            <param name="range">The range.</param>
            <param name="values">The values.</param>
            <param name="tagName">Name of the tag.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[],Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.String)">
            <summary>
            Serializes number or string reference.
            </summary>
            <param name="writer"></param>
            <param name="range"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.GetStringReference(Syncfusion.XlsIO.IRange)">
            <summary>
            Gets the string reference.
            </summary>
            <param name="range">The range.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeNumReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[],Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes number references.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="range">Range to serialize values for.</param>
            <param name="rangeValues">Range values to serialize cache values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeNumCacheValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            This function is used for serializing the number cache values.
            </summary>
            <param name="writer">This is used for serializing the chart date in XML format.</param>
            <param name="series">This is Holding the chart serie type of values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeStringReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.String)">
            <summary>
            Serializes string references.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="range">Range to serialize values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeStringReference(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Boolean,System.String)">
            <summary>
            Serializes String references.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="range">Range to serialize values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeTextTagCacheValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            This function is used for serializes the string cache values for the current chart serie.
            </summary>
            <param name="writer">Used to write the string cache values in XML format.</param>
            <param name="series">This is holding the Chart Serie contents.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeCategoryTagCacheValues(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            This is used for serializes the Category type of string Cache values.
            </summary>
            <param name="writer">This is used to write the chart serie category values in XMl format.</param>
            <param name="series">This is holding the Chart serie contents.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeMultiLevelStringReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[])">
            <summary>
            Serializes Multi level string references.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="range">Range to serialize values for.</param>
            <param name="rangeValues">Range values to serialize cache values for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeFormula(System.Xml.XmlWriter,System.String,System.String)">
            <summary>
            Serializes the formula if the range is null
            </summary>
            <param name="writer">XMLWriter to serialize into</param>
            <param name="tag">Tag to serialize values for</param>
            <param name="formula">Formula to serialize for the tag</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAxes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes chart axes.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serializes axes of.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializePivotAxes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes the pivot axes.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">The relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeMarker(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes series marker if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize marker for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeMarker(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl)">
            <summary>
            Serializes series marker if necessary.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="series">Series to serialize marker for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineSettings(System.Xml.XmlWriter,System.Drawing.Color,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes line with the specified color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Line color.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineSettings(System.Xml.XmlWriter,System.Drawing.Color,Syncfusion.XlsIO.IWorkbook,System.Boolean)">
            <summary>
            Serializes line with the specified color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Line color.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeLineSettings(System.Xml.XmlWriter,System.Drawing.Color,Syncfusion.XlsIO.IWorkbook,System.Boolean,System.Double)">
            <summary>
            Serializes line with the specified color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Line color.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeUpDownBars(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serializes up/down bars.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="firstSeries">First series in the list of series with same
            formatting to serialize up/down bars for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDropBar(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartDropBar,System.String,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes single drop bar (up or down bar).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="dropBar">Drop bar to serialize.</param>
            <param name="tagName">Name of the main tag.</param>
            <param name="chart">Chart to serialize dropbar for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartsheet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String)">
            <summary>
            Serializes chartsheet into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="drawingRelation">Id of the drawing relation with chart object..</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartsheetDrawing(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String)">
            <summary>
            Serializes chartsheet drawing part.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize drawing for.</param>
            <param name="strRelationId">Relation id of the drawing part.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeAbsoluteAnchorChart(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String,System.Boolean)">
            <summary>
            Serializes the chart object as absolute anchor
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart</param>
            <param name="strRelationId">input drawing relation id</param>
            <param name="isForChartSheet">boolean value indicates whether the chart is sheet or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeChartExFallBackContentForChartSheet(System.Xml.XmlWriter,System.String)">
            <summary>
            Serialize the fall back content for chartEx sheet
            </summary>
            <param name="writer">nput XML writer</param>
            <param name="relationId">input relation Id</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataTable(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            This method serializes chart data table.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize data table for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDirectlyEntered(System.Xml.XmlWriter,System.Object[],System.Boolean)">
            <summary>
            Serializes series value that were entered directly.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="values">Values to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.ToXmlString(System.Object)">
            <summary>
            Converts object into xml string.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeDataLabels(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.Charts.ChartDataPointsCollection)">
            <summary>
            Serializes data lables.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="parentChart">parent chart</param>
            <param name="chartDataPointsCollection">data points to be serialized</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializator.SerializeSeriesDelegate">
            <summary>
            This delegate is used for series serialization.
            </summary>
            <param name="writer">XmlWriter to serialize series into.</param>
            <param name="series">Series to serialize.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator">
            <summary>
            This class is responsible for chartEx object (all) serialization into XmlWriter in Excel SpreadsheetML format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.s_dictTickMarkToAttributeValue">
            <summary>
            Represents dictionary for TickMark to Attribute value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.#ctor">
            <summary>
            Initialize the members of this class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeChartEx(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serialize the chart
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeChartElement(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the chart tag input element 
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart</param>
            <param name="relations">input relations</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializePlotArea(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes plotarea tag and everything inside it.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="relations">input relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeAxes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the required axes
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="chartType">chart type of the chart</param>
            <param name="relations">input relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeAxis(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            Serialzie the single axis
            </summary>
            <param name="writer">input XML writer</param>
            <param name="axis">input axis to be serialized</param>
            <param name="chart">input Chart to serialize.</param>
            <param name="relations">input relation collection</param>
            <param name="axisId">axis Id of the axis</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeAxisCommon(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            Serialzie the single axis common properties
            </summary>
            <param name="writer">input XML writer</param>
            <param name="axis">input axis to be serialized</param>
            <param name="chart">input Chart to serialize.</param>
            <param name="relations">input relation collection</param>
            <param name="axisId">axis Id of the axis</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeAxisShapeAndTextProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the axis shape and text properties
            </summary>
            <param name="writer">input XML writer</param>
            <param name="axis">input axis to be serialized</param>
            <param name="chart">input Chart to serialize.</param>
            <param name="relations">input relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeDisplayUnit(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Int32)">
            <summary>
            Serialzie the axis display unit
            </summary>
            <param name="writer">input XML writer</param>
            <param name="axis">input axis to be serialized</param>
            <param name="chart">input Chart to serialize.</param>
            <param name="relations">input relation collection</param>
            <param name="axisId">axis Id of the axis</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeParetoSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Serialize the chart's every pareto line as series
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart</param>
            <param name="chartType">input chartType</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeChartExSeries(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Int32,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the input serie and everything inside it.
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input chart serie</param>
            <param name="serieDataIndex">input chart serie Index for data referring</param>
            <param name="chartType">chart type</param>
            <param name="chart">input chart</param>
            <param name="relations">relation collection of the chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeLayoutProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the input chart serie layout properties
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input chart serie</param>     
            <param name="chart">input chart</param>
            <param name="relations">relation collection of the chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeSubTotalIndexes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize the subtotal data points of the series
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input serie to subtotal serialized</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeBinningProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieDataFormatImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serialize the bin properties of the chart
            </summary>
            <param name="writer">input XML writer</param>
            <param name="dataFormat">input chart serie data format for binning properties</param>
            <param name="chart">input chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeDataLabels(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the single chart serie data labels 
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input serie to data labels serialized</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relations</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeDataLabelSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes the input data label settings
            </summary>
            <param name="writer">input XML writer</param>
            <param name="dataLabels">input data labels</param>
            <param name="parentChart">paret chart of the data labels</param>
            <param name="relations">chart relation collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.IsFrameFormatChanged(Syncfusion.XlsIO.Implementation.Charts.ChartFrameFormatImpl)">
            <summary>
            check whether the frame format is formatted or not
            </summary>
            <param name="format">input chart frame format impl</param>
            <returns>the boolean value</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeNumFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartDataLabelsImpl)">
             <summary>
             Serializes number format.
             </summary>
             <param name="writer">XmlWriter to serialize into.</param>
            <param name="dataLabels">dataLabels of data points which have number format to serialize</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeDataPointsSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize the data point properties of the chart serie
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input chart serie</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeSeriesName(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl)">
            <summary>
            Serialize the chart serie name
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input chart serie</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeSerieAttributes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,Syncfusion.XlsIO.ExcelChartType,System.Int32,System.Boolean)">
            <summary>
            Serialize the single chart serie attributes
            </summary>
            <param name="writer">input XML writer</param>
            <param name="serie">input chart serie</param>
            <param name="chartType">chart type of the chart</param>
            <param name="serieIndex">chart serie index</param>
            <param name="isPareto">boolean value indicates whether the pareto line option is serialized or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeLegend(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartLegendImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serialize the chart legend
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chartLegend">input chart legend</param>
            <param name="chart">input chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SeriliazeChartTextArea(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Double,System.String,System.Boolean,System.Boolean)">
            <summary>
            Serialize the chart text area properties for text elements
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chartTextArea">input chart text area</param>
            <param name="chart">input chart</param>
            <param name="relations">input relation collection</param>
            <param name="defaultFontSize">default font size for text area</param>
            <param name="parentElement">input XML elemet parent</param>
            <param name="isNotAuto">boolean value indicates whether the title is auto</param>
            <param name="isChartTitle">boolean value indicates whether element is chart title</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeTextElementAttributes(System.Xml.XmlWriter,System.UInt16,System.Boolean)">
            <summary>
            Serialize the chart text element properties for chart title and legend
            </summary>
            <param name="writer">input XML writer</param>
            <param name="position">input position of element</param>
            <param name="isLayout">boolean value indicates the layout of element</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeTextAreaText(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Double)">
            <summary>
            Serialize the chart text area Tx and rich
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chartTextArea">input chart text area</param>
            <param name="chart">input chart</param>
            <param name="defaultFontSize">default font size for text area</param>
            <returns>boolean value indicates whether the title serialized as rich text or not</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeChartExData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serialize the chartEx data element
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeIndividualChartSerieData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartSerieImpl,System.Int32,Syncfusion.XlsIO.ExcelChartType)">
            <summary>
            Individial series data serialized with this.
            </summary>
            <param name="writer">input XML chart</param>
            <param name="serie">input chart serie</param>
            <param name="index">serie index</param>
            <param name="chartType">chart type</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializeDimensionData(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Object[],System.Boolean,System.String)">
            <summary>
            Serialize the dimension data for series 
            </summary>
            <param name="writer">input XML writer</param>
            <param name="range">input range</param>
            <param name="directValues">input direct values array</param>
            <param name="isInRow">boolean value indicates whether range is in row</param>
            <param name="formatCode">number format code</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExSerializator.SerializePrinterSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes chart printer settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="pageSetup">Object that stores settings to serialize.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon">
            <summary>
            This class contains common code used for charts serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.s_dicLinePatterns">
            <summary>
            Key - ExcelChartLinePattern,
            Value - pair, where key is Excel 2007 pattern value, value - preset pattern of the pattern fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.OuterAttributeArray">
            <summary>
            Jagged Array represents the Outer Shadow Attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.InnerAttributeArray">
            <summary>
            Jagged Array represents the Inner Shadow Attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.PerspectiveAttributeArray">
            <summary>
            Jagged Array represents the Perspective Shadow Attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.BevelProperties">
            <summary>
            Jagged Array represents the 3D Bevel Attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.MaterialProperties">
            <summary>
            Jagged Array represents the 3D Material Attributes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.LightingProperties">
            <summary>
            Jagged Array represents the 3D Lighting Attributes
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.#cctor">
            <summary>
            Initializes static members of ChartSerializatorCommon class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeFrameFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartFillBorder,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean)">
            <summary>
            Serializes frame format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="format">Fill format to serialize.</param>
            <param name="chart">Parent chart object.</param>
            <param name="isRoundCorners">Indicates whether area corners should be rounded.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeFrameFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartFillBorder,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.Boolean,System.Boolean)">
            <summary>
            Serializes frame format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="format">Fill format to serialize.</param>
            <param name="chart">Parent chart object.</param>
            <param name="isRoundCorners">Indicates whether area corners should be rounded.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeFrameFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartFillBorder,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean,System.Boolean)">
            <summary>
            Serializes frame format.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="format">Fill format to serialize.</param>
            <param name="holder">Parent file data holder.</param>
            <param name="relations">Chart's relations collection</param>
            <param name="isRoundCorners">Indicates whether area corners should be rounded.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeShadow(System.Xml.XmlWriter,Syncfusion.XlsIO.IShadow,System.Boolean)">
            <summary>
            This method serailizes the Shadow propeties
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shadow">Shadow format to serialize into</param>
            <param name="CustomShadow">Whether the current format contains the Custom Shadow Style</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeInner(System.Xml.XmlWriter,System.Int32,System.Boolean,Syncfusion.XlsIO.IShadow)">
            <summary>
            Serializes the inner shadow.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="inner">The jagged array index of the InnerAttributeArry.</param>
            <param name="CustomShadow">if set to <c>true</c> [custom shadow style].</param>
            <param name="Shadow">The ShadowImpl object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerailizeOuter(System.Xml.XmlWriter,System.Int32,System.Boolean,Syncfusion.XlsIO.IShadow)">
            <summary>
            This method Serailizes the Outer Shadow
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="outer">the jagged array index of OuterAttributeArry</param>
            <param name="CustomShadow">if set to <c>true</c> [custom shadow style].</param>
            <param name="Shadow">The ShadowImpl object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeOuter(System.Xml.XmlWriter,System.Int32,System.Boolean,Syncfusion.XlsIO.IShadow)">
            <summary>
            This method Serailizes the Outer Shadow
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="outer">the jagged array index of OuterAttributeArry</param>
            <param name="CustomShadow">if set to <c>true</c> [custom shadow style].</param>
            <param name="Shadow">The ShadowImpl object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePerspective(System.Xml.XmlWriter,System.Int32,System.Boolean,Syncfusion.XlsIO.IShadow)">
            <summary>
            This method serializes the Perspective shadow properties
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="perspective">the jagged array index of PerspectiveAttributeArry </param>
            <param name="CustomShadow">if set to <c>true</c> [custom shadow style].</param>
            <param name="Shadow">The ShadowImpl object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.Serialize3D(System.Xml.XmlWriter,Syncfusion.XlsIO.IThreeDFormat)">
            <summary>
            This method Serailizes the 3DProperties
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shadow">Sahdow Format to serailize into</param>
            <param name="CustomShadow">if set to <c>true</c> [custom shadow style].</param>
            <param name="Shadow">The ShadowImpl object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeLight(System.Xml.XmlWriter,System.Int32)">
            <summary>
            This method serailize the Lighting properties
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="light">the jagged array index of LightingPropertiesArray</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeMaterial(System.Xml.XmlWriter,System.Int32)">
            <summary>
            This method serialize the Material properties
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="material">the jagged array index of MaterialPropertiesArray</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTopBevel(System.Xml.XmlWriter,System.Int32)">
            <summary>
            This method serialize the Bevel top
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="bevel">the jagged array index of bevelpropertiesArray</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTopBevel(System.Xml.XmlWriter,System.Int32,System.Int32,System.Int32)">
            <summary>
            This method serialize the Bevel top
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="bevel">the jagged array index of bevelpropertiesArray</param>
            <param name="lineHeight">Bevel top Height Value</param>
            <param name="lineWidth">Bevel top width Value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeBottomBevel(System.Xml.XmlWriter,System.Int32)">
            <summary>
            This method serializes the Bevel Bottom
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="bevel">the jagged array index of Bevelproperties Array</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeBottomBevel(System.Xml.XmlWriter,System.Int32,System.Int32,System.Int32)">
            <summary>
            This method serializes the Bevel Bottom
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="bevel">the jagged array index of Bevelproperties Array</param>
            <param name="lineHeight">Bevel bottom Height Value</param>
            <param name="lineWidth">Bevel bottom width Value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Interfaces.IInternalFill,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes fill object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Fill to serialize.</param>
            <param name="holder">Parent file data holder.</param>
            <param name="relations">Chart's relations collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTextArea(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Double)">
            <summary>
            Serializes text area.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize.</param>
            <param name="book">Parent workbook.</param>
            <param name="relations">Chart's relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeValueTag(System.Xml.XmlWriter,System.String,System.String)">
            <summary>
            Serialize xml tag that contains value attribute with tag value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to serialize.</param>
            <param name="value">Value to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeDoubleValueTag(System.Xml.XmlWriter,System.String,System.Double)">
            <summary>
            Serialize the double value attributes.
            </summary>
            <param name="writer"></param>
            <param name="tagName"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeValueTag(System.Xml.XmlWriter,System.String,System.String,System.String)">
            <summary>
            Serialize xml tag that contains value attribute with tag value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to serialize.</param>
            <param name="tagNamespace">Namespace of the xml tag.</param>
            <param name="value">Value to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeDoubleValueTag(System.Xml.XmlWriter,System.String,System.String,System.Double)">
            <summary>
            Seralize the double value 
            </summary>
            <param name="writer"></param>
            <param name="tagName"></param>
            <param name="tagNamespace"></param>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeBoolValueTag(System.Xml.XmlWriter,System.String,System.Boolean)">
            <summary>
            Serialize xml tag that contains value attribute with tag value.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to serialize.</param>
            <param name="value">Value to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeLineProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartBorder,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes chart line properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="border">Border to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePatternFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,System.String,System.String,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes pattern fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color to serialize.</param>
            <param name="bAutoColor">Indicates whether color is automatic and should be ignored or not.</param>
            <param name="strDash2007">Preset dash value.</param>
            <param name="strPreset">Preset pattern value.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePatternFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,System.String,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes pattern fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="foreColor">Foreground color.</param>
            <param name="isAutoFore">Indicates whether foreground color is auto and foreColor argument should be ignored.</param>
            <param name="backColor">Background color.</param>
            <param name="isAutoBack">Indicates whether background color is auto and backColor argument should be ignored.</param>
            <param name="strPreset">Preset pattern value.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePatternFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,Syncfusion.XlsIO.ExcelGradientPattern,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes pattern fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="foreColor">Foreground color.</param>
            <param name="isAutoFore">Indicates whether foreground color is auto and foreColor argument should be ignored.</param>
            <param name="backColor">Background color.</param>
            <param name="isAutoBack">Indicates whether background color is auto and backColor argument should be ignored.</param>
            <param name="pattern">Pattern to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeSolidFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes solid fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color that is used for filling.</param>
            <param name="isAutoColor">Indicates whether color is automatic or was manually changed.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeSolidFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ColorObject,System.Boolean,Syncfusion.XlsIO.IWorkbook,System.Double,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl)">
            <summary>
            Serializes solid fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color that is used for filling.</param>
            <param name="isAutoColor">Indicates whether color is automatic or was manually changed.</param>
            <param name="book">Parent workbook.</param>
            <param name="alphavalue">returns alpha value</param>
            <param name="shape">returns shape value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePreservedNode(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeLineFormatImpl,System.String)">
            <summary>
            Serializes various shape properties of a picture
            </summary>
            <param name="xmlTextWriter">xmlTextWriter object</param>
            <param name="shape">shape to which shape properties belong to</param>
            <param name="node">Shape property node</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRgbColor(System.Xml.XmlWriter,System.Drawing.Color)">
            <summary>
            Serializes rgb color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRgbColor(System.Xml.XmlWriter,Syncfusion.XlsIO.ExcelKnownColors,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes rgb color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="colorIndex">Color index to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRgbColor(System.Xml.XmlWriter,System.Drawing.Color,System.Double)">
            <summary>
            Serializes rgb color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color to serialize.</param>
            <param name="alphaValue">Alpha component of the color to serialize, 0 - 100000.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRgbColor(System.Xml.XmlWriter,System.Drawing.Color,System.Int32,System.Int32,System.Int32)">
            <summary>
            Serializes rgb color.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="color">Color to serialize.</param>
            <param name="alpha">Alpha component of the color to serialize, 0-100000.</param>
            <param name="tint">Tint value of the color to serialize, 0-100000.</param>
            <param name="shade">Shape value of the color to serialize, 0-100000.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeLineProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartBorder,System.Boolean,Syncfusion.XlsIO.IWorkbook,System.Boolean)">
            <summary>
            Serialize line properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="border">Chart line properties to serialize.</param>
            <param name="bRoundCorners">Indicates whether border is rounded or not</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeJoinType(System.Xml.XmlWriter,Syncfusion.XlsIO.Excel2007BorderJoinType)">
            <summary>
            Serailize Line Join Type
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="joinType">Line Join Type</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePictureFill(System.Xml.XmlWriter,System.Drawing.Image,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.Boolean)">
            <summary>
            Serializes picture fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="image">Picture to serialize.</param>
            <param name="holder">Parent file data holder object.</param>
            <param name="relations">Relations collection to add relation to.</param>
            <param name="tile">Indicates whether image should be tiled.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializePictureFill(System.Xml.XmlWriter,System.Drawing.Image,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Interfaces.IInternalFill)">
            <summary>
            Serialize the picture with fillrect and source rect.
            </summary>     
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTextureFill(System.Xml.XmlWriter,Syncfusion.XlsIO.IFill,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes texture fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Fill object that contains settings to serialize.</param>
            <param name="holder">Parent file data holder object.</param>
            <param name="relations">Relations collection to add relation to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeGradientFill(System.Xml.XmlWriter,Syncfusion.XlsIO.IFill,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes gradient fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="fill">Fill to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTextProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serializes text properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize text properties for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeDefaultTextFormatting(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,Syncfusion.XlsIO.IWorkbook,System.Double,System.Boolean,System.Int32,Syncfusion.XlsIO.Excel2007TextRotation,System.String,System.Boolean)">
            <summary>
            Serializes default text formatting.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textFormatting">Text formatting to serialize.</param>
            <param name="book">Parent workbook.</param>
            <param name="defaultFontSize">Font size of the text are element</param>
            <param name="isAutoTextRotation">boolean value indicates whether the text is automatically rotated</param>
            <param name="rotationAngle">text rotation angle</param>
            <param name="textRotation">enum text rotation</param>
            <param name="nameSpace">Input name space required at chart</param>
            <param name="isChartExText">Run paragraph serialized for chartEx</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTextAreaText(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes text from text area.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize values for.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRichText(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.String,System.Double)">
            <summary>
            Serializes rich text.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area that contains rich text to serialize.</param>
            <param name="book">Parent workbook.</param>
            <param name="tagName">Name of the main xml tag.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeBodyProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serialize text area body properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize body properties for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeListStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serializes list styles for a text area.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize list styles for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeParagraphs(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes paragraph.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph information (formatting and text).</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.Serialize_TextArea_RichTextParagraph(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializing the rich-text formatting 
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph information (formatting and text) of text area.</param>
            <param name="book">Parent workbook.</param>
            <param name="defaultFontSize">Default font size</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.Serialize_DataLabel_RichTextParagraph(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializing the rich-text formatting 
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph information (formatting and text) of data labels.</param>
            <param name="book">Parent workbook.</param>
            <param name="defaultFontSize">Default font size</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeParagraphRunProperites(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes paragraph run.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph run information (formatting and text).</param>
            <param name="mainTagName">Name of the main xml tag.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeParagraphRunProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serializes paragraph run.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph run information (formatting and text).</param>
            <param name="mainTagName">Name of the main xml tag.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeStringReference(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serializes string reference settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to get settings from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeLayout(System.Xml.XmlWriter,System.Object)">
            <summary>
            Serializes text area layout settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize layout settings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeManualLayout(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartManualLayout)">
            <summary>
            Serializes text area manual layout settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Manual layout to serialize manual layout settings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeOverlay(System.Xml.XmlWriter,Syncfusion.XlsIO.IChartTextArea)">
            <summary>
            Serializes overlay setting of the text area.
            </summary>
            <param name="writer">XmlWriter to serialize overlay into.</param>
            <param name="textArea">Text area to get overlay from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeBottomBevel(System.Xml.XmlWriter,System.Int32,System.Int32)">
            <summary>
            This method serialize the Bevel bottom
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="lineHeight">Bevel bottom Height Value</param>
            <param name="lineWidth">Bevel bottom width Value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeTopBevel(System.Xml.XmlWriter,System.Int32,System.Int32)">
            <summary>
            This method serialize the Bevel top
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="lineHeight">Bevel top Height Value</param>
            <param name="lineWidth">Bevel top width Value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartSerializatorCommon.SerializeRichTextStream(Syncfusion.XlsIO.Implementation.Charts.ChartTextAreaImpl,Syncfusion.XlsIO.IWorkbook,System.Double)">
            <summary>
            Serialize the rich text stream of binary file
            </summary>
            <param name="textArea">Text Area class to be serialized</param>
            <param name="book">parent workbook</param>
            <param name="defaultFontSize">Default font size of the workbook</param>
            <returns>the serialized new rich text stream</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser">
            <summary>
            This class is responsible for chart axis parsing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.DefaultFont">
            <summary>
            Default font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.DefaultFontSize">
            <summary>
            Default axis font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.s_dictTickLabelToAttributeValue">
            <summary>
            Represents dictionary for Ticklabel to Attribute value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.s_dictTickMarkToAttributeValue">
            <summary>
            Represents dictionary for TickMark to Attribute value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.#ctor">
            <summary>
            Initializes static members of the ChartAxisParser class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseDateAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts date axis from XmlReader.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <param name="axis">Axis to serialize.</param>
            <param name="relations">Chart item relations.</param>
            <param name="chartType">Prognosed type of the chart (or chart part) that is being parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseCategoryAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartCategoryAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Serializes category axis.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to serialize.</param>
            <param name="relations">Chart item relations.</param>
            <param name="chartType">Prognosed type of the chart (or chart part) that is being parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseValueAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts value axis.
            </summary>
            <param name="reader">XmlReader to extract axis from.</param>
            <param name="valueAxis">Axis to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="chartType">Prognosed type of the chart (or chart part) that is being parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseSeriesAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartSeriesAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts series axis data.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="seriesAxis">Axis to put extracted data into.</param>
            <param name="relations">Chart item relations.</param>
            <param name="chartType">Prognosed type of the chart (or chart part) that is being parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseAxisCommon(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.ExcelChartType,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.AxisTagsParser)">
            <summary>
            Extracts common part of the axis.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to serialize.</param>
            <param name="chartItemRelations">Relations collection for chart item that is being parsed.</param>
            <param name="chartType">Prognosed type of the chart (or chart part) that is being parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseTextSettings(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser)">
            <summary>
            Extracts chart axis text properties from the reader.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseBodyProperties(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Extracts text body properties
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseTextRotation(System.Xml.XmlReader)">
            <summary>
            Extracts vert attribute.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <returns>Extracted vert attribute.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseCrossesTag(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Parses crosses xml tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseCrossAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Parses cross axis tag.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseTickMark(System.Xml.XmlReader)">
            <summary>
            Extracts tick mark.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseTickLabel(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Extracts tick label position.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to set tick label position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseNumberFormat(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Extracts number format used by the axis.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to put extracted number format into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseGridlines(System.Xml.XmlReader,Syncfusion.XlsIO.IChartGridLine,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts single gridline object.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="gridLines">Gridlines to put extracted data into.</param>
            <param name="dataHolder">Parent file data holder.</param>
            <param name="relations">Chart item relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseAxisPosition(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl)">
            <summary>
            Extracts axis position.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="axis">Axis to serialize.</param>
            <returns>Extracted Axis position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseScaling(System.Xml.XmlReader)">
            <summary>
            Extracts scaling tag and all necessary child tags.
            </summary>
            <param name="reader">XmlReader to serialize into.</param>
            <returns>Extracted Axis scale.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseDisplayUnit(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts display unit from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="valueAxis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ParseBuiltInDisplayUnit(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl)">
            <summary>
            Extracts built-in display unit.
            </summary>
            <param name="reader">XmlReader to get value from.</param>
            <param name="valueAxis">Value axis to put extracted value into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.CategoryAxisTagParsing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses additional tags of category axis.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put data into.</param>
            <param name="relations">Chart relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.DateAxisTagParsing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses additional tags of date axis.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put data into.</param>
            <param name="relations">Chart relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.ValueAxisTagParsing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses additional tags of value axis.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put data into.</param>
            <param name="relations">Chart relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartAxisParser.SeriesAxisTagParsing(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Parses additional tags of series axis.
            </summary>
            <param name="reader">XmlReader to get data from.</param>
            <param name="axis">Axis to put data into.</param>
            <param name="relations">Chart relations.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser">
            <summary>
            This class is responsible for chartEx axis parsing
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser.ParseChartExAxis(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,Syncfusion.XlsIO.Implementation.XmlReaders.Excel2007Parser,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder)">
            <summary>
            Select and Parse the chartEx axis from the reader
            </summary>
            <param name="reader">input XML reader</param>
            <param name="axis">input secondaryAxisId</param>
            <param name="chart">input chart</param>
            <param name="relations">input chart relation collections</param>
            <param name="parser">excel 2007 parser</param>
            <param name="dataHolder">input file data holder</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser.ParseDisplayUnits(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartValueAxisImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Extracts display unit from XmlReader.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <param name="valueAxis">Axis to put extracted data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser.ParseAxisCommonAttributes(System.Xml.XmlReader,System.Nullable{System.Boolean}@,System.Nullable{System.Int32}@)">
            <summary>
            Parse the Axis attributes return the axis values
            </summary>
            <param name="reader">input XML reader</param>
            <param name="axisIsHidden">output axis hidden value</param>
            <param name="axisId">output axis id value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser.ParseAxisAttributes(System.Xml.XmlReader,Syncfusion.XlsIO.Implementation.Charts.ChartAxisImpl,System.Boolean)">
            <summary>
            Parse the chart axis (category or value scaling element) attributes
            </summary>
            <param name="reader">input XML reader</param>
            <param name="axis">input chart Axis</param>
            <param name="isValueAxis">boolean value indicates whether the axis is value or category</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Charts.ChartExAxisParser.ParseTickMark(System.Xml.XmlReader)">
            <summary>
            Extracts tick mark.
            </summary>
            <param name="reader">XmlReader to extract data from.</param>
            <returns>Extracted value.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.AF">
            <summary>
            This class contains constants used for autofilter parsing and serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.AutoFilterSettingsTagName">
            <summary>
            Name of the xml tag name that represents auto filter settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.CellOrRangeReferenceAttributeName">
            <summary>
            Name of the xml attribute that represents reference to the cell range to which the AutoFilter is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.AutoFilterColumnTagName">
            <summary>
            Name of the xml tag that identifies a particular column in the AutoFilter range and specifies
            filter information that has been applied to this column
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterColumnDataAttributeName">
            <summary>
            Name of the xml attribute that indicates the AutoFilter column to which this filter information applies.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.AutoFilterTopTenTagName">
            <summary>
            Name of the xml tag that specifies the top N (percent or number of items) to filter by.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.TopOrBottomValueAttributeName">
            <summary>
            Name of the xml attribute that represents top or bottom value to use as the filter criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.TopAttributeAttributeName">
            <summary>
            Name of the xml attribute that represents flag indicating whether or not to filter by top order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterValAttributeName">
            <summary>
            Name of the xml attribute that represents the actual cell value in the range
            which is used to perform the comparison for this filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterByPercentAttributeName">
            <summary>
            Name of the xml attribute that represents flag indicating whether or not to filter by percent value of the column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterCriteriaTagName">
            <summary>
            Name of the xml tag that groups filter criteria together.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterBlankAttributeName">
            <summary>
            Flag indicating whether to filter by blank.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterTagName">
            <summary>
            Name of the xml tag that expresses a filter criteria value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterValueAttributeName">
            <summary>
            Name of the xml attribute that represents filter value used in the criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.CustomFiltersCriteriaTagName">
            <summary>
            Name of the xml tag that represents custom filters criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.AndCriteriaAttributeName">
            <summary>
            Name of the xml attribute that represents flag indicating whether the two criteria have an "and" relationship.
            '1' indicates "and", '0' indicates "or".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.CustomFilterCriteriaTagName">
            <summary>
            Name of the xml tag that represents custom filter criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.FilterComparisonOperatorAttributeName">
            <summary>
            Name of the xml attribute name that represents operator used by the filter comparison.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.ShowButtonAttributeName">
            <summary>
            Name of the attribute that represents if filter shape should be visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.DateGroupItemTagName">
            <summary>
            Name of the xml tag that represents filter with date time.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.DateTimeGroupingAttributeName">
            <summary>
            Name of the attribute that represents grouping type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.YearAttributeName">
            <summary>
            Name of the attribute that represents year value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.MonthAttributeName">
            <summary>
            Name of the attribute that represents month value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.DayAttributeName">
            <summary>
            Name of the attribute that represents day value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.HourAttributeName">
            <summary>
            Name of the attribute that represents hour value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.MinuteAttributeName">
            <summary>
            Name of the attribute that represents minute value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.SecondAttributeName">
            <summary>
            Name of the attribute that represents second value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.DynamicFilterTagName">
            <summary>
            Name of the tag that represent dynamic filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.DynamicFilterTypeAttributeName">
            <summary>
            Name of the attribute that represent dynamic filter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorEqual">
            <summary>
            Show results which are equal to criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorGreaterThan">
            <summary>
            Show results which are greater than criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorGreaterThanOrEqual">
            <summary>
            Show results which are greater than or equal to criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorLessThan">
            <summary>
            Show results which are less than criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorLessThanOrEqual">
            <summary>
            Show results which are less than or equal to criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.OperatorNotEqual">
            <summary>
            Show results which are not equal to criteria.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.ConvertToDateFilterType(System.String)">
            <summary>
            Convert string value to date filter type.
            </summary>
            <param name="filterType">string value need to convert.</param>
            <returns>Equalent date filter type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.AF.ConvertDateFilterTypeToString(Syncfusion.XlsIO.DynamicFilterType)">
            <summary>
            Convert date filter type to string value.
            </summary>
            <param name="filterType"> date filter type need to convert.</param>
            <returns>Equalent string value.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder">
            <summary>
            Class used for holding border settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.m_color">
            <summary>
            Returns or sets the primary color of the object.
            Read/write ExcelKnownColors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.m_lineStyle">
            <summary>
            Represents border line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.m_bShowDiagonalLine">
            <summary>
            This field is used only by Diagonal borders. For any other
            border index property will have no influence.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.m_bIsEmptyBorder">
            <summary>
            Specifies a boolean value that indicate whether the border setting has a empty border
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.#ctor">
            <summary>
            Initializes a new instance of the BorderSettingsHolder class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.Clone">
            <summary>
            Creates a shallow copy of the current System.Object.
            </summary>
            <returns>A shallow copy of the current System.Object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.Color">
            <summary>
            Gets or sets the primary color of the object.
            Read/write ExcelKnownColors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.ColorObject">
            <summary>
            Gets color of the border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.ColorRGB">
            <summary>
            Gets or sets color of the border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.LineStyle">
            <summary>
            Gets or sets the line style for the border. Read/write ExcelLineStyle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.ShowDiagonalLine">
            <summary>
            Gets or sets a value indicating whether to show Diagonal lines. This property is used only by Diagonal borders. For any other border
            index property will have no influence.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.IsEmptyBorder">
            <summary>
            Specifies a boolean value that indicate whether the border setting has a empty border
            </summary>  
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.Application">
            <summary>
            Application object for this object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.BorderSettingsHolder.Parent">
            <summary>
            Parent object for this object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.CF">
            <summary>
            This class contains constants used for conditional formatting parsing/serialization
            in Excel 2007 SpreadsheetML format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ConditionalFormattingsTagName">
            <summary>
            Name of the xml tag that defines conditional formattings
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ConditionalFormattingTagName">
            <summary>
            Name of the xml tag that represents conditional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.RuleTagName">
            <summary>
            Name of the xml tag that represents conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.EndsWith">
            <summary>
            Name of the xml tag that represent Ends With Spefific Text conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.BeginsWith">
            <summary>
            Name of the xml tag that represent Begins With Spefific Text conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ContainsText">
            <summary>
            Name of the xml tag that represent Contains Text Spefific Text conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.NotContainsText">
            <summary>
            Name of the xml tag that represent NotContains Text Spefific Text conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeContainsError">
            <summary>
            Name of the xml tag that represent contains error conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeNotContainsError">
            <summary>
            Name of the xml tag that represent not Contains Error conitional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TextAttributeName">
             <summary>
            Name of the xml tag that represent text attribute of Spefific Text conitional formatting. 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeAttributeName">
            <summary>
            Name of the xml attribute that represents type of conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodTypeName">
            <summary>
            Name of the xml attribute that represents time period type conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodAttributeName">
            <summary>
            Name of the xml attribute that represents time period type attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.DifferentialFormattingIdAttributeName">
            <summary>
            Name of the xml attribute that represents an index to a dxf element in the Styles Part indicating which cell formatting to
            apply when the conditional formatting rule criteria is met.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorAttributeName">
            <summary>
            Name of the xml attribute that represents the operator in a "cell value is" conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.BorderColorTagName">
            <summary>
            Name of the xml tag that defines the border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.NegativeFillColorTagName">
            <summary>
            Name of the xml tag that defines the negative fill color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.NegativeBorderColorTagName">
            <summary>
            Name of the xml tag that defines the negative border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.AxisColorTagName">
            <summary>
            Name of the xml tag that defines the axis color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.BorderAttributeName">
            <summary>
            Name of the xml attribute that represents the border of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.GradientAttributeName">
            <summary>
            Name of the xml attribute that represents the gradient fill of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.DirectionAttributeName">
            <summary>
            Name of the xml attribute that represents the direction of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.NegativeBarColorSameAsPositiveAttributeName">
            <summary>
            Name of the xml attribute that represents the negative bar color of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.NegativeBarBorderColorSameAsPositiveAttributeName">
            <summary>
            Name of the xml attribute that represents the negative bar border color of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.AxisPositionAttributeName">
            <summary>
            Name of the xml attribute that represents the axis position of data bar
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ExtentionList">
            <summary>
            Name of the extention list element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.Extenstion">
            <summary>
            Name of the extention element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodToday">
            <summary>
            Today's time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodYesterday">
            <summary>
            Yesterday's time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodTomorrow">
            <summary>
            Tomorrow's time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodLastsevenDays">
            <summary>
            Last seven days time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodLastWeek">
            <summary>
            Last week time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodThisWeek">
            <summary>
            This week time period type
            </summary>    
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodNextWeek">
            <summary>
            Next week time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodLastMonth">
            <summary>
            Last month period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodThisMonth">
            <summary>
            This month period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TimePeriodNextMonth">
            <summary>
            Next month time period type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorBeginsWith">
            <summary>
            Name of the xml tag that represents begin with condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorBetween">
            <summary>
            Name of the xml tag that represents between condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorContains">
            <summary>
            Name of the xml tag that represents contains text condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorEndsWith">
            <summary>
            Name of the xml tag that represents ends with condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorEqual">
            <summary>
            Name of the xml tag that represents equal condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorGreaterThan">
            <summary>
            Name of the xml tag that represents greater than condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorGreaterThanOrEqual">
            <summary>
            Name of the xml tag that represents greater than or equal to condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorLessThan">
            <summary>
            Name of the xml tag that represents less than condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorLessThanOrEqual">
            <summary>
            Name of the xml tag that represents less than or equal to condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorNotBetween">
            <summary>
            Name of the xml tag that represents not between condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorDoesNotContain">
            <summary>
            Name of the xml tag that represents not contains condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.OperatorNotEqual">
            <summary>
            Name of the xml tag that represents not equal condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.StopIfTrueAttributeName">
            <summary>
            Name of the xml tag To stop evaluating conditional formatting rules for a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.PriorityAttributeName">
            <summary>
            Name of the xml attribute that represents the priority of this conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.FormulaTagName">
            <summary>
            Name of the xml tag name that represents a formula whose calculated value specifies the criteria for the conditional
            formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeCellIs">
            <summary>
            Represents conditional formatting rule that compares a cell value to a formula calculated result, using an operator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeExpression">
            <summary>
            Represents conditional formatting rule that contains a formula to evaluate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeDataBar">
            <summary>
            Represents conditional formatting rule that contains databar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.Pivot">
            <summary>
            Represents conditional formatting rule that contains pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeIconSet">
            <summary>
            Represents conditional formatting rule that contains iconset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeColorScale">
            <summary>
            Represents conditional formatting rule that contains color scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeContainsBlank">
            <summary>
            Represents conditional formatting rule highlights cells that are completely blank
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.TypeNotContainsBlank">
            <summary>
            Represents conditional formatting rule highlights cells that are not blank
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.DataBarTag">
            <summary>
            Describes a data bar conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ValueObjectTag">
            <summary>
            Describes the values of the interpolation points in a gradient scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.DefaultDataBarMinLength">
            <summary>
            Default value for minimum length of the data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.DefaultDataBarMaxLength">
            <summary>
            Default value for maximum length of the data bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.MaxLengthTag">
            <summary>
            The maximum length of the data bar, as a percentage of the cell width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.MinLengthTag">
            <summary>
            The minimum length of the data bar, as a percentage of the cell width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ShowValueAttribute">
            <summary>
            Indicates whether to show the values of the cells on which this data bar is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.IconSetTag">
            <summary>
            Describes an icon set conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.IconSetAttribute">
            <summary>
            The icon set to display.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ColorScaleTag">
            <summary>
            Describes a color scale conditional formatting rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.PercentAttribute">
            <summary>
            Indicates whether the thresholds indicate percentile values, instead of number values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ReverseAttribute">
            <summary>
            If '1', reverses the default order of the icons in this icon set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.ValueTypes">
            <summary>
            Possible value types for ConditionValue.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.IconSetTypeNames">
            <summary>
            Names used in xml as IconSet type (order is important).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.CF.#ctor">
             <summary>
            Prevents a default instance of the CF class from being created.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants">
            <summary>
            This class contains constants required for charts parsing and serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CNamespace">
            <summary>
            Main charts namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SlicerNamespace">
            <summary>
            Namespace of the slicer
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CNamespace2007">
            <summary>
            Main charts namespace for Excel 2010
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CNamespace2016">
            <summary>
            Main charts namespace for Excel 2016
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CColorNamespace2013" -->
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CStyleNamespace2013">
            <summary>
            Chart style relation namespace for Excel 2013
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartStyleNamespace">
            <summary>
            Chart style and color style namespace for charts above version 2013
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Pivoturi">
            <summary>
            Uri for the pivot chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Pivoturi16">
            <summary>
            Uri for the pivot chart for Excel 2016.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartPrefix2010">
            <summary>
            prefix for the Excel 2010 chart tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartPrefix2016">
            <summary>
            prefix for the Excel 2016 chart tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CategoryAxisTag">
            <summary>
            This element specifies a category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ValueAxisTag">
            <summary>
            This element specifies a value axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesAxisTag">
            <summary>
            This element specifies a series axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DateAxisTag">
            <summary>
            This element specifies a date axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ValueAttribute">
            <summary>
            Value attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DefaultValueAxisId">
            <summary>
            Some value axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DefaultCategoryAxisId">
            <summary>
            Some category axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DefaultSeriesAxisId">
            <summary>
            Some series axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DefaultSecondaryCategoryAxisId">
            <summary>
            Some secondary category axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DefaultSecondaryValueAxisId">
            <summary>
            Some secondary value axis id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ScalingTag">
            <summary>
            This element contains additional axis settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LogarithmicBaseTag">
            <summary>
            This element specifies the logarithmic base for a logarithmic axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MaximumTag">
            <summary>
            This element specifies the maximum value of the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinimumTag">
            <summary>
            This element specifies the minimum value of the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisOrientationTag">
            <summary>
            This element specifies the stretching and stacking of the picture on the
            data point, series, wall, or floor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisIdTag">
            <summary>
            When specified as a child element of valAx, dateAx, catAx, or serAx,
            this element specifies the identifier for the axis. When specified as
            a child element of a chart, this element specifies the identifier of
            an axis that defines the coordinate space of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MaxMinOrientation">
            <summary>
            Specifies that the values on the axis shall be reversed so they go from maximum to minimum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinMaxOrientation">
            <summary>
            Specifies that the axis values shall be in the usual order, minimum to maximum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisPositionTag">
            <summary>
            This element specifies the position of the axis on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisPosLeft">
            <summary>
            Specifies that the axis shall be displayed at the left of the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisPosRight">
            <summary>
            Specifies that the axis shall be displayed at the right of the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisPosTop">
            <summary>
            Specifies that the axis shall be displayed at the top of the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AxisPosBottom">
            <summary>
            Specifies that the axis shall be displayed at the bottom of the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MajorGridlinesTag">
            <summary>
            This element specifies major gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinorGridlinesTag">
            <summary>
            This element specifies minor gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumberFormatTag">
            <summary>
            This element specifies number formatting for the parent element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.FormatCodeAttribute">
            <summary>
            This element specifies a string representing the format code to apply.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SourceLinkedAttribute">
            <summary>
            Indicates whether number format is applied to the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelPositionTag">
            <summary>
            This element specifies the position of the tick labels on the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelHigh">
            <summary>
            Specifies the axis labels shall be at the high end of the perpendicular axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelLow">
            <summary>
            Specifies the axis labels shall be at the low end of the perpendicular axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelNextTo">
            <summary>
            Specifies the axis labels shall be next to the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelNone">
            <summary>
            Specifies the axis labels are not drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MajorTickMarkTag">
            <summary>
            This element specifies the major tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinorTickMarkTag">
            <summary>
            This element specifies the minor tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickMarkNone">
            <summary>
            Specifies there shall be no tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickMarkInside">
            <summary>
            Specifies the tick marks shall be inside the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickMarkOutside">
            <summary>
            Specifies the tick marks shall be outside the plot area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickMarkCross">
            <summary>
            Specifies the tick marks shall cross the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossAxisTag">
            <summary>
            This element specifies the ID of axis that this axis crosses.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossBetweenTag">
            <summary>
            This element specifies whether the value axis crosses the category axis between categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BetweenValue">
            <summary>
            Specifies the value axis shall cross the category axis between data markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CategoryMidpoint">
            <summary>
            Specifies the value axis shall cross the category axis at the midpoint of a category.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MajorUnitTag">
            <summary>
            This element specifies the distance between major ticks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinorUnitTag">
            <summary>
            This element specifies the distance between minor tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LabelOffsetTag">
            <summary>
            This element specifies the distance of labels from the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickLabelSkip">
            <summary>
            This element specifies how many tick labels to skip between label that is drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TickMarkSkip">
            <summary>
            This element specifies how many tick marks shall be skipped before the next one shall be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NoMultiLvlLblTag">
            <summary>
            This element specifies whether multi level labels exists or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BaseTimeUnitTag">
            <summary>
            This element specifies the smallest time unit that is represented on the date axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MajorTimeUnit">
            <summary>
            This element specifies the time unit for major tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MinorTimeUnit">
            <summary>
            This element specifies the time unit for the minor tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartTag">
            <summary>
            This element specifies the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PlotAreaTag">
            <summary>
            This element specifies the plot area of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarDirectionTag">
            <summary>
            This element specifies whether the series form a bar (horizontal) chart or a column (vertical) chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarDirectionBar">
            <summary>
            Specifies that the chart is a bar chart - the data markers are horizontal rectangles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarDirectionColumn">
            <summary>
            Specifies that the chart is a column chart - the data markers are vertical rectangles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarGroupingTag">
            <summary>
            This element specifies the type of grouping for a bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Clustered">
            <summary>
            Specifies that the chart series are drawn next to each other along the category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PercentStacked">
            <summary>
            Specifies that the chart series are drawn next to each other along the
            value axis and scaled to total 100%.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Stacked">
            <summary>
            Specifies that the chart series are drawn next to each other on the value axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Standard">
            <summary>
            Specifies that the chart series are drawn next to each other on the depth axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.VaryColorsTag">
            <summary>
            This element specifies that each data marker in the series shall have a different color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesTag">
            <summary>
            This element specifies a series on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.IndexTag">
            <summary>
            This element specifies the index of the containing element. This index
            shall determine which of the parent's children collection this element applies to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesOrderTag">
            <summary>
            This element specifies the order of the series in the collection. It is 0 based.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesValuesTag">
            <summary>
            This element specifies the data values which shall be used to define
            the location of data markers on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CategoryValuesTag">
            <summary>
            This element specifies the data used for the category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumberReferenceTag">
            <summary>
            This element specifies a reference to numeric data with a cache of the last values used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StringReferenceTag">
            <summary>
            This element specifies a reference to string data with a cache of the last values used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MultiLevelStringReferenceTag">
            <summary>
            This element specifies a reference to data for the category axis (or for the x-values in a bubble or scatter chart)), 
            along with a cache of the last values used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumberCacheTag">
            <summary>
            This element specifies the last numeric data used for a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StringCacheTag">
            <summary>
            This element specifies the last string data used for a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MultiLevelStringCacheTag">
            <summary>
            This element specifies a cache of the labels on the category axis, or the x-values in a bubble or scatter chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Formula">
            <summary>
            This element specifies a reference to source of the data contained in this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartSpaceTag">
            <summary>
            This element specifies overall settings for a single chart, and is the root node for the chart part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Area3DChartTag">
            <summary>
            This element specifies the 3-D area series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AreaChartTag">
            <summary>
            This element specifies the 2-D area series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarChartTag">
            <summary>
            This element contains the 2-D bar or column series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Bar3DChartTag">
            <summary>
            This element contains the 3-D bar or column series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Line3DChartTag">
            <summary>
            This element contains the 3-D line chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LineChartTag">
            <summary>
            This element contains the 2-D line chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.GapWidthTag">
            <summary>
            This element specifies the space between bar or column clusters,
            as a percentage of the bar or column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.GapDepthTag">
            <summary>
            This element specifies the space between bar or column clusters,
            as a percentage of the bar or column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OverlapTag">
            <summary>
            This element specifies how much bars and columns shall overlap on 2-D charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapeCone">
            <summary>
            Specifies the chart shall be drawn as a cone, with the base of the cone
            on the floor and the point of the cone at the top of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapeConeToMax">
            <summary>
            Specifies the chart shall be drawn with truncated cones such that the
            point of the cone would be the maximum data value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapePyramid">
            <summary>
            Specifies the chart shall be drawn as a rectangular pyramid, with the
            base of the pyramid on the floor and the point of the pyramid at the
            top of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapePyramidToMax">
            <summary>
            Specifies the chart shall be drawn with truncated cones such that the
            point of the cone would be the maximum data value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapeCylinder">
            <summary>
            Specifies the chart shall be drawn as a cylinder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapeBox">
            <summary>
            Specifies the chart shall be drawn with a box shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BarShapeTag">
            <summary>
            This element specifies the shape of a series or a 3-D bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleChartTag">
            <summary>
            This element contains the bubble series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Bubble3DTag">
            <summary>
            This element specifies that the bubbles have a 3-D effect applied to them.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleScaleDefault">
            <summary>
            Default bubble scale value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleScaleTag">
            <summary>
            This element specifies the scale factor for the bubble chart. This element can be
            an integer value from 0 to 300, corresponding to a percentage of the default size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowNegativeBubbles">
            <summary>
            This element specifies negative sized bubbles shall be shown on a bubble chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleSizeArea">
            <summary>
            Specifies the area of the bubbles shall be proportional to the bubble size value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleSizeWidth">
            <summary>
            Specifies the radius of the bubbles shall be proportional to the bubble size value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleSizeRepresents">
            <summary>
            This element specifies how the bubble size values are represented on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SurfaceChartTag">
            <summary>
            This element contains the set of 2-D contour charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Surface3DChartTag">
            <summary>
            This element contains the set of 3-D surface series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.WireframeTag">
            <summary>
            This element specifies the surface chart is drawn as a wireframe.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RadarChartTag">
            <summary>
            This element contains the radar chart series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RadarStyleTag">
            <summary>
            This element specifies what type of radar chart shall be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ScatterChartTag">
            <summary>
            This element contains the scatter chart series for this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ScatterStyleTag">
            <summary>
            This element specifies the type of lines for the scatter chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PieChartTag">
            <summary>
            This element contains the 2-D pie series for this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.Pie3DChartTag">
            <summary>
            This element contains the 3-D pie series for this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.FirstSliceAngleTag">
            <summary>
            This element specifies the angle of the first pie or doughnut chart slice,
            in degrees (clockwise from up).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DoughnutChartTag">
            <summary>
            This element contains the doughnut chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DoughnutHoleSizeTag">
            <summary>
            This element specifies the size of the hole in a doughnut chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OfPieChartTag">
            <summary>
            This element contains the pie of pie or bar of pie series on this chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OfPieTypePie">
            <summary>
            Specifies that the chart is pie of pie chart, not a bar of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OfPieTypeBar">
            <summary>
            Specifies that the chart is a bar of pie chart, not a pie of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OfPieTypeTag">
            <summary>
            This element specifies whether this chart is pie of pie or bar of pie.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SplitPosTag">
            <summary>
            This element specifies a value that shall be used to determine which data
            points are in the second pie or bar on a pie of pie or bar of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SecondPieSizeTag">
            <summary>
            This element specifies the size of the second pie or bar of a pie of pie
            chart or a bar of pie chart, as a percentage of the size of the first pie.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SplitTypeTag">
            <summary>
            This element specifies how to determine which data points are in the
            second pie or bar on a pie of pie or bar of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StockChartTag">
            <summary>
            This element contains the collection of stock chart series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataLabelsTag">
            <summary>
            This element serves as a root element that specifies the settings for the
            data labels for an entire series or the entire chart. It contains child
            elements that specify the specific formatting and positioning settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataLabelPosTag">
            <summary>
            This element specifies the position of the data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowValueTag">
            <summary>
            This element specifies that the value shall be shown in a data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowCategoryTag">
            <summary>
            This element specifies that the category name shall be shown in the data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowPercentageTag">
            <summary>
            This element specifies that the percentage shall be shown in a data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowBubbleSizeTag">
            <summary>
            This element specifies the bubble size shall be shown in a data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowSeriesNameTag">
            <summary>
            This element specifies that the series name shall be shown in a data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowLegendKeyTag">
            <summary>
            This element specifies legend keys shall be shown in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowLeaderLineTag">
            <summary>
            This element specifies Leader Lines shall be shown in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataLabelsSeparatorTag">
            <summary>
            This element specifies text that shall be used to separate the parts of a data label.
            The default is a comma, except for pie charts showing only category name and percentage,
            when a line break shall be used instead.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MarkerTag">
            <summary>
            This element specifies a data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MarkerStyleTag">
            <summary>
            This element specifies the marker that shall be used for the data points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.MarkerSizeTag">
            <summary>
            This element specifies the size of the marker in points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.FloorTag">
            <summary>
            This element specifies the floor of a 3D chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BackWallTag">
            <summary>
            This element specifies the back wall of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SideWallTag">
            <summary>
            This element specifies the side wall.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TitleTag">
            <summary>
            This element specifies a title.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineTag">
            <summary>
            This element specifies a trend line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineNameTag">
            <summary>
            This element specifies the name of the trend line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineTypeTag">
            <summary>
            This element specifies the type of the trend line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineOrderTag">
            <summary>
            This element specifies the order of the polynomial trend line.
            It is ignored for other trend line types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlinePeriodTag">
            <summary>
            This element specifies the period of the trend line for a moving average
            trend line. It is ignored for other trend line types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineForwardTag">
            <summary>
            This element specifies the number of categories (or units on a scatter
            chart) that the trend line extends after the data for the series that is
            being trended. On non-scatter charts, the value must be a multiple of 0.5.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineBackwardTag">
            <summary>
            This element specifies the number of categories (or units on a scatter chart)
            that the trend line extends before the data for the series that is being trended.
            On non-scatter charts, the value shall be 0 or 0.5.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineIntercept">
            <summary>
            This element specifies the value where the trend line shall cross the y
            axis. This property shall be supported only when the trend line type is
            exp, linear, or poly.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DisplayRSquared">
            <summary>
            This element specifies that the R-squared value of the trend line is
            displayed on the chart (in the same label as the equation).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DisplayEquation">
            <summary>
            This element specifies that the equation for the trend line is displayed
            on the chart (in the same label as the R-squared value).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarsTag">
            <summary>
            This element specifies error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarTypeTag">
            <summary>
            This element specifies the type of the error bars - positive, negative, or both.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarValueType">
            <summary>
            This element specifies the type of values used to determine the length of the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarsNoCap">
            <summary>
            This element specifies an end cap is not drawn on the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarValueTag">
            <summary>
            This element specifies a value which is used with the Error Bar Type
            to determine the length of the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarPlusTag">
            <summary>
            This element specifies the error bar value in the positive direction.
            It shall be used only when the errValType is cust.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarMinusTag">
            <summary>
            This element specifies the error bar value in the negative direction.
            It shall be used only when the errValType is cust.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarX">
            <summary>
            Specifies that error bars shall be shown in the x direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarY">
            <summary>
            Specifies that error bars shall be shown in the y direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ErrorBarDirection">
            <summary>
            This element specifies the direction of the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.View3DTag">
            <summary>
            This element specifies the 3-D view of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RotationXTag">
            <summary>
            This element specifies the amount a 3-D chart shall be rotated in the X direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.HeightPercentTag">
            <summary>
            This element specifies the height of a 3-D chart as a percentage of the
            chart width (between 5 and 500).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RotationYTag">
            <summary>
            This element specifies the amount a 3-D chart shall be rotated in the Y direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RightAngleAxesTag">
            <summary>
            This element specifies that the chart axes are at right angles,
            rather than drawn in perspective. Applies only to 3-D charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PerspectiveTag">
            <summary>
            This element specifies the field of view angle for the 3-D chart.
            This element is ignored if Right Angle Axes is true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DepthPercentTag">
            <summary>
            This element specifies the depth of a 3-D chart as a percentage of the
              chart width (between 20 and 2000 percent).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LegendTag">
            <summary>
            This element specifies the legend.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LegendPositionTag">
            <summary>
            This element specifies the position of the legend.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.OverlayTag">
            <summary>
            This element specifies that other chart elements shall be allowed to overlap this chart element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LegendEntryTag">
            <summary>
            This element specifies a legend entry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DeleteTag">
            <summary>
            This element specifies that the chart element specified by its containing
            element shall be deleted from the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DisplayBlanksAsTag">
            <summary>
            This element specifies how blank cells shall be plotted on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PlotVisibleOnlyTag">
            <summary>
            This element specifies that only visible cells should be plotted on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PageMarginsTag">
            <summary>
            This element specifies the page margins for a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LeftMargin">
            <summary>
            Specifies the contents of this attribute will contain the left page margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RightMargin">
            <summary>
            Specifies the contents of this attribute will contain the right page margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TopMargin">
            <summary>
            Specifies the contents of this attribute will contain the top page margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BottomMargin">
            <summary>
            Specifies the contents of this attribute will contain the bottom page margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.HeaderMargin">
            <summary>
            Specifies the contents of this attribute will contain the header margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.FooterMargin">
            <summary>
            Specifies the contents of this attribute will contain the footer margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.UpDownBarsTag">
            <summary>
            This element specifies the up and down bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.UpBarsTag">
            <summary>
            This element specifies the up bars on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DownBarsTag">
            <summary>
            This element specifies the down bars on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartTextTag">
            <summary>
            This element specifies text to use on a chart, including rich text formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RichTextTag">
            <summary>
            This element contains a string with rich text formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartsheetTag">
            <summary>
            This is the root element of Sheet Parts that are of type 'chartsheet'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CPrefix">
            <summary>
            Prefix for chart namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.UnderlineSingle">
            <summary>
            Underline the text with a single line of normal thickness.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.UnderlineDouble">
            <summary>
            Underline the text with two lines of normal thickness.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StrikeThroughSingle">
            <summary>
            A single strikethrough is applied to the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StrikeThroughDouble">
            <summary>
            A double strikethrough is applied to the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StrikeThroughNone">
            <summary>
            Text is not strike through.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossesTag">
            <summary>
            This element specifies how this axis crosses the perpendicular axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossesAtTag">
            <summary>
            This element specifies where on the axis the perpendicular axis crosses.
            The units are dependent on the type of axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossesAutoZero">
            <summary>
            The category axis crosses at the zero point of the value axis (if possible),
            or the minimum value (if the minimum is greater than zero) or the maximum
            (if the maximum is less than zero).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CrossesMaximum">
            <summary>
            The axis crosses at the maximum value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.XValues">
            <summary>
            This element specifies the x values which shall be used to define the
            location of data markers on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.YValues">
            <summary>
            This element specifies the y values which shall be used to define the
            location of data markers on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BubbleSize">
            <summary>
            This element specifies the data for the sizes of the bubbles on the bubble chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PieExplosionTag">
            <summary>
            This element specifies the amount the data point shall be moved from the center of the pie.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesLinesTag">
            <summary>
            This element specifies series lines for the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SmoothTag">
            <summary>
            This element specifies the line connecting the points on the chart shall
            be smoothed using Catmull-Rom splines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TrendlineLabelTag">
            <summary>
            This element specifies the label for the trend line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.SeriesTextTag">
            <summary>
            This element specifies text for a series name, without rich text formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TextValueTag">
            <summary>
            This element specifies a text value for a category axis label or a series name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.HiLowLinesTag">
            <summary>
            This element specifies the high-low lines for the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LayoutTag">
            <summary>
            This element specifies how the chart element is placed on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ManualLayoutTag">
            <summary>
            This element specifies how the chart element is placed on the chart manually
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LayoutTargetTag">
            <summary>
            This element specifies the chart layout target
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LeftModeTag">
            <summary>
            Represents left element for manual layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TopModeTag">
            <summary>
            Represents top element for manual layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LeftTag">
            <summary>
            Represents the x location (left) of the chart element as a 
            fraction of width of the chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TopTag">
            <summary>
            Represents the y location (top) of the chart element as a 
            fraction of width of the chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.dXTag">
            <summary>
            Represents the width or horizontal offset
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.dYTag">
            <summary>
            Represents the height or a vertical offset
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.WidthModeTag">
            <summary>
            Represents the layout mode for the width of the element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.HeightModeTag">
            <summary>
            Represents the layout mode for the height of the element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.WidthTag">
            <summary>
            Represents the width of the element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.HeightTag">
            <summary>
            Represents the height of the element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataPointTag">
            <summary>
            This element specifies a single data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataLabelTag">
            <summary>
            This element specifies a data label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LogBaseTag">
            <summary>
            This element specifies the logarithmic base for a logarithmic axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.LogBaseDefault">
            <summary>
            Default value of the logBase tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DisplayUnitsTag">
            <summary>
            This element specifies the scaling value of the display units for the value axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.BuiltInUnitTag">
            <summary>
            This element specifies the display unit is one of the built in values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CustomUnitTag">
            <summary>
            This element specifies a custom value for the display unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DataTableTag">
            <summary>
            This element specifies a data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowHorizontalBorder">
            <summary>
            This element specifies the horizontal borders shall be shown in a data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowVerticalBorder">
            <summary>
            This element specifies the vertical border shall be shown in a data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowOutline">
            <summary>
            This element specifies the outline shall be shown on a data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ShowSeriesKeys">
            <summary>
            This element specifies the legend keys shall be shown in a data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.DropLinesTag">
            <summary>
            This element specifies drop lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.TextPropertiesTag">
            <summary>
            This element contains text properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.AutoCategoryAxis">
            <summary>
            This element specifies that this axis is a date or text axis based on
            the data that is used for the axis labels, not a specific choice.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RoundedCornersTag">
            <summary>
            This element specifies the rounded corner tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ChartStyleTag">
            <summary>
            This element specifies the style tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.UserShapesTag">
            <summary>
            This element specifies the shapes drawn on top of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.RelativeSizeAnchorTag">
            <summary>
            This element specifies that the shape described here to reside within a
            chart should be sized based on relative anchor points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.XTagName">
            <summary>
            This element specifies the relative x coordinate that is used to define
            the percentage-based horizontal position for a shape within a chart drawing object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.YTagName">
            <summary>
            This element specifies the relative y coordinate that is used to define
            the percentage-based vertical position for a shape within a chart drawing object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.CoordinatesMultiplyer">
            <summary>
            Multiplier for coordinates transform.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumberLiteral">
            <summary>
            This element specifies a set of numbers used for the parent element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StringLiteral">
            <summary>
            This element specifies a set of strings used for the parent element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.PointCount">
            <summary>
            This element contains the number of values in the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumericPoint">
            <summary>
            This element specifies data for a particular data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.InvertIfNegative">
            <summary>
            This element specifies the series
            to invert its colors if the value is negative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.NumbericValue">
            <summary>
            Value attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.StandardFormatAttribute">
            <summary>
            Represents the standard Number format attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.ColorMapOverrideTag">
            <summary>
            This element represents color mapping information.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartConstants.#ctor">
            <summary>
            Prevents a default instance of the ChartConstants class from being created.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants">
            <summary>
            This class contains constants required for chartExs parsing and serialization in Excel 2016 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.CXNamespace">
            <summary>
            Main chartExs namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.CXPrefix">
            <summary>
            Prefix for chartEx namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.CX1Prefix">
            <summary>
            Prefix for chartEx1 namespace for required.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.SampleChartEx1NameSpace">
            <summary>
            Namespace used in choice content
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ChartDataTag">
            <summary>
            The element specifies the chart data used for chartEx
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataTag">
            <summary>
            The element specifies the data used for chartEx
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.TextDataTag">
            <summary>
            The element specifies the text data used for chartEx text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ValueTag">
            <summary>
            The element specifies the value used for chartEx value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.PositionTag">
            <summary>
            The element specifies the chart element position
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AlignTag">
            <summary>
            The element specifies the chart element alignment
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.PlotAreaRegionTag">
            <summary>
            The element specifies the chart plot area region
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AxisTag">
            <summary>
            The element specifies the chart axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.SeriesTag">
            <summary>
            The element specifies the chart series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.PlotSurfaceTag">
            <summary>
            The element specifies the plot surface
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataPointTag">
            <summary>
            The element specifies the chart data point
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataLabelsTag">
            <summary>
            The element specifies the chart data labels
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataLabelTag">
            <summary>
            The element specifies the chart data label of single data point
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataIdTag">
            <summary>
            The element specifies the chart data Id used in series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.LayoutPropertiesTag">
            <summary>
            The element specifies the chart layout properties used in series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AxisIdTag">
            <summary>
            The element specifies the chart axis Id used in series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataLabelPositionTag">
            <summary>
            The element specifies the chart data Label position
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DataLabelHiddenTag">
            <summary>
            The element specifies the data label hidden in setting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.VisibilityTag">
            <summary>
            The element specifies the data label visibility setting
            The element also specifies the visibility options on box and whisker, waterfall
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.SeriesNameAttributeTag">
            <summary>
            The attribute specifies the data label visibility option of series Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.CategoryNameAttributeTag">
            <summary>
            The attribute specifies the data label visibility option of category Name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ValueAttributeTag">
            <summary>
            The attribute specifies the data label visibility option of value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.LayoutIdAttribute">
            <summary>
            The attribute specifies the layout Id on series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.HiddenAttribute">
            <summary>
            The attribute specifies the series is hidden or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.OwnerIndexAttribute">
            <summary>
            The attribute specifies the owner index on series for refering other series
            Pareto line series only
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.UniqueIdAttribute">
            <summary>
            The attribute specifies the series unique Identifier
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.FormatIndexAttribute">
            <summary>
            The attribute specifies the format index for series
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ParentLabelLayoutTag">
            <summary>
            The element specifies the parent label layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AggregationTag">
            <summary>
            The element specifies the by category option in histogram and pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.BinningTag">
            <summary>
            The element specifies the binning option in histogram and pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.StatisticsTag">
             <summary>
            The element specifies the statistics for the box and whisker series 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.SubtotalsTag">
            <summary>
            The element specifies the subtotal for the water fall series 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ConnectorLinesAttribute">
            <summary>
            This attribute specifies the connector line used in Water fall chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.MeanLineAttribute">
            <summary>
            This attribute specifies the mean line used in Box and Whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.MeanMarkersAttribute">
            <summary>
            This attribute specifies the mean marker used in Box and Whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.NonOutliersAttribute">
            <summary>
            This attribute specifies the mean non outliers used in Box and Whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.OutliersAttribute">
            <summary>
            This attribute specifies the outliers used in Box and Whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.IntervalClosedAttribute">
            <summary>
            This attribute specifies the interval closing in Histogram, Pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.UnderFlowBinAttribute">
            <summary>
            This attribute specifies the underflow bin value in Histogram, Pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.OverflowBinAttribute">
            <summary>
            This attribute specifies the overflow bin value in Histogram, Pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.BinSizeElement">
            <summary>
            This element specifies the bin width value in Histogram, Pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.BinCountElement">
            <summary>
            This element specifies the bin count in Histogram, Pareto chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.QuartileMethodAttribute">
            <summary>
            This attribute specifies the quartile method used in box and whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ExclusiveValue">
            <summary>
            This value specifies the exclusive quartile method used in box and whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.InclusiveValue">
            <summary>
            This value specifies the inclusive quartile method used in box and whisker chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.CategoryAxisScalingTag">
            <summary>
            This element speifies the category axis scaling
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ValueAxisScalingTag">
            <summary>
            This element speifies the value axis scaling
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.IndexAttribute">
            <summary>
            This attribute specifies the index of element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AutomaticValueString">
            <summary>
            This string denotes the automatic value on current property
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DisplayUnitsTag">
            <summary>
            This element specifies the display unit axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.MajorTickMarksTag">
            <summary>
            This element specifies the major tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.MinorTickMarksTag">
            <summary>
            This element specifies the minor tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.TickLabelsTag">
            <summary>
            Describes the tick marks in the axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.TypeAttribute">
            <summary>
            Describes the type attribute tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DisplayUnitLabelTag">
            <summary>
            Describes the Display unit label tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DisplayUnitAttributeTag">
            <summary>
            Describes the Display unit attribute tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ExternalDataTag">
            <summary>
            This element describes the external data referenced in chartEx
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.AutoUpdateAttributeTag">
            <summary>
            This attibute specifies whether the work book need to be updated or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.NumericDimensionElement">
            <summary>
            This element describes the numeric dimension of data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.StringDimensionElement">
            <summary>
            This element describes the string dimension of data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.LevelElement">
            <summary>
            This element describes the level of data
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.DirectionAttribute">
            <summary>
            This attibute specifies direction for data dimension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.ColumnDirectionValue">
            <summary>
            Value indicates the diemension is column wise
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartExConstants.RowDirectionValue">
            <summary>
            Value indicates the diemension is row wise
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants">
            <summary>
            This class contains the required chart style elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.ChartStyleTag">
            <summary>
            It specifies visual and text properties for all elements present on a chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.ColorStyleTag">
            <summary>
            It specifies colors used to resolve StyleColor in a ChartStyle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.LineReferenceTag">
            <summary>
            Element specifies reference to a line style within the style matrix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.LineWidthScaleTag">
            <summary>
            Element that specifies a multiplier to apply to the line width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.FillReferenceTag">
            <summary>
            Element that specifies a reference to a fill style within the style matrix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.EffectReferenceTag">
            <summary>
            Element that specifies a reference to an effect style within the style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.FontReferenceTag">
            <summary>
            Element that specifies a reference to a themed font.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.ShapePropertiesTag">
            <summary>
            Element that specifies visual shape properties of the part of the chart associated with this CT_StyleEntry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.DefaultRunPropertiesTag">
            <summary>
            Element that specifies the default text character properties for a text body on a chart which is associated with this CT_StyleEntry
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.BodyPropertiesTag">
            <summary>
            Element that specifies the body properties for a text body on a chart that is associated with this CT_StyleEntry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.IndexAttribute">
            <summary>
            Attribute that specifies the style matrix index of the style referred to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.ModsAttribute">
            <summary>
            Attribute that specifies a list of modifiers for this reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent1String">
             <summary>
            (Accent Color 1) Extra scheme color 1      
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent2String">
             <summary>
            (Accent Color 2) Extra scheme color 2      
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent3String">
             <summary>
            (Accent Color 3) Extra scheme color 3      
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent4String">
             <summary>
            (Accent Color 4) Extra scheme color 4
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent5String">
             <summary>
            (Accent Color 5) Extra scheme color 5      
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Accent6String">
             <summary>
            (Accent Color 6) Extra scheme color 6      
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Bg1String">
            <summary>
            (Background Color 1) Semantic background color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Bg2String">
            <summary>
            (Background Color 2) Semantic additional background color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Dk1String">
            <summary>
            (Dark Color 1) Main dark color 1
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Dk2String">
            <summary>
            (Dark Color 2) Main dark color 2
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.folHlinkString">
            <summary>
            (Followed Hyperlink Color) Followed Hyperlink Color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.hLinkString">
            <summary>
            (Hyperlink Color) Regular Hyperlink Color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Lt1String">
            <summary>
            (Light Color 1) Main Light Color 1
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Lt2String">
            <summary>
            (Light Color 2) Main Light Color 2
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.PhClrString">
            <summary>
            (Style Color) A color used in theme definitions which means to use the color of the style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Tx1String">
            <summary>
            (Text Color 1) Semantic text color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.Tx2String">
            <summary>
             (Text Color 2) Semantic additional text color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.StyleConstants.ColorStyleVariationTag">
            <summary>
            It specifies a list of transforms that are appended to all colors in a ColorStyle to produce a variation of the color style
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes">
            <summary>
            This class stores constants with different content types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Bitmap">
            <summary>
            Bitmap image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Jpeg">
            <summary>
            Jpeg image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Png">
            <summary>
            Png image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Emf">
            <summary>
            Emf image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Gif">
            <summary>
            Gif image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Xml">
            <summary>
            Content type for xml files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Relations">
            <summary>
            Content type for rels files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Workbook">
            <summary>
            Content type for workbook item (used in [Content_Types].xml).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.MacroWorkbook">
            <summary>
            Content type for workbook item that contains macros (used in [Content_Types].xml).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.MacroTemplate">
            <summary>
            Content type for macro template item that contains macros (used in [Content_Types].xml).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Template">
            <summary>
            Content type for template item that contains macros (used in [Content_Types].xml).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.CalcChain">
            <summary>
            Content type for calculation chain item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Worksheet">
            <summary>
            Content type of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Chartsheet">
            <summary>
            Content type of the chartsheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Dialogsheet">
            <summary>
            Content type of the dialogsheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.SharedStrings">
            <summary>
            Content type of the shared strings table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Styles">
            <summary>
            Content type of the styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Vml">
            <summary>
            Content type of the vml drawings item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Comments">
            <summary>
            Content type of the comments item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Drawings">
            <summary>
            Content type for drawings item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ChartDrawings">
            <summary>
            Content type for chart drawings item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.CoreProperties">
            <summary>
            Content type for core properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ExtendedProperties">
            <summary>
            Content type for extended properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.CustomProperties">
            <summary>
            Content type for custom properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ExternLink">
            <summary>
            Content type for extern link item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Chart">
            <summary>
            Content type for chart object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ChartEx">
            <summary>
            Content type for chartEx object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.WorksheeetCustomProperty">
            <summary>
            Content type for worksheet custom property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.PivotTable">
            <summary>
            Content type for pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.PivotCacheDefinition">
            <summary>
            Content type for pivot cache definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.PivotCacheRecords">
            <summary>
            Content type for pivot cache records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Table">
            <summary>
            Content type for table object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.CustomXmlProperties">
            <summary>
            Content type for CustomXml Objects
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.Tiff">
            <summary>
            Tiff image content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ChartStyles">
            <summary>
            Content type for chart Style object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.ContentTypes.ChartColorStyles">
            <summary>
            Content type for chart color Style object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants">
            <summary>
            This class gives access to xml tag/attribute names used for chart object
            pagesetup serialization/parsing.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider">
            <summary>
            This class gives access to xml tag/attribute names used for
            pagesetup serialization/parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.PageMarginsTag">
            <summary>
            Gets name of the xml tag that stores margin settings. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.LeftMargin">
            <summary>
            Gets name of the xml attribute used to store left margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.RightMargin">
            <summary>
            Gets name of the xml attribute used to store right margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.TopMargin">
            <summary>
            Gets name of the xml attribute used to store top margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.BottomMargin">
            <summary>
            Gets name of the xml attribute used to store bottom margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.HeaderMargin">
            <summary>
            Gets name of the xml attribute used to store header margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.FooterMargin">
            <summary>
            Gets name of the xml attribute used to store footer margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.IPageSetupConstantsProvider.Namespace">
            <summary>
            Gets tag's namespace. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.m_isChartEx">
            <summary>
            Boolean value indicates whether the chart is ChartEx or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.#ctor(System.Boolean)">
            <summary>
            Single pareameter constructor
            </summary>
            <param name="value">Boolean value used for chartEx type set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.PageMarginsTag">
            <summary>
            Gets name of the xml tag that stores margin settings. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.LeftMargin">
            <summary>
            Gets name of the xml attribute used to store left margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.RightMargin">
            <summary>
            Gets name of the xml attribute used to store right margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.TopMargin">
            <summary>
            Gets name of the xml attribute used to store top margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.BottomMargin">
            <summary>
            Gets name of the xml attribute used to store bottom margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.HeaderMargin">
            <summary>
            Gets name of the xml attribute used to store header margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.FooterMargin">
            <summary>
            Gets name of the xml attribute used to store footer margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ChartPageSetupConstants.Namespace">
            <summary>
            Gets tag's namespace. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp">
            <summary>
            This class contains constants required for document properties parsing and serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CorePropertiesTagName">
            <summary>
            Core properties enable users to get and set well-known and common sets of property metadata within packages.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CategoryTagName">
            <summary>
            Represents a categorization of the content of this package.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CreatedTagName">
            <summary>
            Represents the date of creation of the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CreatorTagName">
            <summary>
            Represents an entity primarily responsible for making the content of the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.DescriptionTagName">
            <summary>
            Represents an explanation of the content of the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.KeywordsTagName">
            <summary>
            Represents a delimited set of keywords to support searching and indexing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.LastModifiedByTagName">
            <summary>
            Represents the user who performed the last modification.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.LastPrintedTagName">
            <summary>
            Represents the date and time of the last printing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.ModifiedTagName">
            <summary>
            Represents the date on which the resource was changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.SubjectTagName">
            <summary>
            Represents the topic of the content of the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TitleTagName">
            <summary>
            Represents the name given to the resource.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.XsiTypeAttributeName">
            <summary>
            Represents Xsi attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.XsiTypeAttributeValue">
            <summary>
            Represents Xsi attribute value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.DateTimeFormatStructure">
            <summary>
            Represents date time format structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.ApplicationSpecificFilePropertiesTagName">
            <summary>
            This element specifies the application properties of a document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.ApplicationNameTagName">
            <summary>
            This element specifies the name of the application that created this document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TotalNumberOfCharacters">
            <summary>
            This element specifies the total number of characters in a document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NameOfCompanyTagName">
            <summary>
            This element specifies the name of a company associated with the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.HeadingPairsTagName">
            <summary>
            MS Excel uses this Tag to represents the xml parts. In our XlsIO,
            this tag is used to find the document is generated by MS Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.EssentialXlsIO">
            <summary>
            Tag to represents the file is generated by XlsIO.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NumberOfLinesTagName">
            <summary>
            This element specifies the total number of lines in a document when last saved by a conforming producer if applicable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NameOfManagerTagName">
            <summary>
            This element specifies the name of a supervisor associated with the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TotalNumberOfMultimediaClipsTagName">
            <summary>
            This element specifies the total number of sound or video clips that are present in the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NumberOfSlidesContainingNotesTagName">
            <summary>
            This element specifies the number of slides in a presentation containing notes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TotalNumberOfPagesTagName">
            <summary>
            This element specifies the total number of pages of a document if applicable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TotalNumberOfParagraphsTagName">
            <summary>
            This element specifies the total number of paragraphs found in a document if applicable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.IntendedFormatOfPresentationTagName">
            <summary>
            This element specifies the intended format for a presentation document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.SlidesMetadataElementTagName">
            <summary>
            This element specifies the total number of slides in a presentation document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NameOfDocumentTemplateTagName">
            <summary>
            This element specifies the name of an external document template containing format and style information
            used to create the current document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.TotalEditTimeMetadataElementTagName">
            <summary>
            Total time that a document has been edited. The default time unit is minutes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.WordCountTagName">
            <summary>
            This element specifies the total number of words contained in a document when last saved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.RelativeHyperlinkBaseTagName">
            <summary>
            This element specifies the base string used for evaluating relative hyperlinks in this document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.RelativeHyperlinkExcel97Name">
            <summary>
            Represents default Excel97-03 hyperlink base name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CustomFilePropertiesTagName">
            <summary>
            Parent element for the custom file properties part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.CustomFilePropertyTagName">
            <summary>
            This element specifies a single custom file property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.FormatIDAttributeName">
            <summary>
            Uniquely relates a custom property with an OLE property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.PropertyIDAttributeName">
            <summary>
            Uniquely relates a custom property with an OLE property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.NameAttributeName">
            <summary>
            Specifies the name of this custom file property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.BooleanVarianYype">
            <summary>
            This element specifies a Boolean variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.LPWSTRVariantType">
            <summary>
            This element specifies a wide string variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.LPSTRVariantType">
            <summary>
            This element specifies a string variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.DateAndTimeVariantType">
            <summary>
            This element specifies a date variant type of type date-time as defined in RFC 3339.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.FourByteSignedIntegerVariantType">
            <summary>
            This element specifies a 4-byte signed integer variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.EightByteRealNumberVariantType">
            <summary>
            This element specifies a 8-byte real number variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.IntegerVariantType">
            <summary>
            This element specifies an integer variant type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.DocProp.FileTimeVariantType">
            <summary>
            This element specifies a file-time variant type of type date-time.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks">
            <summary>
            This class contains constants related with external links storing in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.Namespace">
            <summary>
            Main namespace for external links file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.ExternalLinkTag">
            <summary>
            This element is a container for specific types of external links.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.ExternalBookTag">
            <summary>
            This element represents an external workbook which is supplying data to the current workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.SheetNamesTag">
            <summary>
            This element is the container for all of the worksheet names in a supporting workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.SheetNameTag">
            <summary>
            Name of a worksheet in the supporting workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.ExternalReferencesTag">
            <summary>
            This element defines the collection of external references for this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.ExternalReferenceTag">
            <summary>
            This element defines an external reference that stores data for workbook elements.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.ExternalSheetNameAttribute">
            <summary>
            Name of the xml attribute that stores sheet name value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.SheetDataSetTag">
            <summary>
            This element serves as the collection for 1 or more sheetData elements.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.DefinedNamesTag">
            <summary>
            This element is a collection of the defined names associated with the supporting workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.DefinedNameTag">
            <summary>
            This element contains information about a named range in an external workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.NameAttribute">
            <summary>
            The defined name attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.DdeService">
            <summary>
            The dde service attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.DdeTopic">
            <summary>
            The dde topic attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.RefersToAttribute">
            <summary>
            Name range definition string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.ExternalLinks.SheetIdAttribute">
            <summary>
            The index of the worksheet that the named range applies to for named ranges
            that are scoped to a particular worksheet rather than the full workbook.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup">
            <summary>
            This class stores all constants connected with page setup settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.PrintOptionsTag">
            <summary>
            Print options for the sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.GridLines">
            <summary>
            Used in conjunction with gridLinesSet. If both gridLines and gridlinesSet are true, then
            grid lines shall print. Otherwise, they shall not (i.e., one or both have false values).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.GridLinesSet">
            <summary>
            Used in conjunction with gridLines. If both gridLines and gridLinesSet are true, then
            grid lines shall print. Otherwise, they shall not (i.e., one or both have false values).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Headings">
            <summary>
            Print row and column headings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.HorizontalCentered">
            <summary>
            Center on page horizontally when printing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.VerticalCentered">
            <summary>
            Center on page vertically when printing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.PageMarginsTag">
            <summary>
            Page margins for a sheet or a custom sheet view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.BottomMargin">
            <summary>
            Bottom Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.FooterMargin">
            <summary>
            Footer Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.HeaderMargin">
            <summary>
            Header Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.LeftMargin">
            <summary>
            Left Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.RightMargin">
            <summary>
            Right Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.TopMargin">
            <summary>
            Top Page Margin in inches.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.PageSetupTag">
            <summary>
            Page setup settings for the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.BlackAndWhite">
            <summary>
            Print black and white.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.CellComments">
            <summary>
            This attribute specifies how to print cell comments.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Copies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Draft">
            <summary>
            Print without graphics.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Errors">
            <summary>
            Specifies how to print cell values for cells with errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.FirstPageNumber">
            <summary>
            Page number for first printed page. If no value is specified, then 'automatic' is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.FitToHeight">
            <summary>
            Number of vertical pages to fit on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.FitToWidth">
            <summary>
            Number of horizontal pages to fit on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.HorizontalDpi">
            <summary>
            Horizontal print resolution of the device.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Id">
            <summary>
            Relationship Id of the devMode printer settings part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Orientation">
            <summary>
            Orientation of the page.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.PageOrder">
            <summary>
            Order of printed pages.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.PaperSize">
            <summary>
            Paper size
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.Scale">
            <summary>
            Print scaling. Valid values range from 10 to 400.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.UseFirstPageNumber">
            <summary>
            Use firstPageNumber value for first page number, and do not auto number the pages.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.UsePrinterDefaults">
            <summary>
            Use the printer�s defaults settings for page setup values and don't use the default values
            specified in the schema. For example, if dpi is not present or specified in the XML, the
            application shall not assume 600dpi as specified in the schema as a default and instead
            shall let the printer specify the default dpi.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.VerticalDpi">
            <summary>
            Vertical print resolution of the device.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.CommentAsDisplayed">
            <summary>
            Print cell comments as displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.CommentNone">
            <summary>
            Do not print cell comments.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.CommentAtEnd">
            <summary>
            Print cell comments at end of document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.ErrorsBlank">
            <summary>
            Display cell errors as blank.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.ErrorsDash">
            <summary>
            Display cell errors as dashes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.ErrorsDisplayed">
            <summary>
            Display cell errors as displayed on screen.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.ErrorsNA">
            <summary>
            Display cell errors as #N/A.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.HeaderFooterTag">
            <summary>
            Header and footer settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.OddHeaderTag">
            <summary>
            Odd header string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.OddFooterTag">
            <summary>
            Odd footer string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.ScaleWithDocTag">
            <summary>
            Header Footer Scales with Document string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.AlignWithMarginsTag">
            <summary>
            Header Footer Margins align with Document string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.DifferentOddEvenTag">
            <summary>
            Header Footer Odd/Even pages is different with the document string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.DifferentFirst">
            <summary>
            Header Footer first page is different with document string
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.PageSetup.#ctor">
            <summary>
            Prevents a default instance of the PageSetup class from being created.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane">
            <summary>
            This class contains constants used for pane parsing/serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.TagName">
            <summary>
            Represents worksheet view pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.XSplit">
            <summary>
            Horizontal position of the split, in 1/20th of a point; 0 (zero) if none.
            If the pane is frozen, this value indicates the number of columns visible
            in the top pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.YSplit">
            <summary>
            Vertical position of the split, in 1/20th of a point; 0 (zero) if none.
            If the pane is frozen, this value indicates the number of rows visible
            in the left pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.TopLeftCell">
            <summary>
            Location of the top left visible cell in the bottom right pane (when in Left-To-Right mode).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.Active">
            <summary>
            The pane that is active.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.State">
            <summary>
            Indicates whether the pane has horizontal / vertical splits,
            and whether those splits are frozen.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.StateFrozen">
            <summary>
            Panes are frozen, but were not split being frozen. In this state, when the
            panes are unfrozen again, a single pane results, with no split.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.StateFrozenSplit">
            <summary>
            Panes are frozen and were split before being frozen. In this state, when
            the panes are unfrozen again, the split remains, but is adjustable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.StateSplit">
            <summary>
            Panes are split, but not frozen. In this state, the split bars are adjustable by the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.Selection">
            <summary>
            Selected or active cell information
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActiveCell">
            <summary>
            Active cell in the worksheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.Sqref">
            <summary>
            Sequence of References
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActivePane">
            <summary>
            Possible values for active pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActivePane.bottomLeft">
            <summary>
            Bottom left pane, when both vertical and horizontal splits are applied.
            This value is also used when only a horizontal split has been applied,
            dividing the pane into upper and lower regions. In that case, this value
            specifies the bottom pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActivePane.bottomRight">
            <summary>
            Bottom right pane, when both vertical and horizontal splits are applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActivePane.topLeft">
            <summary>
            Top left pane, when both vertical and horizontal splits are applied.
            This value is also used when only a horizontal split has been applied,
            dividing the pane into upper and lower regions. In that case, this value
            specifies the top pane. This value is also used when only a vertical split
            has been applied, dividing the pane into right and left regions. In that
            case, this value specifies the left pane.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Pane.ActivePane.topRight">
            <summary>
            Top right pane, when both vertical and horizontal splits are applied.
            This value is also used when only a vertical split has been applied,
            dividing the pane into right and left regions. In that case, this value
            specifies the right pane.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection">
            <summary>
            Defines constants required for protection parsing/serialization in Excel 2007 format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SheetProtectionTag">
            <summary>
            This collection expresses the sheet protection options to enforce when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.PasswordAttribute">
            <summary>
            Specifies the hash of the password required for editing this worksheet.
            This protection is optional and may be ignored by applications that choose not
            to support this functionality. The hash is generated from an 8-bit wide character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ObjectsAttribute">
            <summary>
            Objects are locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ScenariosAttribute">
            <summary>
            Scenarios are locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.FormatCellsAttribute">
            <summary>
            Formatting cells is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.FormatColumnsAttribute">
            <summary>
            Formatting columns is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.FormatRowsAttribute">
            <summary>
            Formatting rows is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.InsertColumnsAttribute">
            <summary>
            Inserting columns is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.InsertRowsAttribute">
            <summary>
            Inserting rows is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.InsertHyperlinksAttribute">
            <summary>
            Inserting hyperlinks is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.DeleteColumnsAttribute">
            <summary>
            Deleting columns is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.DeleteRowsAttribute">
            <summary>
            Deleting rows is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SelectLockedCells">
            <summary>
            Selection of locked cells is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SortAttribute">
            <summary>
            Sorting is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.AutoFilterAttribute">
            <summary>
            Autofilters are locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SelectUnlockedCells">
            <summary>
            Selection of unlocked cells is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.PivotTablesAttribute">
            <summary>
            Pivot tables are locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SheetAttribute">
            <summary>
            Sheet is locked when the sheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.AlgorithmName">
             <summary>
             Specifies the specific cryptographic hashing algorithm which shall be used along with the
            salt attribute and input password in order to compute the hash value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.HashValue">
            <summary>
            Specifies the hash value for the password required to edit this worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SpinCount">
            <summary>
            Specifies the number of times the hashing function shall be iteratively run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.SaltValue">
             <summary>
             Specifies the salt which was prepended to the user-supplied password before it was
            hashed using the hashing algorithm.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookAlgorithmName">
             <summary>
             Specifies the specific cryptographic hashing algorithm which shall be used along with the
            salt attribute and input password in order to compute the hash value.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookHashValue">
            <summary>
            Specifies the hash value for the password required to edit this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookSpinCount">
            <summary>
            Specifies the number of times the hashing function shall be iteratively run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookSaltValue">
             <summary>
             Specifies the salt which was prepended to the user-supplied password before it was
            hashed using the hashing algorithm.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookProtectionTag">
            <summary>
            This element specifies options for protecting data in the workbook. Applications
            may use workbook protection to prevent anyone from accidentally changing, moving,
            or deleting important data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.LockStructureTag">
            <summary>
            Specifies a boolean value that indicates whether structure of workbook is locked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.LockWindowsTag">
            <summary>
            Specifies a boolean value that indicates whether the windows that comprise the workbook are locked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.WorkbookPassword">
            <summary>
            Specifies the hash of the password required for unlocking this workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ChartProtectionAttributes">
            <summary>
            List of protection attribute names in the resulting file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ChartDefaultValues">
            <summary>
            List of default values for protection options (order corresponds to ProtectionFlags and ProtectionAttributes).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ProtectionAttributes">
            <summary>
            List of protection attribute names in the resulting file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.ProtectionFlags">
            <summary>
            Protection flags that correspond to ProtectionAttributes (order must be the same).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.DefaultValues">
            <summary>
            List of default values for protection options (order corresponds to ProtectionFlags and ProtectionAttributes).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.Protection.#ctor">
            <summary>
            Prevents a default instance of the Protection class from being created.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants">
            <summary>
            This class gives access to xml tag/attribute names used for tab sheet.
            pagesetup serialization/parsing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.PageMarginsTag">
            <summary>
            Gets name of the xml tag that stores margin settings. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.LeftMargin">
            <summary>
            Gets name of the xml attribute used to store left margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.RightMargin">
            <summary>
            Gets name of the xml attribute used to store right margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.TopMargin">
            <summary>
            Gets name of the xml attribute used to store top margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.BottomMargin">
            <summary>
            Gets name of the xml attribute used to store bottom margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.HeaderMargin">
            <summary>
            Gets name of the xml attribute used to store header margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.FooterMargin">
            <summary>
            Gets name of the xml attribute used to store footer margin. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Constants.WorksheetPageSetupConstants.Namespace">
            <summary>
            Gets tag's namespace. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator">
            <summary>
            Xml serializator. Serializes XlsIO workbook into dls xml file format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.XmlSerialization.IXmlSerializator">
            <summary>
            This interface must be implemented by all xml serializators.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Interfaces.XmlSerialization.IXmlSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Saves workbook into writer.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="book">Workbook to save.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_DLS_START">
            <summary>
            Root tag for dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PROTECTION_ATTRIBUTE">
            <summary>
            Protection attribute name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PROTECTION_VALUE">
            <summary>
            Default protection value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_STYLES_START">
            <summary>
            Styles tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_STYLE_START">
            <summary>
            Style tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ID_ATTRIBUTE">
            <summary>
            Id attribute for style tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_NAME_ATTRIBUTE">
            <summary>
            Name attribute for style tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TYPE_ATTRIBUTE">
            <summary>
            Type attribute for style tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_SECTIONS_START">
            <summary>
            Sections tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_SECTION_START">
            <summary>
            Section tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BREAK_CODE_ATTRIBUTE">
            <summary>
            Break code attribute in section tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PARAGRAPHS_START">
            <summary>
            Paragraphs tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PARAGRAPH_START">
            <summary>
            Paragraph tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ITEMS_START">
            <summary>
            Items tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ITEM_START">
            <summary>
            Item tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ROWS_START">
            <summary>
            Rows tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ROW_START">
            <summary>
            Row tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_CELLS_START">
            <summary>
            Cells tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_CELL_START">
            <summary>
            Cell tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_WIDTH_ATTRIBUTE">
            <summary>
            Width attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TEXT_RANGE_ATTRIBUTE">
            <summary>
            Text tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TEXT_START">
            <summary>
            Text tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_COLUMNS_COUNT_ATTRIBUTE">
            <summary>
            Columns count attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_FORMAT_START">
            <summary>
            Format tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_FONT_NAME_ATTRIBUTE">
            <summary>
            Font name attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_FONT_SIZE_ATTRIBUTE">
            <summary>
            Font size attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BOLD_ATTRIBUTE">
            <summary>
            Bold attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ITALIC_ATTRIBUTE">
            <summary>
            Italic attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_UNDERLINE_ATTRIBUTE">
            <summary>
            Underline attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TEXT_COLOR_ATTRIBUTE">
            <summary>
            Text color attribute in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_COLOR_PREFIX">
            <summary>
            Color prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_UNDERLINE_NONE">
            <summary>
            No underline in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_UNDERLINE_SINGLE">
            <summary>
            Single underline in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_UNDERLINE_DOUBLE">
            <summary>
            Double underline in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_SUBCRIPT">
            <summary>
            Subscript string in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_SUPSCRIPT">
            <summary>
            Super script in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_NO_SUBSUPERSCIRPT">
            <summary>
            No sub/super script in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_SUBSUPERSCRIPT_ATTRIBUTE">
            <summary>
            SubSuperScript attribute in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_STRIKEOUT_ATTRIBUTE">
            <summary>
            Strikeout attribute in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TABLE_FORMAT_START">
            <summary>
            Table format tag in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_CHARACTER_FORMAT_START">
            <summary>
            Start of the character formatting tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDERS_START">
            <summary>
            Borders tag in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_START">
            <summary>
            Border tag in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_COLOR_ATTRIBUTE">
            <summary>
            Color attribute string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_LINE_WIDTH_ATTRIBUTE">
            <summary>
            Line width attribute string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_ATTRIBUTE">
            <summary>
            Border type attribute string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH_NONE">
            <summary>
            Border width for None border style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_SIGNLE">
            <summary>
            Single border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_DOUBLE">
            <summary>
            Double border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_DOT">
            <summary>
            Dot border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_DASH_SMALL">
            <summary>
            Dash with small gaps border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_DOT_DASH">
            <summary>
            Dash dot border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_DOT_DOT_DASH">
            <summary>
            Dash-dot-dot border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_THICK">
            <summary>
            Thick border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_TYPE_NONE">
            <summary>
            None border type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PAGE_SETTINGS_START">
            <summary>
            Tag name for page settings block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PAGE_HEIGHT_ATTRIBUTE">
            <summary>
            Page height attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PAGE_WIDTH_ATTRIBUTE">
            <summary>
            Page width attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_FOOTER_DISTANCE_ATTRIBUTE">
            <summary>
            Footer distance attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_HEADER_DISTANCE_ATTRIBUTE">
            <summary>
            Header distance attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TOP_MARGIN_ATTRIBUTE">
            <summary>
            Top margin attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BOTTOM_MARGIN_ATTRIBUTE">
            <summary>
            Bottom margin attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_LEFT_MARGIN_ATTRIBUTE">
            <summary>
            Left margin attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_RIGHT_MARGIN_ATTRIBUTE">
            <summary>
            Right margin attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PAGE_BREAK_AFTER_ATTRIBUTE">
            <summary>
            Page break after attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ORIENTATION_ATTRIBUTE">
            <summary>
            Orientation attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_PARAGRAPH_FORMAT_START">
            <summary>
            Paragraph format tag in dls format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_HEADERS_FOOTERS_START">
            <summary>
            Headers-footers section start tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ITEM_TYPE_TABLE">
            <summary>
            Value of item type for table item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_EVEN_FOOTER_START">
            <summary>
            Start of even footer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ODD_FOOTER_START">
            <summary>
            Start of even footer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_EVEN_HEADER_START">
            <summary>
            Start of even header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ODD_HEADER_START">
            <summary>
            Start of odd header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ROW_HEIGHT_ATTRIBUTE">
            <summary>
            Row height attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TABLE_SHADOW_COLOR_ATTRIBUTE">
            <summary>
            Shadow color attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH">
            <summary>
            Constant that is added to the column width to preserve place for borders.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_HALIGNMENT_ATTRIBUTE">
            <summary>
            Horizontal alignment attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_VALIGNMENT_ATTRIBUTE">
            <summary>
            Vertical alignment attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_CENTER">
            <summary>
            Alignment attribute value for center alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_TOP">
            <summary>
            Alignment attribute value for top alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_BOTTOM">
            <summary>
            Alignment attribute value for bottom alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_MIDDLE">
            <summary>
            Alignment attribute value for middle (center) alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_LEFT">
            <summary>
            Alignment attribute value for left alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_RIGHT">
            <summary>
            Alignment attribute value for right alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_ALIGN_JUSTIFY">
            <summary>
            Alignment attribute value for justify alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_TRUE_STRING">
            <summary>
            True string in dls.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_DLS_BORDERS">
            <summary>
            Excel borders that are supported by DLS.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_DLS_BORDER_NAMES">
            <summary>
            Corresponding dls border names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DLSCulture">
            <summary>
            Represents dls culture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH_HAIR">
            <summary>
            Border width for Hair border style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH_THIN">
            <summary>
            Border width for Thin border style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH_MEDIUM">
            <summary>
            Border width for Medium border style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.DEF_BORDER_WIDTH_THICK">
            <summary>
            Border width for Thick border style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.#ctor">
            <summary>
            Initializes a new instance of the DLSXmlSerializator class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Saves workbook into writer.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="book">Workbook to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes all required styles.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="book">Workbook to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeDocumentProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes all required document properties.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="book">Workbook to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeSections(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes all required sections.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="book">Workbook to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeWorksheet(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Serializes worksheet into xml writer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializePageSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PageSetupImpl)">
            <summary>
            Serializes page settings.
            </summary>
            <param name="writer">Writer to save workbook into.</param>
            <param name="pageSetup">Page setup.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeParagraphs(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Serializes paragraphs.
            </summary>
            <param name="writer">Writer to save worksheet into.</param>
            <param name="sheet">Worksheet to save.</param>
            <returns>Page width.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.MeasurePageArea(Syncfusion.XlsIO.IRange,System.Drawing.SizeF@,System.Drawing.SizeF@)">
            <summary>
            Measure page area.
            </summary>
            <param name="printArea">Print area.</param>
            <param name="pageSize">Output available page area size.</param>
            <param name="headingsSize">Headings size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeRange(System.Xml.XmlWriter,Syncfusion.XlsIO.IRange,System.Drawing.SizeF,System.Drawing.SizeF,Syncfusion.XlsIO.ExcelOrder)">
            <summary>
            Serializes specified range.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="range">Range to serialize.</param>
            <param name="pageSize">Page size available for export.</param>
            <param name="headingsSize">Headings size.</param>
            <param name="pageOrder">Page order.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteEmptyBorders(System.Xml.XmlWriter)">
            <summary>
            Writes table format block with empty borders.
            </summary>
            <param name="writer">Writer to write into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteHeadingsBorders(System.Xml.XmlWriter)">
            <summary>
            Writes borders for heading cells.
            </summary>
            <param name="writer">Writer to write borders info into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.FillNextPage(Syncfusion.XlsIO.IRange,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Drawing.SizeF,Syncfusion.XlsIO.ExcelOrder)">
            <summary>
            Fills size of the next page to serialize.
            </summary>
            <param name="range">Range to serialize.</param>
            <param name="iFirstRow">First row of the previous page; -1 for the first page.</param>
            <param name="iFirstCol">First column of the previous page.</param>
            <param name="iLastRow">Last row of the previous page.</param>
            <param name="iLastCol">Last column of the previous page.</param>
            <param name="pageSize">Available page size.</param>
            <param name="pageOrder">Page order.</param>
            <returns>True if there is next page to serialize; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetMaxColumn(Syncfusion.XlsIO.IWorksheet,System.Int32,System.Double)">
            <summary>
            Returns maximum possible column that can fit into page.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="iFirstColumn">One-based index of the first column.</param>
            <param name="dPageWidth">Page width.</param>
            <returns>Last column that fits into page.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetMaxRow(Syncfusion.XlsIO.IWorksheet,System.Int32,System.Double)">
            <summary>
            Returns maximum possible row23 that can fit into page.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="iFirstRow">One-based index of the first row.</param>
            <param name="dPageHeight">Page height.</param>
            <returns>Last row that fits into page.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeRow(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.SizeF)">
            <summary>
            Serializes single row into writer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Worksheet that contains required row.</param>
            <param name="iRow">Row index to serialize.</param>
            <param name="iFirstCol">First column to serialize.</param>
            <param name="iLastCol">Last column to serialize.</param>
            <param name="iRowId">Represents Row id.</param>
            <param name="headingsSize">Headings size.</param>
            <returns>Row id after serialization.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeHeadingsRow(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet,System.Drawing.SizeF,System.Int32,System.Int32,System.Int32)">
            <summary>
            Serializes headings row into writer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Worksheet that contains required row.</param>
            <param name="headingsSize">Headings size</param>
            <param name="iFirstColumn">First column to serialize.</param>
            <param name="iLastColumn">Last column to serialize.</param>
            <param name="iRowId">Represents Row id.</param>
            <returns>Row id after serialization.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeCell(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
            <summary>
            Serializes single cell into xml.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="sheet">Worksheet that contains required cell.</param>
            <param name="iRow">Row index of the cell to serialize.</param>
            <param name="iColumn">Column index of the cell to serialize.</param>
            <param name="iCellId">Represents Cell id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeCell(System.Xml.XmlWriter,System.Double,System.String,System.Int32)">
            <summary>
            Serializes single cell into xml.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="dWidth"> Represents Cell width.</param>
            <param name="strCellValue">Cell value to serialize.</param>
            <param name="iCellId">Represents Cell id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeTableFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serializes table format.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="xFormat">Format to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeBorders(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serializes borders collection.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="xFormat">Extended format that contains borders to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetVAlignment(Syncfusion.XlsIO.ExcelVAlign)">
            <summary>
            Returns string representing vertical alignment in dls format.
            </summary>
            <param name="align">Vertical alignment.</param>
            <returns>String representing vertical alignment in dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetHAlignment(Syncfusion.XlsIO.ExcelHAlign)">
            <summary>
            Returns string representing horizontal alignment in dls format.
            </summary>
            <param name="align">Horizontal alignment.</param>
            <returns>String representing horizontal alignment in dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetLineWidth(Syncfusion.XlsIO.IBorder)">
            <summary>
            Returns line width for dls format.
            </summary>
            <param name="border">Border to get width from.</param>
            <returns>Line width for dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetBorderType(Syncfusion.XlsIO.IBorder)">
            <summary>
            Returns border type for dls format.
            </summary>
            <param name="border">Border to get type from.</param>
            <returns>Border type for dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeRichTextString(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serializes rtf string.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="rtfString">RTF string to serialize.</param>
            <param name="xFormat">Cell extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteText(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.IFont,System.Int32)">
            <summary>
            Writes text block into XmlWriter.
            </summary>
            <param name="writer">Writer to save into.</param>
            <param name="strText">Text to write.</param>
            <param name="font">Font of the text to write.</param>
            <param name="id">Represents Item id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteFont(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont)">
            <summary>
            Writes font into xml writer.
            </summary>
            <param name="writer">Writer to save font into.</param>
            <param name="font">Font to save.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeBoolAttribute(System.Xml.XmlWriter,System.String,System.Boolean)">
            <summary>
            Serializes boolean attribute.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="strAttributeName">Attribute name.</param>
            <param name="bValue">Attribute value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetColorString(System.Drawing.Color)">
            <summary>
            Converts color into string that is understandable by dls.
            </summary>
            <param name="color">Color to convert.</param>
            <returns>Color string representation in dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetUnderlineString(Syncfusion.XlsIO.ExcelUnderline)">
            <summary>
            Converts excel underline into string in dls format.
            </summary>
            <param name="underline">Underline type to convert.</param>
            <returns>String corresponding to the underline.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetSubSuperScript(Syncfusion.XlsIO.IFont)">
            <summary>
            Converts font into SubSuperScript string.
            </summary>
            <param name="font">Font to get settings from.</param>
            <returns>SubSuperScript string in dls format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteAttribute(System.Xml.XmlWriter,System.String,System.Double,Syncfusion.XlsIO.MeasureUnits)">
            <summary>
            Writes attribute string, converts value into points.
            </summary>
            <param name="writer">Writer to write attribute into.</param>
            <param name="strAttributeName">Attribute name.</param>
            <param name="value">Value to write.</param>
            <param name="units">Units in which value is specified.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteAttribute(System.Xml.XmlWriter,System.String,System.String)">
            <summary>
            Writes attribute string.
            </summary>
            <param name="writer">Writer to write attribute into.</param>
            <param name="strAttributeName">Attribute name.</param>
            <param name="strValue">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.WriteAttribute(System.Xml.XmlWriter,System.String,System.Double)">
            <summary>
            Writes attribute string.
            </summary>
            <param name="writer">Writer to write attribute into.</param>
            <param name="strAttributeName">Attribute name.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeHeaderFooter(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheet,System.Double)">
            <summary>
            Serializes header and footer into XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="sheet">Sheet with footer/header to serialize.</param>
            <param name="dPageWidth">Available page width.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.SerializeHeaderFooter(System.Xml.XmlWriter,System.String[],System.Double)">
            <summary>
            Serializes header footer.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="arrValues">Header/footer values.</param>
            <param name="dPageWidth">Page width.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DLSXmlSerializator.GetColumnWidth(Syncfusion.XlsIO.IWorksheet,System.Int32)">
            <summary>
            Evaluates column width.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="iColumn">Column index.</param>
            <returns>Column width in points.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.DV">
            <summary>
            This class contains constants used for data validation parsing / serialization
            in Excel 2007 SpreadsheetML format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DataValidationsTagName">
            <summary>
            Name of xml tag that represents data validations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ItemCountAttributeName">
            <summary>
            Name of xml attribute name that represents data validation item count
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DisablePromptsAttributeName">
            <summary>
            Name of xml attribute name that indicates whether all input prompts for the worksheet are disabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.XCoodrinateAttributeName">
            <summary>
            Name of xml attribute name that represents the x-coordinate (relative to window) of top-left
            corner of the data validation input prompt (textbox).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.YCoodrinateAttributeName">
            <summary>
            Name of xml attribute name that represents the y-coordinate (relative to window) of top-left
            corner of the data validation input prompt (textbox).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DataValidationTagName">
            <summary>
            Name of xml tag that represents data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorAttributeName">
            <summary>
            Name of xml attribute name that represents data validation error message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.CFSequenceOfReferencesAttributeName">
            <summary>
            Name of xml attribute name that represents data validation sequence of references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeAttributeName">
            <summary>
            Name of xml attribute name that represents data validation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeCustom">
            <summary>
            Represents  which uses a custom formula to check the cell value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeDate">
            <summary>
            Represents  which checks for date values satisfying the given condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeDecimal">
            <summary>
            Represents  which checks for decimal values satisfying the given condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeList">
            <summary>
            Represents  which checks for a value matching one of list of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeNone">
            <summary>
            Represents no data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeTextLength">
            <summary>
            Represents  which checks for text values, whose length satisfies the given condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeTime">
            <summary>
            Represents  which checks for time values satisfying the given condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.TypeWhole">
            <summary>
            Represrnts  which checks for whole number values satisfying the given condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.AllowBlankAttributeName">
            <summary>
            Name of xml attribute name that represents data validation allow blank status.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorMessageAttributeName">
            <summary>
            Name of xml attribute name that represents data validation message text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorStyleAttributeName">
            <summary>
            Name of xml attribute name that represents data validation error style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorStyleInformationIcon">
            <summary>
            This data validation error style uses an information icon in the error alert.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorStyleStopIcon">
            <summary>
            This data validation error style uses a stop icon in the error alert.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorStyleWarningIcon">
            <summary>
            This data validation error style uses a warning icon in the error alert.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ErrorAlertTextAttributeName">
            <summary>
            Name of xml attribute name that represents data validation title bar text of error alert.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorAttributeName">
            <summary>
            Name of xml attribute name that represents data validation relational operator used with this data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorBetween">
            <summary>
            Represents value  which checks if a value is between two other values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorEqual">
            <summary>
            Represents value  which checks if a value is equal to a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorGreaterThan">
            <summary>
            Represents value  which checks if a value is greater than a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorGreaterThanOrEqual">
            <summary>
            Represents value  which checks if a value is greater than or equal to a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorLessThan">
            <summary>
            Represents value  which checks if a value is less than a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorLessThanOrEqual">
            <summary>
            Represents value  which checks if a value is less than or equal to a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorNotBetween">
            <summary>
            Represents value  which checks if a value is not between two other values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.OperatorNotEqual">
            <summary>
            Represents value  which checks if a value is not equal to a specified value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.InputPromptAttributeName">
            <summary>
            Name of xml attribute name that represents data validation message text of input prompt.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.PromptTitleAttributeName">
            <summary>
            Name of xml attribute name that represents data validation title bar text of input prompt.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ShowDropDownAttributeName">
            <summary>
            Name of xml attribute name that indicates whether to display the dropdown combo box for a list type data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ShowErrorMessageAttributeName">
            <summary>
            Name of xml attribute name that indicates whether to display the error alert message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.ShowInputMessageAttributeName">
            <summary>
            Name of xml attribute name that indicates whether to display the input prompt message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.FormulaOneTagName">
            <summary>
            Name of xml tag name that represents the first formula in the data validation dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.FormulaTwoTagName">
            <summary>
            Name of xml tag name that represents the second formula in the data validation dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_RANGE_PREF">
            <summary>
            Represents Range pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_TYPE_PREF">
            <summary>
            Represents Type pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_MIN_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_MAX_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_INPUTTITLE_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_INPUTMESSAGE_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_ERRORSTYLE_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_ERRORMESSAGE_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_ERRORTITLE_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_CELLRANGELIST_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_VALUE_PREF">
            <summary>
            Represents Value pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.DEF_QUALIFIER_PREF">
            <summary>
            Represents Qualifier pref.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.DV.#ctor">
            <summary>
            Prevents a default instance of the DV class from being created.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder">
            <summary>
            Class used for holding file data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ContentTypesItemName">
            <summary>
            Name of the zip item with content types description.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RelationsDirectory">
            <summary>
            Name of the directory with relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RelationExtension">
            <summary>
            Extension for relations file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.TopRelationsPath">
            <summary>
            Path to the top relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.XmlExtension">
            <summary>
            Xml files extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RelsExtension">
            <summary>
            Relations default extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.BinaryExtension">
            <summary>
            Binary item extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.WorkbookPartName">
            <summary>
            Default name of the workbook part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CustomXmlPartName">
            <summary>
            Default name of the CustomXml Parts
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SSTPartName">
            <summary>
            Default name of the shared strings part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.StylesPartName">
            <summary>
            Default name of the styles part name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ThemesPartName">
            <summary>
            Default name of the themes part name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.DefaultWorksheetPathFormat">
            <summary>
            Path format for the worksheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.DefaultChartsheetPathFormat">
            <summary>
            Path format for the chartsheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.DefaultDialogsheetPathFormat">
            <summary>
            Path format for the dialogsheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.DefaultPicturePathFormat">
            <summary>
            Path format for pictures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ExtendedPropertiesPartName">
            <summary>
            Default name of the extended properties part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CorePropertiesPartName">
            <summary>
            Default name of the core properties part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CustomPropertiesPartName">
            <summary>
            Default name of the custom properties part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RelationIdFormat">
            <summary>
            Format for relation id generation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ExternLinksPathFormat">
            <summary>
            Default name format for the external link items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ExtenalLinksPathStart">
            <summary>
            Start of the External links item name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CustomPropertyPathStart">
            <summary>
            Start of the worksheet custom property item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.PivotCacheDefinitionPathFormat">
            <summary>
            Default name format for cache definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.PivotCacheRecordsPathFormat">
            <summary>
            Default name format for cache records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.PivotTablePathFormat">
            <summary>
            Default name format for pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.TablePathFormat">
            <summary>
            Format to get full path to zip archive item that stores tables.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ConnectionPathFormat">
            <summary>
            External connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.XmlMapsPathName">
            <summary>
            Default path of the XmlMaps.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.XmlMapsPartName">
            <summary>
            Default name of the XmlMaps part name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_metafileStream">
            <summary>
            Dictionary which contains the stream of the emf image file and wmf image file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_archive">
            <summary>
            Represents Zip Archive.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_parser">
            <summary>
            Parser to parse data if necessary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_dicDefaultTypes">
            <summary>
            Dictionary which is used to identify content type and stores default types.
            Key - file extension (string), Value - content type (string).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_dicOverriddenTypes">
            <summary>
            Dictionary which is used to identify content type and stores type overrides.
            Key - part name, Value - content type (string).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_topRelations">
            <summary>
            Top-level relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strWorkbookPartName">
            <summary>
            Name of the workbook part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strSSTPartName">
            <summary>
            Name of the shared strings table part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strStylesPartName">
            <summary>
            Name of the styles part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_connectionPartName">
            <summary>
            Connection part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strThemesPartName">
            <summary>
            Name of the themes part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_serializator">
            <summary>
            Object used for workbook serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_arrCellFormats">
            <summary>
            Represents list of workbook styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_workbookRelations">
            <summary>
            Workbook-level relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strStylesRelationId">
            <summary>
            Specifies style relation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strSSTRelationId">
            <summary>
            Specifies shares string relation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strThemeRelationId">
            <summary>
            Specifies theme relation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strWorkbookContentType">
            <summary>
            Specifies workbook content type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_streamEnd">
            <summary>
            Memory stream that will get workbook part after /sheets tag or after /definedNames tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_streamStart">
            <summary>
            Memory stream that will get workbook part before sheets tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_streamDxfs">
            <summary>
            Stream that can contains Dxfs formatting tags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iCommentIndex">
            <summary>
            Index used to generate comments zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iVmlIndex">
            <summary>
            Index used to generate vml zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iDrawingIndex">
            <summary>
            Index used to generate drawing zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iImageIndex">
            <summary>
            Index used to generate image zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iImageId">
            <summary>
            Represents image id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iLastChartIndex">
            <summary>
            Index used to generate chart zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iLastChartExIndex">
            <summary>
            Index used to generate chartEx zip item names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iLastPivotCacheIndex">
            <summary>
            Index used to generate the pivotCache item name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iLastPivotCacheRecordsIndex">
            <summary>
             Index used to generate the pivotCacheRecords item name
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_iExternLinkIndex">
            <summary>
            Index used to generate extern link zip item name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_arrImageItemNames">
            <summary>
            Array that contains names of the image items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_lstParsedDxfs">
            <summary>
            Parsed dfx style list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_lstBookViews">
            <summary>
            Workbook views collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_dictItemsToRemove">
            <summary>
            Items that must be removed after parsing complete.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_functionGroups">
            <summary>
            Stream containing functionGroups tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_fileVersion">
            <summary>
            Build version, last edited version, etc..
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_strCalculationId">
            <summary>
            Calculation id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.m_lstCustomBookViews">
            <summary>
            Custom workbook views collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.#ctor">
            <summary>
            Prevents a default instance of the FileDataHolder class from being created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Initializes a new instance of the FileDataHolder class.
            </summary>
            <param name="book">Parent workbook for the new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.String,System.String)">
            <summary>
            Initializes a new instance of the FileDataHolder class.
            </summary>
            <param name="book">Parent workbook for the new instance.</param>
            <param name="filename">File name to get initial data from.</param>
            <param name="password">Password to use during for decryption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl,System.IO.Stream,System.String)">
            <summary>
            Initializes a new instance of the FileDataHolder class.
            </summary>
            <param name="book">Parent workbook for the new instance.</param>
            <param name="stream">Stream to get initial data from.</param>
            <param name="password">Password to use during for decryption.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RerequestPassword(System.String@,Syncfusion.XlsIO.Implementation.ApplicationImpl)">
            <summary>
            Requests password if necessary.
            </summary>
            <param name="password">Current password provided to the parsing method.</param>
            <param name="excel">Application object used for password request.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RequestPassword(System.String@,Syncfusion.XlsIO.Implementation.ApplicationImpl)">
            <summary>
            Re-requests password (called when provided password is incorrect).
            </summary>
            <param name="password">Current password.</param>
            <param name="excel">Application object used for password request.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.AddOverriddenContentType(System.String,System.String)">
            <summary>
            Adds overriden content type.
            </summary>
            <param name="fileName">File name to override content type for.</param>
            <param name="contentType">Content type to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseDxfsCollection">
            <summary>
            Parses Dxf styles collection.
            </summary>
            <returns>Dxf style collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetSheetData(System.String)">
            <summary>
            Extracts sheet data.
            </summary>
            <param name="sheetPath">Represents sheet path.</param>
            <returns>Extracted sheet data</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetSheet(System.String)">
            <summary>
            Extracts worksheet.
            </summary>
            <param name="sheetName">Represents sheet name.</param>
            <returns>Sheet extracted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseDocument(System.Collections.Generic.List{System.Drawing.Color}@,System.Boolean)">
            <summary>
            Parses document.
            </summary>
            <param name="themeColors">Represents theme colors in document.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.FindWorkbookPartName(System.String)">
            <summary>
            Finds workbook part name according to content type.
            </summary>
            <param name="strContentType">Content type.</param>
            <returns>True if item was found; false otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetWorkbookPartType">
            <summary>
            Gets the Workbook Save Type.
            </summary>
            <returns>Workbook Content Type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseContentType">
            <summary>
            Parses content type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseDocumentProperties">
            <summary>
            Parses all document properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseArchiveItemByContentType(System.String)">
            <summary>
            Parses archive item by content type. Removes relation for this item and the item itself.
            </summary>
            <param name="strContentType">Content type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetXmlReaderByContentType(System.String,System.String@)">
            <summary>
            Returns XmlReader for corresponding content type.
            </summary>
            <param name="strContentType">Content type.</param>
            <param name="strItemName">Name of the item that has specified content type.</param>
            <returns>Item name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveDocument(System.String,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves document into specified file.
            </summary>
            <param name="filename">Name of the file to save into.</param>
            <param name="saveType">Type of the saving format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveDocument(System.IO.Stream,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves document into specified stream.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="saveType">Type of the saving format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveDocument(Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves document inside internal zip archive.
            </summary>
            <param name="saveType">Type of the saving format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RegisterContentTypes(System.Drawing.Imaging.ImageFormat)">
            <summary>
            Registers correct content type into collections of default content types.
            </summary>
            <param name="imageFormat">Image format of the picture to register content type for.</param>
            <returns>Proposed picture file extension.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetPictureContentType(System.Drawing.Imaging.ImageFormat,System.String@)">
            <summary>
            Converts image format into content type and file extension.
            </summary>
            <param name="format">Image format to convert.</param>
            <param name="strExtension">Resulting file extension.</param>
            <returns>Content type for this image format.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveImage(System.Drawing.Image,System.String)">
            <summary>
            Saves image into appropriate location inside document.
            </summary>
            <param name="image">Image to save.</param>
            <param name="proposedPath">Proposed item name, null - autogenerate.</param>
            <returns>Generated item name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveImage(System.Drawing.Image,System.Drawing.Imaging.ImageFormat,System.String)">
            <summary>
            Saves image into appropriate location inside document.
            </summary>
            <param name="image">Image to save.</param>
            <param name="imageFormat">Destination image format.</param>
            <param name="proposedPath">Proposed item name, null - autogenerate.</param>
            <returns>Generated item name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetImageFormat(System.String)">
             <summary>
            Get Extension of the image and return Image format of the image
             </summary>
             <param name="extension">Extension of the image</param>
             <returns>Image format of the image</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetImageItemName(System.Int32)">
            <summary>
            Gets image item name.
            </summary>
            <param name="i">Image index to get name for.</param>
            <returns>Name of Image item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.PrepareNewItem(System.String,System.String,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.Int32@,Syncfusion.Compression.Zip.ZipArchiveItem@)">
            <summary>
            Prepares a new archive item.
            </summary>
            <param name="itemNameStart">Start of the item's name.</param>
            <param name="extension">Represents file extension.</param>
            <param name="contentType">Content type for the new item.</param>
            <param name="relations">Parent relations collection.</param>
            <param name="relationType">Relation type.</param>
            <param name="itemsCounter">Variable used as counter of already created items of the same type.</param>
            <param name="item">Created archive item.</param>
            <returns>Represents relation ID</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetExtension(System.Drawing.Imaging.ImageFormat)">
            <summary>
            Converts image format into picture file extension.
            </summary>
            <param name="format">Format to convert.</param>
            <returns>Extension for picture file.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseWorkbook(System.Collections.Generic.List{System.Drawing.Color}@,System.Boolean)">
            <summary>
            Parses workbook.
            </summary>
            <param name="themeColors">Represents theme color in workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseMetaProperties">
            <summary>
            Parses the metaProperties
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseCustomXmlParts">
            <summary>
            Parses the CustomXmlParts
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseCustomXmlParts(System.String,Syncfusion.XlsIO.ICustomXmlPartCollection,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Parses the CustomXml Items
            </summary>
            <param name="customXmlParts">CustomXmlParts collections</param>
            <param name="schemas">Schemas</param>
            <param name="xmlName">XmlPartName</param>
            <param name="xmlId">XmlID</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseCustomXmlItemProperties(System.String,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses the CustomXmlParts ItemPropeties
            </summary>
            <param name="propertyName">PropertyName</param>
            <param name="schemas">Schemas</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseRelations(System.String)">
            <summary>
            Parses relations item.
            </summary>
            <param name="itemPath">Path to the item to parse.</param>
            <returns>Parsed relations collection; null if there are no such relation item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.FindItemByContent(System.String)">
            <summary>
            Tries to find path to the item by content type.
            </summary>
            <param name="contentType">Content type to locate.</param>
            <returns>First occurrence of the item with specified content type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.FindItemByContentInDefault(System.String)">
            <summary>
            Tries to find path to the item by content type inside default types.
            </summary>
            <param name="contentType">Content type to locate.</param>
            <returns>First occurrence of the item with specified content type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.FindItemByContentInOverride(System.String)">
            <summary>
            Tries to find path to the item by content type inside overridden types.
            </summary>
            <param name="contentType">Content type to locate.</param>
            <returns>First occurrence of the item with specified content type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetCorrespondingRelations(System.String)">
            <summary>
            Gets relations.
            </summary>
            <param name="itemName">Item name to get corresponding relation.</param>
            <returns>Extracted relation</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SeparateItemName(System.String,System.String@)">
            <summary>
            Splits item name (including path) into item name and path to this item.
            </summary>
            <param name="itemName">Item name to split.</param>
            <param name="path">Path without item name.</param>
            <returns>Item name without path.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetImage(System.String)">
            <summary>
            Gets image.
            </summary>
            <param name="strFullPath">Path of the image.</param>
            <returns>Extracted image</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CreateReader(Syncfusion.Compression.Zip.ZipArchiveItem)">
            <summary>
            Creates XmlReader for specified zip archive item.
            </summary>
            <param name="item">Item to create reader for.</param>
            <returns>Created reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CreateReader(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String)">
            <summary>
            Creates XmlReader for specified zip archive item.
            </summary>
            <param name="relation">Relation that points to the archive item.</param>
            <param name="parentItemPath">Path to the parent item.</param>
            <returns>Created reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CreateReaderAndFixBr(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String,System.String@)">
            <summary>
            Creates XmlReader and fixes potential br tags issue.
            </summary>
            <param name="relation">Relation that points to the archive item.</param>
            <param name="parentItemPath">Path to the parent item.</param>
            <param name="strItemPath">Path to the desired item.</param>
            <returns>Created reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CreateReader(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String,System.String@)">
            <summary>
            Creates XmlReader for specified zip archive item.
            </summary>
            <param name="relation">Relation that points to the archive item.</param>
            <param name="parentItemPath">Path to the parent item.</param>
            <param name="strItemPath">Path to the desired item.</param>
            <returns>Created reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetItem(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String,System.String@)">
            <summary>
            Returns single zip item based on the relation and parent path.
            </summary>
            <param name="relation">Relation that points to the archive item.</param>
            <param name="parentItemPath">Path to the parent item.</param>
            <param name="strItemPath">Path to the desired item.</param>
            <returns>Requested zip item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetData(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String,System.Boolean)">
            <summary>
            Creates XmlReader for specified zip archive item.
            </summary>
            <param name="relation">Relation that points to the archive item.</param>
            <param name="parentItemPath">Path to the parent item.</param>
            <param name="removeItem">Indicates whether item must be removed after extracting data.</param>
            <returns>Created reader.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParseExternalLink(System.String)">
            <summary>
            Parses external link.
            </summary>
            <param name="relationId">Represents relation id.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CombinePath(System.String,System.String)">
            <summary>
            Tries to combine two paths into one.
            </summary>
            <param name="startPath">First part of the path.</param>
            <param name="endPath">Second part of the path.</param>
            <returns>Combined path.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveContentTypes">
            <summary>
            Creates or updates content types and saves them inside internal zip archive.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveDocumentProperties">
            <summary>
            Saves all document properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveContentTypeProperties">
            <summary>
            Saves all ContentTypeProperties
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveArchiveItemRelationContentType(System.String,System.String,System.String)">
            <summary>
            Saves archive item, adds corresponding record into content type and relation collections.
            </summary>
            <param name="partName">Part name value.</param>
            <param name="contentType">Content type value.</param>
            <param name="relationType">Relation type value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveArchiveItem(System.String)">
            <summary>
            Saves archive item by part name into zip archive item.
            </summary>
            <param name="strItemPartName">Item part name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.FillDefaultContentTypes">
            <summary>
            Fills default content types.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveTopLevelRelations">
            <summary>
            Saves top level relation in zip.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetRelationId(System.Int32)">
            <summary>
            Generates relation id for specified relation index.
            </summary>
            <param name="relationIndex">Relation index to generate relation id.</param>
            <returns>Generated relation id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveWorkbook(Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SelectWorkbookContentType(Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Selects correct workbook content type depending on workbook's content and desired save type.
            </summary>
            <returns>Workbook content type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SavePivotCaches">
            <summary>
            Saves all exisiting pivot caches.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SavePivotCache(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Saves single pivot cache item.
            </summary>
            <param name="cache">Cache object to save.</param>
            <returns>Name of the file item with cache definition.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SavePivotCacheDefinition(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String)">
            <summary>
            Saves pivot cache definition for the specified cache.
            </summary>
            <param name="cache">Cache to save definition for.</param>
            <param name="cacheRecordFileName">Name of the file with pivot cache records for this pivot cache.</param>
            <returns>Name of the file item with cache definition.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SavePivotCacheRecords(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Saves pivot cache records.
            </summary>
            <param name="cache">Cache to save records for.</param>
            <returns>Name of the save item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GeneratePivotCacheRecordsFileName(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Generates unique name for pivot cache records.
            </summary>
            <param name="cache">Cache to generate name for.</param>
            <returns>Generated file name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GeneratePivotCacheFileName(Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl)">
            <summary>
            Generates cache file anme.
            </summary>
            <param name="cache">Cache to generate file name for.</param>
            <returns>Generated file name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveWorkbookImages">
            <summary>
            Saves all workbook images.
            </summary>
            <returns>Array containing zip name with images.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeBSE(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE)">
            <summary>
            Serializes image from MsofbtBSE record.
            </summary>
            <param name="bse">Record to serialize.</param>
            <returns>Name of the zip item with image.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CustomXmlParts">
            <summary>
            Saves CustomXmlParts into internal zip archive.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeCustomXmlRelation(System.String,System.String)">
            <summary>
            Saves ItemProperties Relation in the zip Archive
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeCustomXmlPart(System.String,System.Byte[])">
            <summary>
            Saves the Xml Data in Zip Archive
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeCustomXmlItemProperty(System.String,System.String,Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Saves CustomXmlParts Items Properties and Schema Collections
            </summary>
            <param name="customXmlPart">customXmlPart</param>
            <param name="propertyname">PropertyName to be serialized</param>
            <param name="xmlpartname">xml PartName to be Serialized</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveStyles">
            <summary>
            Saves styles into internal zip archive.
            </summary>
            <returns>Dictionary with new XF indexes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveSST">
            <summary>
            Saves shared strings table into internal zip archive.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveWorkbookPart(System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Saves workbook part into internal zip archive.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.AddRelation(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.String,System.String,System.String)">
            <summary>
            Adds relations to the collection, tries to re-use specified relation id if not null.
            </summary>
            <param name="relations">Collection to add new relation to.</param>
            <param name="target">Relation target.</param>
            <param name="parentPath">Parent path for the relation target.</param>
            <param name="type">Relation type.</param>
            <param name="relationId">Relation id to re-use if not null.</param>
            <returns>Used relation id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveRelations(System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes relations collection.
            </summary>
            <param name="parentPartName">Name of the parent</param>
            <param name="relations">Represents relations</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveSheets(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Saves all sheets (worksheets and chartsheets) into internal zip archive
            and updates relations collection.
            </summary>
            <param name="relations">Workbook relations collection.</param>
            <param name="workbookItemName">Name of the workbook item.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes, key - old index, value - new index.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ReserveSheetRelations(Syncfusion.XlsIO.Implementation.Collections.WorkbookObjectsCollection,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Reserves ids for worksheets that were extracted from original file.
            </summary>
            <param name="sheets">Worksheets to iterate through.</param>
            <param name="relations">Collection to put reservation into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveSheet(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Saves single sheet into internal zip archive.
            </summary>
            <param name="sheet">Sheet to save.</param>
            <param name="itemName">Name of the sheet's item in the zip archive.</param>
            <param name="relations">Workbook relations collection.</param>
            <param name="workbookPath">Path to the workbook without file name.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes, key - old index, value - new index.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveDialogSheet(Syncfusion.XlsIO.Implementation.DialogSheet,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Saves single dialog sheet into internal zip archive.
            </summary>
            <param name="dialogSheet">Sheet to save.</param>
            <param name="itemName">Name of the sheet's item in the zip archive.</param>
            <param name="relations">Workbook relations collection.</param>
            <param name="workbookPath">Path to the workbook without file name.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes, key - old index, value - new index.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveWorksheet(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Serializes single worksheet object.
            </summary>
            <param name="sheet">Worksheet to serialize.</param>
            <param name="itemName">Name of a zip item to use.</param>
            <param name="hashNewXFIndexes">Dictionary with new XF indexes, key - old index, value - new index.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.UpdateArchiveItem(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.String)">
            <summary>
            Updates archive item
            </summary>
            <param name="sheet">Worksheet to add</param>
            <param name="itemName">Worksheet name to add</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveChartsheet(Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String)">
            <summary>
            Saves chartsheet into internal zip archive.
            </summary>
            <param name="chart">Chartsheet to save.</param>
            <param name="itemName">Name of a zip item to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeExistingData(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Serializes existing worksheet/chartsheet data without any modifications.
            </summary>
            <param name="sheet">Sheet to serialize.</param>
            <param name="itemName">New corresponding zip archive item name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.RemoveCalcChain">
            <summary>
            This method removes calculation chain item from the document.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeExternalLink(Syncfusion.XlsIO.Implementation.ExternWorkbookImpl)">
            <summary>
            Serializes single external link.
            </summary>
            <param name="externBook">Extern workbook item that contains link information to serialize.</param>
            <returns>Name of the external link item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GenerateExternalLinkName">
            <summary>
            Generates zip archive item name for external link.
            </summary>
            <returns>Generated item name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GenerateItemName(System.Int32@,System.String,System.String)">
            <summary>
            Generates unique item name.
            </summary>
            <param name="itemsCount">Items counter. Contains current item index to try and is updated during operation.</param>
            <param name="pathStart">Starting part of the path.</param>
            <param name="extension">Item's extension.</param>
            <returns>Generated name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GenerateItemName(System.Int32@,System.String)">
            <summary>
            Generates unique item name.
            </summary>
            <param name="itemsCount">Items counter. Contains current item index to try and is updated during operation.</param>
            <param name="pathFormat">Path format string.</param>
            <returns>Generated name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GeneratePivotTableName(System.Int32)">
            <summary>
            Genreates unique name for pivot table item.
            </summary>
            <returns>Generated name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CreateDataHolder(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Creates data holder for the specified worksheet.
            </summary>
            <param name="tabSheet">Tabsheet to create data holder for.</param>
            <param name="fileName">File name for the tabsheet item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SerializeTable(Syncfusion.XlsIO.IListObject)">
            <summary>
            Serializes table object.
            </summary>
            <param name="listObject">Table to serialize.</param>
            <returns>Name of the created file.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GenerateTableFileName">
            <summary>
            Generates file name for the table item.
            </summary>
            <returns>Generated item name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.GetContentType(System.String)">
            <summary>
            Gets content type by item name.
            </summary>
            <param name="strTarget"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.SaveXmlMaps">
            <summary>
            Serialize XML mapping.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Serialize(System.String,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into specified file.
            </summary>
            <param name="fullName">Destination file name.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Serialize(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.ExcelSaveType)">
            <summary>
            Saves workbook into stream.
            </summary>
            <param name="stream">Stream to save into.</param>
            <param name="book">Workbook to save.</param>
            <param name="saveType">Save type (template or ordinary xls).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Clone(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates copy of the current object.
            </summary>
            <param name="newParent">Parent workbook for the new object.</param>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CloneViews">
            <summary>
            Creates copy of the workbook's views.
            </summary>
            <returns>List with cloned items.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.CloneDxfs">
            <summary>
            Creates copy of the parsed Dxf items.
            </summary>
            <returns>List with copied items.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Workbook">
            <summary>
            Gets parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Parser">
            <summary>
            Gets Excel 2007 parser.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Item(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String)">
            <summary>
            Returns archive item corresponding to the relation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Serializator">
            <summary>
            Gets object used for serialization.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.XFIndexes">
            <summary>
            Gets cell styles.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.Archive">
            <summary>
            Gets zip archive object that stores Excel 2007 document.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastCommentIndex">
            <summary>
            Gets or sets last used index of the comment item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastVmlIndex">
            <summary>
            Gets or sets last used index of the vml item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastDrawingIndex">
            <summary>
            Gets or sets last used index of the drawing item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastImageIndex">
            <summary>
            Gets or sets last used index of the image item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastImageId">
            <summary>
            Gets or sets last used image id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastChartIndex">
            <summary>
            Gets or sets last used index of the chart item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastChartExIndex">
            <summary>
            Gets or sets last used index of the chartEx item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastPivotCacheIndex">
            <summary>
             gets or set the pivotCache index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.LastPivotCacheRecordsIndex">
            <summary>
            gets or set the pivotCache index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.DefaultContentTypes">
            <summary>
            Gets dictionary with default content types. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.OverriddenContentTypes">
            <summary>
            Gets dictionary with overridden content types. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ParsedDxfsCount">
            <summary>
            Gets number of parsed dfx styles or int min value if nothing was parsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder.ItemsToRemove">
            <summary>
            Gets Items that must be removed after parsing complete. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.GradientSerializator">
            <summary>
            This class is responsible for gradient serialization.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.GradientSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes gradient stops collection into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="gradientStops">Collection to serialize.</param>
            <param name="book">Parent workbook object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.GradientSerializator.SerializeGradientStops(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.GradientStops,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes collection of gradient stops.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="gradientStops">Collection to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.GradientSerializator.SerializeGradientStop(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.GradientStopImpl,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes single gradient stop.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="gradientStop">GradientStop to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation">
            <summary>
            This class stores relation data (except relation id).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.m_strTarget">
            <summary>
            Represents Target.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.m_strType">
            <summary>
            Target type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.m_bIsExternal">
            <summary>
            Defines whether target is external or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.#ctor">
            <summary>
            Prevents a default instance of the Relation class from being created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the Relation class.
            </summary>
            <param name="target">Represents target.</param>
            <param name="type">Represents destination type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the Relation class.
            </summary>
            <param name="target">Represents target.</param>
            <param name="type">Represents destination type.</param>
            <param name="isExternal">Value indicating whether target is external.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.Clone">
            <summary>
            Create copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.Target">
            <summary>
            Gets target. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.Type">
            <summary>
            Gets destination type. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Relation.IsExternal">
            <summary>
            Gets a value indicating whether target is external.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection">
            <summary>
            Class used for Relations Collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.RelationIdStart">
            <summary>
            Relation id start.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.RelationIdStartLen">
            <summary>
             Length of the relation id start.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.m_dicRelations">
            <summary>
            Dictionary with relations. Key - relation id, value = relation object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.m_strItemPath">
            <summary>
            Path to the item (this member should be filled when extracting collection from file).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.#ctor">
            <summary>
            Initializes a new instance of the RelationsCollection class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Remove(System.String)">
            <summary>
            Removes relation by id.
            </summary>
            <param name="id">Relation id to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.RemoveByContentType(System.String)">
            <summary>
            Removes relation by content type.
            </summary>
            <param name="contentType">Content type of relation to delete.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.FindRelationByContentType(System.String,System.String@)">
            <summary>
            Searches for relation with appropriate content type.
            </summary>
            <param name="contentType">Content type to find.</param>
            <param name="relationId">Relation id.</param>
            <returns>Relation that contains desired content type or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.FindRelationByTarget(System.String)">
            <summary>
            Searches for relation with appropriate target path.
            </summary>
            <param name="itemName">Item name to find.</param>
            <returns>Relation id that contains points to specified content type or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.GenerateRelationId">
            <summary>
            Generates relation id that can be used as relation key.
            </summary>
            <returns>Free relation key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.GenerateHyperlinkRelationId">
            <summary>
            Generates relation id that can be used as relation key.
            </summary>
            <returns>Free relation key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Add(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation)">
            <summary>
            Generates id and adds relations to there collection.
            </summary>
            <param name="relation">Relation to add.</param>
            <returns>Relation id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Add(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.Int32)">
            <summary>
            Generates id and adds relations to there collection.
            </summary>
            <param name="relation">Relation to add.</param>
            <param name="index">Index of relation id.</param>
            <returns>Relation id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Add(Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String)">
            <summary>
            Generates id and adds relations to there collection.
            </summary>
            <param name="relation">Relation to add.</param>
            <param name="strId">String ID</param>
            <returns>Relation id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Clear">
            <summary>
            Removes all items from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Clone">
            <summary>
            Creates copy of the current collection.
            </summary>
            <returns>A copy of the current collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.System#ICloneable#Clone">
            <summary>
            Creates copy of the current collection.
            </summary>
            <returns>A copy of the current collection.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>An IEnumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Item(System.String)">
            <summary>
            Gets / sets relation by id.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.Count">
            <summary>
            Gets number of items in the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection.ItemPath">
            <summary>
            Gets or sets path to the item (this member should be filled when extracting collection from file).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes">
            <summary>
            This class simply hold all constants required by relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Workbook">
            <summary>
            Content type for workbook item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Styles">
            <summary>
            Content type for styles item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.SST">
            <summary>
            Content type for SST dictionary item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.CalcChain">
            <summary>
            Content type for calculation chain item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.VmlDrawings">
            <summary>
            Content type for vml drawings (used in worksheet relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.WorksheetComments">
            <summary>
            Content type of comment notes items (used in worksheet relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Drawings">
            <summary>
            Content type for drawings (used in worksheet relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ChartDrawings">
            <summary>
            Content type for chart drawings (used in worksheet relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.PackageNamespace">
            <summary>
            Represents package level relationships namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Themes">
            <summary>
            Content type for theme item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Image">
            <summary>
            Content type for image item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.CoreProperties">
            <summary>
            Content type for core properties item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ExtendedProperties">
            <summary>
            Content type for extended properties item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.CustomProperties">
            <summary>
            Content type for custom properties item (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ExternLinkPath">
            <summary>
            Content type for path to extern link source (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ExternalLink">
            <summary>
            Content type for external link (used in relations).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Chart">
            <summary>
            Content type for chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.WorksheetCustomProperty">
            <summary>
            Relation type for worksheet custom property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.MissingPath">
            <summary>
            Content type  for path to extern link source that is missing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.PivotCacheDefinition">
            <summary>
            Content type for pivot cache definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.PivotCacheRecords">
            <summary>
            Content type for pivot cache records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.PivotTable">
            <summary>
            Content type for pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Table">
            <summary>
            Content type for table object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.OleObject">
            <summary>
            Content Type for Ole object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.DdeObject">
            <summary>
            Content Type for Dde object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.Connection">
            <summary>
            Content Type for External connection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.QueryTable">
            <summary>
            Content Type for Query Table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ThemeOverride">
            <summary>
            Content Type for Theme Override.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.XmlMaps">
            <summary>
            Content type for XmlMaps.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.ChartEx">
            <summary>
            Content Type for ChartEx.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.RelationTypes.#ctor">
            <summary>
            Prevents a default instance of the RelationTypes class from being created.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator">
            <summary>
            This class is used for picture shapes serialization.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator">
            <summary>
            This serializator use to serialize shapes in DrawingML 2007 format,
            when shape is not supported, but it was extracted from Excel 2007
            document and we can preserve it.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.GetEditAsValue(Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Returns editAs attribute value.
            </summary>
            <param name="shape">Shape to get settings from.</param>
            <returns>String value of editAs attribute for the shape.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeAnchorPoint(System.Xml.XmlWriter,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Serializes anchor point.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Name of the tag for anchor point.</param>
            <param name="column">Column index.</param>
            <param name="columnOffset">Offset inside column.</param>
            <param name="row">Row index.</param>
            <param name="rowOffset">Offset inside row.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeColRowAnchor(System.Xml.XmlWriter,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String)">
            <summary>
            Serializes row-column anchor point.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to use.</param>
            <param name="column">Column index.</param>
            <param name="columnOffset">Offset inside column.</param>
            <param name="row">Row index.</param>
            <param name="rowOffset">Offset inside row.</param>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeXYAnchor(System.Xml.XmlWriter,System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Serializes XY anchor point
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="tagName">Tag name to use.</param>
            <param name="column">X coordinate (will be divided by 1000 in the current implementation).</param>
            <param name="row">Y coordinate (will be divided by 1000 in the current implementation).</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.GetCoordinateValue(System.Int32)">
            <summary>
            Converts XY Anchor coordinate into string value for serialization.
            </summary>
            <param name="coordinate">Coordinate to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeForm(System.Xml.XmlWriter,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Serializes Transform2D tag (xfrm).
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="xmlOuterNamespace">Namespace for main (outer) tag.</param>
            <param name="xmlInnerNamespace">Namespace for subtags (inner).</param>
            <param name="x">X coordinate of the form.</param>
            <param name="y">X coordinate of the form.</param>
            <param name="cx">Width of the form.</param>
            <param name="cy">Height of the form.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeForm(System.Xml.XmlWriter,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.IShape)">
            <summary>
            Serializes the form.
            </summary>
            <param name="writer">The writer.</param>
            <param name="xmlOuterNamespace">The XML outer namespace.</param>
            <param name="xmlInnerNamespace">The XML inner namespace.</param>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <param name="cx">The cx.</param>
            <param name="cy">The cy.</param>
            <param name="shape">The shape.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeForm(System.Xml.XmlWriter,System.String,System.String,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl)">
            <summary>
            Serializes the form.
            </summary>
            <param name="writer">The writer.</param>
            <param name="xmlOuterNamespace">The XML outer namespace.</param>
            <param name="xmlInnerNamespace">The XML inner namespace.</param>
            <param name="picture">The picture for which the tranformation is to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeNVCanvasProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.String)">
            <summary>
            Serializes non visual canvas properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize properties for.</param>
            <param name="holder">Object that stores data of the parent worksheet.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializePresetGeometry(System.Xml.XmlWriter)">
            <summary>
            Serializes prstGeom xml tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes shape's fill.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize fill for.</param>
            <param name="holder">FileDataHolder object.</param>
            <param name="relations">Drawing relations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.DrawingShapeSerializator.SerializeLineSettings(System.Xml.XmlWriter,Syncfusion.XlsIO.IShapeLineFormat,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes line settings.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="line">Line to serialize.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializePicture(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.String)">
            <summary>
            Serializes picture.
            </summary>
            <param name="writer">Writer to serialize into.</param>
            <param name="picture">Picture to serialize.</param>
            <param name="relationId">Relation id of the picture file.</param>
            <param name="holder">Object that stores data of the parent worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeShapeProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String)">
            <summary>
            This method serializes shape properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="picture">Picture to get properties from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeNonVisualProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.String)">
            <summary>
            Serializes non visual properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="picture">Picture to serialize.</param>
            <param name="holder">Object that stores data of the parent worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeNVPictureCanvasProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String)">
            <summary>
            Serializes non visual picture canvas properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="picture">Picture to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeBlipFill(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String,System.String)">
            <summary>
            Serializes blip fill.
            </summary>
            <param name="writer">XmlWriter to save blip fill into.</param>
            <param name="picture">Picture to get blip fill options from.</param>
            <param name="relationId">Relation id of the picture zip archive item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializePictureFile(Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serializes picture file and creates necessary relations.
            </summary>
            <param name="holder">Object that holds file data.</param>
            <param name="picture">Picture to save into file.</param>
            <returns>Relation id of the generated picture item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializePreservedNode(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String)">
            <summary>
            Serializes various shape properties of a picture
            </summary>
            <param name="xmlTextWriter">xmlTextWriter object</param>
            <param name="picture">picture to which shape properties belong to</param>
            <param name="node">Shape property node</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.BitmapShapeSerializator.SerializeFillProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.BitmapShapeImpl,System.String)">
            <summary>
            Serializes fill properties of a picture
            </summary>
            <param name="xmlTextWriter">xmlTextWriter object</param>
            <param name="picture">picture to which fill properties belong to</param>
            <param name="node">Shape property node</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator">
            <summary>
            This class is responsible for chart shape serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.ChartItemPath">
            <summary>
            Format for the default chart item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.ChartExItemPath">
            <summary>
            Format for the default chart Ex item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.ColorsItemPath">
            <summary>
            Format for the default chart color style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.StyleItemPath">
            <summary>
            Format for the default chart style
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.SerializeChartFile(Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String@)">
            <summary>
            Serialize chart object into separate file and returns relation id.
            </summary>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="chartFileName">Gets name of the chart item.</param>
            <returns>Relation id of the serialize chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.GetChartFileName(Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Generates item name for the new chart object.
            </summary>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="chart">Chart to generate name for.</param>
            <returns>Item name that should be used to save chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.GetChartExFileName(Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Generates item name for the new chartEx object.
            </summary>
            <param name="holder">Parent worksheet data holder.</param>
            <param name="chart">Chart to generate name for.</param>
            <returns>Item name that should be used to save chart.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.SerializeChartProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.Boolean)">
            <summary>
            Serializes chart shape properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="strRelationId">Relation id that points to the chart object.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.SerializeGraphics(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl,System.String,System.Boolean)">
            <summary>
            Serializes all graphics xml tag and all subtags.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart to serialize.</param>
            <param name="strRelationId">Relation id of the chart object item.</param>
            <param name="isChartEx">Boolean value indicates whether the chart is chartEx type or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.SerializeSlicerGraphics(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl)">
            <summary>
            Serialize slicer elements of graphic frames
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">shape to serialize.</param>
            <param name="strRelationId">Relation id of the chart object item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.ChartShapeSerializator.SerializeNonVisualGraphicFrameProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ChartShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            Serializes non visual graphic frame properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="chart">Chart shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator">
            <summary>
            Class used for serializing Checkbox.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            Serialize the check box shape
            </summary>
            <param name="writer">XmlWriter to serialize fill color from.</param>
            <param name="shape">shae to set fill color to.</param>
            <param name="relations">relation Collection of the item</param>
            <param name="parentItemPath"> path of the item</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.SerializeClientDataAdditional(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes additional tag into ClientData tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.SerializeDiv(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serialize internal part of the div object.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.SerializeShapeTypeSubNodes(System.Xml.XmlWriter)">
            <summary>
            Serializes subnodes of the shapetype description.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.ShapeInstance">
            <summary>
            Returns instance number of supported shape object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CheckBoxShapeSerializator.ShapeType">
            <summary>
            Returns string representation of the shape type. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator">
            <summary>
            Class used for serializing comments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.PrepareStyleProperties(System.Collections.Generic.List{System.String},Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Adds required style properties to the list in the format 'name':'value'.
            </summary>
            <param name="properties">List to add properties to.</param>
            <param name="shape">Shape to prepare styles for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.SerializeClientDataAdditional(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes additional tag into ClientData tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.SerializeShapeNodes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl)">
            <summary>
            Serializes subnodes of the shape tag.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="shape">Shape to serialize for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.SerializeShapeTypeSubNodes(System.Xml.XmlWriter)">
            <summary>
            Serializes subnodes of the shapetype description.
            </summary>
            <param name="writer">Writer to serialize into.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.ShapeInstance">
            <summary>
            Returns instance number of supported shape object. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.CommentShapeSerializator.ShapeType">
            <summary>
            Returns string representation of the shape type. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings">
            <summary>
            Class used for defining constants and namespace for drawings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.XdrNamespace">
            <summary>
            Main spreadsheet drawings namespace ('xdr' abbreviation is used in MS Excel documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ANamespace">
            <summary>
            Main drawings namespace ('a' abbreviation is used in MS Excel documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CdrNamespace">
            <summary>
            Main chartsheet drawings namespace ('cdr' abbreviation is used in MS Excel documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.XdrPreffix">
            <summary>
            Prefix used by MS Excel for XdrNamespace definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CdrPreffix">
            <summary>
            Prefix used by MS Excel for CdrNamespace definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.APreffix">
            <summary>
            Prefix used by MS Excel for ANamespace definition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RequiresAttribute">
            <summary>
            Attribute used to denote the requires 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FallbackTag">
            <summary>
            Element specifies the fallback content
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TwoCellAnchorTagName">
            <summary>
            This element specifies a two cell anchor placeholder for a group, a shape,
            or a drawing element. It moves with cells and its extents are in EMU units.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.OneCellAnchorTagName">
            <summary>
            This element specifies a one cell anchor placeholder for a group, a shape,
            or a drawing element. It moves with the cell and its extents is in EMU units.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.EditAsAttribute">
            <summary>
            Specifies how the DrawingML contents shall be moved and/or resized when
            the rows and columns between its start and ending anchor (the from and
            to child elements) are resized, or have additional rows/columns inserted
            within them, or additional row/columns are added before them.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FromTagName">
            <summary>
            This element specifies the first anchor point for the drawing element.
            This will be used to anchor the top and left sides of the shape within
            the spreadsheet. That is when the cell that is specified in the from
            element is adjusted, the shape will also be adjusted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ToTagName">
            <summary>
            This element specifies the second anchor point for the drawing element.
            This will be used to anchor the bottom and right sides of the shape within
            the spreadsheet. That is when the cell that is specified in the to element
            is adjusted, the shape will also be adjusted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ColumnTagName">
            <summary>
            This element specifies the column that will be used within the from and to
            elements to specify anchoring information for a shape within a spreadsheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ColumnOffsetTagName">
            <summary>
            This element is used to specify the column offset within a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RowTagName">
            <summary>
            This element specifies the row that will be used within the from and to
            elements to specify anchoring information for a shape within a spreadsheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RowOffsetTagName">
            <summary>
            This element is used to specify the row offset within a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NVPicturePropertiesTag">
            <summary>
            This element specifies the non visual properties for a picture.
            This allows for additional information that does not affect
            the appearance of the picture to be stored.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NVCanvasPropertiesTag">
            <summary>
            This element specifies non-visual canvas properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NVGroupShapePropertiesTag">
            <summary>
            This element specifies non-visual group shape properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GroupShapePropertiesTag">
            <summary>
            This element specifies group shape properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NVConnectorShapeProperties">
            <summary>
            This element specifies the non-visual connector shape drawing properties
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NVPictureCanvasPropertiesTag">
            <summary>
            This element specifies the non-visual properties for the picture canvas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ClickHyperlinkTag">
            <summary>
            This element specifies the on-click hyperlink information to be applied to a run of text.
            When the hyperlink text is clicked the link is fetched.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BlipFillTagName">
            <summary>
            This element specifies the type of picture fill that the picture object
            will have. Because a picture has a picture fill already by default,
            it is possible to have two fills specified for a picture object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BlipTagName">
            <summary>
            This element specifies the existence of an image (binary large image
            or picture) and contains a reference to the image data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AlphaModFixTag">
            <summary>
            It's define the Picture fill option 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AlphaModFixattribute">
            <summary>
            It's define the values of Transparency
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.EmbeddedPicture">
            <summary>
            Specifies the identification information for an embedded picture. This
            attribute is used to specify an image that resides locally within the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PositionSizeAbsolute">
            <summary>
            Specifies that the current start and end positions shall be maintained
            with respect to the distances from the absolute start point of the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PositionRelative">
            <summary>
            Specifies that the current drawing shall move with its row and column
            (i.e. the object is anchored to the actual from row and column), but
            that the size shall remain absolute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PositionSizeRelative">
            <summary>
            Specifies that the current drawing shall move and resize to maintain its
            row and column anchors (i.e. the object is anchored to the actual from
            and to row and column).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.StretchTagName">
            <summary>
            This element specifies that a BLIP should be stretched to fill the target rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TileTagName">
            <summary>
            This element specifies that a BLIP should be tiled to fill the available space.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SourceRectangleTagName">
            <summary>
            This element specifies the portion of the blip used for the fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FillRectTagName">
            <summary>
            This element specifies a fill rectangle. When stretching of an image is specified,
            a source rectangle, srcRect, is scaled to fit the specified fill rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PictureTagName">
            <summary>
            This element specifies the existence of a picture object within the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.IdAttributeName">
            <summary>
            Name of the xml attribute that stores id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NameAttributeName">
            <summary>
            Name of the xml attribute that stores shape name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.DescriptionAttributeName">
            <summary>
            Name of the xml attribute that stores alternative description.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PictureLocksTag">
            <summary>
            This element specifies all locking properties for a graphic frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NoChangeAspectAttribute">
            <summary>
            Specifies that the generating application should not allow aspect ratio
            changes for the corresponding connection shape. If this attribute is not
            specified, then a value of false is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ShapePropertiesTag">
            <summary>
            This element specifies the visual shape properties that can be applied to a shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ThicknessTag">
            <summary>
            This element specifies the thickness of the walls or floor as a percentage of the largest dimension of the plot volume.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PictureoptionTag">
            <summary>
            It's define  picturefill in shapeproperty.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PictureformatTag">
            <summary> 
            It's define pictureformat options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PictureStackUnitTag">
            <summary> 
            It's define pictureformat options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Valueattribite">
            <summary>
            It's define the Pictureformatvalue
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Transform2DTag">
            <summary>
            This element represents 2-D transforms for ordinary shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Offset">
            <summary>
            This element specifies the location of the bounding box of an object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Extents">
            <summary>
            This element specifies the size of the bounding box enclosing the referenced object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.XAttributeName">
            <summary>
            Specifies a coordinate on the x-axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.YAttributeName">
            <summary>
            Specifies a coordinate on the x-axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CXAttributeName">
            <summary>
            Specifies the length of the extents rectangle in EMUs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CYAttributeName">
            <summary>
            Specifies the width of the extents rectangle in EMUs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PresetGeometryTag">
            <summary>
            Specifies the preset geometry that will be used for this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CustomGeometryTag">
            <summary>
            Specifies the custom geometry that will be used for this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.EffectTag">
            <summary>
            Specifies the EffectTag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ShapePropertiesExtensionList">
            <summary>
            Specifies the ShapePropertiesExtensionList.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.InvertSolidFillFormat">
            <summry>
            This elemet specifies that the chart has inverted shape elements and that is to be filled with a solid color.
            </summry>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PresetShapeAttribute">
            <summary>
            This element specifies when a preset geometric shape should be used
            instead of a custom geometric shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.DrawingTagName">
            <summary>
            This element indicates that the sheet contains drawing components built
            on the drawingML platform.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.WorksheetDrawings">
            <summary>
            This element specifies all drawing objects within the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AdjustValuesList">
            <summary>
            This element specifies the adjust values that will be applied to the specified shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ClientDataTagName">
            <summary>
            This element is used to set certain properties related to a drawing element
            on the client spreadsheet application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GraphicFrame">
            <summary>
            This element describes a single graphical object frame for
            a spreadsheet which contains a graphical object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Shape">
            <summary>
            This element specifies the existence of a single shape. A shape can either
            be a preset or a custom geometry, defined using the SpreadsheetDrawingML
            framework. In addition to a geometry each shape can have both visual and
            non-visual properties attached. Text and corresponding styling information
            can also be attached to a shape. This shape is specified along with all
            other shapes within either the shape tree or group shape elements.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ConnectionShape">
            <summary>
            This element specifies the properties for a connection shape drawing element.
            A connection shape is a line, etc. that connects two other shapes in this drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GroupShape">
            <summary>
            This element specifies a group shape that represents many shapes grouped together.
            This shape is to be treated just as if it were a regular shape but instead of being
            described by a single geometry it is made up of all the shape geometries encompassed
            within it. Within a group shape each of the shapes that make up the group are
            specified just as they normally would. The idea behind grouping elements however
            is that a single transform can apply to many shapes at the same time.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.MacroAttribute">
            <summary>
            This element specifies the custom function associated with the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GraphicTag">
            <summary>
            This element specifies the existence of a single graphic object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GraphicDataTag">
            <summary>
            This element specifies the reference to a graphic object within the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.UriAttribute">
            <summary>
            Specifies the URI, or uniform resource identifier that represents the data
            stored under this tag. The URI is used to identify the correct 'server' that
            can process the contents of this tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NonVisualGraphicFramePr">
            <summary>
            This element specifies all non-visual properties for a graphic frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextBodyPropertiesTag">
            <summary>
            This element defines the body properties for the text body within a shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ListStylesTag">
            <summary>
            This element specifies the list of styles associated with this body of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Paragraphs">
            <summary>
            This element specifies the presence of a paragraph of text within the containing text body.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ParagraphProperties">
            <summary>
            This element contains all paragraph level text properties for the containing paragraph.
            These paragraph properties should override any and all conflicting properties that are
            associated with the paragraph in question.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.DefaultParagraphProperites">
            <summary>
            This element contains all default run level text properties for the text
            runs within a containing paragraph. These properties are to be used when
            overriding properties have not been defined within the rPr element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ParagraphRun">
            <summary>
            This element specifies the presence of a run of text within the containing text body.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ParagraphText">
            <summary>
            This element specifies the actual text for this text run. This is the
            text that will be formatted using all specified body, paragraph and run
            properties. This element must be present within a run of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextRunProperites">
            <summary>
            This element contains all run level text properties for the text runs within a containing paragraph.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FontBoldAttribute">
            <summary>
            Specifies whether a run of text will be formatted as bold text. If this
            attribute is omitted, than a value of 0, or false is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FontItalicAttribute">
            <summary>
            Specifies whether a run of text will be formatted as italic text. If this
            attribute is omitted, than a value of 0, or false is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FontStrikeAttribute">
            <summary>
            Specifies whether a run of text will be formatted as strikethrough text.
            If this attribute is omitted, than no strikethrough is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FontSizeAttribute">
            <summary>
            Specifies the size of text within a text run. Whole points are specified
            in increments of 100 starting with 100 being a point size of 1. For instance
            a font point size of 12 would be 1200 and a font point size of 12.5 would be
            1250. If this attribute is omitted, than the value in defRPr should be used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FontUnderlineAttribute">
            <summary>
            Specifies whether a run of text will be formatted as underlined text.
            If this attribute is omitted, than no underline is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AbsoluteAnchorTag">
            <summary>
            This element is used as an anchor placeholder for a shape or group of shapes.
            It will anchor the object in the same position relative to sheet position
            and its extents are in EMU unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PositionTag">
            <summary>
            This element describes the position of a drawing element within a spreadsheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NoShapeGrouping">
            <summary>
            Specifies that the generating application should not allow shape grouping
            for the corresponding connection shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GraphicFrameLocksTag">
            <summary>
            This element specifies all locking properties for a graphic frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CNVGraphicFramePr">
            <summary>
            This element specifies the non-visual drawing properties for a graphic frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LineTag">
            <summary>
            This element specifies an outline style that can be applied to a number
            of different objects such as shapes and text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LineWidthAttribute">
            <summary>
            Specifies the width to be used for the underline stroke. If this
            attribute is omitted, then a value of 0 is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CompoundLineTypeAttribute">
            <summary>
            Specifies the compound line type to be used for the underline stroke.
            If this attribute is omitted, then a value of sng is assumed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NoFillTag">
            <summary>
            This element specifies that no fill will be applied to the parent element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SolidFillTag">
            <summary>
            This element specifies a solid color fill. The shape is filled entirely with the specified color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.MiterJoinTag">
            <summary>
            border miter join Tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BevelJoinTag">
            <summary>
            border bevel join tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SRGBColorTag">
            <summary>
            This element specifies a color using the red, green, blue RGB color model.
            Red, green, and blue is expressed as sequence of hex digits, RRGGBB.
            A perceptual gamma of 2.2 is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SchemeColorTag">
            <summary>
            This element specifies a color bound to a user's theme. As with all elements
            which define a color, it is possible to apply a list of color transforms to
            the base color defined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SystemColorTag">
            <summary>
            This color is based upon the value that this color currently has
            within the system on which the document is being viewed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SystemColorHexAttribute">
             <summary>
             Applications shall use the lastClr attribute to determine
             the absolute value of the last color used if system colors
            are not supported.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PresetDashTag">
            <summary>
            This element specifies that a preset line dashing scheme should be used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BackgroundColorTag">
            <summary>
            This element specifies the background color of a Pattern fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ForegroundColorTag">
            <summary>
            This element specifies the foreground color of a pattern fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PatternFillTag">
            <summary>
            This element specifies a pattern fill. A repeated pattern is used to fill the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.PresetPattern">
            <summary>
            Specifies one of a set of preset patterns to fill the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RoundTag">
            <summary>
            This element specifies that lines joined together will have a round join.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientFillTag">
            <summary>
            This element defines a gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GroupFillTag">
            <summary>
            This element specifies decorations which can be added to the head of a line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.HeadEnd">
            <summary>
            This element specifies GroupFillTag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TailEnd">
            <summary>
            This element specifies decorations which can be added to the tail of a line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientStopsTag">
            <summary>
            The list of gradient stops that specifies the gradient colors and their
            relative positions in the color band.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientLiniarTag">
            <summary>
            This element specifies a linear gradient.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientTailTag">
            <summary>
            It's define the Tailtag property 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientAngleAttribute">
            <summary>
            Specifies the direction of color change for the gradient. To define this
            angle, let its value be x measured clockwise. Then ( -sin x, cos x ) is
            a vector parallel to the line of constant color in the gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientScaledAttribute">
            <summary>
            Whether the gradient angle scales with the fill region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientPathTag">
            <summary>
            This element defines that a gradient fill will follow a path vs. a linear line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientPathAttribute">
            <summary>
            Specifies the shape of the path to follow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientStopTag">
            <summary>
            This element defines a gradient stop. A gradient stop consists of a position
            where the stop appears in the color band.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GradientPositionAttribute">
            <summary>
            Specifies where this gradient stop should appear in the color band.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AlphaTag">
            <summary>
            This element specifies its input color with the specific opacity,
            but with its color unchanged.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.FillToRectTag">
            <summary>
            This element defines the "focus" rectangle for the center shade, specified
            relative to the fill tile rectangle. The center shade fills the entire tile
            except the margins specified by each attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ColorChangeTag">
            <summary>
            This element specifies a Color Change Effect. Instances of clrFrom are replaced with instances of clrTo
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LeftAttribute">
            <summary>
            Specifies the left edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TopAttribute">
            <summary>
            Specifies the top edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RightAttribute">
            <summary>
            Specifies the right edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BottomAttribute">
            <summary>
            Specifies the bottom edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CropLeft">
            <summary>
            Specifies the left edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CropTop">
            <summary>
            Specifies the top edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CropRight">
            <summary>
            Specifies the right edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CropBottom">
            <summary>
            Specifies the bottom edge of the rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TintTag">
            <summary>
            This element specifies a lighter version of its input color. A 10% tint is 10%
            of the input color combined with 90% white.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ShadeTag">
            <summary>
            This element specifies a darker version of its input color. A 10% shade is 10%
            of the input color combined with 90% black.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.GammaTag">
            <summary>
            This element specifies that the output color rendered by the generating
            application should be the sRGB gamma shift of the input color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.InverseGammaTag">
            <summary>
            This element specifies that the output color rendered by the generating
            application should be the inverse sRGB gamma shift of the input color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LuminanceModulation">
            <summary>
            This element specifies the input color with its luminance modulated by the given percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.HueModulation">
            <summary>
             /// This element specifies the input color with its hue modulated by the given percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Luminance">
            <summary>
            This element specifies the input color with its luminance.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LuminanceOffset" -->
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SaturationModulation">
            <summary>
            This element specifies the input color with its saturation modulated by the given percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Saturation">
            <summary>
            This element specifies the input color with its saturation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SaturationOffset">
            <summary>
            This element specifies the input color with its saturation offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Shade">
            <summary>
            This element specifies shade.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextRotationAttribute">
            <summary>
            This element specified the rotation of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.Baseline">
            <summary>
            Specifies that all text in the parent object shall be aligned to the baseline of 
            each character when displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LatinTag">
            <summary>
            This element specifies that a Latin font be used for a specific run of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TypefaceTag">
            <summary>
            Represents font type face.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ControlsTag">
            <summary>
            Represents embedded controls in worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ControlTag">
            <summary>
            Represents a single embedded control.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NonVisualDrawingProperties">
            <summary>
            This element specifies the non-visual drawing properties for a shape. These properties
            are to be used by the generating application to determine how the shape should be dealt with.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextBoxAttribute">
            <summary>
            Specifies that the corresponding shape is a text box and thus should be treated
            as such by the generating application. If this attribute is omitted then it is
            assumed that the corresponding shape is not specifically a text box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NonVisualShapeProperties">
            <summary>
            This element specifies all non-visual properties for a shape. This element
            is a container for the non-visual identification properties, shape properties
            and application properties that are to be associated with a shape. This
            allows for additional information that does not affect the appearance
            of the shape to be stored.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextBody">
            <summary>
            This element specifies the existence of text to be contained within the
            corresponding shape. All visible text and visible text related properties
            are contained within this element. There can be multiple paragraphs and
            within paragraphs multiple runs of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SubscriptBaseline">
            <summary>
            Default value for subscript baseline value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SuperscriptBaseline">
            <summary>
            Default value for superscript baseline value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.AnchorAttribute">
            <summary>
            Specifies the anchoring position of the txBody within the shape. If this
            attribute is omitted, then a value of t, or top is implied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextBoxRotationAttribute">
            <summary>
            Determines if the text within the given text body should be displayed vertically.
            If this attribute is omitted, then a value of horz, or no vertical text is implied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LockTextAttribute">
            <summary>
            This attribute indicates whether to allow text editing within this drawing
            object when the parent worksheet is protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.HorizontalAlignment">
            <summary>
            Specifies the alignment that is to be applied to the paragraph. Possible
            values for this include left, right, centered, justified and distributed.
            If this attribute is omitted, then a value of left is implied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.CapitalizationTag">
            <summary>
            specifies the capitialization for rich text 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.NormalizationHeightTag">
            <summary>
            specifies the normaliztion of heights for text 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.ShapeAutoFitTag">
            <summary>
            Specifies the shape autofit element tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextCapsAllString">
            <summary>
            Apply all caps on the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextCapsSmallString">
            <summary>
            Apply small caps to the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TextCapsNoneString">
            <summary>
            Caps is not applied to the text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.VerticalOverFlowAttribute">
            <summary>
            Determines whether the text can flow out of the bounding box vertically
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.HorizontalOverFlowAttribute">
            <summary>
            Determines whether the text can flow out of the bounding box horizontally
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.LeftInsetAttribute">
            <summary>
            Specifies the left inset of the bounding rectangle attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.BottomInsetAttribute">
            <summary>
            Specifies the bottom inset of the bounding rectangle attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.TopInsetAttribute">
            <summary>
            Specifies the top inset of the bounding rectangle attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.RightInsetAttribute">
            <summary>
            Specifies the right inset of the bounding rectangle attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.KerningAttribute">
            <summary>
            Specifies the minimum font size at which character kerning occurs for this text run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.SpacingAttribute">
            <summary>
            Specifies the spacing between characters within a text run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.Drawings.HLinkClickTag">
            <summary>
            Specifies the shape hyperlink element tag
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml">
            <summary>
            This class contains constants required for vml shapes parsing and serialization.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.VNamespace">
            <summary>
            Name of a namespace used by VML (marked by 'v' in MS Excel 2007 documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ONamespace">
            <summary>
            Name of a namespace used by VML (marked by 'o' in MS Excel 2007 documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.XNamespace">
            <summary>
            Name of a namespace used by VML (marked by 'x' in MS Excel 2007 documents).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.VPreffix">
            <summary>
            Namespace prefix used in vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.OPreffix">
            <summary>
            Namespace prefix used in vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.XPreffix">
            <summary>
            Namespace prefix used in vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.XmlTagName">
            <summary>
            Root tag for vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeTypeTagName">
            <summary>
            Name of the xml tag that represents shape type definition in VML.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeTypeIdFormat">
            <summary>
            String format used to create shape type id. {0} must be replaced with instance
            field of the shape object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeIdFormat">
            <summary>
            String format used to create shape id. {0} must be replaced with correct shape id number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeIdAttributeName">
            <summary>
            Name of the xml attribute that stores shape type id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.CoordSizeAttributeName">
            <summary>
            Name of the xml attribute that stores shape (or shape type) coordinate size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.CommentCoordSize">
            <summary>
            Default value of the coord size for comment shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SptAttriubteName">
            <summary>
            Name of the xml attribute that stores spt option (it looks like it equals to instance field of the shape).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PathAttributeName">
            <summary>
            Name of the xml attribute that stores shape path value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.CommentPathValue">
            <summary>
            Default value of the path value for comment shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.BitmapPathValue">
            <summary>
            Default value of the path value for bitmap shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ClientDataTagName">
            <summary>
            Name of the xml tag that stores vml shape client data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ObjectTypeAttribute">
            <summary>
            Name of the xml attribute that stores vml shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MoveWithCellsTagName">
            <summary>
            Name of the xml tag that indicates whether shape should be moved with cells or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SizeWithCellsTagName">
            <summary>
            Name of the xml tag that indicates whether shape should be sized with cells or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AnchorTagName">
            <summary>
            Name of the xml tag that stores anchor settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeTagName">
            <summary>
            Name of the xml tag that stores all shape settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeLayoutTagName">
            <summary>
            Name of the xml tag that stores all shape layout settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TypeAttributeName">
            <summary>
            Name of the xml tag that stores shape type attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LegacyDrawing">
            <summary>
            Name of the xml tag that stores information about vml drawings inside worksheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LegacyDrawingHF">
            <summary>
            Name of the xml tag that stores information about vml header/footer drawings inside
            worksheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.RowTagName">
            <summary>
            Name of the xml tag that stores row index of the note shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ColumnTagName">
            <summary>
            Name of the xml tag that stores column index of the note shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.StyleAttribute">
            <summary>
            Style attribute for vml shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FillColorAttribute">
            <summary>
            Name of the xml attribute that stores vml shape fill color value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShadowTagName">
            <summary>
            Name of the xml tag that stores vml shape shadows settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShadowOnAttribute">
            <summary>
            Name of the xml attribute that specifies whether to show a shadow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShadowObscuredAttribute">
            <summary>
            Name of the xml attribute that specifies whether a shadow is transparent.
            Default is false. If true, the shadow is transparent if there is no fill on the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShadowColorAttribute">
            <summary>
            Name of the xml attribute that specifies the color of the primary shadow.
            Default is gray (RGB 128,128,128).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.CommentAlignment">
            <summary>
            Specifies text alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.InsetModeAttribute">
            <summary>
            Name of xml attribute that specifies whether the application calculates the
            internal text margin instead of using the inset attribute. Default is custom.
            This attribute is only meaningful for text boxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TextBoxTagName">
            <summary>
            Name of the xml tag that stores some of text box settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DivTagName">
            <summary>
            Name of the xml tag that stores div settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.VisibilityAttribute">
            <summary>
            Part of the style attribute value that defines whether shape is visible or hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Visible">
            <summary>
            This defines whether comment shape is shown or hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.VisibilityHiddenValue">
            <summary>
            One of possible visibility values. Indicates that shape is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.VisibilityVisibleValue">
            <summary>
            One of possible visibility values. Indicates that shape is Visible.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LockText" -->
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TextHAlign">
            <summary>
            Name of the xml tag that specifies the horizontal text alignment for the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TextVAlign">
            <summary>
            Name of the xml tag that specifies the vertical text alignment for the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ImageDataTag">
            <summary>
            This element is used to draw an image that has been loaded from an external source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.RelationId">
            <summary>
            Specifies the relationship ID of the relationship to the image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LayoutFlow">
            <summary>
            Determines the flow of the text layout in a textbox.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LayoutFlowVertical">
            <summary>
            CheckStateChanged of layout-flow attribute which indicates that text is displayed vertically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MsoLayoutFlow">
            <summary>
            Specifies the alternate layout flow for text in textboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MsoLayoutFlowTopToBottom">
            <summary>
            Specifies the top to bottom layout flow for text in textboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MsoLayoutFlowBottomToTop">
            <summary>
            /// Specifies the bottom to top layout flow for text in textboxes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MsoFitShapeToText">
            <summary>
            Specifies whether the shape will stretch to fit the text in the textbox
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TrueExpression">
            <summary>
            Represents true expression
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FalseExpression">
            <summary>
            Represents false expression
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FormulasTagName">
            <summary>
            This element defines a set of formulas whose calculated values are referenced by other attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SingleFormulaTagName">
            <summary>
            This element defines a single value as the result of the evaluation of an expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.EquationTagName">
            <summary>
            Specifies a single formula, which consists of a named operation followed
            by up to three parameters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapePathTagName">
            <summary>
            This element defines the path that makes up the shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Extrusionok">
            <summary>
            Specifies whether an extrusion is allowed to be displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientShapeOk">
            <summary>
            Specifies whether a gradient path will be made up of repeated concentric paths.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ConnectType">
            <summary>
            Specifies the type of connection points used for attaching shapes to other shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PreferRelative">
            <summary>
            Specifies whether the original size of an object is saved after reformatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FilledAttribute">
            <summary>
            Specifies whether the closed path will be filled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.StrokedAttribute">
            <summary>
            Specifies whether the path defining the shape is stroked with a solid line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Stroke">
            <summary>
            This element describes how to draw the path if something beyond solid line
            with a solid color is desired.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.JoinStyle">
            <summary>
            Specifies the join style for line ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Lock">
            <summary>
            This element specifies locks against actions that can be effected in the UI
            of an authoring application or programmatically through an object model.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Ext">
            <summary>
            Specifies an optional value that indicates how applications that implement
            VML should interpret extensions not defined as part of the original
            specification of core VML.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AspectRatio">
            <summary>
            Specifies whether the aspect ratio of a shape is locked from being edited.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Checked">
            <summary>
            Tag that stores checkbox checked state.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FontTag">
            <summary>
            Specifies font and text inside div element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Face">
            <summary>
            Font face.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Size">
            <summary>
            Font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Color">
            <summary>
            Font color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ColorAttribute">
            <summary>
            Fill style color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Checkbox">
            <summary>
            Represents check box shape type.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.OptionButton" -->
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Drop">
            <summary>
            Represents combo box shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AutoLineTag">
            <summary>
            This element specifies that the object is an AutoLine object. If this
            element is specified without a value, it is assumed to be true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AutoFillTag">
            <summary>
            This element specifies that the object is an AutoFill object. If this
            element is specified without a value, it is assumed to be true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FormulaLink">
            <summary>
            This element specifies the cell the object is linked to, using standard cell reference syntax.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FirstButton">
            <summary>
            This element specifies whether the object is first button of the Grouped objects,
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ScrollPosition">
            <summary>
            This element specifies the scroll bar position as the index of the list
            item just above the item at the top of the view, given the current scroll
            position. The list indexes are 1-based.
            If omitted, the value is assumed to be 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ScrollMinimum">
            <summary>
            This element specifies the minimum scroll bar position as the index of
            the list item just above the item at the top of the view when the control
            is scrolled all the way up, typically 0. The list indexes are 1-based.
            If omitted, the value is assumed to be 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FocusPositionAttribute">
             <summary>
             Specifies the position of the center rectangle of a radial gradient. The vector is a fraction
            of the width and height of the shape. The first is a percentage of the fill to the left edge;
            the second is a percentage of the fill to the top. Default is 0,0. To position a radial fill at
            the center of a shape, use a value of 50%,50%.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FocusSizeAttribute">
             <summary>
             Specifies the size of the center rectangle of a radial gradient. The vector is a fraction of
            the width and height of the shape. The first is a percentage of the fill to the right edge;
            the second is a percentage of the fill to the bottom. Default is 0,0.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientOneColorAttributeValueStart">
            <summary>
            lightness or darkness of "one color" option in Gradient
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ColorsAttribute">
            <summary>
            Colors attributes specifies the combination of colors
            applied to the shape. this attribute usde for preset colors
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ScrollIncrement">
            <summary>
            This element specifies the number of lines to move the scroll bar on an increment click.
            If omitted, the increment is 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ScrollPageIncrement">
            <summary>
            This element specifies the number of lines to move the scroll bar on a page click.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ScrollBarWidth">
            <summary>
            This element specifies the width of the scroll bar in screen pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.NoThreeD">
            <summary>
            This element specifies that 3D effects are disabled. If this element
            is specified without a value, it is assumed to be true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.NoThreeD2">
            <summary>
            This element specifies that 3D effects are disabled. If this element
            is specified without a value, it is assumed to be true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ListSourceRange">
            <summary>
            This element specifies the range of source data cells used to populate
            the list box, using standard cell reference syntax.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectedItem">
            <summary>
            This element specifies that the object represents a password edit field.
            If this element is specified without a value, it is assumed to be true.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectionType">
            <summary>
            This element specifies the selection type for the list box. If omitted, the control is assumed to be Single.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.CallbackType">
            <summary>
            This element specifies the list box callback type. The application should
            use the callback to determine how to handle user actions on the list box.
            The only allowed value is Normal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.NormalLCT">
            <summary>
            Normal value of the callback type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropStyle">
            <summary>
            This element specifies the style of the dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropLines">
            <summary>
            This element specifies the maximum number of lines in the dropdown before
            scrollbars are added.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.StrokeColorAttribute">
            <summary>
            this part contains tags used in VML 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MethodAttribute">
            <summary>
            Gradient Fill Method
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.MethodNoneValue">
            <summary>
            Gradient fill method value none.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FillTag">
            <summary>
            This element specifies how the shape should be filled
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Color2Attribute">
            <summary>
            for two color fill
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LinkAttribute">
            <summary>
            link attribute
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SolidFillTag">
            <summary>
            solid fill tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TextureAttributeValue">
            <summary>
            Texture Attribute value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PictureAttributeValue">
            <summary>
            Picture Attribute Value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PatternAttributeValue">
            <summary>
            Pattern Attribute Value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientTypeTagValue">
            <summary>
            Fill type Tag value represents gradient fill type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientRadialTypeTagValue">
            <summary>
            Fill type Tag value represents gradient radial (From corner or Center) fill type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientCenterTypeTagValue">
            <summary>
            Fill type Tag value represents gradient radial (From corner or Center) fill type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientDarkFillValue">
            <summary>
            fill One Color Darkeness
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.GradientLightFillValue">
            <summary>
            fillOne Color Lightness
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.OpacityAttribute">
            <summary>
            "Transparency From" of the filled color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.Opacity2Attribute">
            <summary>
            "Transparency To" of the filed color
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AngleAttribute">
            <summary>
            Filled color Shading  (Horizontal , vertical...)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.RotateAttribute">
            <summary>
            filled color rotates with the shape
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.StrokeWeightAttribute">
            <summary>
            shape's border Line wieght 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FocusAttribute">
            <summary>
            focus attribute specifies to shading variants
            Values range from 100% to -100%. Default is 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.RelationIDAttribute">
            <summary>
            Relation id for the resource
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.TitleAttibute">
            <summary>
            Title of the texture or picture or pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FillTypeAttribute">
            <summary>
            FillType specifies the pattern fill of 
            Line in VMLtexbox shapes
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DashStyleAttribute">
            <summary>
            Represent Dash Style  (solid, shortDash)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LineStyleAttribute">
            <summary>
            Represent line style (ThinThick,..)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SolidFillTypeAttributeValue">
            <summary>
            Represents solid fill type of the shape
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.AlternateTextAttribute">
            <summary>
            Alternate text for the Shape
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PictureObjectTypeAttributeValue">
            <summary>
            represents the place holder image
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LinkAttributeValue">
            <summary>
            Link Attribute value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ReColorAttribute">
            <summary>
            Specifies that the fill uses an image
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.PathAttribute">
            <summary>
            represents the path
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ExtrusionOkAttribute">
            <summary>
            represents the extrusion
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.StrokeOkAttribute">
            <summary>
            represent strokeok
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.FillOkAttribute">
            <summary>
            represent fillok
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ConnectTypeAttribute">
            <summary>
            represent conect type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.LockTypeAttribute">
            <summary>
            represent lock
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ExtAttribute">
            <summary>
            represent extension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShapeTypeAttribute">
            <summary>
            represent Shape type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.ShadowOkAttribute">
            <summary>
            represent shadoe ok
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.OleUpdateAttribute">
            <summary>
            represent ole Update
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.RGBColorPrefixChar">
            <summary>
            Colors are prefixed with this char
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.IndexedColorPrefix">
            <summary>
            indexed color enclosed with this char
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SizeInPointsPrefix">
            <summary>
            Size value prefixed with this char
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SizeInPoints">
            <summary>
            Size value store with this string
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.OpacityDegree">
            <summary>
            opacity value divided by this
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DegreeDivider">
            <summary>
            Degree value divided by this
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DarkLimit">
            <summary>
            degree's dark limit 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectionTypes">
            <summary>
            This enum specifies possible selection types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectionTypes.Single">
            <summary>
            The listbox may only have one selected item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectionTypes.Multi">
            <summary>
            The listbox may have multiple items selected by clicking on each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.SelectionTypes.Extend">
            <summary>
            The listbox may have multiple items selected by holding a control key and clicking on each item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropStyles">
            <summary>
            Possible drop styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropStyles.Combo">
            <summary>
            Standard combo box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropStyles.ComboEdit">
            <summary>
            Editable combo box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Vml.DropStyles.Simple">
            <summary>
            Standard combo box with only the dropdown button visible when the box is not expanded.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator">
            <summary>
            This class is used for TextBox serialization.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeShapeProperites(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String)">
            <summary>
            Serializes shape properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">TextBox to serialize properties for.</param>
            <param name="holder">File data holder.</param>
            <param name="relations">Drawing relations.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeNonVisualProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,System.String)">
            <summary>
            Serializes non visual textbox properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">TextBox to serialize.</param>
            <param name="holder">Worksheet's data holder.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeRichText(System.Xml.XmlWriter,System.String,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes rich text.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="drawingsNamespace">Xml namespace to use.</param>
            <param name="textBox">Textbox to serialize rich text for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeBodyProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serialize text area body properties.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize body properties for.</param>
            <param name="textBox">Text box to be serialized.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeAnchor(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes anchor (vertical alignment).
            </summary>
            <param name="writer">XmlWriter to serialize anchor into.</param>
            <param name="textBox">TextBox to serialize anchor for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeTextRotation(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes text rotation.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textBox">TextBox to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeListStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.RichTextString)">
            <summary>
            Serializes list styles for a text area.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="textArea">Text area to serialize list styles for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeParagraphs(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes paragraph.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph information (formatting and text).</param>
            <param name="textBox">Text box to serialize paragraph for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeFormattingRunProperty(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes the formatting property.
            </summary>
            <param name="writer">Represents the Xml writer.</param>
            <param name="font">The font.</param>
            <param name="book">The book.</param>
            <param name="textBox">The text box.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeFormattingRunProperty(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IFont)">
            <summary>
            Serializes the formatting property.
            </summary>
            <param name="writer">Represents the Xml writer.</param>
            <param name="font">The font.</param>
            <param name="book">The book.</param>
            <param name="textBox">The text box.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeFormattingRun(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String,Syncfusion.XlsIO.IWorkbook,System.String,Syncfusion.XlsIO.Implementation.Shapes.TextBoxShapeBase)">
            <summary>
            Serializes single formatting run.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="font">Font of the formatting run.</param>
            <param name="tagName">Represents tag name.</param>
            <param name="book">Parent workbook.</param>
            <param name="text">Text of the formatting run.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeParagraphRunProperites(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String,Syncfusion.XlsIO.IWorkbook,System.Boolean,Syncfusion.XlsIO.Implementation.RichTextString)">
            <summary>
            Serializes paragraph run.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph run information (formatting and text).</param>
            <param name="mainTagName">Name of the main xml tag.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.TextBoxSerializator.SerializeParagraphsAutoShapes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.RichTextString,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serializes paragraph.
            </summary>
            <param name="writer">XmlWriter to serialize paragraph tag into.</param>
            <param name="textArea">Text area that contains paragraph information (formatting and text).</param>
            <param name="textBox">Text box to serialize paragraph for.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.UnknownShapeSerializator">
            <summary>
            This is serializator for unknown/unsupported vml shapes that were parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.UnknownShapeSerializator.m_shapeTypeStream">
            <summary>
            Stream that contains xml data that describes shape type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.UnknownShapeSerializator.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the UnknownShapeSerializator class.
            </summary>
            <param name="shapeTypeStream">Stream that contains shape type data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.UnknownShapeSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Shapes.ShapeImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes specified shape into specified writer.
            </summary>
            <param name="writer">XmlWriter to serialize shape settings into.</param>
            <param name="shape">Shape to serialize.</param>
            <param name="holder">Parent worksheet data holder.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.Shapes.UnknownShapeSerializator.SerializeShapeType(System.Xml.XmlWriter,System.Type)">
            <summary>
            This method serializes general shape settings (shape type) into specified XmlWriter.
            </summary>
            <param name="writer">XmlWriter to write shape type into.</param>
            <param name="shapeType">Type of the shape that is going to be serialized.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator">
            <summary>
            Xml serializator. Serializes XlsIO workbook into MsExcel xml file format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VERSION_STRING">
            <summary>
            Represents xml version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_APPLICATION_STRING">
            <summary>
            Represents application string;
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_O_NAMESPACE">
            <summary>
            Represents o namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_X_NAMESPACE">
            <summary>
            Represents x namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SS_NAMESPACE">
            <summary>
            Represents ss namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HTML_NAMESPACE">
            <summary>
            Represents html namespace.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SS_PREF">
            <summary>
            Represents ss pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HTML_PREF">
            <summary>
            Represents html pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_O_PREF">
            <summary>
            Represents o pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_X_PREF">
            <summary>
            Represents x pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NAMESPACE_PREF">
            <summary>
            Represents default pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_XMLNS_PREF">
            <summary>
            Represents xmlns pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WORKBOOK_PREF">
            <summary>
            Represents WorkBook pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WORKSHEET_PREF">
            <summary>
            Represents WorkSheet pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NAME_PREF">
            <summary>
            Represents Name pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_TABLE_PREF">
            <summary>
            Represents Table pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROW_PREF">
            <summary>
            Represents Row pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_CELL_PREF">
            <summary>
            Represents Cell pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DATA_PREF">
            <summary>
            Represents Data pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NAMES_PREF">
            <summary>
            Represents Names pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NAMEDRANGE_PREF">
            <summary>
            Represents NamedRange pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLES_PREF">
            <summary>
            Represents Styles pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_PREF">
            <summary>
            Represents Style pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_PREF">
            <summary>
            Represents Font pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PROTECTION_PREF">
            <summary>
            Represents Protection pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ALIGNMENT_PREF">
            <summary>
            Represents Alignment pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NUMBERFORMAT_PREF">
            <summary>
            Represents NumberFormat pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_INTERIOR_PREF">
            <summary>
            Represents Interior pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDERS_PREF">
            <summary>
            Represents Borders pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_PREF">
            <summary>
            Represents Border pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_PREF">
            <summary>
            Represents AutoFilter pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTERCOLUMN_PREF">
            <summary>
            Represents AutoFilterColumn pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTERAND_PREF">
            <summary>
            Represents AutoFilterAnd pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTERCONDITION_PREF">
            <summary>
            Represents AutoFilterCondition pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTEROR_PREF">
            <summary>
            Represents AutoFilterOr pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COMMENT_PREF">
            <summary>
            Represents Comment pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_B_TAG">
            <summary>
            Represents B tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_B_END_TAG">
            <summary>
            Represents B end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_I_TAG">
            <summary>
            Represents I tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_I_END_TAG">
            <summary>
            Represents I end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_U_TAG">
            <summary>
            Represents U tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_U_END_TAG">
            <summary>
            Represents U end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_S_TAG">
            <summary>
            Represents S tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_S_END_TAG">
            <summary>
            Represents S end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SUB_TAG">
            <summary>
            Represents Sub tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SUB_END_TAG">
            <summary>
            Represents Sub end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SUP_TAG">
            <summary>
            Represents Sup tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SUP_END_TAG">
            <summary>
            Represents Sup end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_END_TAG">
            <summary>
            Represents Font end tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_TAG">
            <summary>
            Represents Font tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SPAN_PREF">
            <summary>
            Represents Span pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLUMN_PREF">
            <summary>
            Represents Column pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_CONDITIONAL_FORMATTING_PREF">
            <summary>
            Represents ConditionalFormatting pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_CONDITIONAL_PREF">
            <summary>
            Represents Condition pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_QUALIFIER_PREF">
            <summary>
            Represents Qualifier pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VALUE1_PREF">
            <summary>
            Represents Value1 pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VALUE2_PREF">
            <summary>
            Represents Value2 pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WORKSHEET_OPTIONS_PREF">
            <summary>
            Represents worksheet options pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PAGE_SETUP_PREF">
            <summary>
            Represents page setup pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FOOTER_PREF">
            <summary>
            Represents footer pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HEADER_PREF">
            <summary>
            Represents header pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_LAYOUT_PREF">
            <summary>
            Represents layout pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PAGE_MARGINS_PREF">
            <summary>
            Represents page margins pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PRINT_PREF">
            <summary>
            Represents print pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COMMENTS_LAYOUT_PREF">
            <summary>
            Represents print comments layout pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PRINT_ERRORS_PREF">
            <summary>
            Represents print errors pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIT_TO_PAGE_PREF">
            <summary>
            Represents fit to page pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_LEFT_TO_RIGHT_PREF">
            <summary>
            Represents LeftToRight pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ACTIVE_PANE_PREF">
            <summary>
            Represents active pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIRST_VISIBLE_ROW_PREF">
            <summary>
            Represents first visible row pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SPLIT_HORIZONTAL_PANE_PREF">
            <summary>
            Represents split horizontal pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SPLIT_VERTICAL_PANE_PREF">
            <summary>
            Represents split vertical pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_TOPROW_BOTTOM_PANE_PREF">
            <summary>
            Represents top row bottom pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_LEFTCOLUMN_RIGHT_PANE_PREF">
            <summary>
            Represents left col right pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FREEZE_PANES_PREF">
            <summary>
            Represents freeze panes pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FROZEN_NOSPLIT_PANES_PREF">
            <summary>
            Represents freeze no split panes pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PANES_PREF">
            <summary>
            Represents panes pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PANE_PREF">
            <summary>
            Represents pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NUMBER_PANE_PREF">
            <summary>
            Represents number pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ACTIVECOL_PANE_PREF">
            <summary>
            Represents active column pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ACTIVEROW_PANE_PREF">
            <summary>
            Represents active row pane pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_TABCOLOR_INDEX_PREF">
            <summary>
            Represents tab color index pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ZOOM_PREF">
            <summary>
            Represents zoom pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DISPLAY_GRIDLINES_PREF">
            <summary>
            Represents Do Not Display Gridlines pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VISIBLE_PREF">
            <summary>
            Represents Visible pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DISPLAY_HEADINGS_PREF">
            <summary>
            Represents don't display headings pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_EXCELWORKBOOK_PREF">
            <summary>
            Represents ExcelWorkbook pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ACTIVE_SHEET_PREF">
            <summary>
            Represents Active sheet pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SELECTED_PREF">
            <summary>
            Represents Selected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SELECTED_SHEETS_PREF">
            <summary>
            Represents selected sheets pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIRST_VISIBLE_SHEET_PREF">
            <summary>
            Represents first visible sheet pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DATAVALIDATION_PREF">
            <summary>
            Represents DataValidation pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_RIGHTTOLEFT_PREF">
            <summary>
            Represents RightToLeft pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_INDEX_PREF">
            <summary>
            Represents Index pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_TYPE_PREF">
            <summary>
            Represents Type pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_TICKED_PREF">
            <summary>
            Represents Ticked pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FORMULA_PREF">
            <summary>
            Represents Formula pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_REFERSTO_PREF">
            <summary>
            Represents RefersTo pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ID_PREF">
            <summary>
            Represents ID pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PARENT_PREF">
            <summary>
            Represents Parent pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BOLD_PREF">
            <summary>
            Represents Bold pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONTNAME_PREF">
            <summary>
            Represents FontName pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLOR_PREF">
            <summary>
            Represents Color pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ITALIC_PREF">
            <summary>
            Represents Italic pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_OUTLINE_PREF">
            <summary>
            Represents Outline pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SHADOW_PREF">
            <summary>
            Represents Shadow pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SIZE_PREF">
            <summary>
            Represents Size pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STRIKETHROUGH_PREF">
            <summary>
            Represents StrikeThrough pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_UNDERLINE_PREF">
            <summary>
            Represents Underline pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PROTECTED_PREF">
            <summary>
            Represents Protected pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HIDEFORMULA_PREF">
            <summary>
            Represents HideFormula pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HORIZONTAL_PREF">
            <summary>
            Represents Horizontal pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_INDENT_PREF">
            <summary>
            Represents Indent pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_READINGORDER_PREF">
            <summary>
            Represents ReadingOrder pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROTATE_PREF">
            <summary>
            Represents Rotate pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SHRINKTOFIT_PREF">
            <summary>
            Represents ShrinkToFit pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VERTICAL_PREF">
            <summary>
            Represents Vertical pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VERTICALTEXT_PREF">
            <summary>
            Represents VerticalText pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WRAPTEXT_PREF">
            <summary>
            Represents WrapText pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FORMAT_PREF">
            <summary>
            Represents Format pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERNCOLOR_PREF">
            <summary>
            Represents PatternColor pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERN_PREF">
            <summary>
            Represents Pattern pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_POSITION_PREF">
            <summary>
            Represents Position pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_RANGE_PREF">
            <summary>
            Represents Range pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_OPERATOR_PREF">
            <summary>
            Represents Operator pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VALUE_PREF">
            <summary>
            Represents Value pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTHOR_PREF">
            <summary>
            Represents Author pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SHOWALWAYS_PREF">
            <summary>
            Represents ShowAlways pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DEFAULTCOLUMNWIDTH_PREF">
            <summary>
            Represents DefaultColumnWidth pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DEFAULTROWHEIGHT_PREF">
            <summary>
            Represents DefaultRowHeight pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WIDTH_PREF">
            <summary>
            Represents Width pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HIDDEN_PREF">
            <summary>
            Represents Hidden pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLEID_PREF">
            <summary>
            Represents StyleID pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFIT_WIDTH_PREF">
            <summary>
            Represents AutoFitWidth pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFIT_HEIGHT_PREF">
            <summary>
            Represents AutoFitHeight pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HEIGHT_PREF">
            <summary>
            Represents Height pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FACE_PREF">
            <summary>
            Represents Face pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_LINE_STYLE_PREF">
            <summary>
            Represents line style pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_WEIGHT_PREF">
            <summary>
            Represents weight pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VERTICAL_ALIGN_PREF">
            <summary>
            Represents vertical align pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MERGE_ACROSS_PREF">
            <summary>
            Represents merge column count pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MERGE_DOWN_PREF">
            <summary>
            Represents merge row count pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HYPRER_TIP_PREF">
            <summary>
            Represents hyper link tip pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HREF_PREF">
            <summary>
            Represents hyper link reference pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN_PREF">
            <summary>
            Represents margin pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN_TOP_PREF">
            <summary>
            Represents margin top pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN_RIGHT_PREF">
            <summary>
            Represents margin right pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN_LEFT_PREF">
            <summary>
            Represents margin left pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN_BOTTOM_PREF">
            <summary>
            Represents margin bottom pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_CENTER_HORIZONTAL_PREF">
            <summary>
            Represents center horizontal pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_CENTER_VERTICAL_PREF">
            <summary>
            Represents center vertical pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ORIENTATION_PREF">
            <summary>
            Represents orientation pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_START_PAGE_NUMBER_PREF">
            <summary>
            Represents start page number pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NUMBER_OF_COPIES_PREF">
            <summary>
            Represents number of copies to print.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_NUMBER_OF_COPIES">
            <summary>
            Represents default numbers of copies to print.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_HORIZONTAL_RESOLUTION_PREF">
            <summary>
            Represents horizontal resolution pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PAPER_SIZE_INDEX_PREF">
            <summary>
            Represents paper size index pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SCALE_PREF">
            <summary>
            Represents Scale pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIT_WIDTH_PREF">
            <summary>
            Represents fit width pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIT_HEIGHT_PREF">
            <summary>
            Represents fit height pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_GRIDLINES_PREF">
            <summary>
            Represents gridlines pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BLACK_AND_WHITE_PREF">
            <summary>
            Represents BlackAndWhite pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DRAFT_QUALITY_PREF">
            <summary>
            Represents DraftQuality pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROWCOL_HEADINGS_PREF">
            <summary>
            Represents row and column headings pref.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLON">
            <summary>
            Represents colon.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SEMICOLON">
            <summary>
            Represents semicolon.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_COLOR_CF">
            <summary>
            Represents font color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_STYLE_CF">
            <summary>
            Represents font style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_WEIGHT_CF">
            <summary>
            Represents font weight style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_BOLD_CF">
            <summary>
            Represents bold font weight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_REGULAR_CF">
            <summary>
            Represents regular font weight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_ITALIC_CF">
            <summary>
            Represents italic font const.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_STRIKE_CF">
            <summary>
            Represents line through
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_STRIKETHROUGH_CF">
            <summary>
            Represents line through
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_STRIKETHROUGH_SINGLE_CF">
            <summary>
            Represents Single line through
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_UNDERLINE_CF">
            <summary>
            Represents font underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERN_BACKGROUND_CF">
            <summary>
            Represents pattern back color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERN_FILL_CF">
            <summary>
            Represents fill pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_CF">
            <summary>
            Represents border constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDERTOP_CF">
            <summary>
            Represents border top constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDERBOTTOM_CF">
            <summary>
            Represents border bottom constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDERLEFT_CF">
            <summary>
            Represents border left constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDERRIGHT_CF">
            <summary>
            Represents border right constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_NAME">
            <summary>
            Represents Arial font name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_NONE">
            <summary>
            Represents none style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FONT_SIZE">
            <summary>
            Represents default font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_LEFT_DIAGONAL_BORDER">
            <summary>
            Represents left diagonal border index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_RIGHT_DIAGONAL_BORDER">
            <summary>
            Represents right diagonal border index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_ZERO">
            <summary>
            Represents zero constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_ROTATION">
            <summary>
            Represents rotation constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_FONT_SIZE">
            <summary>
            Represents default style font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROTATION_TEXT">
            <summary>
            Represents default rotation text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_INCR">
            <summary>
            Represents default border increment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_NAME">
            <summary>
            Represents default style name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_UNIQUE_STRING">
            <summary>
            Represents unique prephix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_ALIGN_NONE">
            <summary>
            Represents style align none.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_ALIGN_SUBSCRIPT">
            <summary>
            Represents style align Subscript.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_STYLE_ALIGN_SUPERSCRIPT">
            <summary>
            Represents style align Superscript.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MARGIN">
            <summary>
            Represents default margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_SCALE">
            <summary>
            Represents default page scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_FIT">
            <summary>
            Represents default page fit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ZOOM">
            <summary>
            Represents default zoom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_XML_TRUE">
            <summary>
            Represents xml true string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_XML_FALSE">
            <summary>
            Represents xml false string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_ALL_TYPE">
            <summary>
            Represents All autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLOR_STRING">
            <summary>
            Represents color string prefix.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_BOTTOM_TYPE">
            <summary>
            Represents Bottom autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_TOP_TYPE">
            <summary>
            Represents Top autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_PERCENT_TYPE">
            <summary>
            Represents Percent autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_BLANKS_TYPE">
            <summary>
            Represents blanks autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_CUSTOM_TYPE">
            <summary>
            Represents Custom autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_NON_BLANKS_TYPE">
            <summary>
            Represents non blanks autofilter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLUMN_WIDTH">
            <summary>
            Represents default column width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROW_HEIGHT">
            <summary>
            Represents default row Height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COLUMN_DIV">
            <summary>
            Represents default column div.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ROW_DIV">
            <summary>
            Represents default row div.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_DATATIME_MASK">
            <summary>
            Represents data time mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MERGED_STYLE">
            <summary>
            Represents default merged style first index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_10_CHAR">
            <summary>
            Represents 13/10 chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BAD_REF">
            <summary>
            Represents bad reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BAD_REF_UPDATE">
            <summary>
            Represents bad reference in xml.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BAD_FORMULA">
            <summary>
            Represents bad formula reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MAX_COLUMN">
            <summary>
            Represents default maximum column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MIN_COLUMN">
            <summary>
            Represents default minimum column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_MERGE_COD">
            <summary>
            Represents default cod for generate unique style index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERN_STRING_CF">
            <summary>
            Represents pattern string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_LINE_CF">
            <summary>
            Represents border line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_COMPARISION_OPERATORS_PREF">
            <summary>
            Represent the XML Spreadsheet Comparision operators
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_POSITION_STRING">
            <summary>
            Represents border position string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_BORDER_LINE_TYPE_STRING">
            <summary>
            Represents border line type string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PRINT_LOCATION_STRING">
            <summary>
            Represents print location string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PRINT_ERROR_STRING">
            <summary>
            Represents print error string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_VISIBLE_STRING">
            <summary>
            Represents visibility string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_PATTERN_STRING">
            <summary>
            Represents pattern string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_AUTOFILTER_OPERATION_STRING">
            <summary>
            Represents Autofilter operation string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ERRORSTYLE">
            <summary>
            Represents the ErrorStyle Options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.DEF_ALLOWTYPE_STRING">
            <summary>
            Represents the ErrorStyle Options
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.m_mergeStyles">
            <summary>
            Represents hash table, that contain merged styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.m_builderStart">
            <summary>
            Builder used to accumulate start of the xml string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.m_builderEnd">
            <summary>
            Builder used to accumulate end of the xml string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetUniqueID(System.Int32,System.Int64)">
            <summary>
            Gets unique id for coding sheet index and cell index.
            </summary>
            <param name="iSheetIndex">Represents sheet index.</param>
            <param name="lCellIndex">Represents cell index.</param>
            <returns>Returns unique id.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetSheetIndexByUniqueId(System.Int64)">
            <summary>
            Gets sheet index by unique id.
            </summary>
            <param name="lUniqueId">Represents unique id.</param>
            <returns>Returns sheet index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetCellIndexByUniqueId(System.Int64)">
            <summary>
            Gets cell index by unique id.
            </summary>
            <param name="lUniqueId">Represents unique id.</param>
            <returns>Returns cell index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.#ctor">
            <summary>
            Initializes a new instance of the WorkbookXmlSerializator class.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeNames(System.Xml.XmlWriter,Syncfusion.XlsIO.INames,System.Boolean)">
            <summary>
            Serialize named range collection.
            </summary>
            <param name="writer">Xml write stream.</param>
            <param name="names">Names collection.</param>
            <param name="isLocal">If true - serializes only local names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeName(System.Xml.XmlWriter,Syncfusion.XlsIO.IName)">
            <summary>
            Serialize named range.
            </summary>
            <param name="writer">Xml write stream.</param>
            <param name="name">Named range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.ExtendedFormatsCollection,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl})">
            <summary>
            Serialize styles.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="extends">Extended format collection.</param>
            <param name="listToReparse">List that contain XFFormats to reparse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeStyle(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serialize style element.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="format">Extended format to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeStyleElements(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serialize style elements.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="format">Extended format to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeFont(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont)">
            <summary>
            Serialize fonts.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="font">Font to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeProtection(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serialize protection object.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="format">Extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeAlignment(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serialize alignment object.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="format">Extended format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeNumberFormat(System.Xml.XmlWriter,System.String)">
            <summary>
            Serialize number format.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="strNumber">Represents number format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeInterior(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ExtendedFormatImpl)">
            <summary>
            Serialize interior object.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="format">Extendet format.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeBorders(System.Xml.XmlWriter,Syncfusion.XlsIO.IBorders)">
            <summary>
            Serialize Borders collection.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="borders">Borders collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeBorder(System.Xml.XmlWriter,Syncfusion.XlsIO.IBorder,System.Int32)">
            <summary>
            Serialize Border object.
            </summary>
            <param name="writer">Xml stream writer.</param>
            <param name="border">Border object.</param>
            <param name="iBorderIndex">Represents border index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeAutoFilters(System.Xml.XmlWriter,Syncfusion.XlsIO.IAutoFilters)">
            <summary>
            Serialize autofilters.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="autofilters">Auto filter collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeAutoFilter(System.Xml.XmlWriter,Syncfusion.XlsIO.IAutoFilter)">
            <summary>
            Serialize autofilter.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="autofilter">Auto filter object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeAFCondition(System.Xml.XmlWriter,Syncfusion.XlsIO.IAutoFilterCondition)">
            <summary>
            Serialize autofilter condition.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="condition">Condition object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeCell(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Int32)">
            <summary>
            Serialize single cell.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Current sheet.</param>
            <param name="iRowIndex">Row index of current cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeMerge(System.Xml.XmlWriter,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.MergeCellsImpl,System.Boolean)">
            <summary>
            Serialize merge region if necessary.
            </summary>
            <param name="writer"></param>
            <param name="iRowIndex"></param>
            <param name="i"></param>
            <param name="mergeCells"></param>
            <param name="bMerge"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeHyperlink(System.Xml.XmlWriter,System.Int64,Syncfusion.XlsIO.Implementation.Collections.HyperLinksCollection)">
            <summary>
            Serializes hyperlink part of the cell.
            </summary>
            <param name="writer"></param>
            <param name="index"></param>
            <param name="hyperLinks"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeCellStyle(System.Xml.XmlWriter,System.Int64,System.Boolean,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes cell style block if necessary.
            </summary>
            <param name="writer"></param>
            <param name="index"></param>
            <param name="bMerge"></param>
            <param name="cells"></param>
            <param name="sheet"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.EnableFormatting(System.Xml.XmlWriter,System.Boolean)">
            <summary>
            Enables formatting.
            </summary>
            <param name="writer">XmlWriter to enable formatting.</param>
            <param name="bFormatted"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int64)">
            <summary>
            Serialize Data object.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="cells">Cells collection.</param>
            <param name="index">Index of cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetFormulaType(Syncfusion.XlsIO.IWorksheet,System.Int64,System.String@)">
            <summary>
            Gets type of the formula value.
            </summary>
            <param name="index"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeData(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType,System.String,Syncfusion.XlsIO.IStyle,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat,Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int64)">
            <summary>
            Serializes Data tag for the single cell.
            </summary>
            <param name="writer">XmlWriter to serialize into.</param>
            <param name="cellType">Type of the cell's data.</param>
            <param name="value">Cell's value.</param>
            <param name="style">Style of the cell.</param>
            <param name="rtf">Rtf string containing cell's value if cell is rtf.</param>
            <param name="cells">Cells collection.</param>
            <param name="cellIndex">Current cell index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeWorksheets(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorksheets)">
            <summary>
            Serialize worksheets collection.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="worksheets">Worksheets collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeWorksheet(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize custom worksheet.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Worksheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeTable(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize custom worksheet.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeColumns(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize column object.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="worksheet">Current sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeRows(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize rows collection.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Parent worksheet object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeRowColumnCommonAttributes(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.IOutline,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serialize row and column common attributes.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="record">Row or ColumnInfo record.</param>
            <param name="iLastIndex">Last column or row index.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeMergedRange(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion)">
            <summary>
            Serializes merged range.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="region">Represents merged cells.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeComment(System.Xml.XmlWriter,Syncfusion.XlsIO.IComment,Syncfusion.XlsIO.Implementation.Collections.FontsCollection,Syncfusion.XlsIO.IFont)">
            <summary>
            Serialize comment object.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="comment">comment to serialize.</param>
            <param name="fonts">Inner fonts collection.</param>
            <param name="defFont">Represents default font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeRichText(System.Xml.XmlWriter,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat,System.String,Syncfusion.XlsIO.Implementation.Collections.FontsCollection,Syncfusion.XlsIO.IFont)">
            <summary>
            Serialize rich text to xml.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="rtf">Represents collection of formats.</param>
            <param name="text">Text to serialize.</param>
            <param name="fonts">Inner fonts.</param>
            <param name="defFont">Represents default font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeRtfFont(System.Xml.XmlWriter,Syncfusion.XlsIO.IFont,System.String)">
            <summary>
            Serialize rtf font.
            </summary>
            <param name="writer">Writer to write value into.</param>
            <param name="RTFFont">Font for current string value.</param>
            <param name="strValue">String value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeDataValidations(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.DataValidationTable)">
            <summary>
            Serialize data validation objects.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="dvTable">DV table.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeDataValidation(System.Xml.XmlWriter,Syncfusion.XlsIO.IDataValidation)">
            <summary>
            Serialize data validation object.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="dv">Data validation object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeRanges(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Serialize Ranges for the DataValidation
            </summary>
            <param name="writer">XML Writer</param>
            <param name="dataValidation">DataValidationImpl</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeFormulas(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.DataValidationImpl)">
            <summary>
            Serialize Formulas for the DataValiatin
            </summary>
            <param name="writer">XML Writer</param>
            <param name="dataValidation">DataValidationImpl</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeConditionFormats(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Collections.WorksheetConditionalFormats)">
            <summary>
            Serialize condition formats collection.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="conditions">Condition collection.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeConditionFormat(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionalFormats)">
            <summary>
            Serialize condition format.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="format">Format to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeCondition(System.Xml.XmlWriter,Syncfusion.XlsIO.IConditionalFormat)">
            <summary>
            Serialize condition instance.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="condition">condition to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeWorksheetOption(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serialize worksheet option.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Current worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializePageSetup(System.Xml.XmlWriter,Syncfusion.XlsIO.IPageSetup)">
            <summary>
            Serialize page setup.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="pageSetup">Current page setup to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeHeaderFooter(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PageSetupImpl,System.Boolean)">
            <summary>
            Serialize header.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="pageSetup">Storage, that contain header properties.</param>
            <param name="isFooter">If true - footer to serialize; otherwise - header.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeLayout(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PageSetupImpl)">
            <summary>
            Serialize layout
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="pageSetup">Storage, that contain all layout properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializePageMargins(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.PageSetupImpl)">
            <summary>
            Serialize page margins.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="pageSetup">Storage, that contain all page margins properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializePanes(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes pains.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Current worksheet</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeSelectionPane(System.Xml.XmlWriter,System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord})">
            <summary>
            Serialize panes block.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="arrSelection">Array list, that contain all selection to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializePrint(System.Xml.XmlWriter,Syncfusion.XlsIO.IPageSetup)">
            <summary>
            Serializes print.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="pageSetup">Storage, that contain all print properties.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeWindowTwoProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes window two record properties.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="sheet">Current sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeExcelWorkbook(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serialize excelworkbook xml properties.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="book">Current workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeDocumentProperties(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes document properties.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="book">Current workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.SerializeWorkbook(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serialize workbook.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="book">Book to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.Serialize(System.Xml.XmlWriter,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Serializes workbook to xml.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="book">Workbook to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetStartBuilder">
            <summary>
            Initializes builder used to accumulate start of some xml string.
            </summary>
            <returns>Builder used to accumulate start of some xml string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetEndBuilder">
            <summary>
            Initializes builder used to accumulate end of some xml string.
            </summary>
            <returns>Builder used to accumulate start of some xml string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.InitializeBuilder(System.Text.StringBuilder@)">
            <summary>
            Initializes builder used to accumulate some xml string.
            </summary>
            <param name="builder">Builder to initialize.</param>
            <returns>Initialized String builder</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetColorString(System.Drawing.Color)">
            <summary>
            Gets color string  by Color.
            </summary>
            <param name="col">Current color.</param>
            <returns>Returns string by color.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.AddTagToString(System.String,System.String,System.Text.StringBuilder,System.Text.StringBuilder)">
            <summary>
            Adds open and close tag.
            </summary>
            <param name="strOpenTag">Open tag.</param>
            <param name="strCloseTag">Closed tag.</param>
            <param name="builderStart">String builder to accumulate start of the xml string.</param>
            <param name="builderEnd">String builder to accumulate end of the xml string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.AddAttributeToString(System.String,System.String,System.Text.StringBuilder,System.Text.StringBuilder)">
            <summary>
            Adds attribute to string.
            </summary>
            <param name="name">Attribute name.</param>
            <param name="value">Attribute value.</param>
            <param name="builderStart">String builder to accumulate start of the xml string.</param>
            <param name="builderEnd">String builder to accumulate end of the xml string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetConditionaFormatString(Syncfusion.XlsIO.IConditionalFormat)">
            <summary>
            Generates xml string by conditional format.
            </summary>
            <param name="cond">Conditional format object.</param>
            <returns>Returns generated string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetBorderString(System.String,System.Drawing.Color,Syncfusion.XlsIO.ExcelLineStyle)">
            <summary>
            Gets border format string for CF serialize.
            </summary>
            <param name="strBorder">Represents border type.</param>
            <param name="borderCol">Represents border color.</param>
            <param name="style">Represents border line style.</param>
            <returns>Returns border line style.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetStyleHAlignString(Syncfusion.XlsIO.ExcelHAlign)">
            <summary>
            Gets xml string from ExcelHAling type.
            </summary>
            <param name="hAlign">ExcelHAling type.</param>
            <returns>Returns xml string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetStyleVAlignString(Syncfusion.XlsIO.ExcelVAlign)">
            <summary>
            Gets xml string from ExcelVAling type.
            </summary>
            <param name="vAlign">ExcelVAling type.</param>
            <returns>Returns xml string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetStyleFontAlign(Syncfusion.XlsIO.IFont)">
            <summary>
            Gets font alignment xml string;
            </summary>
            <param name="font">Font object.</param>
            <returns>Returns xml font alignment string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetAutoFilterConditionValue(Syncfusion.XlsIO.IAutoFilterCondition)">
            <summary>
            Gets condition string value.
            </summary>
            <param name="cond">Condition object.</param>
            <returns>Returns condition value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetCellTypeValue(Syncfusion.XlsIO.Implementation.Collections.CellRecordCollection,System.Int64,Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType@)">
            <summary>
            Gets cell type and value.
            </summary>
            <param name="cells">Cells collection</param>
            <param name="index">Index of cell.</param>
            <param name="type">Returns xml type of cell by index.</param>
            <returns>Returns xml cell value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.WriteElement(System.Xml.XmlWriter,System.String,System.String)">
            <summary>
            Writes element to xml stream.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="strPrefix">Element prefix.</param>
            <param name="strName">Element name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.WriteElement(System.Xml.XmlWriter,System.String,System.String,System.String)">
            <summary>
            Writes element to xml stream.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="strPrefix">Element prefix.</param>
            <param name="strName">Element name.</param>
            <param name="strValue">Element value</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.ReSerializeStyle(System.Xml.XmlWriter,System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.ExtendedFormatImpl})">
            <summary>
            Reserialize merged styles styles.
            </summary>
            <param name="writer">Xml writer.</param>
            <param name="list">List with styles to reserialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.GetMergedList(Syncfusion.XlsIO.IWorksheets)">
            <summary>
            Gets array of merged styles.
            </summary>
            <param name="sheets">Worksheets collection</param>
            <returns>Returns list with merged styles.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.UpdateFormulaError(System.String)">
            <summary>
            Updates formulas, that contain error.
            </summary>
            <param name="strFormula">Formula to update.</param>
            <returns>Returns updated formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.ConvertDataValidationType(Syncfusion.XlsIO.ExcelDataType)">
            <summary>
            Converts Excel 2007 data validation type to Excel 97-03.
            </summary>
            <param name="dataValidationType">Excel 2007 data validation type.</param>
            <returns>Excel 97-03 data validation type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.ConvertDataValidationErrorStyle(Syncfusion.XlsIO.ExcelErrorStyle)">
            <summary>
            Returns DV error style.
            </summary>
            <param name="strErrorStyle">DV error style name.</param>
            <returns>DV error style.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType">
            <summary>
            Represents cell types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType.Number">
            <summary>
            Represents number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType.DateTime">
            <summary>
            Represents dateTime.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType.Boolean">
            <summary>
            Represents boolean.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType.String">
            <summary>
            Represents string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorkbookXmlSerializator.XmlSerializationCellType.Error">
            <summary>
            Represents error.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder">
            <summary>
            This class stores worksheet data extracted from document and is responsible
            for parsing and serialization of this data into special FileDataHolder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.VmlDrawingItemFormat">
            <summary>
            Format to get full path to zip archive item that stores vml drawings for worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.CommentItemFormat">
            <summary>
            Format got get full path to zip archive item that stores comments description for worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.DrawingItemFormat">
            <summary>
            Format to get full path to zip archive item that stores drawings for worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.VmlExtension">
            <summary>
            Relations default extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_archiveItem">
            <summary>
            Archive item that stores worksheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_parentHolder">
            <summary>
            Objects that stores workbook data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_startStream">
            <summary>
            This stream stores xml text starting just after "worksheet" tag to
            "col" or "sheetData" tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_cfStream">
            <summary>
            This stream stores xml text with conditional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_cfsStream">
            <summary>
            This stream stores xml text with conditional formattings in extended list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strBookRelationId">
            <summary>
            Relation id in the parent workbook. Null means that item hasn't been serialized
            yet and we must generate new id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strSheetId">
            <summary>
            Sheet id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_relations">
            <summary>
            Worksheet relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_drawingsRelation">
            <summary>
            Drawings relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_hfDrawingsRelation">
            <summary>
            Header/footer drawings relations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strVmlDrawingsId">
            <summary>
            Relation id for vml drawings. Null means no vml drawings present (or were present).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strVmlHFDrawingsId">
            <summary>
            Relation id for vml header/footer drawings. Null means no vml drawings present (or were present).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strCommentsId">
            <summary>
            Relation id for comment notes. Null means no comment note present (or were present).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_strDrawingsId">
            <summary>
            Relation id for drawings. Null means no drawings present (or were present).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_streamControls">
            <summary>
            Stream with controls data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_defaultChartStyleElements">
            <summary>
            Default Chart Style elements used in chartEx on serialization
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.m_defaultColorVariations">
            <summary>
            Default color variation required on styles
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.#ctor(Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.String)">
            <summary>
            Initializes a new instance of the WorksheetDataHolder class.
            </summary>
            <param name="holder">Objects that stores workbook data.</param>
            <param name="relation">Relation that points at (relative path) necessary worksheet.</param>
            <param name="parentPath">Path to the relation parent object (to convert relative
            path into absolute).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.#ctor(Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,Syncfusion.Compression.Zip.ZipArchiveItem)">
            <summary>
            Initializes new instance of the  WorksheetDataHolder class.
            </summary>
            <param name="holder">Objects that stores workbook data.</param>
            <param name="item">Archive item with sheet data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseConditionalFormatting(System.Collections.Generic.List{Syncfusion.XlsIO.Implementation.XmlReaders.DxfImpl},Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Parses conditional formats.
            </summary>
            <param name="dxfStyles">Dxf styles collection.</param>
            <param name="sheet">Worksheet to parse CF into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseWorksheetData(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Boolean)">
            <summary>
            Parses worksheet data.
            </summary>
            <param name="sheet">Worksheet to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseChartsheetData(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Parses chart worksheet data.
            </summary>
            <param name="chart">Represents chart object to be parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseDialogsheetData">
            <summary>
            Parses Dialog worksheet data.
            </summary>
            <param name="chart">Represents chart object to be parsed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeWorksheet(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Serializes worksheet into internal zip archive item.
            </summary>
            <param name="sheet">Worksheet to serialize.</param>
            <param name="hashNewXFIndexes">Dictionary with updated xf indexes.</param>
            <param name="cacheFiles">Dictionary that will contain pivot cache files
            (key - cache object, value - cache file name).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeOleStreamFile(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes the OLE stream file.
            </summary>
            <param name="sheet">The sheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeOle(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.Implementation.OleObject)">
            <summary>
            Serializes the OLE.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="oleObject">The OLE object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.GetOleDataStreamBin(Syncfusion.XlsIO.Implementation.OleObject,Syncfusion.XlsIO.Implementation.XmlSerialization.Excel2007Serializator)">
            <summary>
            Gets the OleObject data stream for bin file.
            </summary>
            <param name="oleObject">The OleObject.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartsheet(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes worksheet into internal zip archive item.
            </summary>
            <param name="chart">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDialogsheet(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Serializes worksheet into internal zip archive item.
            </summary>
            <param name="chart">Worksheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseVmlShapes(Syncfusion.XlsIO.Implementation.Collections.ShapeCollectionBase,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method tries to parse vml shapes.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="relationId">Relation id of the vml shapes relation.</param>
            <returns>Collection of the corresponding vml relations.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseOleData(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,Syncfusion.XlsIO.Implementation.OleObject)">
            <summary>
            Parses the OLE data.
            </summary>
            <param name="sheet">The sheet.</param>
            <param name="relationId">The relation id.</param>
            <param name="oleObject">The OLE object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.GetOleObjectType(System.String)">
            <summary>
            Gets the type of the OLE object.
            </summary>
            <param name="oleType">Type of the OLE.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method tries to parse drawings part.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="relationId">Relation id of the shapes relation.</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParseDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.Relation,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            This method tries to parse drawings part.
            </summary>
            <param name="sheet">Parent worksheet.</param>
            <param name="drawingRelation">Relation pointing at drawings xml item..</param>
            <param name="dictItemsToRemove">Dictionary with archive items to remove after parsing.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeWorksheetPart(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Serializes worksheet part into internal zip archive item.
            </summary>
            <param name="sheet">Worksheet to serialize.</param>
            <param name="hashNewXFIndexes">Dictionary with updated xf indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartsheetPart(Syncfusion.XlsIO.Implementation.Charts.ChartImpl)">
            <summary>
            Serializes chartsheet part into internal zip archive item.
            </summary>
            <param name="chart">Chartsheet to serialize.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartObject(Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,System.String)">
            <summary>
            Serializes chart object.
            </summary>
            <param name="chart">Chart to serialize.</param>
            <param name="drawingRelations">Drawing relations that should contain reference to this chart.</param>
            <param name="chartSheetDrawingId">Chart drawing id in the relations collection.</param>
            <param name="dummyChartRelationId">relation id of the dummy chart for chartEx</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDummyChartForChartEx(Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder,System.String,System.String)">
            <summary>
            Create a dummy chart for serialization of fallback content and remove it
            </summary>
            <param name="workbook">workbook to be serialized</param>
            <param name="holder">workbook file data holder</param>
            <param name="chartName">chart file name</param>
            <param name="chartRelationId">chart relation id</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartSheetDrawing(Syncfusion.XlsIO.Implementation.Charts.ChartImpl,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String@)">
            <summary>
            Serializes drawing part of the chartsheet.
            </summary>
            <param name="chart">Chart to serialize.</param>
            <param name="drawingItemName">Name of the drawing zip archive item.</param>
            <param name="drawingRelations">Drawing relations.</param>
            <param name="dummyChartRelation">relation id of the dummy chart for chartEx</param>
            <returns>Relation id to the chart object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializePivotTables(Syncfusion.XlsIO.Implementation.WorksheetImpl,System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Serializes pivot tables.
            </summary>
            <param name="sheet">Worksheet to serialize pivot tables for.</param>
            <param name="dictCacheFiles">Contains pivot cache file names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializePivotTable(Syncfusion.XlsIO.Implementation.PivotTables.PivotTableImpl,System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Implementation.PivotTables.PivotCacheImpl,System.String})">
            <summary>
            Serializes single pivot table.
            </summary>
            <param name="table">Table to serialize.</param>
            <param name="dictCacheFiles">Contains pivot cache file names.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeWorksheetRelations">
            <summary>
            Serializes worksheet relations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeWorksheetDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes all worksheet drawings (including vml).
            </summary>
            <param name="sheet">Current worksheet.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes worksheet drawings, except vml drawings.
            </summary>
            <param name="sheet">Worksheet to serialize drawings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String@,System.String,System.String)">
            <summary>
            Serializes worksheet drawings, except vml drawings.
            </summary>
            <param name="sheet">Worksheet to serialize drawings for.</param>
            <param name="relations">Relations to put drawings relation into.</param>
            <param name="id">Drawing id.</param>
            <param name="contentType">Content type.</param>
            <param name="relationType">Relation type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartExFallbackShape(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String@,System.String,System.String,System.String)">
            <summary>
            Serializes chartEx drwing for fallback content.
            </summary>
            <param name="sheet">Worksheet to serialize drawings for.</param>
            <param name="relations">Relations to put drawings relation into.</param>
            <param name="id">Drawing id.</param>
            <param name="chartItemName">name of the chart</param>
            <param name="contentType">Content type.</param>
            <param name="relationType">Relation type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartExFallBackShapeContent(System.Xml.XmlWriter,System.Boolean)">
            <summary>
            Serialize the Fallback content required for ChartEx
            </summary>
            <param name="writer">input XML writer</param>
            <param name="isChartSheet">boolean value indicates whether the chart is sheet or not</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeVmlDrawings(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes worksheet vml drawings.
            </summary>
            <param name="sheet">Worksheet to serialize drawings for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeHeaderFooterImages(Syncfusion.XlsIO.Implementation.WorksheetBaseImpl,Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection)">
            <summary>
            This method serializes header/footer images.
            </summary>
            <param name="sheet">Worksheet to serialize header/footer images for.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeRelations(System.String)">
            <summary>
            Serializes relations.
            </summary>
            <param name="strParentItemName">Represents parent item name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeRelations(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder)">
            <summary>
            Serializes relations.
            </summary>
            <param name="relations">Relation to be serialized.</param>
            <param name="strParentItemName">Parent item name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeRelations(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes relations.
            </summary>
            <param name="relations">Relation to be serialized.</param>
            <param name="strParentItemName">Parent item name.</param>
            <param name="holder">holder for the input object</param>
            <param name="chart">object chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeChartExStyles(Syncfusion.XlsIO.Implementation.XmlSerialization.RelationCollection,System.String,Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder,Syncfusion.XlsIO.Implementation.WorksheetBaseImpl)">
            <summary>
            Serializes style and color relations with its file.
            </summary>
            <param name="relations">Relation to be serialized.</param>
            <param name="strParentItemName">Parent item name.</param>
            <param name="holder">holder for the input object</param>
            <param name="chart">object chart</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.TryAndGetFileName(System.String,Syncfusion.Compression.Zip.ZipArchive)">
            <summary>
            Generate the file name which is not in the ziparchive item
            </summary>
            <param name="itemFormatName">input item</param>
            <param name="zipArchive"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDefaultChartColorStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.ApplicationImpl)">
            <summary>
            Serialize the default style element loaded for chartEx
            </summary>
            <param name="writer">input XML writer</param>
            <param name="applicationImpl">input application object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeDefaultChartStyles(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.Charts.ChartImpl,Syncfusion.XlsIO.Implementation.ApplicationImpl)">
            <summary>
            Serialize the default style element loaded for chartEx
            </summary>
            <param name="writer">input XML writer</param>
            <param name="chart">input chart object</param>
            <param name="applicationImpl">input application object</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeComments(Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes worksheet comments.
            </summary>
            <param name="sheet">Worksheet to get comments from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.GenerateDrawingsName(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Generates unique zip archive item name for drawings of the specified
            worksheet or reuses existing one.
            </summary>
            <returns>Name that can be used for drawings item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.GenerateVmlDrawingsName">
            <summary>
            Generates unique zip archive item name for vml drawings of the specified
            worksheet or reuses existing one.
            </summary>
            <returns>Name that can be used for vml drawings item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.GenerateCommentsName">
            <summary>
            Generates unique zip archive item name for comments of the specified
            worksheet or reuses existing one.
            </summary>
            <returns>Name that can be used for comments item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeTables(System.Xml.XmlWriter,Syncfusion.XlsIO.Implementation.WorksheetImpl)">
            <summary>
            Serializes all tables from the specified worksheet.
            </summary>
            <param name="writer">XmlWriter to serialize worksheet's part of the tables serialization.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SerializeTable(Syncfusion.XlsIO.IListObject,System.Int32)">
            <summary>
            Serializes single table item.
            </summary>
            <param name="listObject">Item to serialize.</param>
            <returns>Relation id of the serialized item.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.InitializeChartStyleElements">
            <summary>
            Initailze the colloection, needed for chartEx
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.InitializeChartColorElements">
            <summary>
            Initialize the chart style color elements
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.Clone(Syncfusion.XlsIO.Implementation.XmlSerialization.FileDataHolder)">
            <summary>
            Create copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ParentHolder">
            <summary>
            Gets parent FileDataHolder. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ArchiveItem">
            <summary>
            Gets or sets archive item that has all worksheet data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.RelationId">
            <summary>
            Gets or sets Worksheet's relation id in the workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.SheetId">
            <summary>
            Gets or sets sheet id extracted from the file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.Relations">
            <summary>
            Gets relations collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.DrawingsRelations">
            <summary>
            Gets drawings relation collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.HFDrawingsRelations">
            <summary>
            Gets header/footer drawings relations collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.VmlDrawingsId">
            <summary>
            Gets or sets relation id for vml drawings. Null means no vml drawings present (or were present).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.VmlHFDrawingsId">
            <summary>
            Gets or sets relation id for vml drawings. Null means no vml drawings present (or were present).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.CommentNotesId">
            <summary>
            Gets or sets relation id for comment notes item. Null means no comments present (or were present).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.DrawingsId">
            <summary>
            Gets or sets relation id for drawings. Null means no drawings present (or were present).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.ControlsStream">
            <summary>
            Gets or sets stream with controls data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.DefaultChartStyleElements">
            <summary>
            Returns the chart style elements. Read only
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.WorksheetDataHolder.DefaultColorVariationArray">
            <summary>
            Returns the color variations used by chart style elements. Read only
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorAttribute">
            <exclude/>
             <summary>
             Class used for serializing Xml Attribute.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorAttribute.m_saveType">
            <summary>
            Xml serializator save type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorAttribute.#ctor">
            <summary>
            Prevents a default instance of the XmlSerializatorAttribute class from being created.	
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorAttribute.#ctor(Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Initializes a new instance of the XmlSerializatorAttribute class.
            </summary>
            <param name="saveType">Save type.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorAttribute.SaveType">
            <summary>
            Gets xml serializator save type. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory">
            <exclude/>
             <summary>
             Summary description for XmlSerializatorFactory.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory.s_dicSerializators">
            <summary>
            Dictionary with serializators. Key - int value of ExcelXmlSaveType,
            value - instance of a serializator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory.#cctor">
            <summary>
            Initializes static members of the XmlSerializatorFactory class. Fills internal dictionary with serializators.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory.#ctor">
            <summary>
            Prevents a default instance of the XmlSerializatorFactory class from being created.	
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory.RegisterXmlSerializator(Syncfusion.XlsIO.ExcelXmlSaveType,System.Type)">
            <summary>
            Registers xml serializator.
            </summary>
            <param name="saveType">Xml file format generated by serializator.</param>
            <param name="type">Type that serializes into xml.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.XmlSerialization.XmlSerializatorFactory.GetSerializator(Syncfusion.XlsIO.ExcelXmlSaveType)">
            <summary>
            Returns serializator corresponding to the specified save type.
            </summary>
            <param name="saveType">Save type to get serializator for.</param>
            <returns>Serializator corresponding to the specified save type.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs">
            <exclude/>
             <summary>
             Class used as message sender on Property value change. Class provides old and
             new values which allow user to create advanced logic.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.m_old">
            <summary>
            Storage of Old value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.m_new">
            <summary>
            Storage of new value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.m_strName">
            <summary>
            Name of property or unique identifier of the object
            whose value changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.m_next">
            <summary>
            Value changed event arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.#ctor(System.Object,System.Object,System.String)">
            <summary>
            Main constructor.
            </summary>
            <param name="old">Old property value.</param>
            <param name="newValue">New property value.</param>
            <param name="objectName">Unique Identifier of object whose value changed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.#ctor(System.Object,System.Object,System.String,Syncfusion.XlsIO.Implementation.ValueChangedEventArgs)">
            <summary>
            Main constructor.
            </summary>
            <param name="old">Old property value.</param>
            <param name="newValue">New property value.</param>
            <param name="objectName">Unique Identifier of object whose value changed.</param>
            <param name="next">Next property which must be changed.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.newValue">
            <summary>
            New property value. Event handler property has new value set.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.oldValue">
            <summary>
            Old property value. Event handler property has new value set.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.Name">
            <summary>
            Name of the property. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.Next">
            <summary>
            If more than one property must be changed on one send message, 
            attach it to the ValueChangeEventArgs to create a one way directed list of property changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.ValueChangedEventArgs.Empty">
            <summary>
            Returns the class instance with empty values. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.ValueChangedEventHandler">
            <exclude/>
             <summary>
             Delegate which can be used for Property Changed events declarations.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelConstants">
            <summary>
            Summary description for _constants.
            <exclude/>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.MinimumIndex">
            <summary>
            This value is used instead of possible minimum row or column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.MaximumIndex">
            <summary>
            This value is used instead of possible maximum row or column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.MaximumUsedIndex">
            <summary>
            This value is used instead of maximum used row or column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.MinimumUsedIndex">
            <summary>
            This value is used instead of minimum used row or column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.IntSize">
            <summary>
            Size of the Int32 value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.ShortSize">
            <summary>
            Size of the Int16 value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.LongSize">
            <summary>
            Size of the Int64 value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.BitsInShort">
            <summary>
            Number of bits inside single short value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.BitsInByte">
            <summary>
            Number of bits inside single byte value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConstants.DoubleSize">
            <summary>
            Size of the Double value in bytes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelConstants.#ctor">
            <summary>
            Used to prevent user from creation of instances of this type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.HashCalculate">
            <summary>
            This is a helper class which creates an object 
            hash value using Reflection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.HashCalculate.m_level">
            <summary>
            Member used to detect level recursion.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HashCalculate.#ctor">
            <summary>
            To prevent creation of hash class, make its constructor private.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HashCalculate.CalculateHash(System.Object,System.String[])">
            <summary>
            Method calculates hash for any object. Method serializes object properties
            to string using Reflection and returns hash of created string.
            </summary>
            <param name="value">Object which hash must be calculated.</param>
            <param name="skipProps">Properties to skip.</param>
            <returns>Calculated hash code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.HashCalculate.ObjectToString(System.Text.StringBuilder,System.Object,System.Collections.Generic.List{System.String})">
            <summary>
            Method in recursion builds string representation of the object.
            </summary>
            <param name="builder">Output string</param>
            <param name="value">Object which must be converted to string.</param>
            <param name="toSkip">Properties to skip.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SortedListEx">
            <summary>
            Optimized version of SortedList collection. Instead of keeping two
            arrays, one for keys and one for values, the values array on
            Hashtable collection are changed. Performance of this collection is better than that of SortedList.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx._defaultCapacity">
            <summary>
            Default capacity of internal buffers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.keys">
            <summary>
            Array which store keys in sorted order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.values">
            <summary>
            Collection stores values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx._size">
            <summary>
            Size of collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.version">
            <summary>
            Version of collection data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.comparer">
            <summary>
            Default comparer for keys.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.keyList">
            <summary>
            List of keys.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.valueList">
            <summary>
            List of values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor(System.Int32)">
            <summary>
            Creates an empty list with the specified initial capacity.
            </summary>
            <param name="initialCapacity">Initial capacity.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When initialCapacity is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor(System.Collections.IComparer)">
            <summary>
            Creates an empty SortedList with the default initial capacity
            and specified comparer.
            </summary>
            <param name="comparer">
            The IComparer is used to determine whether two keys are equal.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor(System.Collections.IComparer,System.Int32)">
            <summary>
            Creates an empty SortedList with the specified initial capacity
            and specified comparer.
            </summary>
            <param name="comparer">Initial capacity.</param>
            <param name="capacity">
            The IComparer is used to determine whether two keys are equal.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor(System.Collections.IDictionary)">
            <summary>
            Copies the elements from the specified dictionary to a new list
            with the same initial capacity as the number of elements copied.
            </summary>
            <param name="d">The IDictionary to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.#ctor(System.Collections.IDictionary,System.Collections.IComparer)">
            <summary>
            Copies the elements from the specified dictionary to a new list with the same
            initial capacity as the number of elements copied and with the specified comparer.
            </summary>
            <param name="d">The IDictionary to copy.</param>
            <param name="comparer">
            The IComparer to use to determine whether two keys are equal.
            </param>
            <exception cref="T:System.ArgumentNullException">
            When argument d is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Synchronized(Syncfusion.XlsIO.Implementation.SortedListEx)">
            <summary>
            Returns a synchronized (thread-safe) wrapper for the SortedList.
            </summary>
            <param name="list">The SortedList to synchronize.</param>
            <returns>A synchronized (thread-safe) wrapper for the SortedList.</returns>
            <exception cref="T:System.ArgumentNullException">
            When list is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Add(System.Object,System.Object)">
            <summary>
            Adds an element with the provided key and value to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
            <param name="value">The Object to use as the value of the element to add.</param>
            <exception cref="T:System.ArgumentNullException">
            When key is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            When list already contains specified key.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.CloneAll">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns clone of current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Contains(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ContainsKey(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ContainsValue(System.Object)">
            <summary>
            Determines whether the list contains the specified value.
            </summary>
            <param name="value">Value of the element to search.</param>
            <returns>True if list contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the SortedListEx to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">
            If specified array is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            If rank of the array is not 1 or there are not enough elements.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If specified arrayIndex is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.GetByIndex(System.Int32)">
            <summary>
            Gets the value at the specified index of the SortedListEx.
            </summary>
            <param name="index">The zero-based index of the value to get.</param>
            <returns>The value at the specified index of the SortedListEx.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.GetKey(System.Int32)">
            <summary>
            Gets the key at the specified index of the SortedListEx.
            </summary>
            <param name="index">The zero-based index of the key to get.</param>
            <returns>The key at the specified index of the SortedListEx.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.GetKeyList">
            <summary>
            Gets the keys in the SortedListEx.
            </summary>
            <returns>An IList containing the keys in the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.GetValueList">
            <summary>
            Gets the values in the SortedListEx.
            </summary>
            <returns>An IList containing the values in the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.IndexOfKey(System.Object)">
            <summary>
            Returns the zero-based index of the specified key.
            </summary>
            <param name="key">The key to locate.</param>
            <returns>The zero-based index of key, if key is found; otherwise, -1.</returns>
            <exception cref="T:System.ArgumentNullException">
            If specified key is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.IndexOfValue(System.Object)">
            <summary>
            Returns the zero-based index of the first occurrence of the specified value.
            </summary>
            <param name="value">The value to locate (can be NULL).</param>
            <returns>
            The zero-based index of the first occurrence of value, if value is found;
            otherwise, -1.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Remove(System.Object)">
             <summary>
            Removes the element with the specified key from SortedListEx.
             </summary>
             <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SetByIndex(System.Int32,System.Object)">
            <summary>
            Replaces the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than zero or greater than size of the list.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.TrimToSize">
            <summary>
            Sets the capacity to the actual number of elements.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.GetEnumerator">
            <summary>
            Returns an IDictionaryEnumerator that can iterate through the SortedListEx.
            </summary>
            <returns>An IDictionaryEnumerator for the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the SortedListEx.
            </summary>
            <returns>An IEnumerator for the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.Insert(System.Int32,System.Object,System.Object)">
            <summary>
            Inserts element with specified key and value at specified index.
            </summary>
            <param name="index">The zero-based index to insert element at.</param>
            <param name="key">The key of the element to insert.</param>
            <param name="value">The value of the element to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.EnsureCapacity(System.Int32)">
            <summary>
            Ensures that the capacity of this instance is at least the specified value.
            </summary>
            <param name="min">The minimum capacity to ensure.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.Capacity">
            <summary>
            Capacity of internal buffers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.Keys">
            <summary>
            List of keys. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.Values">
            <summary>
            List of values. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.Item(System.Object)">
            <summary>
            Gets or sets the value associated with the specified key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx._list">
            <summary>
            Wrapped SortedListEx.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx._root">
            <summary>
            Sync object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.#ctor(Syncfusion.XlsIO.Implementation.SortedListEx)">
            <summary>
            Creates SyncSortedListEx for specified SortedListEx.
            </summary>
            <param name="list">SortedListEx that will be wrapped.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Add(System.Object,System.Object)">
            <summary>
            Adds an element with the provided key and value to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
            <param name="value">The Object to use as the value of the element to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Clear">
            <summary>
            Removes all the elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Contains(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.ContainsKey(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.ContainsValue(System.Object)">
            <summary>
            Determines whether the list contains the specified value.
            </summary>
            <param name="value">Value of the element to search.</param>
            <returns>True if list contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="index">The index in array at which copying begins.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.GetByIndex(System.Int32)">
            <summary>
            Gets the value at the specified index of the list.
            </summary>
            <param name="index">The zero-based index of the value to get.</param>
            <returns>The value at the specified index of the SortedListEx.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.GetEnumerator">
            <summary>
            Returns an IDictionaryEnumerator that can iterate through the list.
            </summary>
            <returns>An IDictionaryEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.GetKey(System.Int32)">
            <summary>
            Gets the key at the specified index of the list.
            </summary>
            <param name="index">The zero-based index of the key to get.</param>
            <returns>The key at the specified index of the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.GetKeyList">
            <summary>
            Gets the keys in the list.
            </summary>
            <returns>An IList containing the keys in the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.GetValueList">
            <summary>
            Gets the values in the list.
            </summary>
            <returns>An IList containing the values in the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.IndexOfKey(System.Object)">
            <summary>
            Returns the zero-based index of the specified key.
            </summary>
            <param name="key">The key to locate.</param>
            <returns>The zero-based index of key, if key is found; otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.IndexOfValue(System.Object)">
            <summary>
            Returns the zero-based index of the first occurrence of the specified value.
            </summary>
            <param name="value">The value to locate (can be NULL).</param>
            <returns>
            The zero-based index of the first occurrence of value, if value is found;
            otherwise, -1.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Remove(System.Object)">
             <summary>
            Removes the element with the specified key from list.
             </summary>
             <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.SetByIndex(System.Int32,System.Object)">
            <summary>
            Replaces the value at a specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.TrimToSize">
            <summary>
            Sets the capacity to the actual number of elements.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Capacity">
            <summary>
            Capacity of internal buffers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SyncSortedListEx.Item(System.Object)">
            <summary>
            Gets or sets the value associated with the specified key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Keys">
            <summary>
            If it is assumed to getObjectRetType, Current will return key
            of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Values">
            <summary>
            If it is assumed to getObjectRetType, Current will return value
            of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.DictEntry">
            <summary>
            If it is assumed to getObjectRetType, Current will return both -
            key and value (as DictionaryEntry).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.SortedListEx">
            <summary>
            List for which is this enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.key">
            <summary>
            Key of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.value">
            <summary>
            Values of the current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.index">
            <summary>
            Index of current element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.startIndex">
            <summary>
            Starting index for the enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.endIndex">
            <summary>
            Ending index for this enumerator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.version">
            <summary>
            Version of collection data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.current">
            <summary>
            True if current element is correct, False otherwise
            (before beginning or after end).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.getObjectRetType">
            <summary>
            Specifies what should return method Current (Key, Value or both).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.#ctor(Syncfusion.XlsIO.Implementation.SortedListEx,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates enumerator for specified list, starting from specified index
            and with specified count.
            </summary>
            <param name="SortedListEx">list for which to create enumerator.</param>
            <param name="index">Starting index.</param>
            <param name="count">Number of elements to enumerate.</param>
            <param name="getObjRetType">Type of enumerating values (keys, value, DicEntry).</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            True if the enumerator was successfully advanced to the next element;
            False if the enumerator has passed the end of the collection.
            </returns>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before
            the first element in the collection.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Key">
            <summary>
            Returns key of the current element. Read-only.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Entry">
            <summary>
            Return DictionaryEntry for the current element.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Current">
            <summary>
            The current element in the collection. Read-only.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            If current is false.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.SortedListExEnumerator.Value">
            <summary>
            Returns value for the current element.
            </summary>
            <exception cref="T:System.InvalidOperationException">
            When the current version is not equal to the SortedListEx version
            or if current is false.
            </exception>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.SortedListEx">
            <summary>
            List for which this collection was created.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.#ctor(Syncfusion.XlsIO.Implementation.SortedListEx)">
            <summary>
            Creates KeyList for specified SortedListEx.
            </summary>
            <param name="SortedListEx">SortedListEx for which KeyList must be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Add(System.Object)">
            <summary>
            Adds an element with the provided key to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Contains(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified key.
            </summary>
            <param name="key">Key of the element to search.</param>
            <returns>True if list contains specified key.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentException">
            If array is null or rank of the array is not 1.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Insert(System.Int32,System.Object)">
            <summary>
            Insert the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.IndexOf(System.Object)">
            <summary>
            Returns the zero-based index of the specified key.
            </summary>
            <param name="key">The key to locate.</param>
            <returns>The zero-based index of the key, if the key is found; otherwise, -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Remove(System.Object)">
             <summary>
            Removes the element with the specified key from list.
             </summary>
             <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index from the list.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.KeyList.Item(System.Int32)">
            <summary>
            Gets or sets the key at the specified index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.SortedListEx">
            <summary>
            List for which this collection was created.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.vals">
            <summary>
            Array list that contain values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.#ctor(Syncfusion.XlsIO.Implementation.SortedListEx)">
            <summary>
            Creates ValueList for specified SortedListEx.
            </summary>
            <param name="SortedListEx">SortedListEx for which ValueList must be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.UpdateValues">
            <summary>
            Re-read values from the list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Add(System.Object)">
            <summary>
            Adds an element with the provided key to the list.
            </summary>
            <param name="key">The Object to use as the key of the element to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Contains(System.Object)">
            <summary>
            Determines whether the list contains an element with the specified value.
            </summary>
            <param name="value">Value to search.</param>
            <returns>True if list contains specified value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies all the elements of the list to the specified one-dimensional Array
            starting at the specified destination Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the
            elements copied from the current list.</param>
            <param name="arrayIndex">The index in array at which copying begins.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Insert(System.Int32,System.Object)">
            <summary>
            Insert the value at the specific index.
            </summary>
            <param name="index">The zero-based index at which to save value.</param>
            <param name="value">The Object to save into. Can be NULL.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.GetEnumerator">
            <summary>
            Returns an IEnumerator that can iterate through the list.
            </summary>
            <returns>An IEnumerator for the list.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.IndexOf(System.Object)">
            <summary>
            Returns the zero-based index of the specified value.
            </summary>
            <param name="value">The value to locate.</param>
            <returns>The zero-based index of the value, if the value is found, otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Remove(System.Object)">
             <summary>
            Removes the specified value from list.
             </summary>
             <param name="value">The value to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index from the list.
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Count">
            <summary>
            Size of the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.IsReadOnly">
            <summary>
            Returns True if list is readonly, False otherwise. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.IsFixedSize">
            <summary>
            Returns True if collection has fixed size, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.IsSynchronized">
            <summary>
            Returns True if the collection is synchronized, False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.SyncRoot">
            <summary>
            Returns the object that can be used to synchronize access to the collection.
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SortedListEx.ValueList.Item(System.Int32)">
            <summary>
            Gets or sets the value at the specified index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.StringComparer">
            <summary>
            Comparer for strings.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.StringComparer.Compare(System.Object,System.Object)">
            <summary>
            Compare two strings.
            </summary>
            <param name="x">String to compare.</param>
            <param name="y">String to compare.</param>
            <returns>Returns compared results.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Implementation.SSTDictionary">
            <summary>
            Dictionary is used for grouping strings used by Excel in order to prevent
            doubling of data. Dictionary stores information as key string and value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.DEF_RESERVE_SPACE">
            <summary>
            Default reserved space by internal collections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.DEF_EMPTY_STRING_INDEX">
            <summary>
            Index of the empty string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.DEF_EMPTY_COUNT">
            <summary>
            Default count of empty strings.
            Returned by GetStringsCount method.
            Arbitrary number but should be larger than 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.MaxCellLength">
            <summary>
            Maximum allowed cell length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_hashKeyToIndex">
            <summary>
            Dictionary key-to-index in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_arrStrings">
            <summary>
            Strings data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_arrFreeIndexes">
            <summary>
            Array that contains indexes that are free (strings that were removed).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_book">
            <summary>
            Parent workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_sstOriginal">
            <summary>
            Original SSTRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_bParsed">
            <summary>
            Indicates whether original SSTRecord was parsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_tempString">
            <summary>
            Temporary string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.newRefCount">
            <summary>
            Number of references to each string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Implementation.SSTDictionary.m_bUseHash">
            <summary>
            Indicates whether we should use hashtable to increase search speed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.#ctor(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Default constructor. Reserves space for strings.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetSSTContentByIndex(System.Int32)">
            <summary>
            Returns SST content.
            </summary>
            <param name="index">Index of the target string.</param>
            <returns>SST content object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Clear">
            <summary>
            Clears the list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetStringIndexes(System.String)">
            <summary>
            Searches for all strings with specified text.
            </summary>
            <param name="value">String to search.</param>
            <returns>Dictionary, key - string index, value - null.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.AddIncrease(System.Int32)">
            <summary>
            Adds string into dictionary. If the string exists in dictionary, 
            add reference count. Method can influence on SST Indexes.
            </summary>
            <param name="index">Index to the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.AddIncrease(System.Object)">
            <summary>
            Adds string into dictionary. If the string exists in dictionary, 
            add reference count. Method can influence on SST Indexes.
            </summary>
            <param name="key">String to add</param>
            <returns>Index of the added string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.AddIncrease(System.Object,System.Boolean)">
            <summary>
            Adds string into dictionary. If the string exists in dictionary, 
            add reference count. Method can influence on SST Indexes.
            </summary>
            <param name="key">String to add</param>
            <param name="bIncrease">Reference count for new entries.</param>
            <returns>Index of the added string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.CheckLength(System.Object)">
            <summary>
            Checks whether new string value is within allowed limits.
            </summary>
            <param name="key"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.RemoveDecrease(System.Object)">
            <summary>
            Remove reference of string. When reference count reaches zero, string will be
            removed from dictionary. Method can influence the SST indexes.
            </summary>
            <param name="key">String whose reference must be removed.</param>
            <exception cref="T:System.ArgumentException">
            When SST table does not contain the specified string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.RemoveDecrease(System.Int32)">
            <summary>
            Remove reference of string. When reference count reaches zero, string will be
            removed from dictionary. Method can influence the SST indexes.
            </summary>
            <param name="iIndex">String index to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.DecreaseOnly(System.Int32)">
            <summary>
            Method decreases reference count of string without removing it.
            </summary>
            <param name="index">Index of the string to decrease reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Contains(System.Object)">
            <summary>
            Method checks if the dictionary contains the specified string.
            </summary>
            <param name="key">String which must be checked.</param>
            <returns>True - string exists in dictionary, otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Serialize dictionary.
            </summary>
            <param name="records">Records where writes serialized data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetStringCount(System.Int32)">
            <summary>
            Returns number of strings in the dictionary.
            </summary>
            <param name="index">Index of the target string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetStringByIndex(System.Int32)">
            <summary>
            Returns RTF string by its index in the dictionary.
            </summary>
            <param name="index">Index of the target string.</param>
            <returns>RTF string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.AddCopy(System.Int32,Syncfusion.XlsIO.Implementation.SSTDictionary,System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Adds copy of the string from another collection.
            </summary>
            <param name="index">Index of the string to add.</param>
            <param name="sourceSST">Source string table.</param>
            <param name="dicFontIndexes">Dictionary with font indexes.</param>
            <returns>Index of the added string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.StartWith(System.String)">
            <summary>
            Searches for all strings that starts with specified string.
            </summary>
            <param name="strStart">String prefix to search.</param>
            <returns>
            List with all string indexes that starts with specified
            string, in ascending order.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Clone(Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates copy of the current instance.
            </summary>
            <returns>Copy of the current instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.UpdateRefCounts">
            <summary>
            Updates internal array that stores reference count.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.RemoveUnnecessaryStrings">
            <summary>
            This methods looks through all row storages to find out used strings.
            And removes all unnecessary strings after that.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.MoveStrings(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.Int32})">
            <summary>
            Moves strings.
            </summary>
            <param name="iStartIndex">Start index.</param>
            <param name="iEndIndex">End index.</param>
            <param name="iDecreaseValue">Decrease index.</param>
            <param name="arrNewIndexes">List with new strings indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Defragment">
            <summary>
            Removes all unused strings from inner collections.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.SaveIntoRecords(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList)">
            <summary>
            Saves into record.
            </summary>
            <param name="records">Array where save is.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.SetRefCount(System.Int32,System.Int32)">
            <summary>
            Sets number of references to the string.
            </summary>
            <param name="index">String index.</param>
            <param name="count">References count to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetRefCount(System.Int32)">
            <summary>
            Gets number of references to the string.
            </summary>
            <param name="index">String index.</param>
            <returns>number of references to the string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Find(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            
            </summary>
            <param name="key"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Find(System.Object)">
            <summary>
            
            </summary>
            <param name="key"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.FillHash">
            <summary>
            Fills internal hash used for string searching.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Parse">
            <summary>
            Here we have to parse our SST record
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.UpdateLabelSSTIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates LabelSST indexes after SST record parsing.
            </summary>
            <param name="dictUpdatedIndexes">Dictionary with indexes to update, key - old index, value - new index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.GetLabelSSTCount">
            <summary>
            Returns LabelSST used.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Implementation.SSTDictionary.Finalize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.Item(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Gets references count to specified string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.Item(System.Int32)">
            <summary>
            Gets text with format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.Keys">
            <summary>
            Gets list of strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.Count">
            <summary>
            Gets quantity of unique strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.Workbook">
            <summary>
            Returns parent workbook. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.OriginalSST">
            <summary>
            Gets / sets original SSTRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.UseHashForSearching">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.ActiveCount">
            <summary>
            Returns number of strings without removed items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Implementation.SSTDictionary.HashKeyToIndex">
            <summary>
            Gets / Sets HashkeyToIndex value
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IChartPlotArea">
            <summary>
            Represents plot area of the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSheetType">
             <summary>
            Enumeration of the sheet types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetType.Chart">
             <summary>
            Charts.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetType.DialogSheet">
             <summary>
            Dialogs.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetType.Excel4IntlMacroSheet">
             <summary>
            Excel 4.0 International Macros.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetType.Excel4MacroSheet">
             <summary>
            Excel 4.0 Macros.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetType.Worksheet">
             <summary>
            Worksheets.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelLineStyle">
            <summary>
            Specifies the line style for the border in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.None">
            <summary>
            No line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Thin">
            <summary>
            Thin line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Medium">
            <summary>
            Medium line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Dashed">
            <summary>
            Dashed line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Dotted">
            <summary>
            Dotted line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Thick">
            <summary>
            Thick line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Double">
            <summary>
            Double line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Hair">
            <summary>
            Hair line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Medium_dashed">
            <summary>
            Medium_dashed line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Dash_dot">
            <summary>
            Dash_dot line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Medium_dash_dot">
            <summary>
            Medium dash_dot line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Dash_dot_dot">
            <summary>
            Dash_dot_dot line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Medium_dash_dot_dot">
            <summary>
            Medium dash_dot_dot line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLineStyle.Slanted_dash_dot">
            <summary>
            Slanted_dash_dot line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelBordersIndex">
             <summary>
            Enumeration of the border and diagonal line types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.DiagonalDown">
             <summary>
            Represents the diagonal line from top left to right bottom.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.DiagonalUp">
            <summary>
            Represents the diagonal line from bottom left to right top.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.EdgeBottom">
             <summary>
            Represents the border line on the bottom.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.EdgeLeft">
             <summary>
            Represents the border line on the left.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.EdgeRight">
             <summary>
            Represents the border line on the right.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBordersIndex.EdgeTop">
             <summary>
            Represents the border line on the top.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFormulaLabel">
             <summary>
            Enumeration of the label types for formula in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormulaLabel.ColumnLabels">
             <summary>
            Represents Column label for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormulaLabel.MixedLabels">
             <summary>
            Represents Mixed label for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormulaLabel.NoLabels">
             <summary>
            Represents no label for formula.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormulaLabel.RowLabels">
             <summary>
            Represents row label for formula.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelBorderWeight">
             <summary>
            Enumeration of the border weight types for lines/pictures in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBorderWeight.Hairline">
             <summary>
            Represents weight of a Hairline border type.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBorderWeight.Medium">
             <summary>
            Represents weight of a Medium border type.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBorderWeight.Thick">
             <summary>
            Represents weight of a Thick border type.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBorderWeight.Thin">
             <summary>
            Represents weight of a Thin border type.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBorderWeight.None">
             <summary>
            Represents weight of a None border type.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelColorIndex">
             <summary>
            Enumeration of the Color Index in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelColorIndex.ColorIndexAutomatic">
             <summary>
            Represents the automatic color index.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelColorIndex.ColorIndexNone">
             <summary>
            Represents no color index.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCalculationMode">
            <summary>
            Enum that defines different types of the formula calculations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCalculationMode.Manual">
            <summary>
            Represents the MANUAL calculation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCalculationMode.Automatic">
            <summary>
            Represents the AUTOMATIC calculation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCalculationMode.AutomaticExceptTables">
            <summary>
            Represents the AUTOMATIC EXCEPT TABLES calculation type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelHAlign">
             <summary>
            Enumeration of the horizontal alignment options for cell formatting in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignGeneral">
             <summary>
            Represents the general horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignLeft">
             <summary>
            Represents left horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignCenter">
             <summary>
            Represents center horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignRight">
             <summary>
            Represents center horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignFill">
             <summary>
            Represents fill horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignJustify">
             <summary>
            Represents justify  horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignCenterAcrossSelection">
             <summary>
            Represents center across selection horizontal alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHAlign.HAlignDistributed">
             <summary>
            Represents distributed horizontal alignment setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelVAlign">
             <summary>
            Enumeration of the vertical alignment options for cell formatting in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVAlign.VAlignTop">
             <summary>
            Represents top vertical alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVAlign.VAlignCenter">
             <summary>
            Represents center vertical alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVAlign.VAlignBottom">
             <summary>
            Represents bottom vertical alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVAlign.VAlignJustify">
             <summary>
            Represents justify vertical alignment setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVAlign.VAlignDistributed">
             <summary>
            Represents distributed vertical alignment setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelOrder">
             <summary>
            Enumeration of page order for sheet in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOrder.DownThenOver">
             <summary>
            Represents Down, then over setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOrder.OverThenDown">
             <summary>
            Represents Over, then down setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPageOrientation">
             <summary>
            Enumeration of page orientation types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageOrientation.Landscape">
             <summary>
            Represents landscape setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageOrientation.Portrait">
             <summary>
            Represents portrait setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPaperSize">
             <summary>
            Enumeration of paper size types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.Paper10x14">
            <summary>
            Represents paper size of 10 inches X 14 inches 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.Paper11x17">
             <summary>
            Represents paper size of 11 inches X 17 inches 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperA3">
             <summary>
            Represents A3 (297 mm x  420 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperA4">
             <summary>
            Represents A4 (210 mm x  297 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperA4Small">
             <summary>
            Represents A4 Small (210 mm x  297 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperA5">
             <summary>
            Represents A5 (148 mm x  210 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperB4">
             <summary>
            Represents B4 (250 mm x  353 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperB5">
             <summary>
            Represents B5 (176 mm x  250 mm) paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperCsheet">
             <summary>
            Represents C paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperDsheet">
             <summary>
            Represents D paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelope10">
             <summary>
            Represents Envelope# 10 paper size(4-1/8 X 9-1/2 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelope11">
             <summary>
            Represents Envelope# 11 paper size( (4-1/2 X 10-3/8 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelope12">
             <summary>
            Represents Envelope# 12 paper size(4-3/4 X 11 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelope14">
             <summary>
            Represents Envelope# 14 paper size(5 X 11-1/2 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelope9">
             <summary>
            Represents Envelope# 9 paper size(3-7/8  X 8-7/8 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeB4">
             <summary>
            Represents B4 Envelope paper size (250 mm x 353 mm).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeB5">
             <summary>
            Represents B5 Envelope paper size (176 mm x 250 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeB6">
             <summary>
            Represents B6 Envelope paper size (176 mm x 125 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeC3">
             <summary>
            Represents C3 Envelope paper size (324 mm x 458 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeC4">
             <summary>
            Represents C4 Envelope paper size (229 mm x 324 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeC5">
             <summary>
            Represents C5 Envelope paper size (162 mm x 229 mm).  
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeC6">
             <summary>
            Represents C6 Envelope paper size (114 mm x 162 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeC65">
             <summary>
            Represents C65 Envelope paper size (114 mm x 229 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeDL">
             <summary>
            Represents DL Envelope paper size (110 mm x 220 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeItaly">
             <summary>
            Represents Italy Envelope paper size (110 mm x 230 mm). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopeMonarch">
             <summary>
            Represents Monarch Envelope paper size (3-7/8  X 7-1/2 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEnvelopePersonal">
             <summary>
            Represents Personal Envelope paper size (3-5/8  X 6-1/2 inches). 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperEsheet">
             <summary>
            Represents E paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperExecutive">
             <summary>
            Represents Executive paper size (7-1/2  X 10-1/2 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperFanfoldLegalGerman">
             <summary>
            Represents German Fanfold paper size (8-1/2  X 13 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperFanfoldStdGerman">
             <summary>
            Represents German Standard Fanfold paper size (8-1/2  X 12 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperFanfoldUS">
             <summary>
            Represents U.S. Standard Fanfold  paper size (14-7/8  X 11 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperFolio">
             <summary>
            Represents Folio paper size (8-1/2  X 13 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperLedger">
             <summary>
            Represents Ledger paper size (17  X 11 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperLegal">
             <summary>
            Represents Legal paper size (8-1/2  X 14 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperLetter">
             <summary>
            Represents Letter paper size (8-1/2  X 11 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperLetterSmall">
             <summary>
            Represents Letter Small paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperNote">
             <summary>
            Represents Note paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperQuarto">
             <summary>
            Represents Quarto paper size(215 mm x 275 mm).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperStatement">
             <summary>
            Represents Statement paper size(5-1/2  X 8-1/2 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperTabloid">
             <summary>
            Represents Tabloid paper size(11 X 17 inches).
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.PaperUser">
             <summary>
            Represents User paper size.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.ISOB4">
            <summary>
            Represents ISO B4 paper size(250 mm by 353 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.JapaneseDoublePostcard">
            <summary>
            Represents Japanese double postcard(200 mm by 148 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.StandardPaper9By11">
            <summary>
            Represents Standard paper(9 in. by 11 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.StandardPaper10By11">
            <summary>
            Represents Standard paper(10 in. by 11 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.StandardPaper15By11">
            <summary>
            Represents Standard paper(15 in. by 11 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.InviteEnvelope">
            <summary>
            Represents Invite envelope (220 mm by 220 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.LetterExtraPaper9275By12">
            <summary>
            Represents Letter extra paper (9.275 in. by 12 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.LegalExtraPaper9275By15">
            <summary>
            Represents Legal extra paper (9.275 in. by 15 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.TabloidExtraPaper">
            <summary>
            Represents Tabloid extra paper (11.69 in. by 18 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A4ExtraPaper">
            <summary>
            Represents A4 extra paper (236 mm by 322 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.LetterTransversePaper">
            <summary>
            Represents Letter transverse paper (8.275 in. by 11 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A4TransversePaper">
            <summary>
            Represents A4 transverse paper (210 mm by 297 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.LetterExtraTransversePaper">
            <summary>
            Represents Letter extra transverse paper (9.275 in. by 12 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.SuperASuperAA4Paper">
            <summary>
            Represents SuperA/SuperA/A4 paper (227 mm by 356 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.SuperBSuperBA3Paper">
            <summary>
            Represents SuperB/SuperB/A3 paper (305 mm by 487 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.LetterPlusPaper">
            <summary>
            Represents Letter plus paper (8.5 in. by 12.69 in.).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A4PlusPaper">
            <summary>
            Represents A4 plus paper (210 mm by 330 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A5TransversePaper">
            <summary>
            Represents A5 transverse paper (148 mm by 210 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.JISB5TransversePaper">
            <summary>
            Represents JIS B5 transverse paper (182 mm by 257 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A3ExtraPaper">
            <summary>
            Represents A3 extra paper (322 mm by 445 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A5ExtraPpaper">
            <summary>
            Represents A5 extra paper (174 mm by 235 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.ISOB5ExtraPaper">
            <summary>
            Represents ISO B5 extra paper (201 mm by 276 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A2Paper">
            <summary>
            Represents A2 paper (420 mm by 594 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A3TransversePaper">
            <summary>
            Represents A3 transverse paper (297 mm by 420 mm).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPaperSize.A3ExtraTransversePaper">
            <summary>
            Represents A3 extra transverse paper (322 mm by 445 mm).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPrintLocation">
             <summary>
            Enumeration representing print comments in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintLocation.PrintInPlace">
             <summary>
            Represents As displayed on sheet  setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintLocation.PrintNoComments">
             <summary>
            Represents (None) setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintLocation.PrintSheetEnd">
             <summary>
            Represents at end of sheet setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPrintErrors">
             <summary>
            Enumeration of Replace Error Values when printing in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintErrors.PrintErrorsBlank">
             <summary>
            Represents the blank option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintErrors.PrintErrorsDash">
             <summary>
            Represents the dash (--) option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintErrors.PrintErrorsDisplayed">
             <summary>
            Represents the displayed option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintErrors.PrintErrorsNA">
             <summary>
            Represents the #N/A option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPageBreakExtent">
             <summary>
            Enumeration of page break extent types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageBreakExtent.PageBreakFull">
             <summary>
            Represents full page break option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageBreakExtent.PageBreakPartial">
             <summary>
            Represents partial page break option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPageBreak">
             <summary>
            Enumeration of page break types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageBreak.PageBreakAutomatic">
             <summary>
            Represents the Automatic option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageBreak.PageBreakManual">
             <summary>
            Represents the Manual option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPageBreak.PageBreakNone">
             <summary>
            Represents the None option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSaveAsAccessMode">
             <summary>
            Enumeration of Save as Access mode types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveAsAccessMode.Exclusive">
            <summary>
            Exclusive mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveAsAccessMode.NoChange">
            <summary>
            No change mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveAsAccessMode.Shared">
            <summary>
            Shared mode.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelUnderline">
            <summary>
            Specifies the underline types for the fonts available in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUnderline.None">
            <summary>
            No underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUnderline.Single">
            <summary>
            Single underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUnderline.Double">
            <summary>
            Double underline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUnderline.SingleAccounting">
            <summary>
            SingleAccounting underline which does not support in chart data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUnderline.DoubleAccounting">
            <summary>
            DoubleAccounting underline  which does not support in chart data labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelMergeOperation">
             <summary>
            Enumeration of merge operation types in Excel.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelMergeOperation.Leave">
             <summary>
            Represents the Leave option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelMergeOperation.Delete">
             <summary>
            Represents the Delete option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFunction">
            <summary>
            Enumeration of Worksheet functions in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NONE">
            <summary>
            Represents the NONE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CustomFunction">
            <summary>
            Represents the Custom function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ABS">
            <summary>
            Represents the ABS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACOS">
            <summary>
            Represents the ACOS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACOSH">
            <summary>
            Represents the ACOSH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ADDRESS">
            <summary>
            Represents the ADDRESS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AND">
            <summary>
            Represents the AND operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AREAS">
            <summary>
            Represents the Areas function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ASIN">
            <summary>
            Represents the ASIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ASINH">
            <summary>
            Represents the ASINH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ATAN">
            <summary>
            Represents the ATAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ATAN2">
            <summary>
            Represents the ATAN2 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ATANH">
            <summary>
            Represents the ATANH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AVEDEV">
            <summary>
            Represents the AVEDEV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AVERAGE">
            <summary>
            Represents the AVERAGE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AVERAGEA">
            <summary>
            Represents the AVERAGEA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HEX2BIN">
            <summary>
            Represents the HEX2BIN function.
            </summary>        
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HEX2DEC">
            <summary>
            Represents the HEX2DEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HEX2OCT">
            <summary>
            Represents the HEX2OCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUNTIFS">
            <summary>
            Represents the COUNTIF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BIN2DEC">
            <summary>
            Represents the BIN2DEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BIN2HEX">
            <summary>
            Represents the BIN2HEX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BIN2OCT">
            <summary>
            Represents the BIN2OCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEC2BIN">
            <summary>
            Represents the DEC2BIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEC2HEX">
            <summary>
            Represents the DEC2HEX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEC2OCT">
            <summary>
            Represents the DEC2OCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OCT2BIN">
            <summary>
            Represents the OCT2BIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OCT2DEC">
            <summary>
            Represents the OCT2DEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OCT2HEX">
            <summary>
            Represents the OCT2HEX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ODDFPRICE">
            <summary>
            Represents the ODDFPRICE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ODDFYIELD">
            <summary>
            Represents the ODDFYEILD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ODDLPRICE">
            <summary>
            Represents the ODDLPRICE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ODDLYIELD">
            <summary>
            Represents the ODDLYEILD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISODD">
            <summary>
            Represents the ISODD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISEVEN">
            <summary>
            Represents the ISEVEN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LCM">
            <summary>
            Represents the LCM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GCD">
            <summary>
            Represents the GCD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMIFS">
            <summary>
            Represents the SUMIFS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AVERAGEIF">
            <summary>
            Represents the AVERAGEIF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AVERAGEIFS">
            <summary>
            Represents the AVERAGEIFS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONVERT">
            <summary>
            Represents the CONVERT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COMPLEX">
            <summary>
            Represents the COMPLEX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPDAYBS">
            <summary>
            Represents the COUPDAYBS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPDAYS">
            <summary>
            Represents the COUPDAYS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPDAYSNC">
            <summary>
            Represents the COUPDAYSNC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPNCD">
            <summary>
            Represents the COUPNCD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPNUM">
            <summary>
            Represents the COUPNUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUPPCD">
            <summary>
            Represents the COUPPCD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DELTA">
            <summary>
            Represents the DELTA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DISC">
            <summary>
            Represents the DISC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DOLLARDE">
            <summary>
            Represents the DOLLARDE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DOLLARFR">
            <summary>
            Represents the DOLLARFR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DURATION">
            <summary>
            Represents the DURATION function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EDATE">
            <summary>
            Represents the EDATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EFFECT">
            <summary>
            Represents the EFFECT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EOMONTH">
            <summary>
            Represents the EOMONTH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERF">
            <summary>
            Represents the ERF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERFC">
            <summary>
            Represents the ERFC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FACTDOUBLE">
            <summary>
            Represents the FACTDOUBLE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GESTEP">
            <summary>
            Represents teh GESTEP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IFERROR">
            <summary>
            Represents the IFERROR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMABS">
            <summary>
            Represents the IMABS function
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMAGINARY">
            <summary>
            Represents the IMAGINARY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMARGUMENT">
            <summary>
            Represents the IMARGUMENT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCONJUGATE">
            <summary>
            Represents the IMCONJUGATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCOS">
            <summary>
            Represents the IMCOS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMEXP">
            <summary>
            Represents the IMEXP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMLN">
            <summary>
            Represents the IMLN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMLOG10">
            <summary>
            Represents the IMLOG10 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMLOG2">
            <summary>
            Represents the IMLOG2 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMREAL">
            <summary>
            Represents the IMREAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSIN">
            <summary>
            Represents the IMSIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSQRT">
            <summary>
            Represents the IMSQRT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSUB">
             <summary>
            Represents the IMSUB function. 
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSUM">
            <summary>
            Represents the IMSUM function.
            </summary>        
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMDIV">
            <summary>
            Represents the IMDIV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMPOWER">
            <summary>
            Represents the IMPOWER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMPRODUCT">
            <summary>
            Represents the IMPRODUCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACCRINT">
            <summary>
            Represents the ACCRINT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACCRINTM">
            <summary>
            Represents the ACCRINTM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AGGREGATE">
            <summary>
            Represents the AGGREGATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AMORDEGRC">
            <summary>
            Represents the AMORDEGRC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.AMORLINC">
            <summary>
            Represents the AMORLINC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BAHTTEXT">
            <summary>
            Represents the BAHTTEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BESSELI">
            <summary>
            Represents the BESSELI function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BESSELJ">
            <summary>
            Represents the BESSELJ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BESSELK">
            <summary>
            Represents the BESSELK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BESSELY">
            <summary>
            Represents the BESSELY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBEKPIMEMBER">
            <summary>
            Represents the CUBEKPIMEMBER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBEMEMBER">
            <summary>
            Represents the CUBEMEMBER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBERANKEDMEMBER">
            <summary>
            Represents the CUBERANKEDMEMBER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBESET">
            <summary>
            Represents the CUBESET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBESETCOUNT">
            <summary>
            Represents the CUBESETCOUNT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBEMEMBERPROPERTY">
            <summary>
            Represents the CUBEMEMBERPROPERTY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUMIPMT">
            <summary>
            Represents the CUMIPMT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUMPRINC">
            <summary>
            Represents the CUMPRINC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FVSCHEDULE">
            <summary>
            Represents the FVSCHEDULE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INTRATE">
            <summary>
            Represents the INTRATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LINTEST">
            <summary>
            Represents the LINTEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUBEVALUE">
            <summary>
            Represents the CUBEVALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MDURATION">
            <summary>
            Represents the MDURATION function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MROUND">
            <summary>
            Represents the MROUND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MULTINOMIAL">
            <summary>
            Represents the MULTINOMIAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NETWORKDAYS">
            <summary>
            Represents the NETWORKDAYS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NOMINAL">
            <summary>
            Represents the NOMINAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PRICE">
            <summary>
            Represents the PRICE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PRICEDISC">
            <summary>
            Represents the PRICEDISC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PRICEMAT">
            <summary>
            Represents the PRICEMAT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.QUOTIENT">
            <summary>
            Represents the QUOTIENT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RANDBETWEEN">
            <summary>
            Represents the RANDBETWEEN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RECEIVED">
            <summary>
            Represents the RECEIVED function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SERIESSUM">
            <summary>
            Represents the SERIESSUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SQRTPI">
            <summary>
            Represents the SQRTPI function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TBILLEQ">
            <summary>
            Represents the TBILLEQ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TBILLPRICE">
            <summary>
            Represents the TBILLPRICE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TBILLYIELD">
            <summary>
            Represents the TBILLYIELD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WEEKNUM">
            <summary>
            Represents the WEEKNUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WORKDAY">
            <summary>
            Represents the WORKDAY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.XIRR">
            <summary>
            Represents the XIRR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.XNPV">
            <summary>
            Represents the XNPV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.YEARFRAC">
            <summary>
            Represents the YEAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.YIELD">
            <summary>
            Represents the YIELD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.YIELDDISC">
            <summary>
            Represents the YIELDDISC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.YIELDMAT">
            <summary>
            Represents the YIELDMAT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WORKDAYINTL">
            <summary>
            Represents the WORKDAY.INTL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BETA_INV">
            <summary>
            Represents the BETA.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BINOM_DIST">
            <summary>
            Represents the BINOM.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BINOM_INV">
            <summary>
            Represents the BINOM.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CEILING_PRECISE">
            <summary>
            Represents the CEILING.PRECISE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHISQ_DIST">
            <summary>
            Represents the CHISQ.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHISQ_DIST_RT">
            <summary>
            Represents the CHISQ.DIST.RT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHISQ_INV">
            <summary>
            Represents the CHISQ.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHISQ_INV_RT">
            <summary>
            Represents the CHISQ.INV.RT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHISQ_TEST">
            <summary>
            Represents the CHISQ.TEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONFIDENCE_NORM">
            <summary>
            Represents the CONFIDENCE.NORM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONFIDENCE_T">
            <summary>
            Represents the CONFIDENCE.T function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COVARIANCE_P">
            <summary>
            Represents the COVARIANCE.P function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COVARIANCE_S">
            <summary>
            Represents the COVARIANCE.S function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERF_PRECISE">
            <summary>
            Represents the ERF.PRECISE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERFC_PRECISE">
            <summary>
            Represents the ERFC.PRECISE function.
            </summary>      
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.F_DIST">
            <summary>
            Represents the F.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.F_DIST_RT">
            <summary>
            Represents the F.DIST.RT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.F_INV">
            <summary>
            Represents the F.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.F_INV_RT">
            <summary>
            Represents the F.INV.RT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.F_TEST">
            <summary>
            Represents the F.TEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FLOOR_PRECISE">
            <summary>
            Represents the FLOOR.PRECISE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMA_DIST">
            <summary>
            Represents the GAMMA.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMA_INV">
            <summary>
            Represents the GAMMA.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMALN_PRECISE">
            <summary>
            Represents the GAMMALN.PRECISE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HYPGEOM_DIST">
            <summary>
            Represents the HYPGEOM.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOGNORM_DIST">
            <summary>
            Represents the LOGNORM.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOGNORM_INV">
            <summary>
            Represents the LOGNORM.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MODE_MULT">
            <summary>
            Represents the MODE.MULT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MODE_SNGL">
            <summary>
            Represents the MODE.SNGL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NEGBINOM_DIST">
            <summary>
            Represents the NEGBINOM.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NETWORKDAYS_INTL">
            <summary>
            Represents the NETWORKDAYS.INTL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORM_DIST">
            <summary>
            Represents the NORM.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORM_INV">
            <summary>
            Represents the NORM.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORM_S_DIST">
            <summary>
            Represents the NORM.S.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTILE_EXC">
            <summary>
            Represents the PERCENTILE.EXC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTILE_INC">
            <summary>
            Represents the PERCENTILE.INC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTRANK_EXC">
            <summary>
            Represents the PERCENTRANK.EXC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTRANK_INC">
            <summary>
            Represents the PRECENTRANK.INC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.POISSON_DIST">
            <summary>
            Represents the POISSON.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.QUARTILE_EXC">
            <summary>
            Represents the QUARTILE.EXC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.QUARTILE_INC">
            <summary>
            Represents the QUARTILE.INC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RANK_AVG">
            <summary>
            Represents the RANK.AVG function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RANK_EQ">
            <summary>
            Represents the RANK.EQ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEV_P">
            <summary>
            Represents the STDEV.P function. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEV_S">
            <summary>
            Represents the STDEV.S function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_DIST">
            <summary>
            Represents the T.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_DIST_2T">
            <summary>
            Represents the T.DIST.2T function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_DIST_RT">
            <summary>
            Represents the T.DIST.RT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_INV">
            <summary>
            Represents the T.INV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_INV_2T">
            <summary>
            Represents the T.INV.2T function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T_TEST">
            <summary>
            Represents the T.TEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VAR_P">
            <summary>
            Represents the VAR.P function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VAR_S">
            <summary>
            Represents the VAR.S function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WEIBULL_DIST">
            <summary>
            Represents the WEIBULL.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WORKDAY_INTL">
            <summary>
            Represents the WORKDAY.INTL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.Z_TEST">
            <summary>
            Represents the Z.TEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BETA_DIST">
            <summary>
            Represents the BETA.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EUROCONVERT">
            <summary>
            Represents the EUROCONVERT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PHONETIC">
            <summary>
            Represents the PHONETIC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REGISTER_ID">
            <summary>
            Represents the REGISTER.ID function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SQL_REQUEST">
            <summary>
            Represents the SQL.REQUEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.JIS">
            <summary>
            Represents the JIS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXPON_DIST">
            <summary>
            Represents the EXPON.DIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DAYS">
            <summary>
            Represents the DAYS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISOWEEKNUM">
            <summary>
            Represents the ISOWEEKNUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BITAND">
            <summary>
            Represents the BITAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BITLSHIFT">
            <summary>
            Represents the BITLSHIFT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BITOR">
            <summary>
            Represents the BITOR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BITRSHIFT">
            <summary>
            Represents the BITXOR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BITXOR">
            <summary>
            Represents the BITXOR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCOSH">
            <summary>
            Represents the IMCOSH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCOT">
            <summary>
            Represents the IMCOT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCSC">
            <summary>
            Represents the IMCSC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMCSCH">
            <summary>
            Represents the IMCSCH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSEC">
            <summary>
            Represents the IMSEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSECH">
            <summary>
            Represents the IMSECH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMSINH">
            <summary>
            Represents the IMSINH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IMTAN">
            <summary>
            Represents the IMTAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PDURATION">
            <summary>
            Represents the PDURATION function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RRI">
            <summary>
            Represents the RRI function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISFORMULA">
            <summary>
            Represents the ISFORMULA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SHEET">
            <summary>
            Represents the SHEET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SHEETS">
            <summary>
            Represents the SHEETS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IFNA">
            <summary>
            Represents the IFNA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.XOR">
            <summary>
            Represents the XOR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORMULATEXT">
            <summary>
            Represents the FORMULATEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACOT">
            <summary>
            Represents the ACOT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACOTH">
            <summary>
            Represents the ACOTH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ARABIC">
            <summary>
            Represents the ARABIC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BASE">
            <summary>
            Represents the BASE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CEILING_MATH">
            <summary>
            Represents the CEILING.MATH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COMBINA">
            <summary>
            Represents the COMBINA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COT">
            <summary>
            Represents the COT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COTH">
            <summary>
            Represents the COTH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CSC">
            <summary>
            Represents the CSC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CSCH">
            <summary>
            Represents the CSCH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DECIMAL">
            <summary>
            Represents the DECIMAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FLOOR_MATH">
            <summary>
            Represents the FLOOR.MATH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISO_CEILING">
            <summary>
            Represents the ISO.CEILING function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MUNIT">
            <summary>
            Represents the MUNIT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SEC">
            <summary>
            Represents the SEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SECH">
            <summary>
            Represents the SECH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BINOM_DIST_RANGE">
            <summary>
            Represents the BINOM.DIST.RANGE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMA">
            <summary>
            Represents the GAMMA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAUSS">
            <summary>
            Represents the GAUSS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERMUTATIONA">
            <summary>
            Represents the PERMUTATIONA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PHI">
            <summary>
            Represents the PHI function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SKEW_P">
            <summary>
            Represents the SKEW.P function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NUMBERVALUE">
            <summary>
            Represents the NUMBERVALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.UNICHAR">
            <summary>
            Represents the UNICHAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.UNICODE">
            <summary>
            Represents the UNICODE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ENCODEURL">
            <summary>
            Represents the ENCODEURL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FILTERXML">
            <summary>
            Represents the FILTERXML function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WEBSERVICE">
            <summary>
            Represents the WEBSERVICE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TEXTJOIN">
            <summary>
            Represents the TEXTJOIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONCAT">
            <summary>
            Represents the CONCAT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IFS">
            <summary>
            Represents the IFS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SWITCH">
            <summary>
            Represents the SWITCH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MINIFS">
            <summary>
            Represents the MINIFS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MAXIFS">
            <summary>
            Represents the MAXIFS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST_ETS">
            <summary>
            Represents the FORECAST.ETS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST_ETS_SEASONALITY">
            <summary>
            Represents the FORECAST.ETS.SEASONALITY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST_LINEAR">
            <summary>
            Represents the FORECAST.LINEAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST_ETS_CONFINT">
            <summary>
            Represents the FORECAST.ETS.CONFINT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST_ETS_STAT">
            <summary>
            Represents the FORECAST.ETS.STAT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BETADIST">
            <summary>
            Represents the BETADIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BETAINV">
            <summary>
            Represents the BETAINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.BINOMDIST">
            <summary>
            Represents the BINOMDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CEILING">
            <summary>
            Represents the CEILING function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CELL">
            <summary>
            Represents the CELL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHAR">
            <summary>
            Represents the CHAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHIDIST">
            <summary>
            Represents the CHIDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHIINV">
            <summary>
            Represents the CHIINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHITEST">
            <summary>
            Represents the CHITEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHOOSE">
            <summary>
            Represents the CHOOSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CLEAN">
            <summary>
            Represents the CLEAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CODE">
            <summary>
            Represents the CODE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COLUMN">
            <summary>
            Represents the COLUMN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COLUMNS">
            <summary>
            Represents the COLUMNS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COMBIN">
            <summary>
            Represents the COMBIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONCATENATE">
            <summary>
            Represents the CONCATENATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CONFIDENCE">
            <summary>
            Represents the CONFIDENCE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CORREL">
            <summary>
            Represents the CORREL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COS">
            <summary>
            Represents the COS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COSH">
            <summary>
            Represents the COSH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUNT">
            <summary>
            Represents the COUNT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUNTA">
            <summary>
            Represents the COUNTA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUNTBLANK">
            <summary>
            Represents the COUNTBLANK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COUNTIF">
            <summary>
            Represents the COUNTIF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.COVAR">
            <summary>
            Represents the COVAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CRITBINOM">
            <summary>
            Represents the CRITBINOM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DATE">
            <summary>
            Represents the DATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DATEVALUE">
            <summary>
            Represents the DATEVALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DAVERAGE">
            <summary>
            Represents the DAVERAGE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DAY">
            <summary>
            Represents the DAY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DAYS360">
            <summary>
            Represents the DAYS360 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DB">
            <summary>
            Represents the DB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DCOUNT">
            <summary>
            Represents the DCOUNT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DCOUNTA">
            <summary>
            Represents the DCOUNTA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DDB">
            <summary>
            Represents the DDB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEGREES">
            <summary>
            Represents the DEGREES function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEVSQ">
            <summary>
            Represents the DEVSQ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DMAX">
            <summary>
            Represents the DMAX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DMIN">
            <summary>
            Represents the DMIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DOLLAR">
            <summary>
            Represents the DOLLAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DPRODUCT">
            <summary>
            Represents the DPRODUCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DSTDEV">
            <summary>
            Represents the DSTDEV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DSTDEVP">
            <summary>
            Represents the DSTDEVP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DSUM">
            <summary>
            Represents the DSUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DVAR">
            <summary>
            Represents the DVAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DVARP">
            <summary>
            Represents the DVARP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERROR">
            <summary>
            Represents the ERROR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ERRORTYPE">
            <summary>
            Represents the ERRORTYPE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EVEN">
            <summary>
            Represents the EVEN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXACT">
            <summary>
            Represents the EXACT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXP">
            <summary>
            Represents the EXP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXPONDIST">
            <summary>
            Represents the EXPONDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FACT">
            <summary>
            Represents the FACT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FALSE">
            <summary>
            Represents the FALSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FDIST">
            <summary>
            Represents the FDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FIND">
            <summary>
            Represents the FIND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FINDB">
            <summary>
            Represents the FINDB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FINV">
            <summary>
            Represents the FINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FISHER">
            <summary>
            Represents the FISHER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FISHERINV">
            <summary>
            Represents the FISHERINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FIXED">
            <summary>
            Represents the FIXED function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FLOOR">
            <summary>
            Represents the FLOOR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORECAST">
            <summary>
            Represents the FORECAST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FREQUENCY">
            <summary>
            Represents the FREQUENCY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FTEST">
            <summary>
            Represents the FTEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FV">
            <summary>
            Represents the FV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMADIST">
            <summary>
            Represents the GAMMADIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMAINV">
            <summary>
            Represents the GAMMAINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GAMMALN">
            <summary>
            Represents the GAMMALN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GEOMEAN">
            <summary>
            Represents the GEOMEAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETPIVOTDATA">
            <summary>
            Represents the GETPIVOTDATA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GROWTH">
            <summary>
            Represents the GROWTH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HARMEAN">
            <summary>
            Represents the HARMEAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HLOOKUP">
            <summary>
            Represents the HLOOKUP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HOUR">
            <summary>
            Represents the HOUR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HYPERLINK">
            <summary>
            Represents the HYPERLINK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HYPGEOMDIST">
            <summary>
            Represents the HYPGEOMDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IF">
            <summary>
            Represents the IF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INDEX">
            <summary>
            Represents the INDEX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INDIRECT">
            <summary>
            Represents the INDIRECT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INFO">
            <summary>
            Represents the INFO function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INT">
            <summary>
            Represents the INT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INTERCEPT">
            <summary>
            Represents the INTERCEPT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IPMT">
            <summary>
            Represents the IPMT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.IRR">
            <summary>
            Represents the IRR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISBLANK">
            <summary>
            Represents the ISBLANK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISERR">
            <summary>
            Represents the ISERR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISERROR">
            <summary>
            Represents the ISERROR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISLOGICAL">
            <summary>
            Represents the ISLOGICAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISNA">
            <summary>
            Represents the ISNA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISNONTEXT">
            <summary>
            Represents the ISNONTEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISNUMBER">
            <summary>
            Represents the ISNUMBER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISPMT">
            <summary>
            Represents the ISPMT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISREF">
            <summary>
            Represents the ISREF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ISTEXT">
            <summary>
            Represents the ISTEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.KURT">
            <summary>
            Represents the KURT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LARGE">
            <summary>
            Represents the LARGE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LEFT">
            <summary>
            Represents the LEFT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LEFTB">
            <summary>
            Represents the LEFTB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LEN">
            <summary>
            Represents the LEN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LENB">
            <summary>
            LENB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LINEST">
            <summary>
            Represents the LINEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LN">
            <summary>
            Represents the LN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOG">
            <summary>
            Represents the LOG function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOG10">
            <summary>
            Represents the LOG10 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOGEST">
            <summary>
            Represents the LOGEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOGINV">
            <summary>
            Represents the LOGINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOGNORMDIST">
            <summary>
            Represents the LOGNORMDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOOKUP">
            <summary>
            Represents the LOOKUP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LOWER">
            <summary>
            Represents the LOWER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MATCH">
            <summary>
            Represents the MATCH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MAX">
            <summary>
            Represents the MAX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MAXA">
            <summary>
            Represents the MAXA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MDETERM">
            <summary>
            Represents the MDETERM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MEDIAN">
            <summary>
            Represents the MEDIAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MID">
            <summary>
            Represents the MID function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MIDB">
            <summary>
            Represents the MIDB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MIN">
            <summary>
            Represents the MIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MINA">
            <summary>
            Represents the MINA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MINUTE">
            <summary>
            Represents the MINUTE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MINVERSE">
            <summary>
            Represents the MINVERSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MIRR">
            <summary>
            Represents the MIRR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MMULT">
            <summary>
            Represents the MMULT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MOD">
            <summary>
            Represents the MOD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MODE">
            <summary>
            Represents the MODE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MONTH">
            <summary>
            Represents the MONTH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.N">
            <summary>
            Represents the N function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NA">
            <summary>
            Represents the NA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NEGBINOMDIST">
            <summary>
            Represents the NEGBINOMDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORMDIST">
            <summary>
            Represents the NORMDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORMINV">
            <summary>
            Represents the NORMINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORMSDIST">
            <summary>
            Represents the NORMSDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NORMSINV">
            <summary>
            Represents the NORMSINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NOT">
            <summary>
            Represents the NOT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NOW">
            <summary>
            Represents the NOW function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NPER">
            <summary>
            Represents the NPER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NPV">
            <summary>
            Represents the NPV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ODD">
            <summary>
            Represents the ODD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OFFSET">
            <summary>
            Represents the OFFSET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OR">
            <summary>
            Represents the OR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PEARSON">
            <summary>
            Represents the PEARSON function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTILE">
            <summary>
            Represents the PERCENTILE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERCENTRANK">
            <summary>
            Represents the PERCENTRANK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PERMUT">
            <summary>
            Represents the PERMUT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PI">
            <summary>
            Represents the PI function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PMT">
            <summary>
            Represents the PMT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.POISSON">
            <summary>
            Represents the POISSON function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.POWER">
            <summary>
            Represents the POWER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PPMT">
            <summary>
            Represents the PPMT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PROB">
            <summary>
            Represents the PROB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PRODUCT">
            <summary>
            Represents the PRODUCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PROPER">
            <summary>
            Represents the PROPER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PV">
            <summary>
            Represents the PV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.QUARTILE">
            <summary>
            Represents the QUARTILE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RADIANS">
            <summary>
            Represents the RADIANS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RAND">
            <summary>
            Represents the RAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RANK">
            <summary>
            Represents the RANK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RATE">
            <summary>
            Represents the RATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REPLACE">
            <summary>
            Represents the REPLACE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REPLACEB">
            <summary>
            Represents the REPLACEB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RIGHT">
            <summary>
            Represents the RIGHT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RIGHTB">
            <summary>
            Represents the RIGHTB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROMAN">
            <summary>
            Represents the ROMAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROUND">
            <summary>
            Represents the ROUND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROUNDDOWN">
            <summary>
            Represents the ROUNDDOWN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROUNDUP">
            <summary>
            Represents the ROUNDUP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROW">
            <summary>
            Represents the ROW function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ROWS">
            <summary>
            Represents the ROWS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RSQ">
            <summary>
            Represents the RSQ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SEARCH">
            <summary>
            Represents the SEARCH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SEARCHB">
            <summary>
            Represents the SEARCHB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SECOND">
            <summary>
            Represents the SECOND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SIGN">
            <summary>
            Represents the SIGN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SIN">
            <summary>
            Represents the SIN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SINH">
            <summary>
            Represents the SINH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SKEW">
            <summary>
            Represents the SKEW function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SLN">
            <summary>
            Represents the SLN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SLOPE">
            <summary>
            Represents the SLOPE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SMALL">
            <summary>
            Represents the SMALL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SQRT">
            <summary>
            Represents the SQRT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STANDARDIZE">
            <summary>
            Represents the STANDARDIZE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEV">
            <summary>
            Represents the STDEV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEVA">
            <summary>
            Represents the STDEVA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEVP">
            <summary>
            Represents the STDEVP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STDEVPA">
            <summary>
            Represents the STDEVPA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STEYX">
            <summary>
            Represents the STEYX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUBSTITUTE">
            <summary>
            Represents the SUBSTITUTE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUBTOTAL">
            <summary>
            Represents the SUBTOTAL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUM">
            <summary>
            Represents the SUM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMIF">
            <summary>
            Represents the SUMIF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMPRODUCT">
            <summary>
            Represents the SUMPRODUCT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMSQ">
            <summary>
            Represents the SUMSQ function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMX2MY2">
            <summary>
            Represents the SUMX2MY2 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMX2PY2">
            <summary>
            Represents the SUMX2PY2 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SUMXMY2">
            <summary>
            Represents the SUMXMY2 function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SYD">
            <summary>
            Represents the SYD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.T">
            <summary>
            Represents the T function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TAN">
            <summary>
            Represents the TAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TANH">
            <summary>
            Represents the TANH function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TDIST">
            <summary>
            Represents the TDIST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TEXT">
            <summary>
            Represents the TEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TIME">
            <summary>
            Represents the TIME function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TIMEVALUE">
            <summary>
            Represents the TIMEVALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TINV">
            <summary>
            Represents the TINV function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TODAY">
            <summary>
            Represents the TODAY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TRANSPOSE">
            <summary>
            Represents the TRANSPOSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TREND">
            <summary>
            Represents the TREND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TRIM">
            <summary>
            Represents the TRIM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TRIMMEAN">
            <summary>
            Represents the TRIMMEAN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TRUE">
            <summary>
            Represents the TRUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TRUNC">
            <summary>
            Represents the TRUNC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TTEST">
            <summary>
            Represents the TTEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TYPE">
            <summary>
            Represents the TYPE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.UPPER">
            <summary>
            Represents the UPPER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VALUE">
            <summary>
            Represents the VALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VAR">
            <summary>
            Represents the VAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VARA">
            <summary>
            Represents the VARA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VARP">
            <summary>
            Represents the VARP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VARPA">
            <summary>
            Represents the VARPA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VDB">
            <summary>
            Represents the VDB function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VLOOKUP">
            <summary>
            Represents the VLOOKUP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WEEKDAY">
            <summary>
            Represents the WEEKDAY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WEIBULL">
            <summary>
            Represents the WEIBULL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.YEAR">
            <summary>
            Represents the YEAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ZTEST">
            <summary>
            Represents the ZTEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ABSREF">
            <summary>
            Represents the ABSREF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ACTIVECELL">
            <summary>
            Represents the ACTIVECELL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ADDBAR">
            <summary>
            Represents the ADDBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ADDCOMMAND">
            <summary>
            Represents the ADDCOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ADDMENU">
            <summary>
            Represents the ADDMENU function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ADDTOOLBAR">
            <summary>
            Represents the ADDTOOLBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.APPTITLE">
            <summary>
            Represents the APPTITLE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ARGUMENT">
            <summary>
            Represents the ARGUMENT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ASC">
            <summary>
            Represents the ASC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CALL">
            <summary>
            Represents the CALL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CALLER">
            <summary>
            Represents the CALLER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CANCELKEY">
            <summary>
            Represents the CANCELKEY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CHECKCOMMAND">
            <summary>
            Represents the CHECKCOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CREATEOBJECT">
            <summary>
            Represents the CREATEOBJECT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUSTOMREPEAT">
            <summary>
            Represents the CUSTOMREPEAT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.CUSTOMUNDO">
            <summary>
            Represents the CUSTOMUNDO function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DATEDIF">
            <summary>
            Represents the DATEDIF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DATESTRING">
            <summary>
            Represents the DATESTRING function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DBCS">
            <summary>
            Represents the DBCS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DELETEBAR">
            <summary>
            Represents the DELETEBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DELETECOMMAND">
            <summary>
            Represents the DELETECOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DELETEMENU">
            <summary>
            Represents the DELETEMENU function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DELETETOOLBAR">
            <summary>
            Represents the DELETETOOLBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DEREF">
            <summary>
            Represents the DEREF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DGET">
            <summary>
            Represents the DGET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DIALOGBOX">
            <summary>
            Represents the DIALOGBOX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DIRECTORY">
            <summary>
            Represents the DIRECTORY function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.DOCUMENTS">
            <summary>
            Represents the DOCUMENTS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ECHO">
            <summary>
            Represents the ECHO function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ENABLECOMMAND">
            <summary>
            Represents the ENABLECOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.ENABLETOOL">
            <summary>
            Represents the ENABLETOOL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EVALUATE">
            <summary>
            Represents the EVALUATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXEC">
            <summary>
            Represents the EXEC function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.EXECUTE">
            <summary>
            Represents the EXECUTE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FILES">
            <summary>
            Represents the FILES function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FOPEN">
            <summary>
            Represents the FOPEN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FORMULACONVERT">
            <summary>
            Represents the FORMULACONVERT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FPOS">
            <summary>
            Represents the FPOS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FREAD">
            <summary>
            Represents the FREAD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FREADLN">
            <summary>
            Represents the FREADLN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FSIZE">
            <summary>
            Represents the FSIZE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FWRITE">
            <summary>
            Represents the FWRITE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FWRITELN">
            <summary>
            Represents the FWRITELN function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.FCLOSE">
            <summary>
            Represents the FCLOSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETBAR">
            <summary>
            Represents the GETBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETCELL">
            <summary>
            Represents the GETCELL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETCHARTITEM">
            <summary>
            Represents the GETCHARTITEM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETDEF">
            <summary>
            Represents the GETDEF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETDOCUMENT">
            <summary>
            Represents the GETDOCUMENT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETFORMULA">
            <summary>
            Represents the GETFORMULA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETLINKINFO">
            <summary>
            Represents the GETLINKINFO function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETMOVIE">
            <summary>
            Represents the GETMOVIE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETNAME">
            <summary>
            Represents the GETNAME function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETNOTE">
            <summary>
            Represents the GETNOTE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETOBJECT">
            <summary>
            Represents the GETOBJECT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETPIVOTFIELD">
            <summary>
            Represents the GETPIVOTFIELD function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETPIVOTITEM">
            <summary>
            Represents the GETPIVOTITEM function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETPIVOTTABLE">
            <summary>
            Represents the GETPIVOTTABLE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETTOOL">
            <summary>
            Represents the GETTOOL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETTOOLBAR">
            <summary>
            Represents the GETTOOLBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETWINDOW">
            <summary>
            Represents the GETWINDOW function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETWORKBOOK">
            <summary>
            Represents the GETWORKBOOK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GETWORKSPACE">
            <summary>
            Represents the GETWORKSPACE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GOTO">
            <summary>
            Represents the GOTO function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.GROUP">
            <summary>
            Represents the GROUP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HALT">
            <summary>
            Represents the HALT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.HELP">
            <summary>
            Represents the HELP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INITIATE">
            <summary>
            Represents the INITIATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.INPUT">
            <summary>
            Represents the INPUT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LASTERROR">
            <summary>
            Represents the LASTERROR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.LINKS">
            <summary>
            Represents the LINKS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.MOVIECOMMAND">
            <summary>
            Represents the MOVIECOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NAMES">
            <summary>
            Represents the NAMES function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NOTE">
            <summary>
            Represents the NOTE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.NUMBERSTRING">
            <summary>
            Represents the NUMBERSTRING function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OPENDIALOG">
            <summary>
            Represents the OPENDIALOG function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.OPTIONSLISTSGET">
            <summary>
            Represents the OPTIONSLISTSGET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PAUSE">
            <summary>
            Represents the PAUSE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PIVOTADDDATA">
            <summary>
            Represents the PIVOTADDDATA function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.POKE">
            <summary>
            Represents the POKE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.PRESSTOOL">
            <summary>
            Represents the PRESSTOOL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REFTEXT">
            <summary>
            Represents the REFTEXT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REGISTER">
            <summary>
            Represents the REGISTER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REGISTERID">
            <summary>
            Represents the REGISTERID function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RELREF">
            <summary>
            Represents the RELREF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RENAMECOMMAND">
            <summary>
            Represents the RENAMECOMMAND function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REPT">
            <summary>
            Represents the REPT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.REQUEST">
            <summary>
            Represents the REQUEST function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RESETTOOLBAR">
            <summary>
            Represents the RESETTOOLBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RESTART">
            <summary>
            Represents the RESTART function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RESULT">
            <summary>
            Represents the RESULT function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.RESUME">
            <summary>
            Represents the RESUME function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SAVEDIALOG">
            <summary>
            Represents the SAVEDIALOG function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SAVETOOLBAR">
            <summary>
            Represents the SAVETOOLBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SCENARIOGET">
            <summary>
            Represents the SCENARIOGET function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SELECTION">
            <summary>
            Represents the SELECTION function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SERIES">
            <summary>
            Represents the SERIES function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SETNAME">
            <summary>
            Represents the SETNAME function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SETVALUE">
            <summary>
            Represents the SETVALUE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SHOWBAR">
            <summary>
            Represents the SHOWBAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.SPELLINGCHECK">
            <summary>
            Represents the SPELLINGCHECK function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.STEP">
            <summary>
            Represents the STEP function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TERMINATE">
            <summary>
            Represents the TERMINATE function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TEXTBOX">
            <summary>
            Represents the TEXTBOX function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.TEXTREF">
            <summary>
            Represents the TEXTREF function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.UNREGISTER">
            <summary>
            Represents the UNREGISTER function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.USDOLLAR">
            <summary>
            Represents the USDOLLAR function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.VOLATILE">
            <summary>
            Represents the VOLATIL function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WINDOWS">
            <summary>
            Represents the WINDOWS function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFunction.WINDOWTITLE">
            <summary>
            Represents the WINDOWTITLE function.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SheetView">
            <summary>
            Defines the view setting of the sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SheetView.Normal">
            <summary>
            Normal view
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SheetView.PageBreakPreview">
            <summary>
            Page break preview
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SheetView.PageLayout">
            <summary>
            Page Layout View
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelKnownColors">
            <summary>
            Specifies the possible colors in Excel. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Black">
            <summary>
             Black color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.White">
            <summary>
             White color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Red">
            <summary>
             Red color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.LightGreen">
            <summary>
             LightGreen color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Blue">
            <summary>
             Blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Yellow">
            <summary>
             Yellow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Magenta">
            <summary>
             Magenta color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Cyan">
            <summary>
             Cyan color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.None">
            <summary>
            No color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Aqua">
            <summary>
             Aqua color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.BlackCustom">
            <summary>
             BlackCustom color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.BlueCustom">
            <summary>
             BlueCustom color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Blue_grey">
            <summary>
             Blue_grey color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Bright_green">
            <summary>
             Bright_green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Brown">
            <summary>
             Brown color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Dark_blue">
            <summary>
             Dark_blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Dark_green">
            <summary>
             Dark_green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Dark_red">
            <summary>
             Dark_red color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Dark_teal">
            <summary>
             Dark_teal color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Dark_yellow">
            <summary>
             Dark_yellow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Gold">
            <summary>
             Gold color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Green">
            <summary>
             Green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Grey_25_percent">
            <summary>
             Grey_25_percent color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Grey_40_percent">
            <summary>
             Grey_40_percent color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Grey_50_percent">
            <summary>
             Grey_50_percent color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Grey_80_percent">
            <summary>
             Grey_80_percent color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Indigo">
            <summary>
             Indigo color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Lavender">
            <summary>
             Lavender color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Light_blue">
            <summary>
             Light_blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Light_green">
            <summary>
             Light_green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Light_orange">
            <summary>
             Light_orange color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Light_turquoise">
            <summary>
             Light_turquoise color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Light_yellow">
            <summary>
             Light_yellow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Lime">
            <summary>
             Lime color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Olive_green">
            <summary>
             Olive_green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Orange">
            <summary>
             Orange color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Pale_blue">
            <summary>
             Pale_blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Pink">
            <summary>
             Pink color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Plum">
            <summary>
             Plum color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Red2">
            <summary>
             Red2 color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Rose">
            <summary>
             Rose color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Sea_green">
            <summary>
             Sea_green color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Sky_blue">
            <summary>
             Sky_blue color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Tan">
            <summary>
             Tan color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Teal">
            <summary>
             Teal color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Turquoise">
            <summary>
             Turquoise color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Violet">
            <summary>
             Violet color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.WhiteCustom">
            <summary>
             WhiteCustom color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.YellowCustom">
            <summary>
             YellowCustom color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom0">
            <summary>
             Custom0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom1">
            <summary>
             Custom1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom2">
            <summary>
             Custom2.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom3">
            <summary>
             Custom3.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom4">
            <summary>
             Custom4.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom5">
            <summary>
             Custom5.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom6">
            <summary>
             Custom6.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom7">
            <summary>
             Custom7.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom8">
            <summary>
             Custom8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom9">
            <summary>
             Custom9.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom10">
            <summary>
             Custom10.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom11">
            <summary>
             Custom11.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom12">
            <summary>
             Custom12.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom13">
            <summary>
             Custom13.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom14">
            <summary>
             Custom14.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom15">
            <summary>
             Custom15.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom16">
            <summary>
             Custom16.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom17">
            <summary>
             Custom17.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom18">
            <summary>
             Custom18.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom19">
            <summary>
             Custom19.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom20">
            <summary>
             Custom20.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom21">
            <summary>
             Custom21.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom22">
            <summary>
             Custom22.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom23">
            <summary>
             Custom23.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom24">
            <summary>
             Custom24.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom25">
            <summary>
             Custom25.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom26">
            <summary>
             Custom26.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom27">
            <summary>
             Custom27.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom28">
            <summary>
             Custom28.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom29">
            <summary>
             Custom29.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom30">
            <summary>
             Custom30.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom31">
            <summary>
             Custom31.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom32">
            <summary>
             Custom32.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom33">
            <summary>
             Custom33.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom34">
            <summary>
             Custom34.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom35">
            <summary>
             Custom35.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom36">
            <summary>
             Custom36.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom37">
            <summary>
             Custom37.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom38">
            <summary>
             Custom38.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom39">
            <summary>
             Custom39.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom40">
            <summary>
             Custom40.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom41">
            <summary>
             Custom41.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom42">
            <summary>
             Custom42.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom43">
            <summary>
             Custom43.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom44">
            <summary>
             Custom44.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom45">
            <summary>
             Custom45.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom46">
            <summary>
             Custom46.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom47">
            <summary>
             Custom47.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom48">
            <summary>
             Custom48.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom49">
            <summary>
             Custom49.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom50">
            <summary>
             Custom50.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom51">
            <summary>
             Custom51.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom52">
            <summary>
             Custom52.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom53">
            <summary>
             Custom53.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom54">
            <summary>
             Custom54.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom55">
            <summary>
            Custom55.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelKnownColors.Custom56">
            <summary>
            Custom56.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGroupBy">
            <summary>
            Specifies the Group types in Excel. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGroupBy.ByRows">
            <summary>
            Grouping by Rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGroupBy.ByColumns">
            <summary>
            Grouping by columns.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPattern">
            <summary>
            Enumeration of Patterns available in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.None">
            <summary>
            No pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Solid">
            <summary>
            Represents the Solid pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent50">
            <summary>
            Represents the Percent50 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent70">
            <summary>
            Represents the Percent70 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent25">
            <summary>
            Represents the Percent25 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DarkHorizontal">
            <summary>
            Represents the DarkHorizontal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DarkVertical">
            <summary>
            Represents the DarkVertical pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DarkDownwardDiagonal">
            <summary>
            Represents the DarkDownwardDiagonal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DarkUpwardDiagonal">
            <summary>
            Represents the DarkUpwardDiagonal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ForwardDiagonal">
            <summary>
            Represents the ForwardDiagonal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent75">
            <summary>
            Represents the Percent75 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Horizontal">
            <summary>
            Represents the Horizontal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Vertical">
            <summary>
            Represents the Vertical pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.LightDownwardDiagonal">
            <summary>
            Represents the LightDownwardDiagonal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.LightUpwardDiagonal">
            <summary>
            Represents the LightUpwardDiagonal pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Angle">
            <summary>
            Represents the Angle pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent60">
            <summary>
            Represents the Percent60 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent10">
            <summary>
            Represents the Percent10 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent05">
            <summary>
            Represents the Percent05 pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent50Gray">
            <summary>
            Represents the Percent50Gray pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent75Gray">
            <summary>
            Represents the Percent75Gray pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent25Gray">
            <summary>
            Represents the Percent25Gray pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.HorizontalStripe">
            <summary>
            Represents the HorizontalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.VerticalStripe">
            <summary>
            Represents the VerticalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ReverseDiagonalStripe">
            <summary>
            Represents the ReverseDiagonalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DiagonalStripe">
            <summary>
            Represents the DiagonalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.DiagonalCrosshatch">
            <summary>
            Represents the DiagonalCrosshatch pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThickDiagonalCrosshatch">
            <summary>
            Represents the ThickDiagonalCrosshatch pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinHorizontalStripe">
            <summary>
            Represents the ThinHorizontalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinVerticalStripe">
            <summary>
            Represents the ThinVerticalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinReverseDeagonalStripe">
            <summary>
            Represents the ThinReverseDeagonalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinDiagonalStripe">
            <summary>
            Represents the ThinDiagonalStripe pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinHorizontalCrosshatch">
            <summary>
            Represents the ThinHorizontalCrosshatch pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.ThinDiagonalCrosshatch">
            <summary>
            Represents the ThinDiagonalCrosshatch pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent125Gray">
            <summary>
            Represents the Percent125Gray pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Percent625Gray">
            <summary>
            Represents the Percent625Gray pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPattern.Gradient">
            <summary>
            Represent Gradient pattern.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SkipExtRecords">
            <summary>
            This enumeration used for controlling output stream infill on 
            save operation provided by Workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.None">
            <summary>
            Do not skip any information from source file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.Macros">
            <summary>
            Skip macros extension records in output stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.Drawings">
            <summary>
            Skip drawings extension records in output stream. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.SummaryInfo">
            <summary>
            Skip summary information substreams creation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.CopySubstreams">
            <summary>
            Skip coping of substreams from source to destination files.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SkipExtRecords.All">
            <summary>
            Skip all extended records. 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.WorksheetVisibility">
            <summary>
            Enumeration which controls visibility of worksheet in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.WorksheetVisibility.Visible">
            <summary>
            Worksheet is visible to the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.WorksheetVisibility.Hidden">
            <summary>
            Worksheet is hidden for the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.WorksheetVisibility.StrongHidden">
            <summary>
            The strong hidden flag can only be set and cleared with a Visual Basic 
            macro. It is not possible to make such a sheet visible via the user interface.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSaveType">
            <summary>
            Enumeration of the Save types in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveType.SaveAsXLS">
            <summary>
            Save as xls option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveType.SaveAsTemplate">
            <summary>
            Save as template option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSaveType.SaveAsODS">
            <summary>
            Save as ODS option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartType">
            <summary>
            Specifies the chart types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Clustered">
            <summary>
            Represents the clustered column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Stacked">
            <summary>
            Represents the stacked column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Stacked_100">
            <summary>
            Represents the 100% stacked column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Clustered_3D">
            <summary>
            Represents the 3D clustered column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Stacked_3D">
            <summary>
            Represents the 3D stacked column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_Stacked_100_3D">
            <summary>
            Represents the 3D 100% stacked column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Column_3D">
            <summary>
            Represents the 3D column chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Clustered">
            <summary>
            Represents the clustered bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Stacked">
            <summary>
            Represents the stacked bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Stacked_100">
            <summary>
            Represents the 100% stacked bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Clustered_3D">
            <summary>
            Represents the 3D clustered bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Stacked_3D">
            <summary>
            Represents the 3D stacked bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bar_Stacked_100_3D">
            <summary>
            Represents the 3D 100% stacked bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line">
            <summary>
            Represents the line chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_Stacked">
            <summary>
            Represents the stacked line chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_Stacked_100">
            <summary>
            Represents the 100% stacked line chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_Markers">
            <summary>
            Represents the line chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_Markers_Stacked">
            <summary>
            Represents the stacked line chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_Markers_Stacked_100">
            <summary>
            Represents the 100% stacked line chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Line_3D">
            <summary>
            Represents the 3D line chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pie">
            <summary>
            Represents the pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pie_3D">
            <summary>
            Represents the 3D pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.PieOfPie">
            <summary>
            Represents the pie of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pie_Exploded">
            <summary>
            Represents the exploded pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pie_Exploded_3D">
            <summary>
            Represents the exploded 3D pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pie_Bar">
            <summary>
            Represents the bar of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Scatter_Markers">
            <summary>
            Represents the scatter chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Scatter_SmoothedLine_Markers">
            <summary>
            Represents the smooth lined scatter chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Scatter_SmoothedLine">
            <summary>
            Represents the smooth lined scatter chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Scatter_Line_Markers">
            <summary>
            Represents the scatter chart with lines and markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Scatter_Line">
            <summary>
            Represents the scatter chart with lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area">
            <summary>
            Represents the area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area_Stacked">
            <summary>
            Represents the stacked area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area_Stacked_100">
            <summary>
            Represents the 100% stacked area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area_3D">
            <summary>
            Represents the 3D area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area_Stacked_3D">
            <summary>
            Represents the 3D stacked area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Area_Stacked_100_3D">
            <summary>
            Represents the 3D 100% stacked area chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Doughnut">
            <summary>
            Represents the doughnut chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Doughnut_Exploded">
            <summary>
            Represents the exploded doughnut chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Radar">
            <summary>
            Represents the radar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Radar_Markers">
            <summary>
            Represents the radar chart with markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Radar_Filled">
            <summary>
            Represents the filled radar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Surface_3D">
            <summary>
            Represents the 3D surface chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Surface_NoColor_3D">
            <summary>
            Represents the 3D surface chart with no color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Surface_Contour">
            <summary>
            Represents the surface chart with contour.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Surface_NoColor_Contour">
            <summary>
            Represents the surface chart with contour and no color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bubble">
            <summary>
            Represents the bubble chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Bubble_3D">
            <summary>
            Represents the 3D bubble chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Stock_HighLowClose">
            <summary>
            Represents the stock chart with high, low and close values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Stock_OpenHighLowClose">
            <summary>
            Represents the stock chart with open, high, low and close values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Stock_VolumeHighLowClose">
            <summary>
            Represents the stock chart with volume, high, low and close values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Stock_VolumeOpenHighLowClose">
            <summary>
            Represents the stock chart with volume, open, high, low and close values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Clustered">
            <summary>
            Represents the clustered cylinder chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Stacked">
            <summary>
            Represents the stacked cylinder chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Stacked_100">
            <summary>
            Represents the 100% stacked cylinder chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Bar_Clustered">
            <summary>
            Represents the clustered cylinder bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Bar_Stacked">
            <summary>
            Represents the stacked cylinder bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Bar_Stacked_100">
            <summary>
            Represents the 100% stacked cylinder bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cylinder_Clustered_3D">
            <summary>
            Represents the 3D clustered cylinder chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Clustered">
            <summary>
            Represents the clustered cone chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Stacked">
            <summary>
            Represents the stacked cone chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Stacked_100">
            <summary>
            Represents the 100% stacked cone chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Bar_Clustered">
            <summary>
            Represents the clustered cone bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Bar_Stacked">
            <summary>
            Represents the stacked cone bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Bar_Stacked_100">
            <summary>
            Represents the 100% stacked cone bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Cone_Clustered_3D">
            <summary>
            Represents the 3D clustered cone chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Clustered">
            <summary>
            Represents the clustered pyramid chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Stacked">
            <summary>
            Represents the stacked pyramid chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Stacked_100">
            <summary>
            Represents the 100% stacked pyramid chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Bar_Clustered">
            <summary>
            Represents the clustered pyramid bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Bar_Stacked">
            <summary>
            Represents the stacked pyramid bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Bar_Stacked_100">
            <summary>
            Represents the 100% stacked pyramid bar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pyramid_Clustered_3D">
            <summary>
            Represents the 3D clustered pyramid chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Combination_Chart">
            <summary>
            Represents the chart that contain different series types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Funnel">
            <summary>
            Represents the Excel 2016 Funnel Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.WaterFall">
            <summary>
            Represents the Excel 2016 Water Fall Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.BoxAndWhisker">
            <summary>
            Represents the Excel 2016 Box and Whisker Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Histogram">
            <summary>
            Represents the Excel 2016 Histogram Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.Pareto">
            <summary>
            Represents the Excel 2016 Pareto Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.TreeMap">
            <summary>
            Represents the Excel 2016 Tree Map Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartType.SunBurst">
            <summary>
            Represents the Excel 2016 Sun Burst Chart
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelLegendPosition">
            <summary>
            Specifies the position of the legend on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.Bottom">
             <summary>
            Represents the bottom of the chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.Corner">
             <summary>
            Represents the upper right-hand corner of the chart border.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.Top">
             <summary>
            Represents the top of the chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.Right">
             <summary>
            Represents the right of the chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.Left">
             <summary>
            Represents the left of the chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendPosition.NotDocked">
             <summary>
            Represents the NotDocked option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPrintedChartSize">
            <summary>
            Enumeration of the print size of charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintedChartSize.Custom">
             <summary>
            Represents the Custom option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintedChartSize.ScaleToFitPage">
             <summary>
            Represents the ScaleToFit page option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPrintedChartSize.UseFullPage">
             <summary>
            Represents the Use Full Page option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartPlotEmpty">
            <summary>
            Specifies how blank cells are plotted on a chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPlotEmpty.NotPlotted">
             <summary>
            Blank cells are not plotted.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPlotEmpty.Zero">
            <summary>
            Blanks are plotted as zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPlotEmpty.Interpolated">
            <summary>
            Values are interpolated into the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAxisUsed">
            <summary>
            Enumeration of the axes used for Charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisUsed.Primary">
             <summary>
            Represents the Primary axis option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisUsed.PrimaryAndSecondary">
             <summary>
            Represents the Primary and Secondary axis option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartBackgroundMode">
            <summary>
            Enumeration of the background mode for Charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartBackgroundMode.Transparent">
             <summary>
            Represents the Transparent option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartBackgroundMode.Opaque">
             <summary>
            Represents the Opaque option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartHorzAlignment">
            <summary>
            Enumeration of the  horizontal alignment options for Charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartHorzAlignment.Left">
             <summary>
            Represents the Left alignment option for the horizontal alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartHorzAlignment.Center">
             <summary>
            Represents the Center alignment option for the horizontal alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartHorzAlignment.Right">
             <summary>
            Represents the Right alignment option for the horizontal alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartHorzAlignment.Justify">
             <summary>
            Represents the Justify alignment option for the horizontal alignment setting for Chart.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartVertAlignment">
            <summary>
            Enumeration of the vertical alignment options for Charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartVertAlignment.Top">
             <summary>
            Represents the Top alignment option for the Vertical alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartVertAlignment.Center">
             <summary>
            Represents the Center alignment option for the Vertical alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartVertAlignment.Bottom">
             <summary>
            Represents the Bottom alignment option for the Vertical alignment setting for Chart.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartVertAlignment.Justify">
             <summary>
            Represents the Justify alignment option for the Vertical alignment setting for Chart.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAutoType">
            <summary>
            Enumeration of the Border Pattern setting for Chart formatting in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoType.Auto">
             <summary>
            Represents the Automatic option for the Border Pattern setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoType.None">
             <summary>
            Represents the None option for the Border Pattern setting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoType.Custom">
             <summary>
            Represents the Custom option for the Border Pattern setting.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartLinePattern">
            <summary>
            Specifies the line pattern for the border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.Solid">
            <summary>
            Solid line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.Dash">
            <summary>
            Dashed line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.Dot">
            <summary>
            Dotted line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.DashDot">
            <summary>
            Alternating dashes and dots.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.DashDotDot">
            <summary>
            Dash followed by two dots.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.None">
            <summary>
            No line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.DarkGray">
            <summary>
            Dark gray line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.MediumGray">
            <summary>
            Medium Gray line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.LightGray">
            <summary>
            Light gray line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLinePattern.CircleDot">
            <summary>
            Round dotted line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartLineWeight">
            <summary>
            Represents allowed line weight values for charts in Excel. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLineWeight.Hairline">
            <summary>
            Represents hairline (thinnest border).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLineWeight.Narrow">
             <summary>
            Represents narrow border.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLineWeight.Medium">
             <summary>
            Represents medium border.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartLineWeight.Wide">
             <summary>
            Represents wide border.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartMarkerType">
            <summary>
            Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.None">
            <summary>
            No markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.Square">
            <summary>
            Square markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.Diamond">
            <summary>
            Diamond-shaped markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.Triangle">
            <summary>
            Triangular markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.X">
            <summary>
            Square markers with an X.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.Star">
            <summary>
            Square markers with an asterisk.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.DowJones">
             <summary>
            Represents the Dow Jones style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.StandardDeviation">
            <summary>
            Represents the Standard Deviation style in the custom marker option for Chart lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.Circle">
            <summary>
            Circular markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartMarkerType.PlusSign">
            <summary>
            Square markers with a plus sign.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAxisType">
            <summary>
            Specifies the axis types for charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisType.Category">
            <summary>
            Axis displays categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisType.Value">
            <summary>
            Axis displays values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisType.Serie">
            <summary>
            Axis displays data series.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelInsertOptions">
            <summary>
            Represents a possible insert options in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelInsertOptions.FormatAsBefore">
            <summary>
            Indicates that after insert operation inserted rows/columns
            must be formatted as row above or column left.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelInsertOptions.FormatAsAfter">
            <summary>
            Indicates that after insert operation inserted rows/columns
            must be formatted as row below or column right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelInsertOptions.FormatDefault">
            <summary>
            Indicates that after insert operation inserted rows/columns
            must have default format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCFType">
            <summary>
            Specifies whether the conditional format is based on a cell value or an expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.CellValue">
             <summary>
            Represents the Cell Value option for conditional formatting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.Formula">
             <summary>
            Represents the Formula option for conditional formatting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.ColorScale">
             <summary>
            Represents the ColorScale option for conditional formatting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.DataBar">
             <summary>
            Represents the DataBar option for conditional formatting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.IconSet">
             <summary>
            Represents the IconSet option for conditional formatting.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.Blank">
            <summary>
            Represents conditional formatting rule highlights cells that are completely blank.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.NoBlank">
            <summary>
            Represents conditional formatting rule highlights cells that are not blank.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.SpecificText">
            <summary>
            Represents the Specific Text conditional formatting rule based on the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.ContainsErrors">
            <summary>
            Represents conditional formatting rule highlights cells that contains errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.NotContainsErrors">
            <summary>
            Represents conditional formatting rule highlights cells that does not contains errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCFType.TimePeriod">
            <summary>
            Represents Time Period conditional formatting rule highlights cells that has date time.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelComparisonOperator">
            <summary>
            Specifies the comparison operator for conditional formatting in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.None">
            <summary>
            No comparison.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.Between">
            <summary>
            Between.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.NotBetween">
            <summary>
            Not between.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.Equal">
            <summary>
            Equal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.NotEqual">
            <summary>
            Not equal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.Greater">
            <summary>
            Greater than.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.Less">
            <summary>
            Less than.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.GreaterOrEqual">
            <summary>
            Greater than.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.LessOrEqual">
            <summary>
            Less than or equal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.BeginsWith">
            <summary>
             Begins-with comparison option for Specific Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.ContainsText">
            <summary>
            Contains text comparison option for Specific Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.EndsWith">
            <summary>
            Ends-with comparison option for Specific Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComparisonOperator.NotContainsText">
            <summary>
            Not contains text option for Specific Text.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.CFTimePeriods">
            <summary>
            Specifies the time periods for date time conditional formatting in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.Today">
            <summary>
            Today.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.Yesterday">
            <summary>
            Yesterday.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.Tomorrow">
            <summary>
            Tomorrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.Last7Days">
            <summary>
            Last seven days.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.ThisMonth">
            <summary>
            This month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.LastMonth">
            <summary>
            Last month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.NextMonth">
            <summary>
            Next month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.ThisWeek">
            <summary>
            This week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.LastWeek">
            <summary>
            Last week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTimePeriods.NextWeek">
            <summary>
            Next week.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator">
            <summary>
            Specifies the comparison operators for data validation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.Between">
            <summary>
            Between.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.NotBetween">
            <summary>
            Not between.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.Equal">
            <summary>
            Equal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.NotEqual">
            <summary>
            NotEqual.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.Greater">
            <summary>
            Greater than.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.Less">
            <summary>
            Less than.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.GreaterOrEqual">
            <summary>
            Greater than or equal to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataValidationComparisonOperator.LessOrEqual">
            <summary>
            Less than or equal to.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDataType">
            <summary>
            Specifies the type of validation test to be performed in conjunction with values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Any">
            <summary>
            Represents Any data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Integer">
            <summary>
            Represents Integer data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Decimal">
            <summary>
            Represents Decimal data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.User">
            <summary>
            Represents User data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Date">
            <summary>
            Represents Date data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Time">
            <summary>
            Represents Time data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.TextLength">
            <summary>
            Represents TextLength data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataType.Formula">
            <summary>
            Represents Formula data type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelErrorStyle">
            <summary>
            Possible error style values:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorStyle.Stop">
            <summary>
            Stop icon is displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorStyle.Warning">
            <summary>
            Warning icon is displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorStyle.Info">
            <summary>
            Information icon is displayed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelMoveDirection">
            <summary>
            Specifies the possible directions to shift cells after clearing a range. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelMoveDirection.MoveLeft">
            <summary>
            MoveLeft direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelMoveDirection.MoveUp">
            <summary>
            MoveUp direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelMoveDirection.None">
            <summary>
            No direction.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeType">
            <summary>
            Enumeration of shapes available in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.AutoShape">
            <summary>
            Represents the AutoShape shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Callout">
            <summary>
            Represents the Callout shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Canvas">
            <summary>
            Represents the Canvas shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Chart">
            <summary>
            Represents the Chart shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Comment">
            <summary>
            Represents the Comment shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Diagram">
            <summary>
            Represents the Diagram shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.EmbeddedOLEObject">
            <summary>
            Represents the EmbeddedOLEObject shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.FormControl">
            <summary>
            Represents the FormControl shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Freeform">
            <summary>
            Represents the Freeform shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Group">
            <summary>
            Represents the Group shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Line">
            <summary>
            Represents the Line shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.LinkedOLEObject">
            <summary>
            Represents the LinkedOLEObject shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.LinkedPicture">
            <summary>
            Represents the LinkedPicture shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Media">
            <summary>
            Cannot be used with this property. This constant is used with shapes
            in other Microsoft Office applications. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.OLEControlObject">
            <summary>
            Represents the OLEControlObject shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Picture">
            <summary>
            Represents the Picture shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Placeholder">
            <summary>
            Cannot be used with this property. This constant is used with shapes
            in other Microsoft Office applications. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.ScriptAnchor">
            <summary>
            Represents the ScriptAnchor shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.ShapeTypeMixed">
            <summary>
            Represents the ShapeTypeMixed shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Table">
            <summary>
            Represents the Table shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.TextBox">
            <summary>
            Represents the TextBox shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.TextEffect">
            <summary>
            Represents the TextEffect shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.Unknown">
            <summary>
            Represents the Unknown shape type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeType.CheckBox">
            <summary>
            Represents the Check box type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTextRotation">
            <summary>
            Enumeration to specify the possible Text Rotation options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTextRotation.LeftToRight">
            <summary>
            Represents the LeftToRight text rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTextRotation.TopToBottom">
            <summary>
            Represents the TopToBottom text rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTextRotation.CounterClockwise">
            <summary>
            Represents the CounterClockwise text rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTextRotation.Clockwise">
            <summary>
            Represents the Clockwise text rotation.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCommentHAlign">
            <summary>
            Enumeration to align the excel comment Horizontally.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Left">
            <summary>
            Represents the Left comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Center">
            <summary>
            Represents the Center comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Right">
            <summary>
            Represents the Right comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Justified">
            <summary>
            Represents the Justified comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Justify">
            <summary>
            Represents the Justified comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentHAlign.Distributed">
            <summary>
            Represents the Distributed comment align.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCommentVAlign">
            <summary>
            Enumeration to align the excel comment vertically
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentVAlign.Top">
            <summary>
            Represents the Top comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentVAlign.Center">
            <summary>
            Represents the Center comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentVAlign.Bottom">
            <summary>
            Represents the Bottom comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentVAlign.Justify">
            <summary>
            Represents the Justified comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommentVAlign.Distributed">
            <summary>
            Represents the Distributed comment align.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDownloadType">
            <summary>
            Enumeration to specify if the spreadsheet should be opened inside browser or saved 
            as an attachment to disk.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDownloadType.Open">
            <summary>
            File should be opened in browser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDownloadType.PromptDialog">
            <summary>
            Prompt dialog should be displayed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelHttpContentType">
            <summary>
            HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel97">
            <summary>
            Excel97 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel2000">
            <summary>
            Excel2000 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel2007">
            <summary>
            Excel2007 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel2010">
            <summary>
            Excel2010 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel2013">
            <summary>
            Excel2013 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.Excel2016">
            <summary>
            Excel2016 HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.CSV">
            <summary>
            CSV HttpContent type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHttpContentType.ODS">
            <summary>
            ODS HttpContent type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelStyleMergeOptions">
            <summary>
            Enumeration to specify the style merge options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelStyleMergeOptions.Leave">
            <summary>
            Represents the Leave style merge option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelStyleMergeOptions.Replace">
            <summary>
            Represents the Replace style merge option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelStyleMergeOptions.CreateDiffName">
            <summary>
            Represents the CreateDiffName style merge option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelNamesMergeOptions">
            <summary>
            Enumeration to specify Names Merge options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelNamesMergeOptions.Leave">
            <summary>
            Represents the Leave names merge option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelNamesMergeOptions.Replace">
            <summary>
            Represents the Replace names merge option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelNamesMergeOptions.Rename">
            <summary>
            Represents the Rename names merge option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelNamesMergeOptions.MakeLocal">
            <summary>
            Represents the MakeLocal names merge option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelWorksheetCopyFlags">
            <summary>
            Enumeration to specify options when copying worksheets.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.None">
            <summary>
            No flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.ClearBefore">
            <summary>
            Represents the ClearBefore copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyNames">
            <summary>
            Represents the CopyNames copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyCells">
            <summary>
            Represents the CopyCells copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyRowHeight">
            <summary>
            Represents the CopyRowHeight copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyColumnHeight">
            <summary>
            Represents the CopyColumnHeight copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyOptions">
            <summary>
            Represents the CopyOptions copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyMerges">
            <summary>
            Represents the CopyMerges copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyShapes">
            <summary>
            Represents the CopyShapes copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyConditionlFormats">
            <summary>
            Represents the CopyConditionlFormats copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyAutoFilters">
            <summary>
            Represents the CopyAutoFilters copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyDataValidations">
            <summary>
            Represents the CopyDataValidations copy flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyPageSetup">
            <summary>
            Copy page setup (page breaks, paper orientation, header, footer and other properties).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyTables">
            <summary>
            Copy table objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyPivotTables">
            <summary>
            Copy pivot table objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyPalette">
            <summary>
            Copies palette.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyAll">
            <summary>
            Represents the CopyAll copy flags, except palette.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelWorksheetCopyFlags.CopyWithoutNames">
            <summary>
            Represents the CopyWithoutNames copy flags.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCopyRangeOptions">
            <summary>
            Enumeration to specify the options to update formulas and merged ranges during copy range
            operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.None">
            <summary>
            No flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.UpdateFormulas">
            <summary>
            Indicates whether update formula during copy. WARNING: you should always
            specify this flag if your operations could change position of Array formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.UpdateMerges">
            <summary>
            Indicates whether update merges during copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyStyles">
            <summary>
            Indicates that we have to copy styles during range copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyShapes">
            <summary>
            Indicates that we have to copy shapes during range copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyErrorIndicators">
            <summary>
            Indicates that we have to copy error indicators during range copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyConditionalFormats">
            <summary>
            Indicates that we have to copy conditional formats during range copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyDataValidations">
            <summary>
            Indicates that we have to copy data validations during range copy.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.All">
            <summary>
            All flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCopyRangeOptions.CopyValueAndSourceFormatting">
            <summary>
            Indicates that we have to copy value with formats during range copy.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelParseFormulaOptions">
            <summary>
            Enumeration to specify the options of excel formula
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.None">
            <summary>
            No flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.RootLevel">
            <summary>
            Represents the RootLevel formula parse option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.InArray">
            <summary>
            Represents the InArray formula parse option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.InName">
            <summary>
            Represents the InName formula parse option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.ParseOperand">
            <summary>
            Operand in function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.ParseComplexOperand">
            <summary>
            Operand is complex.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseFormulaOptions.UseR1C1">
            <summary>
            Indicates that R1C1 notation must be used.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCellType">
            <summary>
            Enumeration to specify an excel cell type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.AllFormatConditions">
            <summary>
            Cells of any format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.AllValidation">
            <summary>
            Cells having validation criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.Blanks">
            <summary>
            Empty cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.Comments">
            <summary>
            Cells containing notes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.Constants">
            <summary>
            Cells containing constants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.Formulas">
            <summary>
            Cells containing formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.LastCell">
            <summary>
            The last cell in the used range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.SameFormatConditions">
            <summary>
            Cells having the same format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.SameValidation">
            <summary>
            Cells having the same validation criteria.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCellType.Visible">
            <summary>
            All visible cells.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFilterDataType">
            <summary>
            Data type for autofilters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.NotUsed">
            <summary>
            Represents the filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.FloatingPoint">
            <summary>
            Represents the FloatingPoint filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.String">
            <summary>
            Represents the String filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.Boolean">
            <summary>
            Represents the Boolean filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.ErrorCode">
            <summary>
            Represents the ErrorCode filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.MatchAllBlanks">
            <summary>
            Represents the MatchAllBlanks filter data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterDataType.MatchAllNonBlanks">
            <summary>
            Represents the MatchAllNonBlanks filter data type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFilterCondition">
            <summary>
            Possible conditions in autofilter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.Less">
            <summary>
            Represents the Less filter condition type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.Equal">
            <summary>
            Represents the Equal filter condition type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.LessOrEqual">
            <summary>
            Represents the LessOrEqual filter condition type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.Greater">
            <summary>
            Represents the Greater filter condition type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.NotEqual">
            <summary>
            Represents the NotEqual filter condition type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterCondition.GreaterOrEqual">
            <summary>
            Represents the GreaterOrEqual filter condition type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelParseOptions">
            <summary>
            Parsing options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.Default">
            <summary>
            Represents the Default parse option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.SkipStyles">
            <summary>
            Represents the SkipStyles parse option
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.DoNotParseCharts">
            <summary>
            Represents the DoNotParseCharts parse option
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.StringsReadOnly">
            <summary>
            This is special mode. In this mode user can't modify strings or add new strings
            (numbers and other types are ok), but it gives more speed and less memory usage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.DoNotParsePivotTable">
            <summary>
            Preserves the Pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelParseOptions.ParseWorksheetsOnDemand">
            <summary>
            Parses the sheet when accessed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelExportDataTableOptions">
            <summary>
            Specifies the possible ExportDataTable options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.None">
            <summary>
            No datatable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.ColumnNames">
            <summary>
            Indicates that the first row of the range will be considered as a column name of the datatable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.ComputedFormulaValues">
            <summary>
            Indicates that the formula values are computed and exported to the datatable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.DetectColumnTypes">
            <summary>
            Indicates that XlsIO should try to detect column types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.DefaultStyleColumnTypes">
            <summary>
            When DetectColumnTypes is set and this flag is set too, it means that
            default column style must be used to detect style, if this flag is not set,
            but DetectColumnTypes is set, then first cell in the column will be used
            to detect column type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportDataTableOptions.PreserveOleDate">
            <summary>
            Indicates whether to preserve Ole date (double numbers) instead of date-time values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelRectangleStyle">
            <summary>
            Excel rectangle style. Used in chart frames.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelRectangleStyle.Regular">
            <summary>
            Represents the Regular rectangle style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelRectangleStyle.Shadowed">
            <summary>
            Represents the Shadowed rectangle style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPagesOrder">
            <summary>
            The order in which page fields are added to the PivotTable report's layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPagesOrder.DownThenOver">
            <summary>
            Represents the DownThenOver pages order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPagesOrder.OverThenDown">
            <summary>
            Represents the OverThenDown pages order.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelHyperLinkType">
            <summary>
            Possible types of hyperlinks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperLinkType.None">
            <summary>
            No hyperlink.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperLinkType.Url">
            <summary>
            Represents the Url hyperlink type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperLinkType.File">
            <summary>
            Represents the File hyperlink type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperLinkType.Unc">
            <summary>
            Represents the Unc hyperlink type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperLinkType.Workbook">
            <summary>
            Represents the Workbook hyperlink type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDataSourceType">
            <summary>
            Data source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataSourceType.Worksheet">
            <summary>
            Represents the Worksheet data source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataSourceType.ExternalData">
            <summary>
            Represents the ExternalData data source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataSourceType.Consolidation">
            <summary>
            Represents the Consolidation data source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataSourceType.ScenarioPivotTable">
            <summary>
            Represents the ScenarioPivotTable data source type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFindType">
            <summary>
            Specifies the type of data to search.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Text">
            <summary>
            Searches text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Formula">
            <summary>
            Searches formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.FormulaStringValue">
            <summary>
            Searches formula string values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Error">
            <summary>
            Searches errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Number">
            <summary>
            Searches numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.FormulaValue">
            <summary>
            Searches numenric formula values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Values">
            <summary>
            Searches calculated values, number and text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindType.Comments">
            <summary>
            Searches text in comments.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFindOptions">
            <summary>
            Specifies the possible type of finding options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindOptions.None">
            <summary>
             None of the option is selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindOptions.MatchCase">
            <summary>
            Match the case while finding the value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFindOptions.MatchEntireCellContent">
            <summary>
            Match the entire cell content to search word while finding the value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelReadingOrderType">
            <summary>
            Possible types of direction order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelReadingOrderType.Context">
            <summary>
            Represents the Context reading order type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelReadingOrderType.LeftToRight">
            <summary>
            Represents the LeftToRight reading order type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelReadingOrderType.RightToLeft">
            <summary>
            Represents the RightToLeft reading order type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelImageFormat">
            <summary>
            Possible image formats.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelImageFormat.Original">
            <summary>
            Try to keep original picture format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelImageFormat.Png">
            <summary>
            Use PNG picture format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelImageFormat.Jpeg">
            <summary>
            Use JPG picture format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.MeasureUnits">
            <summary>
            Represents the MeasureUnits types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Display">
            <summary>
            Specifies 1/75 inch as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Document">
            <summary>
            Specifies the document unit (1/300 inch) as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Inch">
            <summary>
            Specifies the inch as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Millimeter">
            <summary>
            Specifies the millimeter as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Centimeter">
            <summary>
            Specifies the centimeter as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Pixel">
            <summary>
            Specifies a device pixel as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.Point">
            <summary>
            Specifies a printer's point (1/72 inch) as the unit of measure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.MeasureUnits.EMU">
            <summary>
            12700 emu's = 1 point.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelBubbleSize">
            <summary>
            Specifies what the bubble size represents on a bubble chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBubbleSize.Area">
            <summary>
            Represents the area of the bubble.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBubbleSize.Width">
            <summary>
            Represents the width of the bubble.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelPieType">
            <summary>
            Enumeration limits values which can be set by user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPieType.Normal">
            <summary>
            Represents the Normal pie type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPieType.Pie">
            <summary>
            Represents the Pie pie type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelPieType.Bar">
            <summary>
            Represents the Bar pie type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSplitType">
            <summary>
            Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSplitType.Position">
            <summary>
            The second chart displays the smallest values in the data series. 
            The number of values to display is specified by the <see cref="P:Syncfusion.XlsIO.IChartFormat.SplitValue"/> property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSplitType.Value">
            <summary>
            The second chart displays values less than the value specified by the <see cref="P:Syncfusion.XlsIO.IChartFormat.SplitValue"/> property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSplitType.Percent">
            <summary>
            The second chart displays values less than a percentage of the total value. 
            The percentage is specified by the <see cref="P:Syncfusion.XlsIO.IChartFormat.SplitValue"/> property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSplitType.Custom">
            <summary>
            The second chart displays arbitrary slides.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDropLineStyle">
            <summary>
            Represents the drop line style type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDropLineStyle.Drop">
            <summary>
            Represents the Drop line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDropLineStyle.HiLow">
            <summary>
            Represents the HiLow drop line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDropLineStyle.Series">
            <summary>
            Represents the Series drop line style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelLegendSpacing">
            <summary>
            Represents the ExcelLegendSpacing options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendSpacing.Close">
            <summary>
            Represents the Close ExcelLegendSpacing option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendSpacing.Medium">
            <summary>
            Represents the Medium ExcelLegendSpacing option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelLegendSpacing.Open">
            <summary>
            Represents the Open ExcelLegendSpacing option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelBaseFormat">
            <summary>
            Base format options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBaseFormat.Rectangle">
            <summary>
            Represents Rectangle base format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBaseFormat.Circle">
            <summary>
            Represents Circle base format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTopFormat">
            <summary>
            Top format options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTopFormat.Straight">
            <summary>
            Represents Straight top format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTopFormat.Sharp">
            <summary>
            Represents Sharp top format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTopFormat.Trunc">
            <summary>
            Represents Trunc top format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelObjectTextLink">
            <summary>
            Object text is linked to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.Chart">
            <summary>
            Represents the Chart object text type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.YAxis">
            <summary>
            Represents the YAxis object text type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.XAxis">
            <summary>
            Represents the XAxis object text type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.DataLabel">
            <summary>
            Represents the DataLabel object text type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.ZAxis">
            <summary>
            Represents the ZAxis object text type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelObjectTextLink.DisplayUnit">
            <summary>
            Represents the DisplayUnit object text type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAxisLineIdentifier">
            <summary>
            Enumeration which represents axis line identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisLineIdentifier.AxisLineItself">
            <summary>
            The axis line itself.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisLineIdentifier.MajorGridLine">
            <summary>
            Major grid line along the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisLineIdentifier.MinorGridLine">
            <summary>
            Minor grid line along the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisLineIdentifier.WallsOrFloor">
            <summary>
            Walls or floor -- walls if parent axis is type 0 or 2;
            floor if parent axis is type 1.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFormatType">
            <summary>
            Possible format types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Unknown">
            <summary>
            Represents unknown format type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.General">
            <summary>
            Represents general number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Text">
            <summary>
            Represents text number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Number">
            <summary>
            Represents number number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.DateTime">
            <summary>
            Represents datetime number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Percentage">
            <summary>
            Represents percentage number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Currency">
            <summary>
            Represents currency number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.DecimalPercentage">
            <summary>
            Represents decimal percentage number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFormatType.Exponential">
            <summary>
            Represents Exponential number format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelExportType">
            <summary>
            Indicates what property will be used for export.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.Bool">
            <summary>
            Represents Boolean property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.Number">
            <summary>
            Represents Number property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.Text">
            <summary>
            Represents Text property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.DateTime">
            <summary>
            Represents DateTime property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.TimeSpan">
            <summary>
            Represents TimeSpan property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.Error">
            <summary>
            Represents Error property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelExportType.Formula">
            <summary>
            Represents Formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelXmlSaveType">
            <summary>
            Supported Xml save types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelXmlSaveType.MSExcel">
            <summary>
            Xml format used by MS Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelXmlSaveType.DLS">
            <summary>
            Xml format used by Syncfusion.DLS. This format is used to export
            into Syncfusion.Pdf and Syncfusion.DocIO.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelBuiltInProperty">
            <summary>
            Property IDs for the SummaryInformation Property Set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Title">
            <summary>
            Title document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Subject">
            <summary>
            Subject document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Author">
            <summary>
            Author document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Keywords">
            <summary>
            Keywords document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Comments">
            <summary>
            Comments document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Template">
            <summary>
            Template document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.LastAuthor">
            <summary>
            LastAuthor document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.RevisionNumber">
            <summary>
            Revnumber document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.EditTime">
            <summary>
            EditTime document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.LastPrinted">
            <summary>
            LastPrinted document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.CreationDate">
            <summary>
            CreationDate document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.LastSaveDate">
            <summary>
            LastSaveDate document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.PageCount">
            <summary>
            PageCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.WordCount">
            <summary>
            WordCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.CharCount">
            <summary>
            CharCount document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Thumbnail">
            <summary>
            Thumbnail document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.ApplicationName">
            <summary>
            ApplicationName document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Security">
            <summary>
            Security document property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Category">
            <summary>
            Category Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.PresentationTarget">
            <summary>
            Target format for presentation (35mm, printer, video, and so on) id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.ByteCount">
            <summary>
            ByteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.LineCount">
            <summary>
            LineCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.ParagraphCount">
            <summary>
            ParCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.SlideCount">
            <summary>
            SlideCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.NoteCount">
            <summary>
            NoteCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.HiddenCount">
            <summary>
            HiddenCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.MultimediaClipCount">
            <summary>
            MmclipCount Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.ScaleCrop">
            <summary>
            ScaleCrop property Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.HeadingPair">
            <summary>
            HeadingPair Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.DocParts">
            <summary>
            DocParts Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Manager">
            <summary>
            Manager Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.Company">
            <summary>
            Company Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelBuiltInProperty.LinksDirty">
            <summary>
            LinksDirty Id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelClearOptions">
            <summary>
            Specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearFormat">
            <summary>
            Clears the formats of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearContent">
            <summary>
            Clears the contents of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearComment">
            <summary>
            Clears the comments of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearAll">
            <summary>
            Clears the comments, content, conditional formats, data validations and formats of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearConditionalFormats">
            <summary>
            Clears all the Conditional Format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelClearOptions.ClearDataValidations">
            <summary>
            Clears all data validations.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelXmlOpenType">
            <summary>
            Supported Xml open types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelXmlOpenType.MSExcel">
            <summary>
            Xml format used by MS Excel.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeLineStyle">
            <summary>
            Represents line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeLineStyle.Line_Single">
            <summary>
            Represents single line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeLineStyle.Line_Thin_Thin">
            <summary>
            Represents thin thin line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeLineStyle.Line_Thin_Thick">
            <summary>
            Represents thin thick line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeLineStyle.Line_Thick_Thin">
            <summary>
            Represents thick thin line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeLineStyle.Line_Thick_Between_Thin">
            <summary>
            Represents thick between thin line style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeDashLineStyle">
            <summary>
            Represents shape dash line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Solid">
            <summary>
            Represents solid style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Dotted">
            <summary>
            Represents Dotted style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Dotted_Round">
            <summary>
            Represents Dotted_Strange style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Dashed">
            <summary>
            Represents Dashed style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Medium_Dashed">
            <summary>
            Represents Medium_dashed style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Dash_Dot">
            <summary>
            Represents Dash_dot style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Medium_Dash_Dot">
            <summary>
            Represents Medium_dash_dot style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeDashLineStyle.Dash_Dot_Dot">
            <summary>
            Represents Dash_dot_dot style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeArrowStyle">
            <summary>
            Represents shape arrow style type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineNoArrow">
            <summary>
            Represents no arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineArrow">
            <summary>
            Represents standard arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineArrowStealth">
            <summary>
            Represents Stealth arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineArrowDiamond">
            <summary>
            Represents Diamond arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineArrowOval">
            <summary>
            Represents Oval arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowStyle.LineArrowOpen">
            <summary>
            Represents Open arrow.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeArrowLength">
            <summary>
            Represents arrow head length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowLength.ArrowHeadShort">
            <summary>
            Represents short arrow head length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowLength.ArrowHeadMedium">
            <summary>
            Represents short arrow head length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowLength.ArrowHeadLong">
            <summary>
            Represents short arrow head length.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeArrowWidth">
            <summary>
            Represents arrow head width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidth.ArrowHeadNarrow">
            <summary>
            Represents short arrow head width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidth.ArrowHeadMedium">
            <summary>
            Represents short arrow head width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidth.ArrowHeadWide">
            <summary>
            Represents short arrow head width.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelShapeArrowWidthLength">
            <summary>
            Represents shape arrow width length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowNarrowShort">
            <summary>
            Represents ArrowNarrowShort type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowNarrowMedium">
            <summary>
            Represents ArrowNarrowMedium type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowNarrowLong">
            <summary>
            Represents ArrowNarrowLong type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowMediumShort">
            <summary>
            Represents ArrowMediumShort type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowMediumMedium">
            <summary>
            Represents ArrowMediumMedium type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowMediumLong">
            <summary>
            Represents ArrowMediumLong type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowWideShort">
            <summary>
            Represents ArrowWideShort type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowWideMedium">
            <summary>
            Represents ArrowWideMedium type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelShapeArrowWidthLength.ArrowWideLong">
            <summary>
            Represents ArrowWideLong type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFillType">
            <summary>
            Represents shape fill type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.SolidColor">
            <summary>
            Solid color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.Pattern">
            <summary>
            Represents pattern type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.Texture">
            <summary>
            Represents texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.Picture">
            <summary>
            Represents picture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.UnknownGradient">
            <summary>
            Represents unsupport gradient that can be created using Excel 2007,
            but not supported correctly by Excel 2003 structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFillType.Gradient">
            <summary>
            Represents gradient type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGradientStyle">
            <summary>
            Represents excel shape shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.Horizontal">
            <summary>
            Represents horizontal style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.Vertical">
            <summary>
            Represents vertical style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.Diagonl_Up">
            <summary>
            Represents diagonal up style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.Diagonl_Down">
            <summary>
            Represents diagonal down style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.From_Corner">
            <summary>
            Represents from corner style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientStyle.From_Center">
            <summary>
            Represents from center style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGradientVariants">
            <summary>
            Represents shape shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientVariants.ShadingVariants_1">
            <summary>
            Represents first shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientVariants.ShadingVariants_2">
            <summary>
            Represents second shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientVariants.ShadingVariants_3">
            <summary>
            Represents third shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientVariants.ShadingVariants_4">
            <summary>
            Represents fourth shading variants.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGradientColor">
            <summary>
            Represents gradient color type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientColor.OneColor">
            <summary>
            Represents one color gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientColor.TwoColor">
            <summary>
            Represents two color gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientColor.Preset">
            <summary>
            Represents preset gradient style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientColor.MultiColor">
            <summary>
            Represents multicolor gradient style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTexture">
            <summary>
            Represents gradient texture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Newsprint">
            <summary>
            Represents Newsprint texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Recycled_Paper">
            <summary>
            Represents Recycled Paper texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Parchment">
            <summary>
            Represents Parchment texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Stationery">
            <summary>
            Represents Stationery texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Green_Marble">
            <summary>
            Represents Green Marble texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.White_Marble">
            <summary>
            Represents White Marble texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Brown_Marble">
            <summary>
            Represents Brown Marble texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Granite">
            <summary>
            Represents Granite texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Blue_Tissue_Paper">
            <summary>
            Represents Blue Tissue Paper texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Pink_Tissue_Paper">
            <summary>
            Represents Pink Tissue Paper texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Purple_Mesh">
            <summary>
            Represents Purple Mesh texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Bouquet">
            <summary>
            Represents Bouquet texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Papyrus">
            <summary>
            Represents Papyrus texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Canvas">
            <summary>
            Represents Canvas texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Denim">
            <summary>
            Represents Denim texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Woven_Mat">
            <summary>
            Represents Woven Mat texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Water_Droplets">
            <summary>
            Represents Water Droplets texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Paper_Bag">
            <summary>
            Represents Paper Bag texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Fish_Fossil">
            <summary>
            Represents Fish Fossil texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Sand">
            <summary>
            Represents Sand texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Cork">
            <summary>
            Represents Cork texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Walnut">
            <summary>
            Represents Walnut texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Oak">
            <summary>
            Represents Oak texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.Medium_Wood">
            <summary>
            Represents Medium Wood texture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTexture.User_Defined">
            <summary>
            Represents user defined texture type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGradientPattern">
            <summary>
            Represents excel gradient pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_5_Percent">
            <summary>
            Represents 5% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_10_Percent">
            <summary>
            Represents 10% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_20_Percent">
            <summary>
            Represents 20% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_25_Percent">
            <summary>
            Represents 25% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_30_Percent">
            <summary>
            Represents 30% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_40_Percent">
            <summary>
            Represents 40% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_50_Percent">
            <summary>
            Represents 50% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_60_Percent">
            <summary>
            Represents 60% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_70_Percent">
            <summary>
            Represents 70% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_75_Percent">
            <summary>
            Represents 75% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_80_Percent">
            <summary>
            Represents 80% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_90_Percent">
            <summary>
            Represents 90% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dark_Downward_Diagonal">
            <summary>
            Represents Dark Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dark_Horizontal">
            <summary>
            Represents Dark Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dark_Upward_Diagonal">
            <summary>
            Represents Dark Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dark_Vertical">
            <summary>
            Represents Dark Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dashed_Downward_Diagonal">
            <summary>
            Represents Dashed Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dashed_Horizontal">
            <summary>
            Represents Dashed Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dashed_Upward_Diagonal">
            <summary>
            Represents Dashed Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dashed_Vertical">
            <summary>
            Represents Dashed Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Diagonal_Brick">
            <summary>
            Represents Diagonal Brick gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Divot">
            <summary>
            Represents Divot gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dotted_Diamond">
            <summary>
            Represents Dotted Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Dotted_Grid">
            <summary>
            Represents Dotted Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Horizontal_Brick">
            <summary>
            Represents Horizontal Brick gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Large_Checker_Board">
            <summary>
            Represents Large Checker Board gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Large_Confetti">
            <summary>
            Represents Large Confetti gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Large_Grid">
            <summary>
            Represents Large Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Light_Downward_Diagonal">
            <summary>
            Represents Light Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Light_Horizontal">
            <summary>
            Represents Light Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Light_Upward_Diagonal">
            <summary>
            Represents Light Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Light_Vertical">
            <summary>
            Represents Light Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Mixed">
            <summary>
            Represents Mixed gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Narrow_Horizontal">
            <summary>
            Represents Narrow Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Narrow_Vertical">
            <summary>
            Represents Narrow Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Outlined_Diamond">
            <summary>
            Represents Outlined Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Plaid">
            <summary>
            Represents Plaid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Shingle">
            <summary>
            Represents Shingle gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Small_Checker_Board">
            <summary>
            Represents Small Checker Board gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Small_Confetti">
            <summary>
            Represents Small Confetti gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Small_Grid">
            <summary>
            Represents Small Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Solid_Diamond">
            <summary>
            Represents Solid Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Sphere">
            <summary>
            Represents Sphere gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Trellis">
            <summary>
            Represents Trellis gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Wave">
            <summary>
            Represents Wave gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Weave">
            <summary>
            Represents Weave gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Wide_Downward_Diagonal">
            <summary>
            Represents Wide Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Wide_Upward_Diagonal">
            <summary>
            Represents Wide Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPattern.Pat_Zig_Zag">
            <summary>
            Represents Zig Zag gradient pattern
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelGradientPreset">
            <summary>
            Represents preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Early_Sunset">
            <summary>
            Represents early sunset preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Late_Sunset">
            <summary>
            Represents late sunset preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Nightfall">
            <summary>
            Represents nightfall preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Daybreak">
            <summary>
            Represents daybreak preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Horizon">
            <summary>
            Represents horizon preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Desert">
            <summary>
            Represents desert preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Ocean">
            <summary>
            Represents ocean preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Calm_Water">
            <summary>
            Represents calm water preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Fire">
            <summary>
            Represents fire preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Fog">
            <summary>
            Represents fog preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Moss">
            <summary>
            Represents moss preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Peacock">
            <summary>
            Represents peacock preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Wheat">
            <summary>
            Represents wheat preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Parchment">
            <summary>
            Represents parchment preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Mahogany">
            <summary>
            Represents mahogany preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Rainbow">
            <summary>
            Represents rainbow preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_RainbowII">
            <summary>
            Represents rainbowII preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Gold">
            <summary>
            Represents gold preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_GoldII">
            <summary>
            Represents goldII preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Brass">
            <summary>
            Represents brass preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Chrome">
            <summary>
            Represents chrome preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_ChromeII">
            <summary>
            Represents chromeII preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Silver">
            <summary>
            Represents silver preset gradient type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelGradientPreset.Grad_Sapphire">
            <summary>
            Represents sapphire preset gradient type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTickMark">
            <summary>
            Specifies the position of major and minor tick marks for an axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickMark.TickMark_None">
            <summary>
            No mark.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickMark.TickMark_Inside">
            <summary>
            Inside the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickMark.TickMark_Outside">
            <summary>
            Outside the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickMark.TickMark_Cross">
            <summary>
            Crosses the axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTickLabelPosition">
            <summary>
            Specifies the position of tick-mark labels on the axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickLabelPosition.TickLabelPosition_None">
            <summary>
            No tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickLabelPosition.TickLabelPosition_Low">
            <summary>
            Bottom or left side of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickLabelPosition.TickLabelPosition_High">
            <summary>
            Top or right side of the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTickLabelPosition.TickLabelPosition_NextToAxis">
            <summary>
            Next to axis (where axis is not at either side of the chart).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAutoFormat">
            <summary>
            Represents auto format values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Simple">
            <summary>
            Represents Simple auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Classic_1">
            <summary>
            Represents Classic_1 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Classic_2">
            <summary>
            Represents Classic_2 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Classic_3">
            <summary>
            Represents Classic_3 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Accounting_1">
            <summary>
            Represents Accounting_1 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Accounting_2">
            <summary>
            Represents Accounting_2 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Accounting_3">
            <summary>
            Represents Accounting_3 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Accounting_4">
            <summary>
            Represents Accounting_4 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Colorful_1">
            <summary>
            Represents Colorful_1 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Colorful_2">
            <summary>
            Represents Colorful_2 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Colorful_3">
            <summary>
            Represents Colorful_3 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.List_1">
            <summary>
            Represents List_1 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.List_2">
            <summary>
            Represents List_2 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.List_3">
            <summary>
            Represents List_3 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Effect3D_1">
            <summary>
            Represents Effect3D_1 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.Effect3D_2">
            <summary>
            Represents Effect3D_2 auto format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormat.None">
            <summary>
            Represents None auto format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAutoFormatOptions">
            <summary>
            Represents auto format options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Number">
            <summary>
            Represents number auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Border">
            <summary>
            Represents border auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Font">
            <summary>
            Represents font auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Patterns">
            <summary>
            Represents patterns auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Alignment">
            <summary>
            Represents alignment auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.Width_Height">
            <summary>
            Represents width\height auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.None">
            <summary>
            Represents none auto format option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAutoFormatOptions.All">
            <summary>
            Represents all auto format option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelErrorBarType">
            <summary>
            Specifies the range marked by error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarType.Percentage">
            <summary>
            Represents the percentage of range to be covered by the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarType.Fixed">
            <summary>
            Represents fixed-length error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarType.StandardDeviation">
            <summary>
            Represents range for specified number of standard deviations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarType.Custom">
            <summary>
            Represents custom error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarType.StandardError">
            <summary>
            Represents standard error range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelErrorBarInclude">
            <summary>
            Specifies error-bar parts to be included.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarInclude.Both">
            <summary>
            Represents both positive and negative error range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarInclude.Plus">
            <summary>
            Represents only positive error range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelErrorBarInclude.Minus">
            <summary>
            Represents only negative error range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTrendLineType">
            <summary>
            Represents trend line values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Exponential">
            <summary>
            Represents Exponential trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Linear">
            <summary>
            Represents Linear trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Logarithmic">
            <summary>
            Represents Logarithmic trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Moving_Average">
            <summary>
            Represents Moving average trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Polynomial">
            <summary>
            Represents Polynomial trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTrendLineType.Power">
            <summary>
            Represents Power trend line type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCategoryType">
            <summary>
            Specifies the type of the category axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCategoryType.Category">
            <summary>
            Axis groups data by an arbitrary set of categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCategoryType.Time">
            <summary>
            Axis groups data on a time scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCategoryType.Automatic">
            <summary>
            Excel controls the axis type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelAxisTextDirection">
            <summary>
            Represents the axis title direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisTextDirection.Context">
            <summary>
            Represents context text direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisTextDirection.LeftToRight">
            <summary>
            Represents Left-To-Right text direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelAxisTextDirection.RightToLeft">
            <summary>
            Represents Right-To-Left text direction.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSheetProtection">
            <summary>
            Represents sheet protection flags enums.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.None">
            <summary>
            Represents none flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.Objects">
            <summary>
            True to protect shapes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.Scenarios">
            <summary>
            True to protect scenarios.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.FormattingCells">
            <summary>
            True allows the user to format any cell on a protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.FormattingColumns">
            <summary>
            True allows the user to format any column on a protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.FormattingRows">
            <summary>
            True allows the user to format any row on a protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.InsertingColumns">
            <summary>
            True allows the user to insert columns on the protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.InsertingRows">
            <summary>
            True allows the user to insert rows on the protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.InsertingHyperlinks">
            <summary>
            True allows the user to insert hyperlinks on the worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.DeletingColumns">
            <summary>
            True allows the user to delete columns on the protected worksheet,
            where every cell in the column to be deleted is unlocked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.DeletingRows">
            <summary>
            True allows the user to delete rows on the protected worksheet,
            where every cell in the row to be deleted is unlocked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.LockedCells">
            <summary>
            True to protect locked cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.Sorting">
            <summary>
            True allows the user to sort on the protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.Filtering">
            <summary>
            True allows the user to set filters on the protected worksheet.
            Users can change filter criteria but can not enable or disable an auto filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.UsingPivotTables">
            <summary>
            True allows the user to use pivot table reports on the protected worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.UnLockedCells">
            <summary>
            True to protect the user interface, but not macros.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.Content">
            <summary>
            True to protect content.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSheetProtection.All">
            <summary>
            Represents all flags
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartDisplayUnit">
            <summary>
            Represents excel chart uint to display.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.None">
            <summary>
            Represents None display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.Hundreds">
            <summary>
            Represents Hundreds display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.Thousands">
            <summary>
            Represents Thousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.TenThousands">
            <summary>
            Represents TenThousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.HundredThousands">
            <summary>
            Represents HundredThousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.Millions">
            <summary>
            Represents Millions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.TenMillions">
            <summary>
            Represents TenMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.HundredMillions">
            <summary>
            Represents HundredMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.ThousandMillions">
            <summary>
            Represents ThousandMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.MillionMillions">
            <summary>
            Represents MillionMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartDisplayUnit.Custom">
            <summary>
            Represents Custom display Unit
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartBaseUnit">
            <summary>
            Represents chart base unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartBaseUnit.Day">
            <summary>
            Represents Day unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartBaseUnit.Month">
            <summary>
            Represents Month unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartBaseUnit.Year">
            <summary>
            Represents Year unit.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelOpenType">
            <summary>
            Represents excel open type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.CSV">
            <summary>
            Represents CSV open type. If data in the file exceeds worksheet limits, excepion will be thrown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.TSV">
            <summary>
            Represents TSV open type. If data in the file exceeds worksheet limits, exception will be thrown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.SpreadsheetML">
            <summary>
            Represents SpreadsheetML open type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.BIFF">
            <summary>
            Represents BIFF open type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.SpreadsheetML2007">
            <summary>
            Represents SpreadsheetML that is used in Excel 2007 (Office Open XML format).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.SpreadsheetML2010">
            <summary>
            Represents SpreadsheetML that is used in Excel 2010 (Office Open XML format).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelOpenType.Automatic">
            <summary>
            Automatically indicates open type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDataLabelPosition">
            <summary>
            Represents the data label positioning.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Automatic">
            <summary>
            Default position. Applies to Pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Outside">
            <summary>
            Data label is positioned outside the data point. Applies to Bar or Column charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Inside">
            <summary>
            Data label is positioned inside the data point. Applies to Bar, Column, or Pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Center">
            <summary>
            Data label is centered on the data point or is inside a bar or pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.OutsideBase">
            <summary>
            Data label is positioned outside the data point at the bottom edge. 
            Applies to Bar or Column charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Above">
            <summary>
            Data label is positioned above the data point.
            Applies to Line, Bubble, or Scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Below">
            <summary>
            Data label is positioned below the data point.
            Applies to Line, Bubble, or Scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Left">
            <summary>
            Data label is positioned to the left of the data point.
            Applies to Line, Bubble, or Scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Right">
            <summary>
            Data label is positioned to the right of the data point.
            Applies to Line, Bubble, or Scatter charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.BestFit">
            <summary>
            Excel 2007 sets the position of the data label. Applies to Pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataLabelPosition.Moved">
            <summary>
            Moved by user.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelIgnoreError">
            <summary>
            Specifies the flags of excel ignore error indicator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.EvaluateToError">
            <summary>
            Evaluating to an error.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.EmptyCellReferences">
            <summary>
            References to empty cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.NumberAsText">
            <summary>
            Numbers written as text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.OmittedCells">
            <summary>
            Omits adjacent cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.InconsistentFormula">
            <summary>
            Inconsistent formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.TextDate">
            <summary>
            TextDate with a two-digit year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.UnlockedFormulaCells">
            <summary>
            UnlockedFormulaCells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIgnoreError.All">
            <summary>
            All.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelEncryptionType">
            <summary>
            Represents encryption algorithm that will be used for encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelEncryptionType.None">
            <summary>
            No encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelEncryptionType.Standard">
            <summary>
            Standard encryption.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelVersion">
            <summary>
            Represents possible excel versions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVersion.Excel97to2003">
            <summary>
            Represents excel version 97-2003.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVersion.Excel2007">
            <summary>
            Represents excel version 2007
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVersion.Excel2010">
            <summary>
            Represents excel version 2010
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVersion.Excel2013">
            <summary>
            Represents excel version 2013
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelVersion.Excel2016">
            <summary>
            Represents excel version 2016
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFontVertialAlignment">
            <summary>
            Defines the possible settings for vertical alignment of a run of text.
            This is used to get superscript or subscript text without altering the
            font size properties of the rest of the text run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFontVertialAlignment.Baseline">
            <summary>
            Returns the text in this run to the baseline, default,
            alignment, and returns it to the original font size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFontVertialAlignment.Superscript">
            <summary>
            Specifies that this text should be superscript. Raises the text in this
            run above the baseline and changes it to a smaller size, if a smaller
            size is available.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFontVertialAlignment.Subscript">
            <summary>
            Specifies that this text should be subscript. Lowers the text in this
            run below the baseline and changes it to a smaller size, if a smaller
            size is available.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCheckState">
            <summary>
            Specifies check state of the check box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCheckState.Unchecked">
            <summary>
            Indicates that checkbox is unchecked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCheckState.Checked">
            <summary>
            Indicates that checkbox is checked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCheckState.Mixed">
            <summary>
            Mixed state.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ImageType">
            <summary>
            Possible image types for image conversion.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ImageType.Bitmap">
            <summary>
            Bitmap image.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ImageType.Metafile">
            <summary>
            Metafile image.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExpandCollapseFlags">
            <summary>
            Flags for expand/collapse settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExpandCollapseFlags.Default">
            <summary>
            Default options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExpandCollapseFlags.IncludeSubgroups">
            <summary>
            Indicates whether subgroups must be included into operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExpandCollapseFlags.ExpandParent">
            <summary>
            Indicates whether we have to expand parent group when expanding child (to make it visible).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.BuiltInStyles">
            <summary>
            Specifies the existing built-in styles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Normal">
            <summary>
            Indicates Normal style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Comma">
            <summary>
            Indicates Comma style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Currency">
            <summary>
            Indicates Currency style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Percent">
            <summary>
            Indicates Percent style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Comma0">
            <summary>
            Indicates Comma[0] style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Currency0">
            <summary>
            Indicates Currency[0] style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Note">
            <summary>
            Indicates Note style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.WarningText">
            <summary>
            Indicates Warning Text style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Title">
            <summary>
            Indicates Title style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Heading1">
            <summary>
            Indicates Heading 1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Heading2">
            <summary>
            Indicates Heading 2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Heading3">
            <summary>
            Indicates Heading 3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Heading4">
            <summary>
            Indicates Heading 4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Input">
            <summary>
            Indicates Input style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Output">
            <summary>
            Indicates Output style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Calculation">
            <summary>
            Indicates Calculation style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.CheckCell">
            <summary>
            Indicates Check Cell style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.LinkedCell">
            <summary>
            Indicates Linked Cell style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Total">
            <summary>
            Indicates Total style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Good">
            <summary>
            Indicates Good style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Bad">
            <summary>
            Indicates Bad style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Neutral">
            <summary>
            Indicates Neutral style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent1">
            <summary>
            Indicates Accent1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent1_20">
            <summary>
            Indicates 20% - Accent1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent1_40">
            <summary>
            Indicates 40% - Accent1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent1_60">
            <summary>
            Indicates 60% - Accent1 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent2">
            <summary>
            Indicates Accent2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent2_20">
            <summary>
            Indicates 20% - Accent2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent2_40">
            <summary>
            Indicates 40% - Accent2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent2_60">
            <summary>
            Indicates 60% - Accent2 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent3">
            <summary>
            Indicates Accent3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent3_20">
            <summary>
            Indicates 20% - Accent3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent3_40">
            <summary>
            Indicates 40% - Accent3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent3_60">
            <summary>
            Indicates 60% - Accent3 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent4">
            <summary>
            Indicates Accent4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent4_20">
            <summary>
            Indicates 20% - Accent4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent4_40">
            <summary>
            Indicates 40% - Accent4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent4_60">
            <summary>
            Indicates 60% - Accent4 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent5">
            <summary>
            Indicates Accent5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent5_20">
            <summary>
            Indicates 20% - Accent5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent5_40">
            <summary>
            Indicates 40% - Accent5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent5_60">
            <summary>
            Indicates 60% - Accent5 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent6">
            <summary>
            Indicates Accent6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent6_20">
            <summary>
            Indicates 20% - Accent6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent6_40">
            <summary>
            Indicates 40% - Accent6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.Accent6_60">
            <summary>
            Indicates 60% - Accent6 style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.BuiltInStyles.ExplanatoryText">
            <summary>
            Indicates Explanatory Text style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelComboType">
            <summary>
            Represents possible combo box type values..
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.Regular">
            <summary>
            Regular sheet dropdown control.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.PivotTablePageField">
            <summary>
            PivotTable page field dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.AutoFilter">
            <summary>
            AutoFilter dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.AutoComplete">
            <summary>
            AutoComplete dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.DataValidation">
            <summary>
            Data validation list dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.PivotTableRowOrColumn">
            <summary>
            PivotTable row or column field dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelComboType.TableTotalRow">
            <summary>
            Dropdown for the Total Row of a table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.UnknownVariableAction">
            <summary>
            Represents a possible action to be taken while encountering unknown variable during template markers processing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.UnknownVariableAction.Exception">
            <summary>
            Throws exception if no variable is defined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.UnknownVariableAction.Skip">
            <summary>
            Skips processing variable and leaves it in the document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.UnknownVariableAction.ReplaceBlank">
            <summary>
            Replace variable with empty string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007BorderJoinType">
            <summary>
            shape border join type 
            (Supported in Excel 2007 and higher)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderJoinType.Round">
            <summary>
            Rounded edge
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderJoinType.Bevel">
            <summary>
            Beveled edge
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderJoinType.Mitter">
            <summary>
            Metter join 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ChartParagraphType">
            <summary>
            MS Chart Font preservation Type
            (Internal use)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartParagraphType.Default">
            <summary>
            Without the Font Tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartParagraphType.CustomDefault">
            <summary>
            font with the default Property tag
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartParagraphType.Custom">
            <summary>
            font in ritch text tag
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.VariableTypeAction">
            <summary>
            Defines action for the unknown value type and numberformat in the 
            template marker variable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.VariableTypeAction.DetectDataType">
            <summary>
            Detects the DataType of the marker variable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.VariableTypeAction.DetectNumberFormat">
            <summary>
            Detects both the NumberFormat and DataType of the marker variable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.VariableTypeAction.None">
            <summary>
            Represents the None Action.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SortOrientation">
            <summary>
            Represents the sort orientation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortOrientation.TopToBottom">
            <summary>
            Sorts the range from top to Bottom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortOrientation.LeftToRight">
            <summary>
            Sorts the range from Left to Right.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SortOn">
            <summary>
            Represents the sort by in the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortOn.Values">
            <summary>
            Sort based on values in the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortOn.CellColor">
            <summary>
            Sort based on the cell back color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortOn.FontColor">
            <summary>
            Sort based on the font color.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SortingAlgorithms">
            <summary>
            Represents the algorithm to sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortingAlgorithms.QuickSort">
            <summary>
            Represents the QuickSort Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortingAlgorithms.HeapSort">
            <summary>
            Represents the HeapSort Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortingAlgorithms.MergeSort">
            <summary>
            Represents the Merge Algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SortingAlgorithms.InsertionSort">
            <summary>
            Represents the InsertionSort Algorithm.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.OrderBy">
            <summary>
            Represents the sort order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OrderBy.Ascending">
            <summary>
            Represent the ascending sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OrderBy.Descending">
            <summary>
            Represent the descending sort.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OrderBy.OnTop">
            <summary>
            Represents the position value in the sort list
            Note:Applicable only to CellColor and FontColor
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OrderBy.OnBottom">
            <summary>
            Represents the position of value in the sort list.
            Note: Applicable only to CellColor and FontColor type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelChartPictureType">
            <summary>
            Gets or Sets the way picture are displayed on the walls and Faces of 3D-chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPictureType.stack">
            <summary>
            Represent the picture format is Stack.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPictureType.stackScale">
            <summary>
            Represent the picture format is stackScale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelChartPictureType.stretch">
            <summary>
            Represent the picture format is stretch.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.CellPropertyExtensionType">
            <summary>
            Represents the extension property data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.ForeColor">
            <summary>
            Cell interior foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.BackColor">
            <summary>
            Cell interior background color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.GradientFill">
            <summary>
            Cell interior gradient fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.TopBorderColor">
            <summary>
            Top cell border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.BottomBorderColor">
            <summary>
            Bottom cell border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.LeftBorderColor">
            <summary>
            Left cell border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.RightBorderColor">
            <summary>
            Right cell border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.DiagonalCellBorder">
            <summary>
            Diagonal cell border color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.TextColor">
            <summary>
            Cell text color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.FontScheme">
            <summary>
            Font Scheme
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CellPropertyExtensionType.TextIndentationLevel">
            <summary>
            The text indentation level.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FontScheme">
            <summary>
            Font Scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontScheme.None">
            <summary>
            No font scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontScheme.MajorScheme">
            <summary>
            Major scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontScheme.MinorScheme">
            <summary>
            Minor scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontScheme.Niched">
            <summary>
            Niched state.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConditionalFormatTemplate">
            <summary>
            Conditional format template.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.CellValue">
            <summary>
            Cell value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Formula">
            <summary>
            Formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ColorScale">
            <summary>
            Color scale formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.DataBar">
            <summary>
            Data bar formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.IconSet">
            <summary>
            Icon set formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Filter">
            <summary>
            Filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.UniqueValues">
            <summary>
            Unique values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ContainsText">
            <summary>
            Contains text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ContainsBlanks">
            <summary>
            Contains blanks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ContainsNoBlanks">
            <summary>
            Contains no blanks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ContainsErrors">
            <summary>
            Contains errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ContainsNoErrors">
            <summary>
            Contains no errors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Today">
            <summary>
            Today.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Tomorrow">
            <summary>
            Tomorrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Yesterday">
            <summary>
            Yesterday.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.Last7Days">
            <summary>
            Last 7 days.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.LastMonth">
            <summary>
            Last month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.NextMonth">
            <summary>
            Next month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ThisWeek">
            <summary>
            This week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.NextWeek">
            <summary>
            Next week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.LastWeek">
            <summary>
            Last week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.ThisMonth">
            <summary>
            This month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.AboveAverage">
            <summary>
            Above average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.BelowAverage">
            <summary>
            Below Average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.DuplicateValues">
            <summary>
            Duplicate values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.AboveOrEqualToAverage">
            <summary>
            Above or equal to average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConditionalFormatTemplate.BelowOrEqualToAverage">
            <summary>
            Below or equal to average.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.CFTextRuleType">
            <summary>
            Conditional format type of Text rule.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTextRuleType.TextContains">
            <summary>
            Contains a specified text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTextRuleType.TextNotContains">
            <summary>
            Does not contain the specified text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTextRuleType.TextBeginsWith">
            <summary>
            Begins with a specified text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.CFTextRuleType.TextEndsWith">
            <summary>
            Ends with the specified text.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelSeriesNameLevel">
            <summary>
            Specifies the series labels for the series label levels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSeriesNameLevel.SeriesNameLevelAll">
            <summary>
            Set series names to all series name levels w/in range on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelSeriesNameLevel.SeriesNameLevelNone">
            <summary>
            Set no category labels in the chart. Defaults to automatic indexed labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCategoriesLabelLevel">
            <summary>
            Specifies the category labels for the category label levels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCategoriesLabelLevel.CategoriesLabelLevelAll">
            <summary>
            Set category labels to all category label levels w/in range on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCategoriesLabelLevel.CategoriesLabelLevelNone">
            <summary>
            Set no category labels in the chart. Defaults to automatic indexed labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConsolidationFunction">
            <summary>
            Represents a possible consolidation functions in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Sum">
            <summary>
             Sum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Count">
            <summary>
            Count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Average">
            <summary>
            Average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Max">
            <summary>
            Maximum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Min">
            <summary>
            Minimum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Product">
            <summary>
            Multiply.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.CountNums">
            <summary>
            Count numerical values only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.StdDev">
            <summary>
            Standard deviation, based on a sample.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.StdDevp">
            <summary>
            Standard deviation, based on the whole population.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Var">
            <summary>
            Variation, based on a sample.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ConsolidationFunction.Varp">
            <summary>
            Variation, based on the whole population.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelConnectionsType">
            <summary>
            It's Define the connection type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConnectionsType.ConnectionTypeODBC">
            <summary>
            connection type is ODBC
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConnectionsType.ConnectionTypeOLEDB">
            <summary>
            connection type is OLEDB
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConnectionsType.ConnectionTypeTEXT">
            <summary>
            connection type is Text file
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelConnectionsType.ConnectionTypeWEB">
            <summary>
            connection type web file
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCommandType">
            <summary>
            Represent different command types of external connections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommandType.Default">
            <summary>
            Default(Sql) connection type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommandType.Sql">
            <summary>
            Sql connection type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommandType.Table">
            <summary>
            Table connection type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCommandType.List">
            <summary>
            List connection type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelListObjectSourceType">
            <summary>
            Represents different list object source type for external connection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelListObjectSourceType.SrcQuery">
            <summary>
            Query type
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTableType">
            <summary>
            It's represent the table type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTableType.queryTable">
            <summary>
            Represents a table based on an external data query.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTableType.worksheet">
            <summary>
            Represents a table based on a worksheet data range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTableType.xml">
            <summary>
            Represents a table based on an XML mapping.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCredentialsMethod">
            <summary>
            It's represent the cretential for connect the server
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCredentialsMethod.integrated">
            <summary>
            Represents integrated authentication.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCredentialsMethod.none">
            <summary>
            Represents no use credentials at all.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCredentialsMethod.stored">
            <summary>
            Represents use stored credentials.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.AutoShapeType">
            <summary>
            Represent different auto shapes types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Unknown">
            <summary>
            Represents a unknown shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Line">
            <summary>
            Represents a line shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.ElbowConnector">
            <summary>
            Represents a elbowConnector shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedConnector">
            <summary>
            Represents a curvedConnector shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BentConnector2">
            <summary>
            Represents a bentConnector type 2 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.StraightConnector">
            <summary>
            Represents a straightConnector shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BentConnector4">
            <summary>
            Represents a BentConnector type 4 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BentConnector5">
            <summary>
            Represents a bent connector type 5 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedConnector2">
            <summary>
            Represents a curved connector 2 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedConnector4">
            <summary>
            Represents a curved connector 4 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedConnector5">
            <summary>
            Represents a curved connector 5 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Rectangle">
            <summary>
            Represents a rectangle shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RoundedRectangle">
            <summary>
            Represents a rounded rectangle shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.SnipSingleCornerRectangle">
            <summary>
            Represents a rectangle with one snipped corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.SnipSameSideCornerRectangle">
            <summary>
            Represents a rectangle with two snipped corners that share a side.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.SnipDiagonalCornerRectangle">
            <summary>
            Represents a rectangle with two snipped corners, diagonally-opposed. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.SnipAndRoundSingleCornerRectangle">
            <summary>
            Represents a rectangle with one snipped corner and one rounded corner. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RoundSingleCornerRectangle">
            <summary>
            Represents a rectangle with one rounded corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RoundSameSideCornerRectangle">
            <summary>
            Represents a rectangle with two-rounded corners that share a side. shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RoundDiagonalCornerRectangle">
            <summary>
            Represents a rectangle with rounded diagonal corner shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Oval">
            <summary>
            Represents a oval shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.IsoscelesTriangle">
            <summary>
            Represents a isosceles triangle shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RightTriangle">
            <summary>
            Represents a  right-angled triangle shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Parallelogram">
            <summary>
            Represents a parallelogram shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Trapezoid">
            <summary>
            Represents a trapezoid shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Diamond">
            <summary>
            Represents a diamond shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RegularPentagon">
            <summary>
            Represents a regular pentagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Hexagon">
            <summary>
            Represents a hexagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Heptagon">
            <summary>
            Represents a heptagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Octagon">
            <summary>
            Represents a octagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Decagon">
            <summary>
            Represents a decagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Dodecagon">
            <summary>
            Represents a dodecagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Pie">
            <summary>
            Represents a pie shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Chord">
            <summary>
            Represents a chord shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Teardrop">
            <summary>
            Represents a teardrop shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Frame">
            <summary>
            Represents a frame shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.HalfFrame">
            <summary>
            Represents a half frame shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.L_Shape">
            <summary>
            Represents a l shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DiagonalStripe">
            <summary>
            Represents a diagonalStripe shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Cross">
            <summary>
            Represents a cross shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Plaque">
            <summary>
            Represents a plaque shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Can">
            <summary>
            Represents a can shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Cube">
            <summary>
            Represents a cube shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Bevel">
            <summary>
            Represents a bevel shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Donut">
            <summary>
            Represents a donut shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.NoSymbol">
            <summary>
            Represents a NoSymbol shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BlockArc">
            <summary>
            Represents a block arc shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FoldedCorner">
            <summary>
            Represents a folded corner shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.SmileyFace">
            <summary>
            Represents a smiley face shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Heart">
            <summary>
            Represents a heart shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LightningBolt">
            <summary>
            Represents a lightning bolt shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Sun">
            <summary>
            Represents a sun shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Moon">
            <summary>
            Represents a moon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Cloud">
            <summary>
            Represents a cloud shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Arc">
            <summary>
            Represents a arc shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DoubleBracket">
            <summary>
            Represents a double bracket shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DoubleBrace">
            <summary>
            Represents a double brace shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftBracket">
            <summary>
            Represents a left bracket shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RightBracket">
            <summary>
            Represents a right bracket shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftBrace">
            <summary>
            Represents a left brace shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RightBrace">
            <summary>
            Represents a right brace shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RightArrow">
            <summary>
            Represents a block arrow that points right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftArrow">
            <summary>
            Represents a block arrow that points left.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UpArrow">
            <summary>
            Represents a block arrow that points up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DownArrow">
            <summary>
            Represents a block arrow that points down.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftRightArrow">
            <summary>
            Represents a block arrow that points left and right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UpDownArrow">
            <summary>
            Represents a block arrow that points up and down.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.QuadArrow">
            <summary>
            Represents a block arrows that point up, down, left, and right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftRightUpArrow">
            <summary>
            Represents a block arrow with arrowheads that point left, right, and up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BentArrow">
            <summary>
            Represents a block arrow that follows a curved 90-degree angle. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UTurnArrow">
            <summary>
            Represents a block arrow forming a U shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftUpArrow">
            <summary>
            Represents a block arrow with arrowheads that point left and up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.BentUpArrow">
            <summary>
            Represents a block arrow that follows a sharp 90-degree angle. Points up by default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedRightArrow">
            <summary>
            Represents a block arrow that curves right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedLeftArrow">
            <summary>
            Represents a block arrow that curves left.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedUpArrow">
            <summary>
            Represents a block arrow that curves up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedDownArrow">
            <summary>
            Represents a block arrow that curves down.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.StripedRightArrow">
            <summary>
            Represents a block arrow that points right with stripes at the tail.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.NotchedRightArrow">
            <summary>
            Represents a notched block arrow that points right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Pentagon">
            <summary>
            Represents a pentagon shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Chevron">
            <summary>
            Represents a chevron shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RightArrowCallout">
            <summary>
            Represents a callout with arrow that points right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DownArrowCallout">
            <summary>
            Represents a callout with arrow that points down.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftArrowCallout">
            <summary>
            Represents a callout with arrow that points left. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UpArrowCallout">
            <summary>
            Represents a callout with arrow that points up. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LeftRightArrowCallout">
            <summary>
            Represents a callout with arrowheads that point both left and right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UpDownArrowCallout">
            <summary>
            Represents a callout with arrows that point up and down. shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.QuadArrowCallout">
            <summary>
            Represents a Callout with arrows that point up, down, left, and right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CircularArrow">
            <summary>
            Represents a block arrow that follows a curved 180-degree angle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathPlus">
            <summary>
            Represents a addition symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathMinus">
            <summary>
            Represents a subtraction symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathMultiply">
            <summary>
            Represents a multiplication symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathDivision">
            <summary>
            Represents a division symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathEqual">
            <summary>
            Represents a equivalence symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.MathNotEqual">
            <summary>
            Represents a non-equivalence symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartProcess">
            <summary>
            Represents a process flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartAlternateProcess">
            <summary>
            Represents a alternate process flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartDecision">
            <summary>
            Represents a decision flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartData">
            <summary>
            Represents a data flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartPredefinedProcess">
            <summary>
            Represents a predefined process flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartInternalStorage">
            <summary>
            Represents a internal storage flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartDocument">
            <summary>
            Represents a document flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartMultiDocument">
            <summary>
            Represents a multi-document flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartTerminator">
            <summary>
            Represents a terminator flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartPreparation">
            <summary>
            Represents a preparation flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartManualInput">
            <summary>
            Represents a manual input flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartManualOperation">
            <summary>
            Represents a manual operation flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartConnector">
            <summary>
            Represents a connector flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartOffPageConnector">
            <summary>
            Represents a off-page connector flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartCard">
            <summary>
            Represents a card flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartPunchedTape">
            <summary>
            Represents a punched tape flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartSummingJunction">
            <summary>
            Represents a summing junction flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartOr">
            <summary>
            Represents a "Or" flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartCollate">
            <summary>
            Represents a collate flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartSort">
            <summary>
            Represents a sort flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartExtract">
            <summary>
            Represents a extract flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartMerge">
            <summary>
            Represents a merge flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartStoredData">
            <summary>
            Represents a stored data flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartDelay">
            <summary>
            Represents a delay flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartSequentialAccessStorage">
            <summary>
            Represents a sequential access storage flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartMagneticDisk">
            <summary>
            Represents a magnetic disk flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartDirectAccessStorage">
            <summary>
            Represents a direct access storage flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.FlowChartDisplay">
            <summary>
            Represents a display flowchart symbol.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Explosion1">
            <summary>
            Represents a explosion type 1 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Explosion2">
            <summary>
            Represents a explosion type 2 shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star4Point">
            <summary>
            Represents a 4-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star5Point">
            <summary>
            Represents a 5-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star6Point">
            <summary>
            Represents a 6-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star7Point">
            <summary>
            Represents a 7-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star8Point">
            <summary>
            Represents a 8-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star10Point">
            <summary>
            Represents a 10-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star12Point">
            <summary>
            Represents a 12-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star16Point">
            <summary>
            Represents a 16-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star24Point">
            <summary>
            Represents a 24-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Star32Point">
            <summary>
            Represents a 32-point star.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.UpRibbon">
            <summary>
            Represents a ribbon banner with center area above ribbon ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DownRibbon">
            <summary>
            Represents a ribbon banner with center area below ribbon ends.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedUpRibbon">
            <summary>
            Represents a ribbon banner that curves up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CurvedDownRibbon">
            <summary>
            Represents a ribbon banner that curves down.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.VerticalScroll">
            <summary>
            Represents a vertical scroll.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.HorizontalScroll">
            <summary>
            Represents a horizontal scroll
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.Wave">
            <summary>
            Represents a wave shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.DoubleWave">
            <summary>
            Represents a double wave.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RectangularCallout">
            <summary>
            Represents a rectangular callout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.RoundedRectangularCallout">
            <summary>
            Represents a rounded rectangle-shaped callout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.OvalCallout">
            <summary>
            Represents a oval-shaped callout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.CloudCallout">
            <summary>
            Represents a cloud callout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout1">
            <summary>
            Represents a callout with border and horizontal callout line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout2">
            <summary>
            Represents a callout with angled line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout3">
            <summary>
            Represents a callout with callout line segments forming a U-shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout1AccentBar">
            <summary>
            Represents a callout with diagonal callout line and accent bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout2AccentBar">
            <summary>
            Represents a callout with angled callout line and accent bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout3AccentBar">
            <summary>
            Represents a callout with accent bar and callout line segments forming a U-shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout1NoBorder">
            <summary>
            Represents a callout with horizontal accent bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout2NoBorder">
            <summary>
            Represents a callout with no border and angled callout line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout3NoBorder">
            <summary>
            Represents a callout with no border and callout line segments forming a U-shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout1BorderAndAccentBar">
            <summary>
            Represents a callout with border, diagonal straight line, and accent bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout2BorderAndAccentBar">
            <summary>
            Represents a callout with border, angled callout line, and accent bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.AutoShapeType.LineCallout3BorderAndAccentBar">
            <summary>
            Represents a callout with border, accent bar, and callout line segments forming a U-shape.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelHyperlinkAttachedType">
            <summary>
            Specify the hyperlink attached object name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperlinkAttachedType.Range">
            <summary>
            Represent IRange object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelHyperlinkAttachedType.Shape">
            <summary>
            Represent IShape object.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFilterAction">
            <summary>
            Specifies whether data is to be copied or left in place during a filter operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterAction.FilterInPlace">
            <summary>
             Leave filtered data in place.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterAction.FilterCopy">
            <summary>
            Copy filtered data to new range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ScalingMode">
            <summary>
            It represents the chart image Scaling.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ScalingMode.Normal">
            <summary>
            Save the image with normal image quality.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ScalingMode.Best">
            <summary>
            Save the image with best image quality which results large image size.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.TextCapsType">
            <summary>
            It represents the capitalization tags (used only in chart)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextCapsType.None">
            <summary>
            Applies no caps on the text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextCapsType.All">
            <summary>
            Applies all caps on the text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.TextCapsType.Small">
            <summary>
            Applies small caps on the text
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ChartExSidePosition">
            <summary>
            It specifies an enumeration of side positions
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExSidePosition.l">
            <summary>
            The title or legend is on the left side
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExSidePosition.t">
            <summary>
            The title or legend is on the top
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExSidePosition.r">
            <summary>
            The title or legend is on the left side
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExSidePosition.b">
            <summary>
            The title or legend is on the bottom
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ChartExPositionAlignment">
             <summary>
            It represent side position alignment of a chart element
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExPositionAlignment.min">
            <summary>
            The chart element is positioned at the top of the side
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExPositionAlignment.max">
            <summary>
            The chart element is positioned at the bottom of the side
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExPositionAlignment.ctr">
            <summary>
            The chart element is positioned at the center of the side
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelQuartileCalculation">
             <summary>
            It represents Quartile calculation used for Box and Whisker Chart series
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelQuartileCalculation.InclusiveMedian">
            <summary>
            It includes the Median when splitting the dataset into Quartiles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelQuartileCalculation.ExclusiveMedian">
            <summary>
            It excludes the Median when splitting the dataset into Quartiles.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTreeMapLabelOption">
             <summary>
            It represents the Label position in Tree Map chart
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTreeMapLabelOption.None">
             <summary>
            No Parent labels are shown
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTreeMapLabelOption.Banner">
             <summary>
            The Parent label layout is a Banner above the category        
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTreeMapLabelOption.Overlapping">
            <summary>
            The Parent label is laid out within the category
            </summary>        
        </member>
        <!-- Badly formed XML comment ignored for member "T:Syncfusion.XlsIO.Excel2016Charttype" -->
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.funnel">
            <summary>
            Indicates the Funnel Chart type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.boxWhisker">
            <summary>
            Indicates the Box and Whisker chart type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.clusteredColumn">
            <summary>
            Used in Histogram and Pareto charts
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.paretoLine">
            <summary>
            Used in Histogram and Pareto charts
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.sunburst">
            <summary>
            Indicates the Sun burst chart type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.treemap">
            <summary>
            Indicates the Tree Map chart type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2016Charttype.waterfall">
            <summary>
            Indicates the Water fall chart type
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ChartStyleElements">
            <summary>
            Contains the list of style elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.axisTitle">
            <summary>
            Indicates the Axis Title Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.categoryAxis">
            <summary>
            Indicates the Category Axis element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.chartArea">
            <summary>
            Indicates the chart Area Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataLabel">
            <summary>
            Indicates the Data Label Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataLabelCallout">
            <summary>
            Indicates the Data Label callout Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPoint">
            <summary>
            Indicates the Data Point Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPoint3D">
            <summary>
            Indicates the Data Point 3D Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPointLine">
            <summary>
            Indicates the Data Point Line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPointMarker">
            <summary>
            Indicates the Data Point Marker Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPointMarkerLayout">
            <summary>
            Indicates the Data Point Marker Layout Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataPointWireframe">
            <summary>
            Indicates the Data Point Wireframe Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dataTable">
            <summary>
            Indicates the Data Table Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.downBar">
            <summary>
            Indicates the Down Bar Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.dropLine">
            <summary>
            Indicates the Drop Line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.errorBar">
            <summary>
            Indicates the Error Bar Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.floor">
            <summary>
            Indicates the Floor Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.gridlineMajor">
            <summary>
            Indicates the Major grid line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.gridlineMinor">
            <summary>
            Indicates the Minor grid line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.hiLoLine">
            <summary>
            Indicates the High-Low Line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.leaderLine">
            <summary>
            Indicates the Leader Line Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.legend">
            <summary>
            Indicates the Legend Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.plotArea">
            <summary>
            Indicates the Plot Area Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.plotArea3D">
            <summary>
            Indicates the Plot Area 3D Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.seriesAxis">
            <summary>
            Indicates the Series Axis Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.seriesLine">
            <summary>
            Indicates the SeriesLine Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.title">
            <summary>
            Indicates the Title Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.trendline">
            <summary>
            Indicates the Trendline Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.trendlineLabel">
            <summary>
            Indicates the TrendLine Label Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.upBar">
            <summary>
            Indicates the Up Bar Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.valueAxis">
            <summary>
            Indicates the Value Axis Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.wall">
            <summary>
            Indicates the Wall Element
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartStyleElements.extLst">
            <summary>
            Indicates the Extension List Element
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ColorModel">
            <summary>
            Contains the list of color models
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.none">
            <summary>
            No color models have been used
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.scrgbClr">
            <summary>
            expressing Red, Green, Blue color in Percentages.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.srgbClr">
            <summary>
            specifies the color two hex digits per color, in the order RGB.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.hslClr">
            <summary>
            represents a color using the Hue, Saturation, and Luminescence.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.sysClr">
            <summary>
            represents a system color, and introduces a level of indirection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.schemeClr">
            <summary>
            schemeClr represents a color from a theme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.prstClr">
            <summary>
            prstClr represents a preset color by its name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ColorModel.styleClr">
            <summary>
            element that specifies a color calculated from a CT_ColorStyle.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.StyleEntryModifierEnum">
            <summary>
            Contains the style entry modifier enumerations
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.StyleEntryModifierEnum.none">
            <summary>
            No modifier enum is applied
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.StyleEntryModifierEnum.allowNoFillOverride">
            <summary>
            fill properties specified on this StyleEntry can be replaced with no fill instead.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.StyleEntryModifierEnum.allowNoLineOverride">
            <summary>
            line properties specified on this StyleEntry can be replaced with no line instead.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.EndLineCap">
            <summary>
            This simple type enumeration specifies how to cap the ends of lines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.EndLineCap.flat">
            <summary>
            Line ends at end point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.EndLineCap.rnd">
            <summary>
            Rounded ends. Semi-circle protrudes by half line width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.EndLineCap.sq">
            <summary>
            Square protrudes by half line width.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.FontCollectionIndex">
            <summary>
            Enumeration represents one of the fonts associated with the style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontCollectionIndex.none">
            <summary>
            (None) No font reference.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontCollectionIndex.minor">
            <summary>
            (Minor Font) The minor font of the style's font scheme.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.FontCollectionIndex.major">
            <summary>
            (Major Font) The major font of the style's font scheme.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007Pattern">
            <summary>
            Enumeration represents patterns (pattern names) that are used in Excel 2007.
            This enumeration is used to convert pattern from Excel 2003 into 2007
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.none">
            <summary>
            The fill style is none (no fill). When foreground and/or background colors
            are specified, a pattern of 'none' overrides and means the cell has no fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.solid">
            <summary>
            The fill style is solid. When solid is specified, the foreground color
            (fgColor) is the only color rendered, even when a background color
            (bgColor) is also specified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.mediumGray">
            <summary>
            The fill style is medium gray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkGray">
            <summary>
            The fill style is 'dark gray'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightGray">
            <summary>
            The fill style is light gray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkHorizontal">
            <summary>
            The fill style is dark horizontal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkVertical">
            <summary>
            The fill style is 'dark vertical'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkDown">
            <summary>
            The fill style is 'dark down'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkUp">
            <summary>
            The fill style is 'dark up'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkGrid">
            <summary>
            The fill style is 'dark grid'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.darkTrellis">
            <summary>
            The fill style is 'dark trellis'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightHorizontal">
            <summary>
            The fill style is light horizontal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightVertical">
            <summary>
            The fill style is light vertical.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightDown">
            <summary>
            The fill style is 'light down'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightUp">
            <summary>
            The fill style is light up.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightGrid">
            <summary>
            The fill style is 'light grid'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.lightTrellis">
            <summary>
            The fill style is 'light trellis'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.gray125">
            <summary>
            The fill style is grayscale of 0.125 (1/8) value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Pattern.gray0625">
            <summary>
            The fill style is grayscale of 0.0625 (1/16) value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007BorderLineStyle">
            <summary>
            The line style of a border in a cell as it is named Excel2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.DashDot">
            <summary>
            The line style of a border is dash-dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.DashDotDot">
            <summary>
            The line style of a border is dash-dot-dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Dashed">
            <summary>
            The line style of a border is dashed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Dotted">
            <summary>
            The line style of a border is dotted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Double">
            <summary>
            The line style of a border is double line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Hair">
            <summary>
            The line style of a border is hairline.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Medium">
            <summary>
            The line style of a border is medium.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.MediumDashDot">
            <summary>
            The line style of a border is medium dash-dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.MediumDashDotDot">
            <summary>
            The line style of a border is medium dash-dot-dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.MediumDashed">
            <summary>
            The line style of a border is medium dashed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.None">
            <summary>
            The line style of a border is none (no border visible).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.SlantDashDot">
            <summary>
            The line style of a border is slant-dash-dot.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Thick">
            <summary>
            The line style of a border is 'thick'.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderLineStyle.Thin">
            <summary>
            The line style of a border is thin.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007BorderIndex">
            <summary>
            Represents border index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.left">
            <summary>
            Represents left border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.right">
            <summary>
            Represents right border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.top">
            <summary>
            Represents top border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.bottom">
            <summary>
            Represents bottom border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.diagonal">
            <summary>
            Represents diagonal border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.none">
            <summary>
            Represents no border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.vertical">
            <summary>
            Represents vertical inner border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007BorderIndex.horizontal">
            <summary>
            Represents horizontal innver border.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartPresetsOuter">
            <summary>
            This Enumeration values Indicates the Outer Shadow values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.NoShadow">
            <summary>
            Represents No shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetRight">
            <summary>
            Represents Outer shadow at Right
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetDiagonalBottomRight">
            <summary>
            Represents Outer shadow at DiagonalBottomRight
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetBottom">
            <summary>
            Represents Outer shadow at Bottom
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetDiagonalTopLeft">
            <summary>
            Represents Outer shadow at DiagonalTopLeft
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetCenter">
            <summary>
            Represents Outer shadow at Center
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetTop">
            <summary>
            Represents Outer shadow at Top
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetLeft">
            <summary>
            Represents Outer shadow at Left
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetDiagonalTopRight">
            <summary>
            Represents Outer shadow at DiagonalTopRight
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsOuter.OffsetDiagonalBottomLeft">
            <summary>
            Represents Outer shadow at DiagonalBottomLeft
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartPresetsInner">
            <summary>
            This enumeration value indicates the Inner Shadow Values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.NoShadow">
            <summary>
            Represents No shadow(Default)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideDiagonalBottomLeft">
            <summary>
            Represents Inner Shadow at Diagonal Bottom Left
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideTop">
            <summary>
            Represents Inner Shadow at Top
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideRight">
            <summary>
            Represents Inner Shadow at Right
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideLeft">
            <summary>
            Represents Inner Shadow at Left
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideDiagonalTopRight">
            <summary>
            Represents Inner Shadow at TopRight
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideDiagonalBottomRight">
            <summary>
            Represents Inner Shadow at Diagonal Bottom Right
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideCenter">
            <summary>
            Represents Inner Shadow at Center
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideBottom">
            <summary>
            Represents Inner Shadow at Bottom
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsInner.InsideDiagonalTopLeft">
            <summary>
            Represents Inner Shadow at Diagonal Top left
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective">
            <summary>
            This Enumeration values gives the Perspective shadow Values
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.NoShadow">
            <summary>
            Represents the No Shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.PrespectiveDiagonalUpperRight">
            <summary>
            Represents Perspective Shadow at Diagonal Upper Right
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.PrespectiveDiagonalLowerRight">
            <summary>
            Represents Perspective Shadow at Diagonal Lower Right
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.PrespectiveDiagonalUpperLeft">
            <summary>
            Represents Perspective Shadow at Diagonal Upper Left
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.PrespectiveDiagonalLowerLeft">
            <summary>
            Represents Perspective Shadow at Diagonal Lower Left
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPresetsPrespective.Below">
            <summary>
            Represents Perspective Shadow at Below
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartBevelProperties">
            <summary>
            This enumeration value indicates the bevel properties for both Top nad Bottom Bevel
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.NoAngle">
            <summary>
            Represents No angle
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Angle">
            <summary>
            Represents Angle 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.ArtDeco">
            <summary>
            Represents Art Deco
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Circle">
            <summary>
            Represents Circle
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Convex">
            <summary>
            Represents Convex
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.CoolSlant">
            <summary>
            Represents Cool Slant
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Cross">
            <summary>
            Represents Cross
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Divot">
            <summary>
            Represents Divot
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.HardEdge">
            <summary>
            Represents Hard Edge
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.RelaxedInset">
            <summary>
            Represents Relaxed Inset
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Riblet">
            <summary>
            Represents Riblet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.Slope">
            <summary>
            Represents Slope
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartBevelProperties.SoftRound">
            <summary>
            Represents Soft round
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartMaterialProperties">
            <summary>
            This Enumeration value indicates the Material property values fro the chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.NoEffect">
            <summary>
            Represents No Material Effect
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Matte">
            <summary>
            Represents Matte Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.WarmMatte">
            <summary>
            Represents WarmMatte Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Plastic">
            <summary>
            Represents Plastic Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Metal">
            <summary>
            Represents Metal Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.DarkEdge">
            <summary>
            Represents Dark Edge Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.SoftEdge">
            <summary>
            Represents Soft Edge Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Flat">
            <summary>
            Represents Flat Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.WireFrame">
            <summary>
            Represents Wire Frame Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Powder">
            <summary>
            Represents Powder Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.TranslucentPowder">
            <summary>
            Represents Translucent Powder Material
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMaterialProperties.Clear">
            <summary>
            Represents Clear Material
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartLightingProperties">
            <summary>
            This enumeration value indicates the Lighting properties for the 
            Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.ThreePoint">
            <summary>
            Represents ThreePoint Lighting(Default)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Balance">
            <summary>
            Represents Balance Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.BrightRoom">
            <summary>
            Represents Bright Room  Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Chilly">
            <summary>
            Represents Chilly Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Contrasting">
            <summary>
            Represents Contrasting Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Flat">
            <summary>
            Represents Flat Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Flood">
            <summary>
            Represents Flood Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Freezing">
            <summary>
            Represents Freezing Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Glow">
            <summary>
            Represents Glow Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Harsh">
            <summary>
            Represents Harsh Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Morning">
            <summary>
            Represents Morning Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Soft">
            <summary>
            Represents Soft Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.Sunrise">
            <summary>
            Represents Sunrise Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.SunSet">
            <summary>
            Represents Sun Set Lighting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartLightingProperties.TwoPoint">
            <summary>
            Represents TwoPoint Lighting
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007HAlign">
            <summary>
            The enumeration value indicating the portion of Cell Alignment in
            a cell format (XF) that is horizontal alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.center">
            <summary>
            The horizontal alignment is centered, meaning the text is centered across the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.centerContinuous">
            <summary>
            The horizontal alignment is centered across multiple cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.distributed">
            <summary>
            Indicates that each 'word' in each line of text inside the cell is evenly
            distributed across the width of the cell, with flush right and left margins.
            When there is also an indent value to apply, both the left and right side
            of the cell are padded by the indent value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.fill">
            <summary>
            Indicates that the value of the cell should be filled across the entire
            width of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.general">
            <summary>
            The horizontal alignment is general-aligned. Text data is left-aligned.
            Numbers, dates, and times are rightaligned. Boolean types are centered.
            Changing the alignment does not change the type of data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.justify">
            <summary>
            The horizontal alignment is justified (flush left and right). For each
            line of text, aligns each line of the wrapped text in a cell to the right
            and left (except the last line). If no single line of text wraps in the
            cell, then the text is not justified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.left">
            <summary>
            The horizontal alignment is left-aligned, even in Right-to-Left mode.
            Aligns contents at the left edge of the cell. If an indent amount is
            specified, the contents of the cell is indented from the left by the
            specified number of character spaces. The character spaces are based
            on the default font and font size for the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007HAlign.right">
            <summary>
            The horizontal alignment is right-aligned, meaning that cell contents
            are aligned at the right edge of the cell, even in Right-to-Left mode.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007VAlign">
            <summary>
            This enumeration value indicates the type of vertical alignment for a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007VAlign.bottom">
            <summary>
            The vertical alignment is aligned-to-bottom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007VAlign.center">
            <summary>
            The vertical alignment is centered across the height of the cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007VAlign.distributed">
            <summary>
            When text direction is horizontal: the vertical alignment of lines of text
            is distributed vertically, where each line of text inside the cell is evenly
            distributed across the height of the cell, with flush top and bottom margins.
            When text direction is vertical: behaves exactly as distributed horizontal
            alignment. The first words in a line of text (appearing at the top of the cell)
            are flush with the top edge of the cell, and the last words of a line of text
            are flush with the bottom edge of the cell, and the line of text is distributed
            evenly from top to bottom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007VAlign.justify">
            <summary>
            When text direction is horizontal: the vertical alignment of lines of text
            is distributed vertically, where each line of text inside the cell is evenly
            distributed across the height of the cell, with flush top and bottom margins.
            When text direction is vertical: similar behavior as horizontal justification.
            The alignment is justified (flush top and bottom in this case). For each line
            of text, each line of the wrapped text in a cell is aligned to the top and
            bottom (except the last line). If no single line of text wraps in the cell,
            then the text is not justified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007VAlign.top">
            <summary>
            The vertical alignment is aligned-to-top.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Worksheet2007Visibility">
            <summary>
            Enumeration which controls visibility of worksheet in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Worksheet2007Visibility.Visible">
            <summary>
            Worksheet is visible to the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Worksheet2007Visibility.Hidden">
            <summary>
            Worksheet is hidden for the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Worksheet2007Visibility.VeryHidden">
            <summary>
            The strong hidden flag can only be set and cleared with a Visual Basic 
            macro. It is not possible to make such a sheet visible via the user interface.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007RadarStyle">
            <summary>
            This simple type specifies the possible styles of radar chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007RadarStyle.standard">
            <summary>
            Specifies that the radar chart shall have lines but no markers and no fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007RadarStyle.marker">
            <summary>
            Specifies that the radar chart shall have lines and markers but no fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007RadarStyle.filled">
            <summary>
            Specifies that the radar chart shall be filled and have lines but no markers.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ScatterStyle">
            <summary>
            This simple type specifies the possible styles of scatter chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ScatterStyle.marker">
            <summary>
            Specifies the points on the scatter chart shall not be connected with
            lines and markers shall be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ScatterStyle.smoothMarker">
            <summary>
            Specifies the the points on the scatter chart shall be connected with
            smoothed lines and markers shall be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ScatterStyle.smooth">
            <summary>
            Specifies the the points on the scatter chart shall be connected with
            smoothed lines and markers shall not be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ScatterStyle.lineMarker">
            <summary>
            Specifies the points on the scatter chart shall be connected with
            straight lines and markers shall be drawn.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ScatterStyle.line">
            <summary>
            Specifies the points on the scatter chart shall be connected with
            straight lines but markers shall not be drawn.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007SplitType">
            <summary>
            Enumeration limits values which can be set by user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007SplitType.pos">
            <summary>
            Represents the Position split type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007SplitType.val">
            <summary>
            Represents the Value split type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007SplitType.percent">
            <summary>
            Represents the Percent split type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007SplitType.cust">
            <summary>
            Represents the Custom split type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007DataLabelPos">
            <summary>
            Represents the data label positioning.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.b">
            <summary>
            Specifies that data labels shall be displayed below the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.bestFit">
            <summary>
            Specifies that data labels shall be displayed in the best position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.ctr">
            <summary>
            Specifies that data labels shall be displayed centered on the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.inBase">
            <summary>
            Specifies that data labels shall be displayed inside the base of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.inEnd">
            <summary>
            Specifies that data labels shall be displayed inside the end of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.l">
            <summary>
            Specifies that data labels shall be displayed to the left of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.outEnd">
            <summary>
            Specifies that data labels shall be displayed outside the end of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.r">
            <summary>
            Specifies that data labels shall be displayed to the right of the data marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007DataLabelPos.t">
            <summary>
            Specifies that data labels shall be displayed above the data marker.}
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartMarkerType">
            <summary>
            Enumeration of the marker types for Chart lines in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.none">
             <summary>
            Represents the None option for the marker type.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.square">
             <summary>
            Represents the square style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.diamond">
             <summary>
            Represents the diamond style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.triangle">
             <summary>
            Represents the Triangle style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.x">
             <summary>
            Represents the X style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.star">
             <summary>
            Represents the Star style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.dot">
             <summary>
            Represents the Dow Jones style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.dash">
             <summary>
            Represents the Standard Deviation style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.circle">
             <summary>
            Represents the Circle style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartMarkerType.plus">
             <summary>
            Represents the Plus style in the custom marker option for Chart lines.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007TrendlineType">
            <summary>
            Represents trend line values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.exp">
            <summary>
            Represents Exponential trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.linear">
            <summary>
            Represents Linear trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.log">
            <summary>
            Represents Logarithmic trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.movingAvg">
            <summary>
            Represents Moving average trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.poly">
            <summary>
            Represents Polynomial trend line type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TrendlineType.power">
            <summary>
            Represents Power trend line type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ErrorBarType">
            <summary>
            Error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ErrorBarType.percentage">
            <summary>
            Represents the Percentage error-bar source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ErrorBarType.fixedVal">
            <summary>
            Represents the FixedValue error-bar source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ErrorBarType.stdDev">
            <summary>
            Represents the StandardDeviation error-bar source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ErrorBarType.cust">
            <summary>
            Represents the Custom error-bar source type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ErrorBarType.stdErr">
            <summary>
            Represents the StandardError error-bar source type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007LegendPosition">
            <summary>
            Enumeration of the legend placement for Charts in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007LegendPosition.b">
             <summary>
            Represents the bottom option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007LegendPosition.tr">
             <summary>
            Represents the Corner option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007LegendPosition.t">
             <summary>
            Represents the Top option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007LegendPosition.r">
             <summary>
            Represents the Right option.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007LegendPosition.l">
             <summary>
            Represents the Left option.
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartPlotEmpty">
            <summary>
            This enumeration specifies the possible ways to display blanks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPlotEmpty.gap">
            <summary>
            Specifies that blank values shall be left as a gap.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPlotEmpty.zero">
            <summary>
            Specifies that blank values shall be treated as zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartPlotEmpty.span">
            <summary>
            Specifies that blank values shall be spanned with a line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct5">
            <summary>
            Represents 5% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct10">
            <summary>
            Represents 10% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct20">
            <summary>
            Represents 20% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct25">
            <summary>
            Represents 25% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct30">
            <summary>
            Represents 30% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct40">
            <summary>
            Represents 40% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct50">
            <summary>
            Represents 50% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct60">
            <summary>
            Represents 60% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct70">
            <summary>
            Represents 70% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct75">
            <summary>
            Represents 75% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct80">
            <summary>
            Represents 80% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.pct90">
            <summary>
            Represents 90% gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dkDnDiag">
            <summary>
            Represents Dark Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dkHorz">
            <summary>
            Represents Dark Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dkUpDiag">
            <summary>
            Represents Dark Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dkVert">
            <summary>
            Represents Dark Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dashDnDiag">
            <summary>
            Represents Dashed Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dashHorz">
            <summary>
            Represents Dashed Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dashUpDiag">
            <summary>
            Represents Dashed Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dashVert">
            <summary>
            Represents Dashed Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.diagBrick">
            <summary>
            Represents Diagonal Brick gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.divot">
            <summary>
            Represents Divot gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dotDmnd">
            <summary>
            Represents Dotted Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.dotGrid">
            <summary>
            Represents Dotted Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.horzBrick">
            <summary>
            Represents Horizontal Brick gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.lgCheck">
            <summary>
            Represents Large Checker Board gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.lgConfetti">
            <summary>
            Represents Large Confetti gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.lgGrid">
            <summary>
            Represents Large Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.ltDnDiag">
            <summary>
            Represents Light Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.ltHorz">
            <summary>
            Represents Light Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.ltUpDiag">
            <summary>
            Represents Light Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.ltVert">
            <summary>
            Represents Light Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.narHorz">
            <summary>
            Represents Narrow Horizontal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.narVert">
            <summary>
            Represents Narrow Vertical gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.openDmnd">
            <summary>
            Represents Outlined Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.plaid">
            <summary>
            Represents Plaid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.shingle">
            <summary>
            Represents Shingle gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.smCheck">
            <summary>
            Represents Small Checker Board gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.smConfetti">
            <summary>
            Represents Small Confetti gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.smGrid">
            <summary>
            Represents Small Grid gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.solidDmnd">
            <summary>
            Represents Solid Diamond gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.sphere">
            <summary>
            Represents Sphere gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.trellis">
            <summary>
            Represents Trellis gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.wave">
            <summary>
            Represents Wave gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.weave">
            <summary>
            Represents Weave gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.wdDnDiag">
            <summary>
            Represents Wide Downward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.wdUpDiag">
            <summary>
            Represents Wide Upward Diagonal gradient pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007GradientPattern.zigZag">
            <summary>
            Represents Zig Zag gradient pattern
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ChartDisplayUnit">
            <summary>
            Represents excel 2007 chart uint to display.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.hundreds">
            <summary>
            Represents Hundreds display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.thousands">
            <summary>
            Represents Thousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.tenThousands">
            <summary>
            Represents TenThousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.hundredThousands">
            <summary>
            Represents HundredThousands display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.millions">
            <summary>
            Represents Millions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.tenMillions">
            <summary>
            Represents TenMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.hundredMillions">
            <summary>
            Represents HundredMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.billions">
            <summary>
            Represents ThousandMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.trillions">
            <summary>
            Represents MillionMillions display Unit
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ChartDisplayUnit.percentage">
            <summary>
            Represents the displayUnit which is only avail at paret chart axis
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelDataProviderType">
            <summary>
            Possible types for row data storage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataProviderType.Native">
            <summary>
            Uses Win32 API and Marshal class calls to allocate and work with memory blocks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataProviderType.Unsafe">
            <summary>
            Uses Win32 API and unsafe blocks to allocate and work with memory blocks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelDataProviderType.ByteArray">
            <summary>
            Uses managed byte array and other managed functions to work with memory blocks.
            This method is slowest, but it is the only one suitable for medium trust mode.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelIconSetType">
            <summary>
            Specifies the type of icon set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeArrows">
            <summary>
            3 Arrows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeArrowsGray">
            <summary>
            3 Arrows Gray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeFlags">
            <summary>
            3 Flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeTrafficLights1">
            <summary>
            3 Traffic Lights 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeTrafficLights2">
            <summary>
            3 Traffic Lights 2.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeSigns">
            <summary>
            3 Signs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeSymbols">
            <summary>
            3 Symbols.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.ThreeSymbols2">
            <summary>
            3 Symbols 2.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FourArrows">
            <summary>
            4 Arrows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FourArrowsGray">
            <summary>
            4 Arrows Gray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FourRedToBlack">
            <summary>
            4 Red To Black.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FourRating">
            <summary>
            4 Ratings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FourTrafficLights">
            <summary>
            4 Traffic Lights.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FiveArrows">
            <summary>
            5 Arrows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FiveArrowsGray">
            <summary>
            5 Arrows Gray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FiveRating">
            <summary>
            5 Rating.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelIconSetType.FiveQuarters">
            <summary>
            5 Quarters.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007TextRotation">
            <summary>
            If there is vertical text, determines what type of vertical text is going to be used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.horz">
            <summary>
            Horizontal text. This should be default.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.wordArtVert">
            <summary>
            Determines if all of the text is vertical ("one letter on top of another").
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.vert">
            <summary>
            Determines if all of the text is vertical orientation (each line is 90
            degrees rotated clockwise, so it goes from top to bottom; each next
            line is to the left from the previous one).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.vert270">
            <summary>
            Determines if all of the text is vertical orientation (each line is 270
            degrees rotated clockwise, so it goes from bottom to top; each next line
            is to the right from the previous one).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.eaVert">
            <summary>
            A special version of vertical text, where some fonts are displayed as if rotated
            by 90 degrees while some fonts (mostly East Asian) are displayed vertical.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.mongolianVert">
            <summary>
            A special version of vertical text, where some fonts are displayed as if
            rotated by 90 degrees while some fonts (mostly East Asian) are displayed
            vertical. The difference between this and the eastAsianVertical is the
            text flows top down then LEFT RIGHT, instead of RIGHT LEFT.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextRotation.wordArtVertRtl">
            <summary>
            Specifies that vertical WordArt should be shown from right to left rather than left to right.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007CommentHAlign">
            <summary>
            Enumeration to align the excel comment Horizontally.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentHAlign.l">
            <summary>
            Represents the Left comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentHAlign.ctr">
            <summary>
            Represents the Center comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentHAlign.r">
            <summary>
            Represents the Right comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentHAlign.just">
            <summary>
            Represents the Justified comment align.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentHAlign.dist">
            <summary>
            Represents the Distributed comment align.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007CommentVAlign">
            <summary>
            This type specifies a list of available anchoring types for text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentVAlign.t">
            <summary>
            Anchor the text at the top of the bounding rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentVAlign.ctr">
            <summary>
            Anchor the text at the middle of the bounding rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentVAlign.b">
            <summary>
            Anchor the text at the bottom of the bounding rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentVAlign.just">
            <summary>
            Anchor the text so that it is justified vertically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007CommentVAlign.dist">
            <summary>
            Anchor the text so that it is distributed vertically.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007TextAlign">
            <summary>
            Represents Excel 2007 Text alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.l">
            <summary>
            Align text to the left margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.ctr">
            <summary>
            Align text in the center.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.r">
            <summary>
            Align text to the right margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.just">
            <summary>
            Align text so that it is justified across the whole line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.justLow">
            <summary>
            Aligns the text with an adjusted kashida length for Arabic text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.thaiDist">
            <summary>
            Distributes Thai text specially, because each character is treated as a word.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007TextAlign.dist">
            <summary>
            Distributes the text words across an entire text line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007ShapeLineStyle">
            <summary>
            Represents line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ShapeLineStyle.sng">
            <summary>
            Represents single line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ShapeLineStyle.dbl">
            <summary>
            Represents thin thin line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ShapeLineStyle.thinThick">
            <summary>
            Represents thin thick line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ShapeLineStyle.thickThin">
            <summary>
            Represents thick thin line style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007ShapeLineStyle.tri">
            <summary>
            Represents thick between thin line style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelTotalsCalculation">
            <summary>
            Specifies the type of calculation in the Totals row of a list column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.None">
            <summary>
            No calculation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Sum">
            <summary>
            Sum of all values in the list column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Average">
            <summary>
            Average.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Count">
            <summary>
            Count of non-empty cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.CountNums">
            <summary>
            Count of cells with numeric values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Min">
            <summary>
            Minimum value in the list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.StdDev">
            <summary>
            Standard deviation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Var">
            <summary>
            Variable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Max">
            <summary>
            Maximum value in the list.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelTotalsCalculation.Custom">
            <summary>
            Custom formula
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Excel2007Function">
            <summary>
            Represents functions added in Excel 2007.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBEKPIMEMBER">
            <summary>
            Returns a key performance indicator (KPI) name, property, and measure, and displays the name and property in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBEMEMBER">
            <summary>
            Returns a member or tuple in a cube hierarchy. Use to validate that the member or tuple exists in the cube.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBEMEMBERPROPERTY">
            <summary>
            Returns the value of a member property in the cube. Use to validate that a member name exists within the cube and to return the specified property for this member.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBERANKEDMEMBER">
            <summary>
            Returns the nth, or ranked, member in a set. Use to return one or more elements in a set, such as the top sales performer or top 10 students.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBESET">
            <summary>
            Defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Office Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBESETCOUNT">
            <summary>
            Returns the number of items in a set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CUBEVALUE">
            <summary>
            Returns an aggregated value from a cube.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BESSELI">
            <summary>
            Returns the modified Bessel function In(x).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BESSELJ">
            <summary>
            Returns the Bessel function Jn(x).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BESSELK">
            <summary>
            Returns the modified Bessel function Kn(x).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BESSELY">
            <summary>
            Returns the Bessel function Yn(x).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BIN2DEC">
            <summary>
            Converts a binary number to decimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BIN2HEX">
            <summary>
            Converts a binary number to hexadecimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.BIN2OCT">
            <summary>
            Converts a binary number to octal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.COMPLEX">
            <summary>
            Converts real and imaginary coefficients into a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.CONVERT">
            <summary>
            Converts a number from one measurement system to another.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.DEC2BIN">
            <summary>
            Converts a decimal number to binary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.DEC2HEX">
            <summary>
            Converts a decimal number to hexadecimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.DEC2OCT">
            <summary>
            Converts a decimal number to octal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.DELTA">
            <summary>
            Tests whether two values are equal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.ERF">
            <summary>
            Returns the error function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.ERFC">
            <summary>
            Returns the complementary error function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.GESTEP">
            <summary>
            Tests whether a number is greater than a threshold value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.HEX2BIN">
            <summary>
            Converts a hexadecimal number to binary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.HEX2DEC">
            <summary>
            Converts a hexadecimal number to decimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.HEX2OCT">
            <summary>
            Converts a hexadecimal number to octal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMABS">
            <summary>
            Returns the absolute value (modulus) of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMAGINARY">
            <summary>
            Returns the imaginary coefficient of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMARGUMENT">
            <summary>
            Returns the argument theta, an angle expressed in radians.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMCONJUGATE">
            <summary>
            Returns the complex conjugate of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMCOS">
            <summary>
            Returns the cosine of a complex number
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMDIV">
            <summary>
            Returns the quotient of two complex numbers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMEXP">
            <summary>
            Returns the exponential of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMLN">
            <summary>
            Returns the natural logarithm of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMLOG10">
            <summary>
            Returns the base-10 logarithm of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMLOG2">
            <summary>
            Returns the base-2 logarithm of a complex number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMPOWER">
            <summary>
            Returns a complex number raised to an integer power.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMPRODUCT">
            <summary>
            Returns the product of from 2 to 29 complex numbers
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMREAL">
            <summary>
            Returns the real coefficient of a complex number
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMSIN">
            <summary>
            Returns the sine of a complex number
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMSQRT">
            <summary>
            Returns the square root of a complex number
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMSUB">
            <summary>
            Returns the difference between two complex numbers
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.IMSUM">
            <summary>
            Returns the sum of complex numbers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.OCT2BIN">
            <summary>
            Converts an octal number to binary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.OCT2DEC">
            <summary>
            Converts an octal number to decimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.OCT2HEX">
            <summary>
            Converts an octal number to hexadecimal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.SUMIFS">
            <summary>
            Adds the cells in a range that meet multiple criteria
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.AVERAGEIF">
            <summary>
            Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Excel2007Function.AVERAGEIFS">
            <summary>
            Returns the average (arithmetic mean) of all cells that meet multiple criteria.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.DVAspect">
            <summary>
            Represents the OleObject Display Behaviour.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DVAspect.DVASPECT_CONTENT">
            <summary>
            Returns the OleObject Display as Content.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DVAspect.DVASPECT_ICON">
            <summary>
            Returns the OleObject Display as Icon.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.OleLinkType">
            <summary>
            Defines types of the ole object field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleLinkType.Embed">
            <summary>
            Ole object field type is EMBED.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleLinkType.Link">
            <summary>
            Ole object field type is LINK.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.OleObjectType">
            <summary>
            defines the types of OLE object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.Undefined">
            <summary>
            Type is not defined
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.AdobeAcrobatDocument">
            <summary>
            Adobe Acrobat Document. File has ".pdf" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.BitmapImage">
            <summary>
            Bitmap Image. File has ".png" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.MediaClip">
            <summary>
            Media Clip
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.Equation">
            <summary>
            Equation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.GraphChart">
            <summary>
            Graph Chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.Excel_97_2003_Worksheet">
            <summary>
            Excel 97-2003 Worksheet. File has ".xls" extension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.ExcelBinaryWorksheet">
            <summary>
            Excel Binary Worksheet. File has ".xlsb" extension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.ExcelChart">
            <summary>
            Excel chart. File has ".xls" extension
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.ExcelMacroWorksheet">
            <summary>   
            Excel Macro-Enabled Worksheet. File has ".xlsm" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.ExcelWorksheet">
            <summary>
            Excel Worksheet. File has ".xlsx" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPoint_97_2003_Presentation">
            <summary>
            PowerPoint 97-2003 Presentation. File has ".ppt" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPoint_97_2003_Slide">
            <summary>
            PowerPoint 97-2003 Slide. File has ".sld" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPointMacroPresentation">
            <summary>
            PowerPoint Macro-Enabled Presentation. File has ".pptm" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPointMacroSlide">
            <summary>
            PowerPoint Macro-Enabled Slide. File has ".sldm" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPointPresentation">
            <summary>
            PowerPoint Presentation. File has ".pptx" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.PowerPointSlide">
            <summary>
            PowerPoint Slide. File has ".sldx" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.Word_97_2003_Document">
            <summary>
            Word 97-2003 Document. File has ".doc" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.WordDocument">
            <summary>
            Word Document. File has ".docx" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.WordMacroDocument">
            <summary>
            Word Macro-Enabled Document. File has ".docm" extension.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.VisioDrawing">
            <summary>
            Visio Deawing
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.MIDISequence">
            <summary>
            MIDI Sequence
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenDocumentPresentation">
            <summary>
            OpenDocument Presentation
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenDocumentSpreadsheet">
            <summary>
            OpenDocument Spreadsheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenDocumentText">
            <summary>
            OpenDocument Text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenOfficeSpreadsheet1_1">
            <summary>
            OpenOffice.org 1.1 Spreadsheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenOfficeText_1_1">
            <summary>
            OpenOffice.org 1.1 Text
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.Package">
            <summary>
            Package
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.VideoClip">
            <summary>
            Video Clip
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.WaveSound">
            <summary>
            Wave Sound
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.WordPadDocument">
            <summary>
            WordPad Document
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenOfficeSpreadsheet">
            <summary>
            OpenOffice spreadsheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.OleObjectType.OpenOfficeText">
            <summary>
            OpenOffice Text
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SparklineType">
            <summary>
            Defined types of Sparkline chart types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineType.ColumnStacked100">
            <summary>
            Sparkline type is WinLoss.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineType.Column">
            <summary>
            Sparkline type is Column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineType.Line">
            <summary>
            Sparkline type is Line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SparklineEmptyCells">
            <summary>
            Defines the Display of the Empty Cells within the Sparkline Range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineEmptyCells.Gaps">
            <summary>
            Display as Gaps.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineEmptyCells.Zero">
            <summary>
            Diaplay as Zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineEmptyCells.Line">
            <summary>
            Display as Continued line.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.SparklineVerticalAxisOptions">
            <summary>
            Defines the Sparkline vertical axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineVerticalAxisOptions.Automatic">
            <summary>
            Automatic value for the vertical axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineVerticalAxisOptions.Same">
            <summary>
            Same value for the vertical axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.SparklineVerticalAxisOptions.Custom">
            <summary>
            Custom value for the vertical axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.LayoutModes">
            <summary>
            Represents different modes of layout
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutModes.auto">
            <summary>
            Specifies automatic height and width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutModes.factor">
            <summary>
            Specifies that the width/height shall be interpreted as the 
            width/height of the chart element.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutModes.edge">
            <summary>
            Specifies that the width/height shall be interpreted as the
            right/bottom of the chart element.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.LayoutTargets">
            <summary>
            Represents different targets of layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutTargets.auto">
            <summary>
            Specifies automatic plot area size for layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutTargets.outer">
            <summary>
            Specifies the plot area size including the tick marks and axis labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.LayoutTargets.inner">
            <summary>
            Specifies the plot area size excluding the tick marks and axis labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.DataBarDirection">
            <summary>
            Defines the directions of data bar in conditional formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarDirection.context">
            <summary>
            Represents Context direction. The default direction is Context.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarDirection.leftToRight">
            <summary>
            Represents Left to Right (LTR) direction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarDirection.rightToLeft">
            <summary>
            Represents Right to Left (RTL) direction.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.DataBarAxisPosition">
            <summary>
            Specifies the axis position for a range of cells with conditional formatting as data bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarAxisPosition.none">
            <summary>
            Default value if the conditional formatting rule is created programmatically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarAxisPosition.automatic">
            <summary>
            Default value if the conditional formatting rule is created using the user interface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DataBarAxisPosition.middle">
            <summary>
            Defines the axis position at the mid point.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelFilterType">
            <summary>
            Specifies the type of filter applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterType.CustomFilter">
            <summary>
            Represents applying filter with conditions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterType.CombinationFilter">
            <summary>
            Represents applying filter with combination(Text and DateTime).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelFilterType.DynamicFilter">
            <summary>
            Represents applying filter with specified relative date constant.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelCombinationFilterType">
            <summary>
            Represents different type of combinational filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCombinationFilterType.TextFilter">
            <summary>
            Represents Text value filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelCombinationFilterType.DateTimeFilter">
            <summary>
            Represents date filter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.DateTimeGroupingType">
            <summary>
            Represents grouping type applied for DateTime filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.year">
            <summary>
            Group by year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.month">
            <summary>
            Group by month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.day">
            <summary>
            Group by day.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.hour">
            <summary>
            Group by hour.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.minute">
            <summary>
            Group by minute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DateTimeGroupingType.second">
            <summary>
            Group by second.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.DynamicFilterType">
            <summary>
            Represent relative date filter type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.None">
            <summary>
            None of the type applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Tomorrow">
            <summary>
            Represent Tomorrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Today">
            <summary>
            Represent Today.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Yesterday">
            <summary>
            Represent Yesterday.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.NextWeek">
            <summary>
            Represent next week of the current week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.ThisWeek">
            <summary>
            Represent current week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.LastWeek">
            <summary>
            Represent last week of the current week.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.NextMonth">
            <summary>
            Represent next month of the current month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.ThisMonth">
            <summary>
            Represent current month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.LastMonth">
            <summary>
            Represent last month of the current month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.NextQuarter">
            <summary>
            Represent next quarter of the current quarter year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.ThisQuarter">
            <summary>
            Represent current quarter year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.LastQuarter">
            <summary>
            Represent last quarter of the current quarter year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.NextYear">
            <summary>
             Represent next year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.ThisYear">
            <summary>
            Represent current year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.LastYear">
            <summary>
            Represent last year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Quarter1">
            <summary>
            Represent first quarter of the years.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Quarter2">
            <summary>
            Represent second quarter of the years.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Quarter3">
            <summary>
            Represent third quarter of the years.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.Quarter4">
            <summary>
            Represent fourth quarter of the years.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.January">
            <summary>
            Represent January month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.February">
            <summary>
            Represent February month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.March">
            <summary>
            Represent March month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.April">
            <summary>
            Represent April month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.May">
            <summary>
            Represent May month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.June">
            <summary>
            Represent June month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.July">
            <summary>
            Represent July month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.August">
            <summary>
            Represent August month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.September">
            <summary>
            Represent September month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.October">
            <summary>
            Represent October month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.November">
            <summary>
            Represent November month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.December">
            <summary>
            Represent December month.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.DynamicFilterType.YearToDate">
            <summary>
            Represent dates from starting of the current year till today.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ChartExDataDimensionType">
            <summary>
            Chart Ex Dimension Data type enum
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExDataDimensionType.val">
            <summary>
            All chart Ex numeric dimension data type [except sunburst,tree map]
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExDataDimensionType.x">
            <summary>
            x coordinate value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExDataDimensionType.y">
            <summary>
            y coordinate value
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExDataDimensionType.size">
            <summary>
            Size coordinate value Used in treemap and sunburst charts
            </summary>      
        </member>
        <member name="F:Syncfusion.XlsIO.ChartExDataDimensionType.cat">
            <summary>
            String dimension type
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ProgressEventArgs">
            <summary>
            Event arguments for notifying read progress.
            <exclude/>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ProgressEventArgs.m_lPosition">
            <summary>
            Current read position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ProgressEventArgs.m_lSize">
            <summary>
            Full stream size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ProgressEventArgs.#ctor(System.Int64,System.Int64)">
            <summary>
            Creates new instance of the event arguments.
            </summary>
            <param name="curPos">Current read position.</param>
            <param name="fullSize">Full stream size.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.ProgressEventArgs.Position">
            <summary>
            Current read position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ProgressEventArgs.FullSize">
            <summary>
            Full stream size.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ProgressEventHandler">
            <summary>
            Progress event handler delegate
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.IMergeCells">
            <summary>
            Represents a Merged Cell.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.IMergeCells.AddMerge(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelMergeOperation)">
            <summary>
            Merges all cells in cellRange.
            </summary>
            <param name="RowFrom">Row index from which merging should be done.</param>
            <param name="RowTo">Row index to which merging should be done.</param>
            <param name="ColFrom">Column index from which merging should be done.</param>
            <param name="ColTo">Column index to which merging should be done.</param>
            <param name="operation">Different merge operations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.IMergeCells.DeleteMerge(System.Int32)">
            <summary>
            If specified cell is contained in merged cell, delete that merge.
            </summary>
            <param name="CellIndex">Index to be removed from Merged area.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.NamespaceDoc">
            <summary>
            Contains types to create and manipulate Excel documents.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Interfaces.Shapes.IGradientStop">
            <summary>
            Interface that represents single gradient stop of the gradient fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Shapes.IGradientStop.Color">
            <summary>
            Gets / sets color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Shapes.IGradientStop.Position">
            <summary>
            Gets / sets position of the gradient stop.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Interfaces.Shapes.IGradientStop.Transparency">
            <summary>
            Gets / sets transparency value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ReadOnlyFileEventArgs">
            <summary>
            Event arguments for ReadOnlyFile event.
            <exclude/>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ReadOnlyFileEventArgs.m_bRewrite">
            <summary>
            Indicates if file should be rewritten, default - False.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ReadOnlyFileEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ReadOnlyFileEventArgs.ShouldRewrite">
            <summary>
            Indicates whether Read-only file should be rewritten.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PasswordRequiredEventArgs">
            <summary>
            Event arguments for PasswordRequired event.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PasswordRequiredEventArgs.m_bStopParsing">
            <summary>
            Indicates whether we should stop parsing protected workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.PasswordRequiredEventArgs.m_strNewPassword">
            <summary>
            New password to try.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.PasswordRequiredEventArgs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.PasswordRequiredEventArgs.StopParsing">
            <summary>
            Indicates whether we should stop parsing protected workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.PasswordRequiredEventArgs.NewPassword">
            <summary>
            New password to try.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConnectionPassword">
            <summary>
            Represents the connection password of the data source.
            <exclude/>
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.ConnectionPassword.PasswordToConnectDB">
            <summary>
            Gets or sets the password to connect data source.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ReadOnlyFileEventHandler">
            <summary>
            Represents the method that will handle the ReadOnlyFile event.
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.PasswordRequiredEventHandler">
            <summary>
            Represents the method that will handle the PasswordRequired event.
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.ConnectionPasswordEventHandler">
            <summary>
            Represents the method that will handle the PasswordRequired event.
            <exclude/>
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Localization.SR">
            <summary>
               SR provides localized access to string resources specific 
               from the assembly manifest Syncfusion.XlsIO.Localization.SR.resources
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Localization.SRCategoryAttribute">
            <summary>
            Specifies the category in which the property or event will be displayed in a visual designer.
            </summary>
            <remarks>
            This is a localized version of CategoryAttribute. The localized string will be loaded from the 
            assembly manifest Syncfusion.XlsIO.Localization.SR.resources
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.Localization.SRDescriptionAttribute">
            <summary>
            Specifies a description for a property or event.
            </summary>
            <remarks>
            This is a localized version of DescriptionAttribute. The localized string will be loaded from the 
            assembly manifest Syncfusion.XlsIO.Localization.SR.resources
            </remarks>
        </member>
        <member name="T:Syncfusion.XlsIO.ExcelUtils">
            <summary>
            ExcelUtils is a helper class that is used for easy usage of direct XlsIO API in performing
            repetitive tasks.[The usage of this class is not recommended, Please refer to the documentation
            for updated sample code.]
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUtils.excelEngine">
            <summary>
            ExcelEngine Object
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.ExcelUtils.application">
            <summary>
            Represents the application object 
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.#cctor">
            <summary>
            Static Constructor
            <exclude/>
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.Finalize">
            <summary>
            Dispose excelEngine member.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.CreateWorkbook(System.Int32)">
            <summary>
            Creates a new workbook. The new workbook becomes the active Workbook.
            </summary>
            <param name="numberOfSheets">Number of Worksheets in the workbook.</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.CreateWorkbook(System.String[])">
            <summary>
            Creates a new workbook and the worksheets are named using the names supplied. 
            The new workbook becomes the active workbook.
            </summary>
            <param name="names">Names of the Worksheets in the Workbook.</param>
            <returns>Added Workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.CloseWorkBook">
            <summary>
            Closes the Workbook object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.CreateWorkBookUsingTemplate(System.String)">
            <summary>
            Creates a workbook using the template file.
            </summary>
            <param name="templateLocation"></param>
            <returns>Workbook created from template.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.CreateWorkBookUsingTemplate(System.IO.Stream)">
            <summary>
            Creates a workbook using the template file stream.
            </summary>
            <param name="stream">Base stream to create.</param>
            <returns>Workbook created from template.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.Open(System.String)">
            <summary>
            Opens the workbook in the specified location.
            </summary>
            <param name="fileLocation"></param>
            <returns>Opened workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.Open(System.IO.Stream)">
            <summary>
            Opens a workbook in the form of a stream.
            </summary>
            <param name="stream"></param>
            <returns>Opened workbook object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.Close">
            <summary>
            Not required. Obsolete.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.ExcelUtils.PasteWorkbook">
            <summary>
            Copies workbook from the clipboard.
            </summary>
            <returns>Pasted workbook object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.ExcelUtils.ThrowNotSavedOnDestroy">
            <summary>
            Determines if an exception is thrown when there are unsaved workbook objects. Default is 
            True.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TAddr">
            <summary>
            Each cell range address (called an ADDR structure) contains 4 16-bit values.
            Cell range address, BIFF8:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.m_iFirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.m_iLastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.m_iFirstCol">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.m_iLastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="iFirstRow">First row.</param>
            <param name="iFirstCol">First column.</param>
            <param name="iLastRow">Last row.</param>
            <param name="iLastCol">Last column.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="iTopLeftIndex">Index of the top left cell.</param>
            <param name="iBottomRightIndex">Index of the bottom right cell.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.#ctor(System.Drawing.Rectangle)">
            <summary>
            Initializes new instance.
            </summary>
            <param name="rect">Rectangle containing initialization data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.ToString">
            <summary>
            Converts object to the string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.GetRectangle">
            <summary>
            Converts structure to rectangle.
            </summary>
            <returns>Created rectangle.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.FirstCol">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.FirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.LastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TAddr.LastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord">
            <summary>
            Summary description for ArrayRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula">
            <summary>
            Interface for shared formula and array formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula.FirstRow">
            <summary>
            Index to first row of the array formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula.LastRow">
            <summary>
            Index to last row of the array formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula.FirstColumn">
            <summary>
            Index to first column of the array formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula.LastColumn">
            <summary>
            Index to last column of the array formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula.Formula">
            <summary>
            Parsed formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IFormulaRecord">
            <summary>
            Summary description for IFormulaRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IFormulaRecord.Formula">
            <summary>
            Gets/sets parsed formula tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.DEF_RECORD_MIN_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.DEF_FORMULA_OFFSET">
            <summary>
            Offset to the formula data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_iFirstRow">
            <summary>
            First row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_iLastRow">
            <summary>
            Last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_iFirstColumn">
            <summary>
            First row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_iLastColumn">
            <summary>
            Last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_bRecalculateAlways">
            <summary>
            Indicates whether formula value should always be recalculated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_bRecalculateOnOpen">
            <summary>
            Indicates whether formula value should be recalculated when the file is opened.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_iReserved">
            <summary>
            Unused must be 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_usExpressionLength">
            <summary>
            Length of the parsed expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_arrExpression">
            <summary>
            Formula expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.m_arrFormula">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.#ctor">
            <summary>
            Default Constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.SerializeDimensions(Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Serializes area that is covered by array formula.
            </summary>
            <param name="shared">Object that contains dimensions data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Updated offset.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.ParseDimensions(Syncfusion.XlsIO.Parser.Biff_Records.ISharedFormula,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Serializes area that is covered by array formula.
            </summary>
            <param name="shared">Object that receives dimensions data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Updated offset.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.FirstRow">
            <summary>
            Index to first row of the array formula range. Zero-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.LastRow">
            <summary>
            Index to last row of the array formula range. Zero-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.FirstColumn">
            <summary>
            Index to first column of the array formula range. Zero-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.LastColumn">
            <summary>
            Index to last column of the array formula range. Zero-based.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.ExpressionLen">
            <summary>
            Read-only. Size of the formula data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Expression">
            <summary>
            Token array of the shared formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Formula">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Reserved">
            <summary>
            Read-only. Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.IsRecalculateAlways">
            <summary>
            Indicates whether formula value should be always recalculated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.IsRecalculateOnOpen">
            <summary>
            Indicates whether formula value should be recalculated when the file is opened.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ArrayRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord">
            <summary>
            Summary description for AutoFilterInfoRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.m_usArrowsCount">
            <summary>
            Number of AutoFilter drop-down arrows on the sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterInfoRecord.ArrowsCount">
            <summary>
            Number of AutoFilter drop-down arrows on the sheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord">
            <summary>
            Summary description for AutoFilterInfoRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_RECORD_MIN_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_TOP10_BITMASK">
            <summary>
            Bit mask of the number of items to show.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_TOP10_FIRSTBIT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_FIRST_CONDITION_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_SECOND_CONDITION_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DEF_ADDITIONAL_OFFSET">
            <summary>
            Offset to the start of additional data in the internal data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_usIndex">
            <summary>
            Number of AutoFilter drop-down arrows on the sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bOr">
            <summary>
            True if the custom filter conditions are ANDed;
            False if the custom filter conditions are ORed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bSimple1">
            <summary>
            True if the first condition is a simple equality.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bSimple2">
            <summary>
            True if the second condition is a simple equality.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bTop10">
            <summary>
            True if the condition is a Top 10 AutoFilter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bTop">
            <summary>
            True if the Top 10 AutoFilter shows the top items;
            False if it shows the bottom items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_bPercent">
            <summary>
            True if the Top 10 AutoFilter shows percentage;
            False if it shows items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_firstCondition">
            <summary>
            Structure for the first filter condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.m_secondCondition">
            <summary>
            Structure for the second filter condition.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.Index">
            <summary>
            Number of AutoFilter drop-down arrows on the sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsSimple1">
            <summary>
            True if the first condition is a simple equality.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsSimple2">
            <summary>
            True if the second condition is a simple equality.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsTop10">
            <summary>
            True if the condition is a Top 10 AutoFilter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsTop">
            <summary>
            True if the Top 10 AutoFilter shows the top items;
            False if it shows the bottom items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsPercent">
            <summary>
            True if the Top 10 AutoFilter shows percentage;
            False if it shows items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsAnd">
            <summary>
            True if the custom filter conditions are ANDed;
            False if the custom filter conditions are ORed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.Top10Number">
            <summary>
            Number of elements to show in Top10 mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.FirstCondition">
            <summary>
            First condition.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.SecondCondition">
            <summary>
            Second condition.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsBlank">
            <summary>
            If filtered to blanks - true. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.IsNonBlank">
            <summary>
            If filtered to nonblanks - true. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DEF_SIZE">
            <summary>
            Record size
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DEF_DATATYPE_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DEF_SIGN_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DEF_VALUE_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DEF_STRING_LENGTH_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.m_data">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.m_strValue">
            <summary>
            String value if there is some.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Parse(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Extracts data from data provider.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the provider to the start of the record's data.</param>
            <returns>Size of the parsed data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.ParseAdditionalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Extracts additional data from specified provider, if necessary.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the provider to the start of the record's data.</param>
            <returns>Size of the parsed data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Serializes record into specified data provider.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the provider to the start of the record's data.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.SerializeAdditionalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Serializes additional data.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the destination array to the start of the data.</param>
            <returns>Size of the additional data.</returns>
            <exception cref="T:System.ArgumentNullException">
            If data is null.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When iOffset is too big or size of the data array is too small
            and additional data can't be fit into the data array.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DataType">
            <summary>
            Data type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.ComparisonSign">
            <summary>
            Comparison sign.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.RKNumber">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Number">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.IsBool">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Boolean">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.ErrorCode">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.HasAdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.StringLength">
            <summary>
            Gets / sets length of the string (the string is stored after DOPER structures).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.StringValue">
            <summary>
            String value if there is some.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.Length">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType">
            <summary>
            DOPER data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.FilterNotUsed">
            <summary>
            Represents the FilterNotUsed data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.RKNumber">
            <summary>
            Represents the RKNumber data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.Number">
            <summary>
            Represents the Number data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.String">
            <summary>
            Represents the String data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.BoolOrError">
            <summary>
            Represents the BoolOrError data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.MatchBlanks">
            <summary>
            Represents the MatchBlanks data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERDataType.MatchNonBlanks">
            <summary>
            Represents the MatchNonBlanks data type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign">
            <summary>
            DOPER comparison sign types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.Less">
            <summary>
            Represents the Less comparison sign type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.Equal">
            <summary>
            Represents the Equal comparison sign type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.LessOrEqual">
            <summary>
            Represents the LessOrEqual comparison sign type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.Greater">
            <summary>
            Represents the Greater comparison sign type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.NotEqual">
            <summary>
            Represents the NotEqual comparison sign type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.AutoFilterRecord.DOPER.DOPERComparisonSign.GreaterOrEqual">
            <summary>
            Represents the GreaterOrEqual comparison sign type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord">
            <summary>
            <para>Boolean specifying whether the GUI should store a backup of the file while saving.</para>
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.m_usBackup">
            <summary>
            If True, then create backup file on saving.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.#ctor">
            <summary>
            Default constructor. Sets all fields to default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.Backup">
            <summary>
            If True, then create backup file on saving.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.MinimumRecordSize">
            <summary>
            Minimum possible record size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BackupRecord.MaximumRecordSize">
            <summary>
            Maximum possible record size.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray">
            <summary>
            Summary description for BiffRecordRawWithArray.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.m_data">
            <summary>
            Array that contains record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.m_bAutoGrow">
            <summary>
            True if internal data array will be automatically resized
            if there is not enough space for record data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.#ctor">
            <summary>
            Default constructor, gets code value using reflection and attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.#ctor(System.IO.BinaryReader,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="reader">BinaryReader from which record data should be read.</param>
            <param name="itemSize">Size of the read item.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.Finalize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream, used to reduce Flush
            calls of the writer.BaseStream.</param>
            <returns>Size of the record.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
              If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into
            an internal Data array: m_data. This method is called by
            FillStream, when the record must be serialized into stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.CheckOffsetAndLength(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="offset"></param>
            <param name="length"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetBytes(System.Int32,System.Int32)">
            <summary>
            Get array of bytes from internal record data.
            </summary>
            <param name="offset">Offset of first byte of data to get.</param>
            <param name="length">Length of required array.</param>
            <returns>Array of bytes from internal record data.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If offset is less than zero or more than internal record data array size
              or length is less than zero or more than internal record data array size
              or length plus offset is more than internal record data array size.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetByte(System.Int32)">
            <summary>
            Gets single byte from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of byte to get.</param>
            <returns>Single byte from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetUInt16(System.Int32)">
            <summary>
            Gets ushort from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of ushort to get.</param>
            <returns>Ushort from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetInt16(System.Int32)">
            <summary>
            Gets short from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of short to get.</param>
            <returns>Short from internal record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetInt32(System.Int32)">
            <summary>
            Gets int from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of int to get.</param>
            <returns>Int from internal record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetUInt32(System.Int32)">
            <summary>
            Gets uint from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of uint to get.</param>
            <returns>Uint from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetInt64(System.Int32)">
            <summary>
            Gets long from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of long to get.</param>
            <returns>Long from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetUInt64(System.Int32)">
            <summary>
            Gets ulong from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of ulong to get.</param>
            <returns>Ulong from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetFloat(System.Int32)">
            <summary>
            Gets float from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of float to get.</param>
            <returns>Float from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetDouble(System.Int32)">
            <summary>
            Gets double from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset in bytes of double to get.</param>
            <returns>Double from internal record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetBit(System.Int32,System.Int32)">
            <summary>
            Gets single bit from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of the byte that contains needed bit.</param>
            <param name="bitPos">Position of bit in the byte.</param>
            <returns>True if specified bit is set to 1; otherwise False.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
             bitPos argument should be not less than zero and not more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetString16BitUpdateOffset(System.Int32@,System.Boolean@)">
            <summary>
            Gets string from internal record data using GetBytes,
            and it increases the offset by string size in bytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="asciiString">Indicates whether extracted string is ascii string (not unicode).</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetString16BitUpdateOffset(System.Int32@)">
            <summary>
            Gets string from internal record data using GetBytes,
            and it increases the offset by string size in bytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetStringUpdateOffset(System.Int32@,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes
            and it increases offset by string size in bytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetStringByteLen(System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetStringByteLen(System.Int32,System.Int32@)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iBytes">Returns size of the read data.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetString(System.Int32,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetString(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetString(System.Int32,System.Int32,System.Int32@,System.Boolean)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <param name="isByteCounted">Flag for is bytes count available.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetUnkTypeString(System.Int32,System.Collections.Generic.IList{System.Int32},System.Int32,System.Int32@,System.Int32@,System.Byte[]@,System.Byte[]@)">
            <summary>
            Detect type of string and extracts it.
            </summary>
            <param name="offset">Record data offset.</param>
            <param name="continuePos">Contain next position.</param>
            <param name="continueCount">Number of elements in the continuePos collection.</param>
            <param name="iBreakIndex">Current index in the continuePos array.</param>
            <param name="length">Length of string record.</param>
            <param name="rich">Array of rich formatting values.</param>
            <param name="extended">Array of unknown FarEast data.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetAddr(System.Int32)">
            <summary>
            Gets TAddr structure from internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to get.</param>
            <returns>Retrieved TAddr structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetAddrAsRectangle(System.Int32)">
            <summary>
            Gets TAddr structure from internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to get.</param>
            <returns>Retrieved TAddr structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.EnlargeDataStorageIfNeeded(System.Int32,System.Int32)">
            <summary>
            Enlarges the internal record data array to facilitate 
            at least offset + length of data to be placed.
            </summary>
            <param name="offset">Offset to the accessed data.</param>
            <param name="length">Length of the needed data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.Reserve(System.Int32)">
            <summary>
            Reserve memory for internal array.
            </summary>
            <param name="length">Number of bytes that should be reserved.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetBytes(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetBytes(System.Int32,System.Byte[])">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetByte(System.Int32,System.Byte)">
            <summary>
            Sets single byte in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required byte.</param>
            <param name="value">New value for the byte.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetByte(System.Int32,System.Byte,System.Int32)">
            <summary>
            
            </summary>
            <param name="offset"></param>
            <param name="value"></param>
            <param name="count"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetUInt16(System.Int32,System.UInt16)">
            <summary>
            Sets ushort in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified ushort.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetInt16(System.Int32,System.Int16)">
            <summary>
            Sets short in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified short.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetInt32(System.Int32,System.Int32)">
            <summary>
            Sets int in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified int.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetUInt32(System.Int32,System.UInt32)">
            <summary>
            Sets uint in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified uint.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetInt64(System.Int32,System.Int64)">
            <summary>
            Sets long in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified long.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetUInt64(System.Int32,System.UInt64)">
            <summary>
            Sets ulong in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified ulong.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetFloat(System.Int32,System.Single)">
            <summary>
            Sets float in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified float.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetDouble(System.Int32,System.Double)">
            <summary>
            Sets double in internal record data array using SetBytes method.
            </summary>
            <param name="offset">Offset to the required value.</param>
            <param name="value">New value for the specified double.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetBit(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified byte in internal record data array.
            </summary>
            <param name="offset">Offset of the byte in the internal record data array.</param>
            <param name="value">Value of bit.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetStringNoLenUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length, updates offset parameter (adds string length).
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="isCompression">Indicates whether string should be compressed or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetStringNoLenDetectEncoding(System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.IsAsciiString(System.String)">
            <summary>
            Detects whether specified string contains only characters supported by ASCII encoding.
            </summary>
            <param name="strTextPart">String to check.</param>
            <returns>True if this string is fully supported by ASCII encoding.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetStringNoLen(System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetStringNoLen(System.Int32,System.String,System.Boolean,System.Boolean)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="bEmptyCompressed">Indicates whether write compressed attribute for empty strings.</param>
            <param name="bCompressed">Indicates whether to write compressed (ascii) string or not.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetStringByteLen(System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in one byte.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the string data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetString16BitLen(System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetString16BitLen(System.Int32,System.String,System.Boolean,System.Boolean)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="bEmptyCompressed">Indicates whether write compressed attribute for empty strings.</param>
            <param name="isCompressed">Indicates whether string should be compressed or not.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetString16BitUpdateOffset(System.Int32@,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in two bytes
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetString16BitUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal record data array using SetBytes method.
            The String length is saved in two bytes
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="isCompressed">Indicates whether string should be compressed or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetAddr(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TAddr)">
            <summary>
            Sets TAddr structure in internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to set.</param>
            <param name="addr">New value of the TAddr at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetAddr(System.Int32,System.Drawing.Rectangle)">
            <summary>
            Sets TAddr structure in internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to set.</param>
            <param name="addr">New value of the Rectangle at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetSortedFields">
            <summary>
            Method extracts from class its fields which have the custom attribute:
            BiffRecordPosAttribute. Method returns two arrays sorted in special
            order, the order of extraction and saving from/to stream.
            </summary>
            <returns>Returns Sorted Fields.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.AutoExtractFields">
            <summary>
            Algorithm extracts field values from internal data storage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetValueByAttributeType(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute)">
            <summary>
            Gets value of the field by BiffRecordPosAttribute.
            </summary>
            <param name="attr">BiffRecordPosAttribute that describes required field.</param>
            <returns>Value of the field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.AutoInfillFromFields">
            <summary>
            Method tries by metadata information fill internal array
            of record.
            </summary>
            <returns>Size of the filled data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetValueByAttributeType(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute,System.Object)">
            <summary>
            Sets value of the specified field.
            </summary>
            <param name="attr">BiffRecordPosAttribute that describes required field.</param>
            <param name="data">New field value.</param>
            <returns>Size of the used data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.ClearData">
            <summary>
            Clears internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.IsEqual(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Compares two Biff records.
            </summary>
            <param name="raw">Biff record that should be compared with this Biff record.</param>
            <returns>True if this instance and extFormat contain the same data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Copies data from the current Biff record to the specified Biff record.
            </summary>
            <param name="raw">Biff record that will receive data from the current record.</param>
            <exception cref="T:System.ArgumentException">
            When this record and parameter have different types.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetInternalData(System.Byte[])">
            <summary>
            
            </summary>
            <param name="arrData"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.SetInternalData(System.Byte[],System.Boolean)">
            <summary>
            
            </summary>
            <param name="arrData"></param>
            <param name="bNeedInfill"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.OnDispose">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.Data">
            <summary>
            Read-only. Returns record data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.AutoGrowData">
            <summary>
            If True, the array will automatically grow when the offset limit 
            is reached. This is required when the real record size is not known for an
            Infill operation. Will throw exception on buffer offset overrun
            when set to False. Default value is False.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BeginRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord">
            <summary>
            This record is part of the Page Settings Block.
            It stores the background bitmap of a worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw">
            <summary>
            BifRecords container.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.m_extractor">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.m_builder">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.m_arrContinuePos">
            <summary>
            Array that contains positions of data of the continue records
            in the m_data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.m_iIntLen">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / Initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.ParseStructure">
            <summary>
            This method constitutes the main part of parsing with continue records.
            For inheritors this method must be called to get Continue records
            which is placed after this record in the input stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.CreateBuilder">
            <summary>
            Creates continue record builder.
            </summary>
            <returns>Created builder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.FillRecord(System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.Byte[])">
            <summary>
            Read from stream record data.
            </summary>
            <param name="reader">Stream with record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="decryptor">Object that should be used to parse encrypted records.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Size of the record data.</returns>
            <exception cref="T:System.ArgumentNullException">If reader is NULL.</exception>
            <exception cref="T:System.ApplicationException">
            If stream is not big enough for data (end of stream
            reached and all data were not read).
            </exception>
            <exception cref="T:System.ApplicationException">
            If record code is zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream, used to reduce Flush
            calls of the writer.BaseStream.</param>
            <returns>Size of the record in the stream.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
            If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.ExtractContinueRecords">
            <summary>
            Extracts all continue records from the stream if needed and updates internal data array.
            </summary>
            <returns>True if there was extracted any continue record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.CollectRecordsData(System.Int32@,System.Int32@)">
            <summary>
            Returns List with byte arrays with continue record's data.
            </summary>
            <param name="iFullLength">Full length of the additional data.</param>
            <param name="iLastPos">Last position in the stream.</param>
            <returns>List with byte arrays with continue record's data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.AddRecordData(System.Collections.Generic.List{System.Byte[]},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Adds record data from single record to the List.
            </summary>
            <param name="arrRecords">List to add data to.</param>
            <param name="record">Record to add data from.</param>
            <returns>Size of the added data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.builder_OnFirstContinue(System.Object,System.EventArgs)">
            <summary>
            OnFirstContinue event handler.
            </summary>
            <param name="sender">Event sender.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.AddContinueRecordType(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            
            </summary>
            <param name="recordType"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw.Builder">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.DEF_ALIGN">
            <summary>
            Pixel rows in bitmap are aligned to this number of bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.DEF_HEADER_START">
            <summary>
            Header start.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usUnknown">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usUnknown2">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_iTotalSize">
            <summary>
            Total size of the following record data, without this field (including CONTINUE records).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_iHeaderSize">
            <summary>
            Header structure size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usWidth">
            <summary>
            Width of the picture, in pixel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usHeight">
            <summary>
            Height of the picture, in pixel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usPlanes">
            <summary>
            Number of planes, must be 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_usColorDepth">
            <summary>
            Color depth, must be 24 bit true-color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_bitmap">
            <summary>
            Image contained in the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.m_scan0">
            <summary>
            Allocated unmanaged memory.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.ManualHeaderInfill">
            <summary>
            Infills record header.
            </summary>
            <returns>Size of the record header.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Unknown">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Unknown2">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.TotalSize">
            <summary>
            Total size of the following record data, without this field (including CONTINUE records).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.HeaderSize">
            <summary>
            Header structure size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Width">
            <summary>
            Width of the picture, in pixel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Height">
            <summary>
            Height of the picture, in pixel.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Planes">
            <summary>
            Number of planes, must be 1.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.ColorDepth">
            <summary>
            Color depth, must be 24 bit true-color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BitmapRecord.Picture">
            <summary>
            Image.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord">
            <summary>
            This record represents an empty cell.
            It contains the cell address and formatting information.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase">
            <summary>
            This is parent class for all records that have cell position elements inside.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.m_iRow">
            <summary>
            Zero-based row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.m_iColumn">
            <summary>
            Zero-based column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.m_usExtendedFormat">
            <summary>
            Index to the cell's extended format.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.Row">
            <summary>
            Row zero-based index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.Column">
            <summary>
            Column zero-based index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CellPositionBase.ExtendedFormatIndex">
            <summary>
            Index of extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.DEF_RECORD_SIZE">
            <summary>
            Size of the record's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.DEF_RECORD_SIZE_WITH_HEADER">
            <summary>
            Record size with header.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.#ctor">
            <summary>
            Default constructor that fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of the record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BlankRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of the record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord">
            <summary>
            Summary description for BOFRecord.
            It is used for the beginning of a set of
            records that have a particular purpose or subject.
            Used in sheets and workbooks.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos">
            <summary>
            Summary description for _BiffRecordRawWithStreamPos.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.m_lStreamPosition">
            <summary>
            Position of the Biff record in the stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.#ctor">
            <summary>
            Default constructor, gets code value using reflection and attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.#ctor(System.IO.BinaryReader,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="reader">BinaryReader from which record data should be read.</param>
            <param name="itemSize">Size of the read item.</param>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is NULL.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithStreamPos.StreamPos">
            <summary>
            Indicates record position in stream. This is a utility member of class and
            is used only in the serialization process. Does not influence the data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.DEF_RECORD_SIZE">
            <summary>
            Represents the record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_usVersion">
            <summary>
            Version:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_usType">
            <summary>
            Type of the following data:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_usBuild">
            <summary>
            Build identifier:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_usYear">
            <summary>
            Build year:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_iHistory">
            <summary>
            File history flag:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_iRVersion">
            <summary>
            Lowest Excel version that can read all records in this file:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.m_bIsNested">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.Version">
            <summary>
            Version:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.Type">
            <summary>
            Type of the following data:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.Build">
            <summary>
            Build identifier:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.Year">
            <summary>
            Build year:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.History">
            <summary>
            File history flag:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.RequeredVersion">
            <summary>
            Lowest Excel version that can read all records in this file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.IsNested">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.IsAllowShortData">
            <summary>
            Indicates whether record allows shorter data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.NeedDecoding">
            <summary>
            Indicates whether record need decoding when file is encoded or not. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType">
            <summary>
            This enum that describes all possible data after this BOF record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_WORKBOOK">
            <summary>
            Represents the workbook data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_VB_MODULE">
            <summary>
            Represents the vb_module data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_WORKSHEET">
            <summary>
            Represents the worksheet data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_CHART">
            <summary>
            Represents the chart data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_EXCEL_4_MACRO">
            <summary>
            Represents the excel_4_macro data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BOFRecord.TType.TYPE_WORKSPACE_FILE">
            <summary>
            Represents the workspace file data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord">
            <summary>
            Summary description for BookBoolRecord.
            Saves External Links record.
            Contains a flag specifying whether the GUI should save externally
            linked values from other workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.m_usSaveLinkValue">
            <summary>
            0 = Save external linked values. 1 = Do not save external linked values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize Constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.SaveLinkValue">
             <summary>
            If zero, then save external linked values.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BookBoolRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's internal
            data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord">
            <summary>
            This record represents a Boolean value or error value cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IValueHolder">
            <summary>
            Interface for records that have Value property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IValueHolder.Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.DEF_RECORD_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.m_BoolOrError">
            <summary>
            Boolean or error value (type depends on the m_bIsErrorCode).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.m_IsErrorCode">
            <summary>
            False = Boolean value; True = Error code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.#ctor">
            <summary>
            Default Constructor that fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.ReadValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version that was used to infill.</param>
            <returns>Record's value (BoolOrError and IsErrorCode).</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.BoolOrError">
            <summary>
            Boolean or error value (type depends on the IsError property).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.IsErrorCode">
            <summary>
            False = Boolean value; True = Error code.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoolErrRecord.Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord">
            <exclude/>
             <summary>
             Summary description for BoundSheetRecord.
             This record is located in the workbook globals area and represents a sheet inside
             of the workbook. A record is written for each sheet.  It stores the sheet name and
             a stream offset to the BOF record within the workbook stream.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_iBOFPosition">
            <summary>
            Absolute stream position of the BOF record of the sheet represented by this record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_Visibility">
            <summary>
            Options: Visibility and sheet type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_SheetType">
            <summary>
            Sheet type: 
            0x00 = Worksheet
            0x02 = Chart
            0x06 = Visual Basic module
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_strSheetName">
            <summary>
            Sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_iSheetIndex">
            <summary>
            Helper field of record. Value is not stored as a record structure field.
            This index is used by the UpdateOffsets method for detecting the corresponding BOF
            field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.m_bof">
            <summary>
            BOF record that should be referenced.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks the record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            
            </summary>
            <param name="writer"></param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.BOFPosition">
            <summary>
            Absolute stream position of the BOF record of the sheet represented by this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetName">
            <summary>
            Sheet name as a unicode string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetIndex">
            <summary>
            Helper field of record. Value is not stored as a record structure field.
            This index is used by the UpdateOffsets method for detecting the corresponding BOF
            field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.BoundSheetType">
            <summary>
            Sheet type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.Visibility">
            <summary>
            Visibility type of Bound.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of the record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.BOF">
            <summary>
            Gets / sets BOF record that should be referenced.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.StartDecodingOffset">
            <summary>
            Returns offset in the data array where encoded/decoded data should start. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetType">
            <summary>
            Possible sheet types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetType.Worksheet">
            <summary>
            Represents the Worksheet sheet type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetType.Chart">
            <summary>
            Represents the Chart sheet type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BoundSheetRecord.SheetType.VisualBasicModule">
            <summary>
            Represents the VisualBasicModule sheet type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider">
            <summary>
            Summary description for ByteArrayDataProvider.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider">
            <summary>
            Summary description for DataProvider.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Finalize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadBit(System.Int32,System.Int32)">
            <summary>
            Returns bit value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="iBit">Bit index in the byte.</param>
            <returns>Bit at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadByte(System.Int32)">
            <summary>
            Returns byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Byte at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadBoolean(System.Int32)">
            <summary>
            Returns boolean value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Byte at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadInt16(System.Int32)">
            <summary>
            Returns Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int16 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadUInt16(System.Int32)">
            <summary>
            Returns UInt16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int16 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadInt32(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadUInt32(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadInt64(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadDouble(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified data array.
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="arrDestination">Destination array.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.CopyTo(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified provider.
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="destination">Destination provider.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Read(System.IO.BinaryReader,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Reads data from BinaryReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="iOffset">Offset in the internal data to start filling from.</param>
            <param name="iLength">Number of bytes to read.</param>
            <param name="arrBuffer">Temporary buffer to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Read(System.IO.BinaryReader,System.Int32,System.Int32,System.Byte[],Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Reads data from BinaryReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="iOffset">Offset in the internal data to start filling from.</param>
            <param name="iLength">Number of bytes to read.</param>
            <param name="arrBuffer">Temporary buffer to use.</param>
            <param name="decryptor">Object used to decrypt data if necessary.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadString16Bit(System.Int32,System.Int32@)">
            <summary>
            Gets string from internal data and returns it's length in iFullLength parameter.
            </summary>
            <param name="iOffset">Offset to the string data.</param>
            <param name="iFullLength">Length of the string in bytes.</param>
            <returns>Parsed string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is smaller than the string that should be in it.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadString16BitUpdateOffset(System.Int32@)">
            <summary>
            Gets string from internal data and updates offset.
            </summary>
            <param name="iOffset">Offset to the string data.</param>
            <returns>Parsed string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is smaller than the string that should be in it.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadString8Bit(System.Int32,System.Int32@)">
            <summary>
            Gets string from byte array and returns it's length in iFullLength parameter.
            </summary>
            <param name="iOffset">Offset to the string data.</param>
            <param name="iFullLength">Length of the string in bytes.</param>
            <returns>Parsed string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is smaller than the string that should be in it.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadArray(System.Int32,System.Byte[])">
            <summary>
            Reads data array from another data array.
            </summary>
            <param name="iOffset">Source offset.</param>
            <param name="arrDest">Destination array.</param>
            <returns>Updated source offset.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadArray(System.Int32,System.Byte[],System.Int32)">
            <summary>
            Reads data array from another data array.
            </summary>
            <param name="iOffset">Source offset.</param>
            <param name="arrDest">Destination array.</param>
            <param name="size">Number of bytes to read.</param>
            <returns>Updated source offset.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadString(System.Int32,System.Int32,System.Int32@,System.Boolean)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <param name="isByteCounted">Flags that represent is bytes count available.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadStringUpdateOffset(System.Int32@,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes
            and it increases offset by string size in bytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadString(System.Int32,System.Int32,System.Text.Encoding,System.Boolean)">
            <summary>
            Reads string from data provider.
            </summary>
            <param name="offset">Offset to the first character.</param>
            <param name="stringLength">Number of bytes in the string.</param>
            <param name="encoding">Encoding to use.</param>
            <param name="isUnicode">Indicates whether string is unicode.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadAddr(System.Int32)">
            <summary>
            Gets TAddr structure from internal data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to get.</param>
            <returns>Retrieved TAddr structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ReadAddrAsRectangle(System.Int32)">
            <summary>
            Gets TAddr structure from internal data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to get.</param>
            <returns>Retrieved TAddr structure.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteInto(System.IO.BinaryWriter,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Saves data into binary writer.
            </summary>
            <param name="writer">Writer to save data into.</param>
            <param name="iOffset">Start offset in the internal storage.</param>
            <param name="iSize">Number of bytes to save.</param>
            <param name="arrBuffer">Temporary buffer to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteByte(System.Int32,System.Byte)">
            <summary>
            Writes byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Byte value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteInt16(System.Int32,System.Int16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteUInt16(System.Int32,System.UInt16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteInt32(System.Int32,System.Int32)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteInt64(System.Int32,System.Int64)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteUInt32(System.Int32,System.UInt32)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteBit(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified byte in internal record data array.
            </summary>
            <param name="offset">Offset of the byte in the data array.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <param name="value">Value of bit.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteDouble(System.Int32,System.Double)">
            <summary>
            Writes Double value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Double value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteString8BitUpdateOffset(System.Int32@,System.String)">
            <summary>
            Sets string in internal data. The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteString16BitUpdateOffset(System.Int32@,System.String)">
            <summary>
            Sets string in internal data. The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteString16BitUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal data. The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="isUnicode">Indicates whether string should be stored as unicode.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteString16Bit(System.Int32,System.String)">
            <summary>
            Sets string in internal data. The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteString16Bit(System.Int32,System.String,System.Boolean)">
            <summary>
            Sets string in internal data. The String length is saved in two bytes.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="isUnicode">Indicates whether string should be stored in unicode format.</param>
            <returns>Size of the written data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteStringNoLenUpdateOffset(System.Int32@,System.String)">
            <summary>
            Sets string in internal record data without string length,
            updates offset parameter (adds string length).
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteStringNoLenUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal record data without string length,
            updates offset parameter (adds string length).
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="bUnicode">Indicates whether string should be stored in Unicode encoding or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteBytes(System.Int32,System.Byte[])">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="data">Array of bytes to set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteBytes(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteAddr(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TAddr)">
            <summary>
            Sets TAddr structure in internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to set.</param>
            <param name="addr">New value of the TAddr at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.WriteAddr(System.Int32,System.Drawing.Rectangle)">
            <summary>
            Sets TAddr structure in internal record data.
            </summary>
            <param name="offset">Offset in bytes of TAddr structure to set.</param>
            <param name="addr">New value of the Rectangle at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.MoveMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Moves memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.CopyMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Copies memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.EnsureCapacity(System.Int32)">
            <summary>
            Resizes internal storage if necessary.
            </summary>
            <param name="size">Required size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.ZeroMemory">
            <summary>
            Writes zeros inside memory block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Clear">
            <summary>
            Clears internal storage if allowed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.CreateProvider">
            <summary>
            Creates data provider of the same type.
            </summary>
            <returns>Created data provider.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Dispose(System.Boolean)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.OnDispose">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.Capacity">
            <summary>
            Returns size of the internal buffer. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DataProvider.IsCleared">
            <summary>
            Indicates whether data provider was cleared.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.m_arrData">
            <summary>
            Pointer to the data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.#ctor">
            <summary>
            Default constructor to prevent creation of items without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.#ctor(System.Byte[])">
            <summary>
            Creates new instance of this class.
            </summary>
            <param name="arrData">Array to read data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ReadByte(System.Int32)">
            <summary>
            Returns byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Byte at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ReadInt16(System.Int32)">
            <summary>
            Returns Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int16 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ReadInt32(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ReadInt64(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="arrDestination">Destination array.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.CopyTo(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified provider.
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="destination">Destination provider.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.Read(System.IO.BinaryReader,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Reads data from BinaryReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="iOffset">Offset in the internal data to start filling from.</param>
            <param name="iLength">Number of bytes to read.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ReadString(System.Int32,System.Int32,System.Text.Encoding,System.Boolean)">
            <summary>
            Reads string from data provider.
            </summary>
            <param name="offset">Offset to the first character.</param>
            <param name="stringLength">Number of bytes in the string.</param>
            <param name="encoding">Encoding to use.</param>
            <param name="isUnicode">Indicates is unicode encoding.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.EnsureCapacity(System.Int32)">
            <summary>
            Resizes internal storage if necessary.
            </summary>
            <param name="size">Required size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.ZeroMemory">
            <summary>
            Writes zeros inside memory block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteByte(System.Int32,System.Byte)">
            <summary>
            Writes byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Byte value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteInt16(System.Int32,System.Int16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteUInt16(System.Int32,System.UInt16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteInt32(System.Int32,System.Int32)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteInt64(System.Int32,System.Int64)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteBit(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified byte in internal record data array.
            </summary>
            <param name="offset">Offset of the byte in the data array.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <param name="value">Value of bit.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteDouble(System.Int32,System.Double)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Double value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteStringNoLenUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal data without string length,
            updates offset parameter (adds string length).
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="unicode">Indicates whether to use unicode encoding or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteBytes(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.WriteInto(System.IO.BinaryWriter,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Saves data into binary writer.
            </summary>
            <param name="writer">Writer to save data into.</param>
            <param name="iOffset">Start offset in the internal storage.</param>
            <param name="iSize">Number of bytes to save.</param>
            <param name="arrBuffer">Temporary buffer to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.SetBuffer(System.Byte[])">
            <summary>
            Updates internal buffer.
            </summary>
            <param name="arrNewBuffer">New buffer to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.OnDispose">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.Clear">
            <summary>
            Clears internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.MoveMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Moves memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.CopyMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Copies memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.CreateProvider">
            <summary>
            Creates provider of the same type.
            </summary>
            <returns>Created provider object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.InternalBuffer">
            <summary>
            Return internal buffer. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.Capacity">
            <summary>
            Returns size of the internal buffer. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ByteArrayDataProvider.IsCleared">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord">
            <summary>
            Specifies the maximum number of times the formulas should be iteratively calculated.
            This is a fail-safe against mutually recursive formulas locking up
            a spreadsheet application.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.m_usIterations">
            <summary>
            Maximum number of iterations allowed in circular references.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.Iterations">
            <summary>
            Maximum number of iterations allowed in circular references.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcCountRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord">
            <summary>
            Specifies whether to calculate formulas manually, automatically, or automatically
            except for multiple table operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.m_usCalcMode">
            <summary>
            Specifies whether to calculate formulas manually, automatically, or automatically
            except for multiple table operations. See TCalcMode for possible values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.CalculationMode">
            <summary>
            Specifies whether to calculate formulas manually, automatically, or automatically
            except for multiple table operations.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CalcModeRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_MINIMUM_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_FIRST_RESERVED_SIZE">
            <summary>
            Size of the first block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_SECOND_RESERVED_SIZE">
            <summary>
            Size of the second block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_THIRD_RESERVED_SIZE">
            <summary>
            Size of the third block of reserved bytes in the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_POSTURE_MASK">
            <summary>
            Mask for font posture bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_CANCELLATION_MASK">
            <summary>
            Mask for font cancellation (strikethrough) bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_STYLE_MODIFIED_MASK">
            <summary>
            Mask for font style modification bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_CANCELLATION_MODIFIED_MASK">
            <summary>
            Mask for font cancellation modification bit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_LEFT_MASK">
            <summary>
            Mask for left border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_RIGHT_MASK">
            <summary>
            Mask for right border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_TOP_MASK">
            <summary>
            Mask for top border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_BOTTOM_MASK">
            <summary>
            Mask for bottom border line style bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_LEFT_COLOR_MASK">
            <summary>
            Mask for left border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_RIGHT_COLOR_MASK">
            <summary>
            Mask for right border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_TOP_COLOR_MASK">
            <summary>
            Mask for top border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_BOTTOM_COLOR_MASK">
            <summary>
            Mask for bottom border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_LEFT_COLOR_START">
            <summary>
            Start bit of left border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_RIGHT_COLOR_START">
            <summary>
            Start bit of right border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_TOP_COLOR_START">
            <summary>
            Start bit of top border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_BOTTOM_COLOR_START">
            <summary>
            Start bit of bottom border color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_MASK">
            <summary>
            Mask for fill pattern bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_COLOR_MASK">
            <summary>
            Mask for pattern color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_BACKCOLOR_MASK">
            <summary>
            Mask for pattern backcolor bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_START">
            <summary>
            Start bit of fill pattern bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_BACKCOLOR_START">
            <summary>
            Start bit of fill pattern back color bits.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_FONT_BLOCK_SIZE">
            <summary>
            Size of the font block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_BORDER_BLOCK_SIZE">
            <summary>
            Size of the border block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_PATTERN_BLOCK_SIZE">
            <summary>
            Size of the pattern block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DEF_NUMBER_FORMAT_BLOCK_SIZE">
            <summary>
            Size of the number format block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.DefaultColorIndex">
            <summary>
            Default color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_formatingType">
            <summary>
            Type of the conditional formatting: 
            
            01H = Compare with current cell value 
            (the comparison specified below is used)
            
            02H = Evaluate a formula (condition is met 
            if formula evaluates to a value not equal to 0)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_compareOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            03H = Equal
            04H = Not equal
            05H = Greater than
            06H = Less than
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usFirstFormulaSize">
            <summary>
            Size of the formula data for first value or formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usSecondFormulaSize">
            <summary>
            Size of the formula data for second value or formula
            (sz2, used for second part of �Between� and �Not between�
            comparison, this field is 0 for other comparisons).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiOptions">
            <summary>
            Option flags
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usReserved">
            <summary>
            Not used
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bLeftBorder">
            <summary>
            False if left border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bRightBorder">
            <summary>
            False if right border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bTopBorder">
            <summary>
            False if top border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bBottomBorder">
            <summary>
            False if bottom border style and color are modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bPatternStyle">
            <summary>
            False if pattern style is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bPatternColor">
            <summary>
            False if pattern color is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bPatternBackColor">
            <summary>
            False if pattern background color is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bNumberFormatModified">
            <summary>
            False if the number format is modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bNumberFormatPresent">
            <summary>
            True if record contains number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bFontFormat">
            <summary>
            True if record contains font formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bBorderFormat">
            <summary>
            True if record contains border formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_bPatternFormat">
            <summary>
            True if record contains pattern formatting block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_numberFormatIsUserDefined">
            <summary>
            True if record contains the user defined number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiFontHeight">
            <summary>
            Font height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiFontOptions">
            <summary>
            Font options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usFontWeight">
            <summary>
            Font weight (100-1000, only if font - style = 0).
            Standard values are 0190H (400) for normal text
            and 02BCH (700) for bold text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usEscapmentType">
            <summary>
            Escapement type (only if font - esc = 0):
            0000H = None; 0001H = Superscript; 0002H = Subscript
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_Underline">
            <summary>
            Underline type (only if font - underl = 0):
            00H = None
            01H = Single
            02H = Double
            21H = Single accounting
            22H = Double accounting
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiFontColorIndex">
            <summary>
            Font color index or FFFFFFFFH to preserve the cell font color:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiModifiedFlags">
            <summary>
            Option flags for modified font attributes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiEscapmentModified">
            <summary>
            0 = Escapement type modified
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiUnderlineModified">
            <summary>
            0 = Underline type modified:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usBorderLineStyles">
            <summary>
            Border line styles:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_uiBorderColors">
            <summary>
            Border line colour indexes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usPatternStyle">
            <summary>
            Fill pattern style:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_usPatternColors">
            <summary>
            Fill pattern color indexes:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_unUsed">
            <summary>
            Unused
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_numFormatIndex">
            <summary>
            Unsigned integer that specifies the identifier of the number format.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_arrFirstFormula" -->
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_arrSecondFormula">
            <summary>
            Formula data for second value or formula (RPN token array without size field):
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_arrFirstFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.m_arrSecondFormulaParsed">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ParseFontBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses font block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the font block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ParseBorderBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses border block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the border block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ParsePatternBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses pattern block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the pattern block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ParseNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Parses number format block if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset to the number format block data in the internal data array.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SerializeFontBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes font block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where font block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SerializeBorderBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes border block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where border block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SerializePatternBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes pattern block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where pattern block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SerializeNumberFormatBlock(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            Writes number format block into internal data array
            if it is present in the conditional format.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">
            Offset where number format block should be written.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.Clone">
            <summary>
            Clones current instance.
            </summary>
            <returns>Returns new instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.Equals(System.Object)">
            <summary>
            A hash code for the current Object without taking cell list into account.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FormatType">
            <summary>
            Type of the conditional formatting: 
            
            01H = Compare with current cell value 
            (the comparison specified below is used)
            
            02H = Evaluate a formula (condition is met 
            if formula evaluates to a value not equal to 0)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.ComparisonOperator">
            <summary>
            Comparison operator: 
            00H = No comparison (only valid for formula type, see above)
            01H = Between
            02H = Not between
            04H = Not equal
            05H = Greater than
            06H = Less than
            03H = Equal
            07H = Greater or equal
            08H = Less or equal
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FirstFormulaSize">
            <summary>
            Size of the formula data for first value or formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SecondFormulaSize">
            <summary>
            Size of the formula data for second value or formula
            (sz2, used for second part of "Between" and "Not between"
            comparison, this field is 0 for other comparisons). Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.Reserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsLeftBorderModified">
            <summary>
            True if left border style and color are modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsRightBorderModified">
            <summary>
            True if right border style and color modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsTopBorderModified">
            <summary>
            True if top border style and color are modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsBottomBorderModified">
            <summary>
            True if bottom border style and color are modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsPatternStyleModified">
            <summary>
            True if pattern style is modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsPatternColorModified">
            <summary>
            True if pattern color is modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsPatternBackColorModified">
            <summary>
            False if pattern background color is modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsNumberFormatModified">
            <summary>
            False if Number format is modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsFontFormatPresent">
            <summary>
            True if record contains font formatting block.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsBorderFormatPresent">
            <summary>
            True if record contains border formatting block.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsPatternFormatPresent">
            <summary>
            True if record contains pattern formatting block.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsNumberFormatPresent">
            <summary>
            True if record contains Number format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.MinimumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontHeight">
            <summary>
            Font height (in twips = 1/20 of a point);
            or FFFFFFFFH to preserve the cell font height.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontPosture">
            <summary>
            Posture: 0 = Normal; 1 = Italic
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontCancellation">
            <summary>
            Cancellation: 0 = Off; 1 = On
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontWeight">
            <summary>
            Font weight (400 - Normal text, 700 - Bold text).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontEscapment">
            <summary>
            Escapement type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontUnderline">
            <summary>
            Underline type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FontColorIndex">
            <summary>
            Font color index; or FFFFFFFFH to preserve the cell font color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsFontStyleModified">
            <summary>
            Indicates whether font style (posture or boldness) was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsFontCancellationModified">
            <summary>
            Indicates whether font cancellation was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsFontEscapmentModified">
            <summary>
            Indicates whether font escapment was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsFontUnderlineModified">
            <summary>
            Indicates whether font underline was modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.IsNumberFormatUserDefined">
            <summary>
            True if number format is user defined.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.NumberFormatIndex" -->
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.LeftBorderStyle">
            <summary>
            Left border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.RightBorderStyle">
            <summary>
            Right border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.TopBorderStyle">
            <summary>
            Top border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.BottomBorderStyle">
            <summary>
            Bottom border line style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.LeftBorderColorIndex">
            <summary>
            Color index for left line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.RightBorderColorIndex">
            <summary>
            Color index for right line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.TopBorderColorIndex">
            <summary>
            Color index for top line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.BottomBorderColorIndex">
            <summary>
            Color index for bottom line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.PatternStyle">
            <summary>
            Fill pattern style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.PatternColorIndex">
            <summary>
            Color index for pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.PatternBackColor">
            <summary>
            Color index for pattern background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FirstFormulaPtgs">
            <summary>
            Parsed first formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SecondFormulaPtgs">
            <summary>
            Parsed second formula string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.FirstFormulaBytes">
            <summary>
             Returns bytes of the first formula. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CFRecord.SecondFormulaBytes">
            <summary>
             Returns bytes of the second formula. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.m_DataFormatBase">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.m_DataFormatTop">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.#ctor">
            <summary>
            Default constructor, sets all fields default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.DataFormatBase">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DDataFormatRecord.DataFormatTop">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord">
            <summary>
            This record defines a 3D chart group and also contains generic formatting information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usRotationAngle">
            <summary>
            Rotation angle (0 to 360 degrees).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_sElevationAngle">
            <summary>
            Elevation angle (�90 to +90 degrees).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usDistance">
            <summary>
            Distance from eye to chart (0 to 100).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usHeight">
            <summary>
            Height of plot volume relative to width and depth.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usDepth">
            <summary>
            Depth of points relative to width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usGap">
            <summary>
            Space between series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bPerspective">
            <summary>
            Whether to use perspective transform.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bClustered">
            <summary>
            3-D columns are clustered or stacked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bAutoScaling">
            <summary>
            Use auto scaling.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bReserved">
            <summary>
            Reserved; must be one.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_b2DWalls">
            <summary>
            Use 2D walls and gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bDefaultElevation">
            <summary>
            Indicates whether elevation has default value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.m_bDefaultRotation">
            <summary>
            Indicates whether rotation has default value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.#ctor">
            <summary>
            Default constructor, sets all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.RotationAngle">
            <summary>
            Rotation angle (0 to 360 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.ElevationAngle">
            <summary>
            Elevation angle (�90 to +90 degrees).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.IsDefaultRotation">
            <summary>
            Indicates whether rotation has default value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.IsDefaultElevation">
            <summary>
            Indicates whether elevation has default value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.DistanceFromEye">
            <summary>
            Distance from eye to chart (0 to 100).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.Height">
            <summary>
            Height of plot volume relative to width and depth.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.Depth">
            <summary>
            Depth of points relative to width.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.SeriesSpace">
            <summary>
            Space between series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.Options">
            <summary>
            Holder of flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.IsPerspective">
            <summary>
            Whether to use perspective transform.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.IsClustered">
            <summary>
            3D columns are clustered or stacked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.IsAutoScaled">
            <summary>
            Use auto scaling.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.Chart3DRecord.Is2DWalls">
            <summary>
            Use 2D walls and gridlines.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord">
            <summary>
            This record specifies linked series data or text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_id">
            <summary>
            Link index identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_ReferenceType">
            <summary>
            Reference type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_usOptions">
            <summary>
            Option flags holder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_usNumIndex">
            <summary>
            Index to number format record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_usFormulaSize">
            <summary>
            Size of parsed formula of link array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_bCustomNumberFormat">
            <summary>
            True if this object has a custom number format; False if number format 
            is linked to data source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.m_arrExpression">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.Clone">
            <summary>
            Clones current record.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.IndexIdentifier">
            <summary>
            Link index identifier.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.Reference">
            <summary>
            Reference type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.Options">
            <summary>
            Option flags holder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.NumberFormatIndex">
            <summary>
            Index to number format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.FormulaSize">
            <summary>
            Size of parsed formula of link array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.IsCustomNumberFormat">
            <summary>
            True if this object has a custom number format; False if number format 
            is linked to data source.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ParsedExpression">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.LinkIndex">
            <summary>
            Link index options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.LinkIndex.LinkToTitleOrText">
            <summary>
            Represents the LinkToTitleOrText link index option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.LinkIndex.LinkToValues">
            <summary>
            Represents the LinkToValues link index option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.LinkIndex.LinkToCategories">
            <summary>
            Represents the LinkToCategories link index option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.LinkIndex.LinkToBubbles">
            <summary>
            Represents the LinkToBubbles link index option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType.DefaultCategories">
            <summary>
            Use default categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType.EnteredDirectly">
            <summary>
            Text or value entered directly into the formula bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType.Worksheet">
            <summary>
            Linked to worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType.NotUsed">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAIRecord.ReferenceType.ErrorReported">
            <summary>
            Error reported.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord">
            <summary>
            This record specifies rich-text formatting (bold, italic, font changes, 
            etc.) within chart titles and data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.m_usQuantity">
            <summary>
            Number of rich-text runs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.m_array">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.Clone">
            <summary>
            Clones current record.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.Quantity">
            <summary>
            Number of rich-text runs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.Runs">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.Size">
            <summary>
            Size of the TRun item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.m_usFirstChar">
            <summary>
            First char index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.m_usFontIndex">
            <summary>
            Font index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.#ctor(System.UInt16,System.UInt16)">
            <summary>
            Creates new instance of TRuns.
            </summary>
            <param name="firstChar">Base first char.</param>
            <param name="fontIndex">Base font index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.Clone">
            <summary>
            Clones current object.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.FirstCharIndex">
            <summary>
            Gets or sets first char index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAlrunsRecord.TRuns.FontIndex">
            <summary>
            Gets or sets font index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord">
            <summary>
            This record describes the patterns and colors used in a filled area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_iForeground">
            <summary>
            Foreground color (RGB).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_iBackground">
            <summary>
            Background color (RGB).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_usPattern">
            <summary>
            Pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_usOptions">
            <summary>
            Storage for record bit flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_bAutomaticFormat">
            <summary>
            Automatic format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_bSwapColorsOnNegative">
            <summary>
            Foreground and background are swapped when the data value is negative.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_usForegroundIndex">
            <summary>
            Index of foreground color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.m_usBackgroundIndex">
            <summary>
            Background color index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.ForegroundColor">
            <summary>
            Foreground color (RGB).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.BackgroundColor">
            <summary>
            Background color (RGB).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.Pattern">
            <summary>
            Pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.Options">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.ForegroundColorIndex">
            <summary>
            Index of foreground color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.BackgroundColorIndex">
            <summary>
            Background color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.UseAutomaticFormat">
            <summary>
            Automatic format or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.SwapColorsOnNegative">
            <summary>
            Foreground and background are swapped when the data value is negative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaFormatRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord">
            <summary>
            This record defines an area chart group.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IChartType">
            <summary>
            Contains information about chart type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IChartType.StackValues">
            <summary>
            Indicates whether values should be stacked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IChartType.ShowAsPercents">
            <summary>
            Indicates whether values should be shown as percents.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.m_usOptions">
            <summary>
            Holder of all flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.m_bStacked">
            <summary>
            Series in this group are stacked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.m_bCategoryPercentage">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.m_bShadowArea">
            <summary>
            This area has a shadow.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.Options">
            <summary>
            Holder of all flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.IsStacked">
            <summary>
            Series in this group are stacked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.IsCategoryBrokenDown">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.IsAreaShadowed">
            <summary>
            This area has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.Syncfusion#XlsIO#Parser#Biff_Records#IChartType#ShowAsPercents">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAreaRecord.Syncfusion#XlsIO#Parser#Biff_Records#IChartType#StackValues">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord">
            <summary>
            The ATTACHEDLABEL record defines the data label type. The ATTACHEDLABEL 
            record applies to the label data identified in the associated 
            DATAFORMAT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.m_options">
            <summary>
            Holder of all record flags.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.Options">
            <summary>
            Holder of all record flags... changes of record setting does not
            influence on this property value till serialization.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ShowActiveValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ShowPieInPercents">
            <summary>
            Show value as a percent of the total. This bit applies only to pie charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ShowPieCategoryLabel">
            <summary>
            Show category label and value as a percentage (pie charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.SmoothLine">
            <summary>
            Show smoothed line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ShowCategoryLabel">
            <summary>
            Show category label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.ShowBubble">
            <summary>
            Show bubble sizes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags">
            <summary>
            Possible option flags
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.None">
            <summary>
            No option flag set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.ActiveValue">
            <summary>
            Show the actual value of the data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.PiePercents">
            <summary>
            Show value as a percent of the total. This bit applies only to pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.PieCategoryLabel">
            <summary>
            Show category label and value as a percentage (pie charts only).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.SmoothLine">
            <summary>
            Show smoothed line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.CategoryLabel">
            <summary>
            Show category label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAttachedLabelRecord.OptionFlags.Bubble">
            <summary>
            Show bubble sizes.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord">
            <summary>
            This record defines axis options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMinCategoryAxis">
            <summary>
            Minimum category on axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMaxCategoryAxis">
            <summary>
            Maximum category on axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMajor">
            <summary>
            Value of major unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMajorUnits">
            <summary>
            Units of major unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMinor">
            <summary>
            Value of minor unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usMinorUnits">
            <summary>
            Units of minor unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usBaseUnits">
            <summary>
            Base unit of axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_usCrossingPoint">
            <summary>
            Crossing point of value axis (date).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.m_options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.MinCategoryOnAxis">
            <summary>
            Minimum category on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.MaxCategoryOnAxis">
            <summary>
            Maximum category on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.Major">
            <summary>
            Value of major unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.MajorUnits">
            <summary>
            Units of major unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.Minor">
            <summary>
            Value of minor unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.MinorUnits">
            <summary>
            Units of minor unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.BaseUnits">
            <summary>
            Base unit of axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.CrossingPoint">
            <summary>
            Crossing point of value axis (date).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.Options">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultMinimum">
            <summary>
            Use default minimum.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultMaximum">
            <summary>
            Use default maximum.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultMajorUnits">
            <summary>
            Use default major unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultMinorUnits">
            <summary>
            Use default minor unit.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.IsDateAxis">
            <summary>
            Date axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultBaseUnits">
            <summary>
            Use default base.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultCrossPoint">
            <summary>
            Use default crossing point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.UseDefaultDateSettings">
            <summary>
            Use default date settings for axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultMinimum">
            <summary>
            Use default minimum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultMaximum">
            <summary>
            Use default maximum.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultMajorUnits">
            <summary>
            Use default major unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultMinorUnits">
            <summary>
            Use default minor unit.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DateAxis">
            <summary>
            This a date axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultBaseUnits">
            <summary>
            Use default base.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultCrossPoint">
            <summary>
            Use default crossing point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxcextRecord.OptionFlags.DefaultDateSettings">
            <summary>
            Use default date settings for axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord">
            <summary>
            This record specifies the number of axes sets (1 = primary 
            only, 2 = primary and secondary) used on the chart (3D charts 
            can only have primary axes).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.m_usAxes">
            <summary>
            Number of axes sets.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxesUsedRecord.NumberOfAxes">
            <summary>
            Number of axes sets.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord">
            <summary>
            Represents DisplayUnits option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.DEF_RECORD_SIZE">
            <summary>
            Record size constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.m_displayUnit">
            <summary>
            Represents display units in axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.m_displayUnitValue">
            <summary>
            Represents display units value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.m_isShowLabels">
            <summary>
            Indicates is show display unit label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.m_reserved">
            <summary>
            Reserved value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.DisplayUnit">
            <summary>
            Represents display units in axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.DisplayUnitValue">
            <summary>
            Represents display units value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.IsShowLabels">
            <summary>
            Indicates is show display unit label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.Recerved">
            <summary>
            Represents reserved byte.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisDisplayUnitsRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord">
            <summary>
            This record usually follows an AXIS record to define the axis line 
            as it appears on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.m_usAxisLineId">
            <summary>
            Axis line identifier:
            0 = the axis line itself
            1 = major grid line along the axis
            2 = minor grid line along the axis
            3 = walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.LineIdentifier">
            <summary>
            Axis line identifier.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisLineFormatRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord">
            <summary>
            Represents chart category axis offset record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.DEF_MIN_RECORD_SIZE">
            <summary>
            Minimum record size constant (generated by some version of MS Excel (probably 2007 Beta).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.DEF_RECORD_SIZE">
            <summary>
            Record size constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.m_usOffset">
            <summary>
            Represents display units in axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.Offset">
            <summary>
            Indicates is show display unit label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisOffsetRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord">
            <summary>
            This record specifies the location and size of the chart axes, 
            in units of 1/4000 of the chart area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.m_usAxisIndex">
            <summary>
            Axis index (0 = main, 1 = secondary).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.m_iTopLeftX">
            <summary>
            X coordinate of top left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.m_iTopLeftY">
            <summary>
            Y coordinate of top left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.m_iXLength">
            <summary>
            Length of x axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.m_iYLength">
            <summary>
            Length of y axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.AxesIndex">
            <summary>
            Axis index (0 = main, 1 = secondary).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.TopLeftX">
            <summary>
            X coordinate of top left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.TopLeftY">
            <summary>
            Y coordinate of top left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.XAxisLength">
            <summary>
            Length of x axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisParentRecord.YAxisLength">
            <summary>
            Length of y axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord">
            <summary>
            This record defines the axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.m_usAxisType">
            <summary>
            Axis type:
            0 = category axis or x axis on a scatter chart
            1 = value axis
            2 = series axis
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.m_Reserved0">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.m_Reserved1">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.m_Reserved2">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.m_Reserved3">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.AxisType">
            <summary>
            Axis type:
            0 = category axis or x axis on a scatter chart
            1 = value axis
            2 = series axis
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.Reserved0">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.Reserved1">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.Reserved2">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.Reserved3">
            <summary>
            Field reserved by Microsoft. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ChartAxisType">
            <summary>
            Represents the Chart axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ChartAxisType.CategoryAxis">
            <summary>
            Represents the CategoryAxis chart axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ChartAxisType.ValueAxis">
            <summary>
            Represents the ValueAxis chart axis type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartAxisRecord.ChartAxisType.SeriesAxis">
            <summary>
            Represents the SeriesAxis chart axis type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord">
            <summary>
            This record defines a bar or column chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_usOverlap">
            <summary>
            Space between bars (percent of bar width), default = 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_usCategoriesSpace">
            <summary>
            Space between categories (percent of bar width), default = 50.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_usOptions">
            <summary>
            Holder of all flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_bIsHorizontal">
            <summary>
            True for horizontal bars (bar chart).
            False for vertical bars (column chart).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_bStackValues">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_bAsPercents">
            <summary>
            Each category is displayed as a percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.m_bHasShadow">
            <summary>
            True if this bar has a shadow; otherwise False.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.Overlap">
            <summary>
            Space between bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.CategoriesSpace">
            <summary>
            Space between categories (percent of bar width), default = 50.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.Options">
            <summary>
            Holder of all flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.IsHorizontalBar">
            <summary>
            True for horizontal bars (bar chart).
            False for vertical bars (column chart).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.StackValues">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.ShowAsPercents">
            <summary>
            Each category is displayed as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBarRecord.HasShadow">
            <summary>
            True if this bar has a shadow; otherwise False.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord">
            <summary>
            Represents begin display axis unit label record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.DEF_RECORD_SIZE">
            <summary>
            Record size constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.m_bIsShowLabel">
            <summary>
            Represents display units in axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.IsShowLabels">
            <summary>
            Indicates is show display unit label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBegDispUnitRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord">
            <summary>
            This record stores options for a custom bar of pie or pie of 
            pie chart; these are two of the pie chart subtypes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.m_usQuantity">
            <summary>
            Count of pie slices in the bar of pie or pie of pie chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.m_bits">
            <summary>
            Array of bytes; each byte contains a bit field that describes the 
            individual point positioning in the series. If a slice is on the 
            secondary pie or bar chart, the corresponding bit is set to 1 (one);
            otherwise the bit is 0 (zero).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.Clone">
            <summary>
            Clones current record.
            </summary>
            <returns>Returns cloned record.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.Counter">
            <summary>
            Count of pie slices in the bar of pie or pie of pie chart.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppCustomRecord.BitFields">
            <summary>
            Array of bytes; each byte contains a bit field that describes the 
            individual point positioning in the series. If a slice is on the 
            secondary pie or bar chart, the corresponding bit is set to 1 (one);
            otherwise the bit is 0 (zero).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord">
            <summary>
            This record stores options for a bar of pie or pie of pie chart;
            these are two of the pie chart subtypes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_PieType">
            <summary>
            0 = normal pie chart
            1 = pie of pie chart
            2 = bar of pie chart
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_UseDefaultSplit">
            <summary>
            Holder of DefaultSplitValue property flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_bUseDefaultSplit">
            <summary>
            True to use default split value; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_usSplitType">
            <summary>
            Split type:
            0 = Position
            1 = Value
            2 = Percent
            3 = Custom
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_usSplitPos">
            <summary>
            For split = 0, which positions should go to the other pie / bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_usSplitPercent">
            <summary>
            For split = 2, what percentage should go to the other pie / bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_usPie2Size">
            <summary>
            Size of the second pie as a percentage of the first.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_usGap">
            <summary>
            Space between the first pie and the second.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_uiNumSplitValue">
            <summary>
            For split = 1, what values should go to the other pie / bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_bHasShadow">
            <summary>
            True if the second bar / pie has a shadow; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.m_bShowLeaderLines">
            <summary>
            Represents LeaderLines of datalabels
            This property is included as the support in enabled after 2003 formats
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.PieChartType">
            <summary>
            0 = normal pie chart
            1 = pie of pie chart
            2 = bar of pie chart
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.UseDefaultSplitValue">
            <summary>
            True to use default split value; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.ChartSplitType">
            <summary>
            Split type:
            0 = Position
            1 = Value
            2 = Percent
            3 = Custom
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.SplitPosition">
            <summary>
            For split = 0, which positions should go to the other pie / bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.SplitPercent">
            <summary>
            For split = 2, what percentage should go to the other pie / bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.Pie2Size">
            <summary>
            Size of the second pie as a percentage of the first.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.Gap">
            <summary>
            Space between the first pie and the second.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.NumSplitValue">
            <summary>
            For split = 1, what values should go to the other pie / bar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.HasShadow">
            <summary>
            1 = the second pie / bar has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartBoppopRecord.ShowLeaderLines">
            <summary>
            True to show leader lines to data labels.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord">
            <summary>
            This record defines the scaling options for a category or series axis.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.IMaxCross">
            <summary>
            IMaxCross interface.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.IMaxCross.IsMaxCross">
            <summary>
            Gets or sets IsMaxCross property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.DEF_MIN_CROSSPOINT">
            <summary>
            Minimum value for CrossingPoint, LabelsFrequency, and TickMarksFrequency properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.DEF_MAX_CROSSPOINT">
            <summary>
            Maximum value for CrossingPoint, LabelsFrequency, and TickMarksFrequency properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_usCrossingPoint">
            <summary>
            Value axis / category crossing point (2D charts only).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_usLabelsFrequency">
            <summary>
            Frequency of labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_usTickMarksFrequency">
            <summary>
            Frequency of tick marks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_usOptions">
            <summary>
            Record flags holder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_bValueAxisCrossing">
            <summary>
            Value axis crossing:
            False if axis crosses mid-category.
            True if axis crosses between categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_bMaxCross">
            <summary>
            Value axis crosses at the far right category (in a line, bar, 
            column, scatter, or area chart; 2D charts only).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.m_bReverse">
            <summary>
            Display categories in reverse order.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.CrossingPoint">
            <summary>
            Value axis / category crossing point (2D charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.LabelsFrequency">
            <summary>
            Frequency of labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.TickMarksFrequency">
            <summary>
            Frequency of tick marks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.Options">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.IsBetween">
            <summary>
            Value axis crossing:
            False if axis crosses mid-category.
            True if axis crosses between categories.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.IsMaxCross">
            <summary>
            Value axis crosses at the far right category (in a line, bar, 
            column, scatter, or area chart; 2D charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartCatserRangeRecord.IsReverse">
            <summary>
            Display categories in reverse order.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord">
            <summary>
            This record is the parent record for the chart group format 
            description. Each chart group will have a separate CHARTFORMAT 
            record, followed by a BEGIN record, the chart-group description, 
            and an END record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_iReserved0">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_iReserved1">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_iReserved2">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_iReserved3">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_usOptions">
            <summary>
            Holder of record options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_bIsVaryColor">
            <summary>
            Vary color for each data point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.m_usZOrder">
            <summary>
            Drawing order (0 = bottom of the z-order).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.Reserved0">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.Reserved1">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.Reserved2">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.Reserved3">
            <summary>
            Field reserved by Microsoft for own use. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.Options">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.IsVaryColor">
            <summary>
            Vary color for each data point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.DrawingZOrder">
            <summary>
            Drawing order (0 = bottom of the z-order).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartFormatRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord">
            <summary>
            This record specifies drop lines, hi-lo lines, or series lines 
            on a line chart. If the chart has both drop lines and hi-lo 
            lines, two CHARTLINE records will be present.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.m_usDropLines">
            <summary>
            Drop lines / hi-lo lines:
            0 = drop lines
            1 = hi-lo lines
            2 = series lines (the lines that connect the columns in a stacked column chart)
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartLineRecord.LineStyle">
            <summary>
            Drop lines / hi-lo lines:
            0 = drop lines
            1 = hi-lo lines
            2 = series lines (the lines that connect the columns in a stacked column chart)
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord">
            <summary>
            The CHART record marks the start of the chart data substream in the 
            workbook BIFF stream. This record defines the location of the chart 
            on the display and its overall size. The X and Y fields define the 
            position of the upper-left corner of the bounding rectangle that 
            encompasses the chart. The position of the chart is referenced to the page.
            The Width and Height fields define the overall size (the bounding rectangle) of 
            the chart, including title, pointing arrows, axis labels, etc.
            The position and size are specified in points (1/72 inch), using a fixed 
            point format (two bytes integer, two bytes fraction).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.m_iTopLeftX">
            <summary>
            X-position of upper-left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.m_iTopLeftY">
            <summary>
            Y-position of upper-left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.m_iWidth">
            <summary>
            X-size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.m_iHeight">
            <summary>
            Y-size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.X">
            <summary>
            X-position of upper-left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.Y">
            <summary>
            Y-position of upper-left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.Width">
            <summary>
            X-size.
            (1/72 inch), used a fixed point format (two bytes integer, two bytes fraction).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.Height">
            <summary>
            Y-size. 
            (1/72 inch), used a fixed point format (two bytes integer, two bytes fraction).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartChartRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord">
            <summary>
            The DATAFORMAT record contains the zero-based numbers of the data 
            point and series. The subordinate records determine the format of 
            the series or point defined by the DATAFORMAT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.m_usPointNumber">
            <summary>
            Point number (FFFFh means entire series).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.m_usSeriesIndex">
            <summary>
            Series index (file relative).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.m_usSeriesNumber">
            <summary>
            Series number (as shown in name box -- S1, S2, etc.). This can 
            be different from yi if the series order has been changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.m_usOptions">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.m_bUseXL4Color">
            <summary>
            True to use Microsoft Excel 4.0 colors for automatic formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.PointNumber">
            <summary>
            Point number (FFFFh means entire series).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.SeriesIndex">
            <summary>
            Series index (file relative).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.SeriesNumber">
            <summary>
            Series number (as shown in name box -- S1, S2, etc.). This can 
            be different from yi if the series order has been changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.Options">
            <summary>
            Options holder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.UserExcel4Colors">
            <summary>
            True to use Microsoft Excel 4.0 colors for automatic formatting.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataFormatRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord">
            <summary>
            Summary description for ChartDataLabelsRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_bSeriesName">
            <summary>
            Indicates whether series name is in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_bCategoryName">
            <summary>
            Indicates whether category name is in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_bValue">
            <summary>
            Indicates whether value is in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_bPercentage">
            <summary>
            Indicates whether percentage is in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_bBubbleSize">
            <summary>
            Indicates whether bubble size is in data labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_usDelimLen">
            <summary>
            Length of the delimiter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.m_strDelimiter">
            <summary>
            Delimiter.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.IsSeriesName">
            <summary>
            Indicates whether series name is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.IsCategoryName">
            <summary>
            Indicates whether category name is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.IsValue">
            <summary>
            Indicates whether value is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.IsPercentage">
            <summary>
            Indicates whether percentage is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.IsBubbleSize">
            <summary>
            Indicates whether bubble size is in data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.DelimiterLength">
            <summary>
            Length of the delimiter.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDataLabelsRecord.Delimiter">
            <summary>
            Delimiter.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord">
            <summary>
            This record stores options for the chart data table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.m_usOptions">
            <summary>
            Holder of record options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.m_bHasHorizontalBorders">
            <summary>
            True if data table has horizontal borders.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.m_bHasVerticalBorders">
            <summary>
            True if data table has vertical borders.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.m_bHasBorders">
            <summary>
            True if data table has a border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.m_bShowSeriesKeys">
            <summary>
            True if data table shows series keys.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.Options">
            <summary>
            Holds record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.HasHorizontalBorders">
            <summary>
            True if data table has horizontal borders.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.HasVerticalBorders">
            <summary>
            True if data table has vertical borders.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.HasBorders">
            <summary>
            True if data table has a border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDatRecord.ShowSeriesKeys">
            <summary>
            True if data table shows series keys.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord">
            <summary>
            The DEFAULTTEXT record precedes a TEXT record to identify the text 
            defined in the TEXT record as the default properties for certain chart items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.m_usObjectIdentifier">
            <summary>
            Object identifier for the text:
            0 = default text characteristics for "show labels" data labels
            1 = default text characteristics for value and percentage data labels
            2 = default text characteristics for all text in the chart
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.TextCharacteristics">
            <summary>
            Object identifier for the text:
            TextDefaults.ShowLabels = default text characteristics for "show labels" data labels.
            TextDefaults.ValueAndPercents = default text characteristics for value and percentage data labels.
            TextDefaults.All = default text characteristics for all text in the chart.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.TextDefaults">
            <summary>
            Represents the text defaults options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.TextDefaults.ShowLabels">
            <summary>
            Represents the ShowLabels text defaults option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.TextDefaults.ValueAndPercents">
            <summary>
            Represents the ValueAndPercents text defaults option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDefaultTextRecord.TextDefaults.All">
            <summary>
            Represents the All text defaults option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord">
            <summary>
            This record defines drop bars on a line chart. If the chart contains 
            drop bars, the chart BIFF will contain two DROPBAR records. The first 
            DROPBAR record corresponds to the up bar and the second DROPBAR record 
            corresponds to the down bar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.m_usGap">
            <summary>
            Drop bar gap width (0 to 100%).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartDropBarRecord.Gap">
            <summary>
            Drop bar gap width (0 to 100%).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord">
            <summary>
            Represents end display axis unit label record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.DEF_MIN_RECORD_SIZE">
            <summary>
            Minimum record size constant (generated by some version of MS Excel (probably 2007 Beta).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.DEF_RECORD_SIZE">
            <summary>
            Record size constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.m_bIsShowLabel">
            <summary>
            Represents display units in axis.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.IsShowLabels">
            <summary>
            Indicates is show display unit label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartEndDispUnitRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord">
            <summary>
            The FBI record stores font metrics.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.m_usBasisWidth">
            <summary>
            Width of basis when font was applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.m_usBasisHeight">
            <summary>
            Height of basis when font was applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.m_usAppliedFontHeight">
            <summary>
            Font height applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.m_usScaleBasis">
            <summary>
            Scale basis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.m_usFontIndex">
            <summary>
            Index number into the font table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.BasisWidth">
            <summary>
            Width of basis when font was applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.BasisHeight">
            <summary>
            Height of basis when font was applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.AppliedFontHeight">
            <summary>
            Font height applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.ScaleBasis">
            <summary>
            Scale basis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFbiRecord.FontIndex">
            <summary>
            Index number into the font table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord">
            <summary>
            This record is the child of a TEXT record and defines a text 
            font by indexing the appropriate font in the font table. The 
            font table is built from FONT records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.m_usFontIndex">
            <summary>
            Index number into the font table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.FontIndex">
            <summary>
            Index number into the font table.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFontxRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord">
            <summary>
            This record is written by Microsoft Excel but it is ignored. 
            Applications writing chart BIFF do not need to write this 
            record and applications reading chart BIFF can ignore it.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.UNKNOWN_BYTES">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFormatLinkRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord">
            <summary>
            The FRAME record defines the border that is present around a 
            displayed label as a rectangle. A displayed label can include 
            the chart title, the legend (if not a regular rectangle), a 
            category name, or a value amount.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.m_usRectStyle">
            <summary>
            0 = regular rectangle/no border
            1�3 (reserved)
            4 = rectangle with shadow
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.m_usOptions">
            <summary>
            Record flags holder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.m_bAutoSize">
            <summary>
            Microsoft Excel calculates size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.m_bAutoPosition">
            <summary>
            Microsoft Excel calculates position.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.Options">
            <summary>
            Record flags holder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.Rectangle">
            <summary>
            0 = regular rectangle/no border
            1�3 (reserved)
            4 = rectangle with shadow
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.AutoSize">
            <summary>
            Microsoft Excel calculates size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.AutoPosition">
            <summary>
            Microsoft Excel calculates position.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartFrameRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord">
            <summary>
            This record stores fill effects such as gradient fills, patterns, 
            textures, and so on. The record data is obtained from the 
            Microsoft Office Drawing DLL.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.DEF_START_MSO_INDEX">
            <summary>
            Represents start mso index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.DEF_LAST_MSO_INDEX">
            <summary>
            Represents last mso index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.DEF_OFFSET">
            <summary>
            Represents default offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.DEF_FIRST_BYTES">
            <summary>
            Represents first bytes in record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.DEF_LAST_BYTES">
            <summary>
            Represents last bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.m_list">
            <summary>
            Represents option list;
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.ParseData">
            <summary>
            Parses data from stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.FillDataList">
            <summary>
            Infill internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.UpdatesToAddInStream">
            <summary>
            Updates gel record to adds to stream.
            </summary>
            <returns>Returns array list with updated gel frame records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.Clone">
            <summary>
            Clones current record.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.UpdateToSerialize">
            <summary>
            Updates record to serialize in biff stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array or if it can be cleaned.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartGelFrameRecord.OptionList">
            <summary>
            Represents list of fill options.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord">
            <summary>
            This record specifies the number-format index for an axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.m_usNumberIndex">
            <summary>
            Number-format index (number of the FORMAT record in the BIFF, begins at zero).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartIfmtRecord.FormatIndex">
            <summary>
            Number-format index (number of the FORMAT record in the BIFF, begins at zero).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord">
            <summary>
            The LEGEND record defines the location of the legend on the 
            display and its overall size. The displayed legend contains 
            all series on the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_iTopLeftX">
            <summary>
            X-position of upper-left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_iTopLeftY">
            <summary>
            Y-position of upper-left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_iWidth">
            <summary>
            X-size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_iHeight">
            <summary>
            Y-size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_wType">
            <summary>
            Type:
            0 = bottom
            1 = corner
            2 = top
            3 = right
            4 = left
            7 = not docked or inside the plot area
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_wSpacing">
            <summary>
            Spacing:
            0 = close
            1 = medium
            2 = open
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_usOptions">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bAutoPosition">
            <summary>
            Automatic positioning (True if legend is docked).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bAutoSeries">
            <summary>
            Automatic series distribution (True in Microsoft Excel 5.0).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bAutoPosX">
            <summary>
            X positioning is automatic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bAutoPosY">
            <summary>
            Y positioning is automatic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bIsVerticalLegend">
            <summary>
            True if vertical legend (a single column of entries);
            False if horizontal legend (multiple columns of entries).
            Manual-sized legends always have this bit set to False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.m_bContainsDataTable">
            <summary>
            True if the chart contains a data table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.X">
            <summary>
            X-position of upper-left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.Y">
            <summary>
            Y-position of upper-left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.Width">
            <summary>
            X-size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.Height">
            <summary>
            Y-size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.Position">
            <summary>
            Type:
            0 = bottom
            1 = corner
            2 = top
            3 = right
            4 = left
            7 = not docked or inside the plot area
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.Spacing">
            <summary>
            Spacing:
            0 = close
            1 = medium
            2 = open
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.AutoPosition">
            <summary>
            Automatic positioning (True if legend is docked).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.AutoSeries">
            <summary>
            Automatic series distribution (True in Microsoft Excel 5.0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.AutoPositionX">
            <summary>
            X positioning is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.AutoPositionY">
            <summary>
            Y positioning is automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.IsVerticalLegend">
            <summary>
            True if vertical legend (a single column of entries);
            False if horizontal legend (multiple columns of entries).
            Manual-sized legends always have this bit set to False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendRecord.ContainsDataTable">
            <summary>
            True if chart contains data table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord">
            <summary>
            This record specifies information about a legend entry which has 
            been changed from the default legend-entry settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.m_usLegendEntityIndex">
            <summary>
            Legend-entry index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.m_usOptions">
            <summary>
            Record flags holder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.m_bIsDeleted">
            <summary>
            True if the legend entry has been deleted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.m_bIsFormatted">
            <summary>
            True if the legend entry has been formatted.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.LegendEntityIndex">
            <summary>
            Legend-entry index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.Options">
            <summary>
            Options bit flags holder.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.IsDeleted">
            <summary>
            True if the legend entry has been deleted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLegendxnRecord.IsFormatted">
            <summary>
            True if the legend entry has been formatted.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord">
            <summary>
            This record defines the appearance of a line, such as an axis line or border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_rgbColor">
            <summary>
            Color of line; RGB value high byte must be set to zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_usLinePattern">
            <summary>
            Pattern of line:
            0 = solid
            1 = dash
            2 = dot
            3 = dash-dot
            4 = dash dot-dot
            5 = none
            6 = dark gray pattern
            7 = medium gray pattern
            8 = light gray pattern
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_usLineWeight">
            <summary>
            Weight of line:
            �1 or 0xffff = hairline
            0 = narrow (single)
            1 = medium (double)
            2 = wide (triple)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_usOptions">
            <summary>
            Format flags holder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_bAutoFormat">
            <summary>
            Automatic format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_bDrawTickLabels">
            <summary>
            True to draw tick labels on this axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_bIsAutoLineColor">
            <summary>
            True to draw line by custom style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.m_usColorIndex">
            <summary>
            Index to color of line.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.LineColor">
            <summary>
            Color of line; RGB value high byte must be set to zero.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.LinePattern">
            <summary>
            Line pattern.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.LineWeight">
            <summary>
            Weight of line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.Options">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.AutoFormat">
            <summary>
            If true - default format; otherwise custom.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.DrawTickLabels">
            <summary>
            True to draw tick labels on this axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.IsAutoLineColor">
            <summary>
            Custom format for line color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.ColorIndex">
            <summary>
            Line color index..
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineFormatRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord">
            <summary>
            This record defines a line chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.m_usOptions">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.m_bStackValues">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.m_bAsPercents">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.m_bHasShadow">
            <summary>
            True if this line has a shadow.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.Options">
            <summary>
            Holder of record flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.StackValues">
            <summary>
            Stack the displayed values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.ShowAsPercents">
            <summary>
            Each category is broken down as a percentage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartLineRecord.HasShadow">
            <summary>
            True if this line has a shadow.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord">
            <summary>
            This record defines the color and shape of the line
            markers that appear on scatter and line charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_iForeColor">
            <summary>
            Foreground color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_iBackColor">
            <summary>
            Background color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_usMarkerType">
            <summary>
            Type of marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_usOptions">
            <summary>
            Format flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_usBorderColorIndex">
            <summary>
            Index to color of marker border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_usFillColorIndex">
            <summary>
            Index to color of marker fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_iLineSize">
            <summary>
            Size of line markers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_bAutoColor">
            <summary>
            Automatic color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_bNotShowInt">
            <summary>
            True = "background = none".
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.m_bNotShowBrd">
            <summary>
            True = "foreground = none".
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.ForeColor">
            <summary>
            Foreground color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.BackColor">
            <summary>
            Background color: RGB value (high byte = 0).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.MarkerType">
            <summary>
            Type of marker.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.Options">
            <summary>
            Format flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.BorderColorIndex">
            <summary>
            Index to color of marker border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.FillColorIndex">
            <summary>
            Index to color of marker fill.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.LineSize">
            <summary>
            Size of line markers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.IsAutoColor">
            <summary>
            Automatic color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.IsNotShowInt">
            <summary>
            True = "background = none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.IsNotShowBrd">
            <summary>
            True = "foreground = none".
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.HasLineProperties">
            <summary>
            Indicates whether the Marker has the line properties.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker">
            <summary>
            Type of marker.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.NoMarker">
            <summary>
            Represents the NoMarker marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.Square">
            <summary>
            Represents the Square marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.Diamond">
            <summary>
            Represents the Diamond marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.Triangle">
            <summary>
            Represents the Triangle marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.X">
            <summary>
            Represents the X marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.Star">
            <summary>
            Represents the Star marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.DowJones">
            <summary>
            Represents the DowJones marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.StandardDeviation">
            <summary>
            Represents the StandardDeviation marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.Circle">
            <summary>
            Represents the Circle marker type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartMarkerFormatRecord.TMarker.PlusSign">
            <summary>
            Represents the PlusSign marker type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord">
            <summary>
            This record links a TEXT record to an object on
            the chart or to the entire chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.m_usLinkObject">
            <summary>
            Object text is linked to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.m_usLinkIndex1">
            <summary>
            Link index 1, series number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.m_usLinkIndex2">
            <summary>
            Link index 2, data point number.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.LinkObject">
            <summary>
            Object text is linked to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.SeriesNumber">
            <summary>
            Link index 1, series number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.DataPointNumber">
            <summary>
            Link index 2, data point number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartObjectLinkRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord">
            <summary>
            This record defines the format for a picture attached
            to a data series or point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_usPictureType">
            <summary>
            Picture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_usImageFormat">
            <summary>
            Image format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_Environment">
            <summary>
            Environment from which the file was written.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_bFormatOnly">
            <summary>
            Formatting only; no picture attached.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_bPictureTopBottom">
            <summary>
            Picture is attached to top and bottom of column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_bPictureBackFront">
            <summary>
            Picture is attached to back and front of column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_bPictureSides">
            <summary>
            Picture is attached to sides of column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.m_numScale">
            <summary>
            Scaling value for pictures, units/picture
            (IEEE floating-point number).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.PictureType">
            <summary>
            Picture type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.ImageFormat">
            <summary>
            Image format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.Environment">
            <summary>
            Environment from which the file was written.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.IsFormatOnly">
            <summary>
            Formatting only; no picture attached.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.IsPictureTopBottom">
            <summary>
            Picture is attached to top and bottom of column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.IsPictureBackFront">
            <summary>
            Picture is attached to back and front of column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.IsPictureSides">
            <summary>
            Picture is attached to sides of column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.Scale">
            <summary>
            Scaling value for pictures, units/picture
            (IEEE floating-point number).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TPicture">
            <summary>
            Picture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TPicture.Stretched">
            <summary>
            Represents the Stretched picture type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TPicture.Stacked">
            <summary>
            Represents the Stacked picture type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TImageFormat">
            <summary>
            Image format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TImageFormat.WindowsMetafile">
            <summary>
            Represents the WindowsMetafile image format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TImageFormat.MacintoshPICT">
            <summary>
            Represents the MacintoshPICT image format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TImageFormat.WindowsBitmap">
            <summary>
            Represents the WindowsBitmap image format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TEnvironment">
            <summary>
            Environment from which the file was written.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TEnvironment.Windows">
            <summary>
            Represents the Windows environment option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPicfRecord.TEnvironment.Macintosh">
            <summary>
            Represents the Macintosh environment option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord">
            <summary>
            The distance of an open pie slice from the center of the pie
            chart expressed as a percentage of the pie diameter.
            For example, if the percent = 33 (21h), the pie slice is
            one-third of the pie diameter away from the pie center.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.m_usPercent">
            <summary>
            Distance of pie slice from center of pie.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.Percent">
            <summary>
            Distance of pie slice from center of pie.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieFormatRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord">
            <summary>
            This record defines a pie chart group and specifies pie chart options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.m_usStartAngle">
            <summary>
            Angle of the first pie slice expressed in degrees.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.m_usDonutHoleSize">
            <summary>
            0 = True pie chart
            Non-zero = size of center hole in a donut chart (as a percentage).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.m_bHasShadow">
            <summary>
            True if this pie has a shadow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.m_bShowLeaderLines">
            <summary>
            True to show leader lines to data labels.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.StartAngle">
            <summary>
            Angle of the first pie slice expressed in degrees.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.DonutHoleSize">
            <summary>
            0 = True pie chart
            Non-zero = size of center hole in a donut chart (as a percentage).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.HasShadow">
            <summary>
            True if this pie has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.ShowLeaderLines">
            <summary>
            True to show leader lines to data labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPieRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord">
            <summary>
            This record stores scale factors for font scaling.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.m_uiHorzGrowth">
            <summary>
            Horizontal growth of plot area for font scaling.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.m_uiVertGrowth">
            <summary>
            Vertical growth of plot area for font scaling.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.HorzGrowth">
            <summary>
            Horizontal growth of plot area for font scaling.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.VertGrowth">
            <summary>
            Vertical growth of plot area for font scaling.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotGrowthRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord">
            <summary>
            This record defines manual position information for the main-axis
            plot area, legend, and attached text (data labels, axis labels,
            and chart title). The record data depends on the record's use, 
            as shown in the following sections.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_usTopLeft">
            <summary>
            For plot area and text must be 2,
            For legend must be 5.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_usBottomRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_iX1">
            <summary>
            X coordinate of the top left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_iY1">
            <summary>
            Y coordinate of the top left corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_iX2">
            <summary>
            X coordinate of the bottom right corner.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.m_iY2">
            <summary>
            Y coordinate of the bottom right corner.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / Initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.TopLeft">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.BottomRight">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.X1">
            <summary>
            X coordinate of the top left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.Y1">
            <summary>
            Y coordinate of the top left corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.X2">
            <summary>
            X coordinate of the bottom right corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.Y2">
            <summary>
            Y coordinate of the bottom right corner.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPosRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.m_bRadarAxisLabel">
            <summary>
            True if the chart contains radar axis labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.IsRadarAxisLabel">
            <summary>
            True if the chart contains radar axis labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.Resereved">
            <summary>
            Field reserved by Microsoft.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarAreaRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord">
            <summary>
            This record defines a radar chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.m_bRadarAxisLabel">
            <summary>
            True if the chart contains radar axis labels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.m_bHasShadow">
            <summary>
            True if this radar series has a shadow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.IsRadarAxisLabel">
            <summary>
            True if the chart contains radar axis labels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.HasShadow">
            <summary>
            True if this radar series has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.Reserved">
            <summary>
            Field reserved by Microsoft.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartRadarRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord">
            <summary>
            This record specifies the PivotTable reference used for the chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.m_usFirstRow">
            <summary>
            First PivotTable row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.m_usLastRow">
            <summary>
            Last PivotTable row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.m_usFirstColumn">
            <summary>
            First PivotTable column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.m_usLastColumn">
            <summary>
            Last PivotTable column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.FirstRow">
            <summary>
            First PivotTable row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.LastRow">
            <summary>
            Last PivotTable row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.FirstColumn">
            <summary>
            First PivotTable column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.LastColumn">
            <summary>
            Last PivotTable column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSbaserefRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord">
            <summary>
            This record stores the scatter chart properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_usBubleSizeRation">
            <summary>
            Percent of largest bubble compared to chart in general.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_usBubleSize">
            <summary>
            Bubble size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_bBubbles">
            <summary>
            True if this a bubble series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_bShowNegBubbles">
            <summary>
            True to show negative bubbles.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.m_bHasShadow">
            <summary>
            True if bubble series has a shadow.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.BubleSizeRation">
            <summary>
            Percent of largest bubble compared to chart in general.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.BubleSize">
            <summary>
            Bubble size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.IsBubbles">
            <summary>
            True if this a bubble series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.IsShowNegBubbles">
            <summary>
            True to show negative bubbles.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartScatterRecord.HasShadow">
            <summary>
            True if bubble series has a shadow.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord">
            <summary>
            This record defines the series error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_ErrorBarValue">
            <summary>
            Error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_ErrorBarType">
            <summary>
            Error-bar value source.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_TeeTop">
            <summary>
            True if the error bars are T-shaped (have a line on the top and bottom).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_Reserved">
            <summary>
            Reserved; must be 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_NumValue">
            <summary>
            IEEE number; specifies the fixed value, percentage,
            or number of standard deviations for the error bars.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.m_usValuesNumber">
            <summary>
            Number of values or cell references used for custom error bars.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.ErrorBarValue">
            <summary>
            Error-bar type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.ErrorBarType">
            <summary>
            Error-bar value source.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TeeTop">
            <summary>
            True if the error bars are T-shaped (have a line on the top and bottom).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.Reserved">
            <summary>
            Reserved; must be 1. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.NumValue">
            <summary>
            IEEE number; specifies the fixed value, percentage,
            or number of standard deviations for the error bars.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.ValuesNumber">
            <summary>
            Number of values or cell references used for custom error bars.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TErrorBarValue">
            <summary>
            Error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TErrorBarValue.XDirectionPlus">
            <summary>
            Represents the XDirectionPlus error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TErrorBarValue.XDirectionMinus">
            <summary>
            Represents the XDirectionMinus error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TErrorBarValue.YDirectionPlus">
            <summary>
            Represents the YDirectionPlus error-bar type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxErrBarRecord.TErrorBarValue.YDirectionMinus">
            <summary>
            Represents the YDirectionMinus error-bar type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord">
            <summary>
            This record defines a series trend line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.DEF_NAN_BYTE_ARRAY">
            <summary>
            Represents default byte array for NaN value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.DEF_NAN_VALUE">
            <summary>
            Represents default NaN value;
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_RegType">
            <summary>
            Regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_Order">
            <summary>
            Polynomial order or moving average period.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_numIntercept">
            <summary>
            IEEE number; specifies forced intercept.
            (#NA if no intercept is specified)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_bEquation">
            <summary>
            True if the equation is displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_bRSquared">
            <summary>
            True if the R-squared value is displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_NumForecast">
            <summary>
            IEEE number; specifies number of periods to forecast forward.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.m_NumBackcast">
            <summary>
            IEEE number; specifies number of periods to forecast backward.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.UpdateType(Syncfusion.XlsIO.ExcelTrendLineType)">
            <summary>
            Updates trend line type on serialize.
            </summary>
            <param name="type">Represents trend line type.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.RegressionType">
            <summary>
            Regression type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.Order">
            <summary>
            Polynomial order or moving average period.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.NumIntercept">
            <summary>
            IEEE number; specifies forced intercept.
            (#NA if no intercept is specified)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.IsEquation">
            <summary>
            True if the equation is displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.IsRSquared">
            <summary>
            True if the R-squared value is displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.NumForecast">
            <summary>
            IEEE number; specifies number of periods to forecast forward.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.NumBackcast">
            <summary>
            IEEE number; specifies number of periods to forecast backward.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression">
            <summary>
            Regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression.Polynomial">
            <summary>
            Represents the Polynomial regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression.Exponential">
            <summary>
            Represents the Exponential regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression.Logarithmic">
            <summary>
            Represents the Logarithmic regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression.Power">
            <summary>
            Represents the Power regression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerAuxTrendRecord.TRegression.MovingAverage">
            <summary>
            Represents the MovingAverage regression type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord">
            <summary>
            This record specifies series formatting information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.m_usOptions">
            <summary>
            Flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.m_bSmoothedLine">
            <summary>
            True if the line series has a smoothed line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.m_b3DBubbles">
            <summary>
            True to draw bubbles with 3D effects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.m_bArShadow">
            <summary>
            True if this series has a shadow.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.Options">
            <summary>
            Flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.IsSmoothedLine">
            <summary>
            True if the line series has a smoothed line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.Is3DBubbles">
            <summary>
            True to draw bubbles with 3D effects.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.IsArShadow">
            <summary>
            True if this series has a shadow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerFmtRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord">
            <summary>
            This record is subordinate to the second CHARTFORMAT (overlay)
            record in a file and defines the series that are displayed as
            the overlay to the main chart. The first CHARTFORMAT (main chart)
            record in a file does not require a SERIESLIST record because all
            series, except those specified for the overlay, are included in
            the main chart.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.DEF_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.m_usCount">
            <summary>
            Count of series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.m_arrSeries">
            <summary>
            List of series numbers (words).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.Clone">
            <summary>
            Clones current record.
            </summary>
            <returns>Returns cloned record.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.SeriesCount">
            <summary>
            Count of series. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.Series">
            <summary>
            List of series numbers (words).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesListRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord">
            <summary>
            This record describes the series of the chart and contains the 
            type of data and number of data fields that make up the series. 
            Series can contain 4000 points in Microsoft Excel version 5.  The 
            sdtX and sdtY fields define the type of data that is contained in 
            this series. At present, the two types of data used in the Microsoft 
            Excel chart series are numeric and text (date and sequence 
            information is not used). The cValx and cValy fields contain the 
            number of cell records in the series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usStdX">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usStdY">
            <summary>
            Type of data in values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usCatCount">
            <summary>
            Count of categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usValCount">
            <summary>
            Count of values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usBubbleDataType">
            <summary>
            Type of data in Bubble size series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.m_usBubbleSeriesCount">
            <summary>
            Count of Bubble series values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.StdX">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.StdY">
            <summary>
            Type of data in values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.CategoriesCount">
            <summary>
            Count of categories.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.ValuesCount">
            <summary>
            Count of values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.BubbleDataType">
            <summary>
            Type of data in Bubble size series.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.BubbleSeriesCount">
            <summary>
            Count of Bubble series values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DataType">
            <summary>
            Type of data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DataType.Date">
            <summary>
            Represents the Date data format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DataType.Numeric">
            <summary>
            Represents the Numeric data format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DataType.Sequence">
            <summary>
            Represents the Sequence data format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesRecord.DataType.Text">
            <summary>
            Represents the Text data format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord">
            <summary>
            The value of the ID field determines the assignment of the text field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.DEF_RECORD_SIZE">
            <summary>
            Minimum size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.m_usTextId">
            <summary>
            Text identifier: 0 = series name or text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.m_strText">
            <summary>
            The series text string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.TextId">
            <summary>
            Text identifier: 0 = series name or text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.Text">
            <summary>
            The series text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSeriesTextRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord">
            <summary>
            This record indicates the series index for the series that
            the trend line or error bar is attached to. The series index
            is the number of the series in the BIFF (starting with series one).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.m_usSeries">
            <summary>
            Series index for the series that the trend line
            or error bar is attached to.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.Series">
            <summary>
            Series index for the series that the trend line
            or error bar is attached to.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSerParentRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord">
            <summary>
            This record is part of the series specifications and indicates
            the chart-group index for the series. The chart-group index
            specifies the number of the chart group (specified by a
            CHARTFORMAT record) in the BIFF, starting with chart group zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.m_usChartGroup">
            <summary>
            Chart-group index.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.ChartGroup">
            <summary>
            Chart-group index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSertocrtRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData">
            <summary>
            The Shadow record defines the Shadow properties and 
            the 3D features(bevel top and bevel bottom),Lignting and
            Material properties
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.WARMMATTE_CHARTS">
             <summary>
            Represents a warmMatte Charts
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_ShadowOuterPresets">
            <summary>
            NoShadow=0
            OffsetRight=1
            OffsetDiagonalBottomRight=2
            OffsetBottom=3
            OffsetDiagonalTopLeft=4
            OffsetCenter=5
            OffsetTop=6
            OffsetLeft=7
            OffsetDiagonalTopRight=8
            OffsetDiagonalBottomLeft=9  
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_ShadowInnerPresets">
             <summary>
             NoShadow=0
            InsideDiagonalBottomLeft=1
            InsideTop=2
            InsideRight=3
            InsideLeft=4
            InsideDiagonalTopRight=5
            InsideDiagonalBottomRight=6
            InsideCenter=7
            InsideBottom=8       
            InsideDiagonalTopLeft=9
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_ShadowPrespectivePresets">
             <summary>
            NoShadow=0,
            PrespectiveDiagonalUpperRight=1,
            PrespectiveDiagonalLowerRight=2,
            PrespectiveDiagonalUpperLeft=3,
            PrespectiveDiagonalLowerLeft=4,
            Below=5
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_BevelTop">
             <summary>
              NoAngle=0,
            Angle=1,
            ArtDeco=2,
            Circle=3,
            Convex=4,
            CoolSlant=5,
            Cross=6,
            Divot=7,
            HardEdge=8,
            RelaxedInset=9,
            Riblet=10,
            Slope=11,
            SoftRound=12
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_Material">
             <summary>
             NoEffect=0,
            Matte=1,
            WarmMatte=2,
            Plastic=3,
            Metal=4,
            DarkEdge=5,
            SoftEdge=6,
            Flat=7,
            WireFrame=8,
            Powder=9,
            TranslucentPowder=10,
            Clear=11
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_Lighting">
             <summary>
            ThreePoint=0,
            Balance=1,
            BrightRoom=2,
            Chilly=3,
            Contrasting=4,
            Flat=5,
            Flood=6,
            Freezing=7,
            Glow=8,
            Harsh=9,
            Morning=10,
            Soft=11,
            Sunrise=12,
            SunSet=13,
            TwoPoint=14
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.m_chartObject">
            <summary>
            Represents ChartImpl object
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.#ctor(Syncfusion.XlsIO.Implementation.ThreeDFormatImpl)">
            <summary>
            Creates the Shadow and sets parent
            properties to specified values
            </summary>
            <param name="parent">parent ThreeDFormatImpl for the Shadow</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.GetMaterial">
            <summary>
            Returns the chart material type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.ShadowOuterPresets">
            <summary>
            Gets or sets the shadow outer presets.
            </summary>
            <value>The shadow outer presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.ShadowInnerPresets">
            <summary>
            Gets or sets the shadow inner presets.
            </summary>
            <value>The shadow inner presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.ShadowPrespectivePresets">
            <summary>
            Gets or sets the shadow prespective presets.
            </summary>
            <value>The shadow prespective presets.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.Material">
            <summary>
            Gets or sets the material.
            </summary>
            <value>The material.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.Lighting">
            <summary>
            Gets or sets the lighting.
            </summary>
            <value>The lighting.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.BevelTop">
            <summary>
            Gets or sets the bevel top.
            </summary>
            <value>The bevel top.</value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ShadowData.BevelBottom">
            <summary>
            Gets or sets the bevel bottom.
            </summary>
            <value>The bevel bottom.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord">
            <summary>
            This record specifies chart sheet properties.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.DEF_MIN_RECORD_SIZE">
            <summary>
            Represents minimum record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_usFlags">
            <summary>
            Property flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_bManSerAlloc">
            <summary>
            True if chart type has been manually formatted (changed from the default).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_bPlotVisOnly">
            <summary>
            True to plot only visible cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_bNotSizeWith">
            <summary>
            True not to size chart with window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_bManPlotArea">
            <summary>
            False to use default plot area dimensions;
            True if POS record describes plot-area dimensions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_bAlwaysAutoPlotArea">
            <summary>
            True if user has modified chart enough that fManPlotArea should be set to 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_plotBlank">
            <summary>
            Empty cells plotted as:
            0 = not plotted
            1 = zero
            2 = interpolated
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.m_notUsed">
            <summary>
            This field is not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.Flags">
            <summary>
            Property flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.IsManSerAlloc">
            <summary>
            True if chart type has been manually formatted (changed from the default).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.IsPlotVisOnly">
            <summary>
            True to plot visible cells only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.IsNotSizeWith">
            <summary>
            True not to size chart with window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.IsManPlotArea">
            <summary>
            False to use default plot area dimensions;
            True if POS record describes plot-area dimensions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.IsAlwaysAutoPlotArea">
            <summary>
            True if user has modified chart enough that fManPlotArea should be set to 0.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.PlotBlank">
            <summary>
            Empty cells plotted as:
            0 = not plotted
            1 = zero
            2 = interpolated
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.Reserved">
            <summary>
            Reserved by Microsoft.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartShtpropsRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord">
            <summary>
            This record defines where a series appears in the list of series.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.m_usNumIndex">
            <summary>
            Index into series list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.NumIndex">
            <summary>
            Index into series list.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSiIndexRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord">
            <summary>
            This record defines a surface chart group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.m_bFillSurface">
            <summary>
            True if chart contains color fill for surface.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.m_b3DPhongShade">
            <summary>
            True if this surface chart has shading.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.IsFillSurface">
            <summary>
            True if chart contains color fill for surface.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.Is3DPhongShade">
            <summary>
            True if this surface chart has shading.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartSurfaceRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord">
            <summary>
            This record is used in conjunction with several child records
            (which further define the text displayed on the chart) to define
            the alignment, color, position, size, and so on of text fields
            that appear on the chart. The fields in this record have meaning
            according to the TEXT record's parent (CHART, LEGEND, or DEFAULTTEXT).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DEF_ROTATION_MASK">
            <summary>
            Mask for the rotation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DEF_FIRST_ROTATION_BIT">
            <summary>
            First bit of the rotation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DEF_DATA_LABEL_MASK">
            <summary>
            Mask for data label placement.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DEF_DATA_LABEL_FIRST_BIT">
            <summary>
            First bit of the data label placement value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_HorzAlign">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_VertAlign">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_usBkgMode">
            <summary>
            Display mode of the background.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_uiTextColor">
            <summary>
            Text color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_uiXPos">
            <summary>
            X-position of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_uiYPos">
            <summary>
            Y-position of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_uiXSize">
            <summary>
            X-size of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_uiYSize">
            <summary>
            Y-size of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_usColorIndex">
            <summary>
            Index to color value of text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_usOptions2">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bAutoColor">
            <summary>
            True for automatic color; False for user-selected color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowKey">
            <summary>
            If text is an attached data label: 
            True to draw legend key with data label;
            False for no legend key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowValue">
            <summary>
            True if text of label is the value of the data point;
            False if text is the category label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bVertical">
            <summary>
            True if text is not horizontal;
            False if text is horizontal.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bAutoText">
            <summary>
            True to use automatically generated text string;
            False to use user-created text string.
            Must be one for fShowValue to be meaningful.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bGenerated">
            <summary>
            True if default or unmodified;
            False if modified.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bDeleted">
            <summary>
            True if an automatic text label has been deleted by the user.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bAutoMode">
            <summary>
            True if background is set to automatic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowLabelPercent">
            <summary>
            True to show category label and value as a percentage.
            (pie charts only)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowPercent">
            <summary>
            True to show value as a percent.
            This bit applies only to pie charts.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowBubbleSizes">
            <summary>
            True to show bubble sizes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_bShowLabel">
            <summary>
            True to show label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.m_sRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.HorzAlign">
            <summary>
            Horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.VertAlign">
            <summary>
            Vertical alignment of the text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.BackgroundMode">
            <summary>
            Display mode of the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.TextColor">
            <summary>
            Text color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.XPos">
            <summary>
            X-position of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.YPos">
            <summary>
            Y-position of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.XSize">
            <summary>
            X-size of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.YSize">
            <summary>
            Y-size of the text in 1/4000 of chart area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.ColorIndex">
            <summary>
            Index to color value of text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.Options2">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsAutoColor">
            <summary>
            True if automatic color; False if user-selected color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowKey">
            <summary>
            If text is an attached data label: 
            True to draw legend key with data label;
            False if no legend key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowValue">
            <summary>
            True if text of label is the value of the data point;
            False if text is the category label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsVertical">
            <summary>
            True if text is not horizontal;
            False if text is horizontal.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsAutoText">
            <summary>
            True to use automatically generated text string;
            False to use user-created text string.
            Must be one for fShowValue to be meaningful.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsGenerated">
            <summary>
            True if default or unmodified;
            False if modified.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsDeleted">
            <summary>
            True if an automatic text label has been deleted by the user.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsAutoMode">
            <summary>
            True if background is set to automatic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowLabelPercent">
            <summary>
            True to show category label and value as a percentage
            (pie charts only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowPercent">
            <summary>
            True to show value as a percent.
            This bit applies only to pie charts.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowBubbleSizes">
            <summary>
            True to show bubble sizes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.IsShowLabel">
            <summary>
            True to show label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.Rotation">
            <summary>
            Rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.DataLabelPlacement">
            <summary>
            Data label placement.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.TextRotation">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.TextRotationOrNull">
            <summary>
            Text rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTextRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord">
            <summary>
            This record defines tick mark and tick label formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.DEF_ROTATION_MASK">
            <summary>
            Mask for the rotation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.DEF_FIRST_ROTATION_BIT">
            <summary>
            First bit of the rotation value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.DEF_MAX_ANGLE">
            <summary>
            Maximum possible angle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.ReservedFieldSize">
            <summary>
            Size of the first reserved field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_MajorMark">
            <summary>
            Type of major tick mark.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_MinorMark">
            <summary>
            Type of minor tick mark.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_labelPos">
            <summary>
            Tick label position relative to axis line.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_BackgroundMode">
            <summary>
            Background mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_uiTextColor">
            <summary>
            Tick-label text color; RGB value, high byte = 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_bAutoTextColor">
            <summary>
            Automatic text color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_usFlags">
            <summary>
            Display flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_bAutoTextBack">
            <summary>
            Automatic text background.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_bAutoRotation">
            <summary>
            Automatic rotation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_usTickColorIndex">
            <summary>
            Index to color of tick label.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_sRotationAngle">
            <summary>
            Text rotation angle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_bIsLeftToRight">
            <summary>
            Indicates if axis label is left to right.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.m_bIsRightToLeft">
            <summary>
            Indicates if axis label is right to left.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.MajorMark">
            <summary>
            Type of major tick mark.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.MinorMark">
            <summary>
            Type of minor tick mark.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.LabelPos">
            <summary>
            Tick label position relative to axis line.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.BackgroundMode">
            <summary>
            Background mode.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.TextColor">
            <summary>
            Tick-label text color; RGB value, high byte = 0.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.Flags">
            <summary>
            Display flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.TickColorIndex">
            <summary>
            Index to color of tick label.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.RotationAngle">
            <summary>
            Reserved; must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.IsAutoTextColor">
            <summary>
            Automatic text color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.IsAutoTextBack">
            <summary>
            Automatic text background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.IsAutoRotation">
            <summary>
            Automatic rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.IsLeftToRight">
            <summary>
            Indicates is axis label is left to right.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.IsRightToLeft">
            <summary>
            Indicates is axis label is right to left.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.Rotation">
            <summary>
            Rotation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartTickRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord">
            <summary>
            Microsoft Excel writes this record, but its value is always zero.
            Applications writing BIFF do not need to write this record.
            If the application writes this record, the wUnits field must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.m_usUnits">
            <summary>
            Always zero.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.Units">
            <summary>
            Always zero. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ChartUnitsRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord">
            <summary>
            This record defines the value axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.DEF_RECORD_SIZE">
            <summary>
            Record size constant.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_dNumMin">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_dNumMax">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_dNumMajor">
            <summary>
            Value of major increment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_dNumMinor">
            <summary>
            Value of minor increment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_dNumCross">
            <summary>
            Value where category axis crosses.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_usFormatFlags">
            <summary>
            Format flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bAutoMin">
            <summary>
            Automatic minimum selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bAutoMax">
            <summary>
            Automatic maximum selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bAutoMajor">
            <summary>
            Automatic major selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bAutoMinor">
            <summary>
            Automatic minor selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bAutoCross">
            <summary>
            Automatic category crossing point selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bLogScale">
            <summary>
            Logarithmic scale.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bReverse">
            <summary>
            Values in reverse order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.m_bMaxCross">
            <summary>
            Category axis to cross at maximum value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.NumMin">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.NumMax">
            <summary>
            Maximum value on axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.NumMajor">
            <summary>
            Value of major increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.NumMinor">
            <summary>
            Value of minor increment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.NumCross">
            <summary>
            Value where category axis crosses.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.FormatFlags">
            <summary>
            Format flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsAutoMin">
            <summary>
            Automatic minimum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsAutoMax">
            <summary>
            Automatic maximum selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsAutoMajor">
            <summary>
            Automatic major selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsAutoMinor">
            <summary>
            Automatic minor selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsAutoCross">
            <summary>
            Automatic category crossing point selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsLogScale">
            <summary>
            Logarithmic scale.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsReverse">
            <summary>
            Values in reverse order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.IsMaxCross">
            <summary>
            Category axis to cross at maximum value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartValueRangeRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord">
            <summary>
            This class wraps single record. Used in charts for DataLabels settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.DEF_RECORD_OFFSET">
            <summary>
            Offset to the wrapped record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.m_record">
            <summary>
            Wrapped record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartWrapperRecord.Record">
            <summary>
            Gets / sets wrapped record. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper">
            <summary>
            Represents wrapper for gel frame record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper">
            <summary>
            Represents interface, that implement mso option and fopte option wrapper classes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper.AddOptionSorted(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Replaces option with specified value.
            </summary>
            <param name="option">Option to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.IFopteOptionWrapper.RemoveOption(System.Int32)">
            <summary>
            Removes current option by id.
            </summary>
            <param name="index">Represents option id to remove.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.m_list">
            <summary>
            Represents option storage.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.#ctor">
            <summary>
            Creates new instance of object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.#ctor(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE})">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="list">Represents option storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.AddOptionSorted(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Replaces option with specified value.
            </summary>
            <param name="option">Option to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.RemoveOption(System.Int32)">
            <summary>
            Removes current option by id.
            </summary>
            <param name="index">Represents option id to remove.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.FopteOptionWrapper.OptionList">
            <summary>
            Returns option list. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord">
            <summary>
            Summary description for PrintedChartSizeRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.m_prnChartSize">
            <summary>
            Information on how chart should be printed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.PrintedChartSize">
            <summary>
            Information on how chart should be printed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.MinimumRecordSize">
            <summary>
            Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Charts.PrintedChartSizeRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Charts.TRotation">
            <summary>
            Rotation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.TRotation.LeftToRight">
            <summary>
            Represents the LeftToRight rotation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.TRotation.TopToBottom">
            <summary>
            Represents the TopToBottom rotation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.TRotation.CounterClockwise">
            <summary>
            Represents the CounterClockwise rotation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Charts.TRotation.Clockwise">
            <summary>
            Represents the Clockwise rotation type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils">
            <exclude/>
             <summary>
             Contains utility methods for object cloning.
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneIntArray(System.Int32[])">
            <summary>
            Clones int array.
            </summary>
            <param name="array">Array to clone</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneUshortArray(System.UInt16[])">
            <summary>
            Clones ushort array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneStringArray(System.String[])">
            <summary>
            Clones string array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneArray(System.Object[])">
            <summary>
            Clones object array.
            </summary>
            <param name="array">Array to clone.</param>
            <returns>Returns cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable``1(System.Collections.Generic.List{``0})">
            <summary>
            Clones object that implements ICloneable interface.
            </summary>
            <param name="toClone">Object to clone.</param>
            <returns>A clone of the object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable(System.ICloneable)">
            <summary>
            Clones object that implements ICloneable interface.
            </summary>
            <param name="toClone">Object to clone.</param>
            <returns>A clone of the object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Clones List with objects that implement ICloneable interface.
            </summary>
            <param name="toClone">List with objects to clone.</param>
            <returns>List with clone of the objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable(System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat})">
            <summary>
            Clones List with objects that implement ICloneable interface.
            </summary>
            <param name="toClone">List with objects to clone.</param>
            <returns>List with clone of the objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneSortedList(System.Collections.Generic.SortedList{System.Int32,System.Int32})">
            <summary>
            Clones SortedList with objects that implement ICloneable interface.
            </summary>
            <param name="toClone">SortedList with objects to clone.</param>
            <returns>SortedList with clone of the objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable``2(System.Collections.Generic.SortedList{``0,``1})">
            <summary>
            Clone SortedList.
            </summary>
            <param name="hash">SortedList to clone</param>
            <returns>Returns a copy of the SortedList.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable``1(System.Collections.Generic.IList{``0},System.Object)">
            <summary>
            Clones List with objects that implement ICloneable interface.
            </summary>
            <param name="toClone">List with objects to clone.</param>
            <param name="parent">Parent object for the new items.</param>
            <returns>List with clone of the objects.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneCloneable(Syncfusion.XlsIO.Interfaces.ICloneParent,System.Object)">
            <summary>
            Clones object that implements ICloneable interface.
            </summary>
            <param name="toClone">Object to clone.</param>
            <param name="parent">Parent object for the new object.</param>
            <returns>A clone of the object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneMsoBase(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Clones MsoBase record.
            </summary>
            <param name="toClone">Object to clone.</param>
            <param name="parent">Parent object.</param>
            <returns>A clone of the object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneByteArray(System.Byte[])">
            <summary>
            Clones byte array.
            </summary>
            <param name="arr">Array to clone.</param>
            <returns>Return cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.ClonePtgArray(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Clones formula tokens array.
            </summary>
            <param name="arrToClone">Array to clone.</param>
            <returns>Return cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneArray(Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord[])">
            <summary>
            Clones ColumnInfo array.
            </summary>
            <param name="arrToClone">Array to clone.</param>
            <returns>Return cloned array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneHash``2(System.Collections.Generic.Dictionary{``0,``1})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneHash(System.Collections.Generic.Dictionary{Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat,System.Int32})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneHash(System.Collections.Generic.Dictionary{System.Object,System.Int32})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneHash(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneHash``2(System.Collections.Generic.Dictionary{``0,``1},System.Object)">
            <summary>
            Clone Dictionary.
            </summary>
            <param name="hash">Dictionary to clone.</param>
            <param name="parent">Parent object for the new objects.</param>
            <returns>Returns a copy of the Dictionary.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneStream(System.IO.Stream)">
            <summary>
            Creates copy of the stream.
            </summary>
            <param name="stream">Stream to copy.</param>
            <returns>Created stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CloneUtils.CloneBoolArray(System.Boolean[])">
            <summary>
            Creates a copy of the array of boolean values.
            </summary>
            <param name="sourceArray">Array to clone.</param>
            <returns>Created object.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord">
            <summary>
            Summary description for CodeNameRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.m_strName">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CodeNameRecord.CodeName">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord">
            <summary>
            Stores the text encoding (code page) used to encode byte strings.
            In BIFF8, it always contains the Unicode code page 1200.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.m_usCodepage">
            <summary>
            Stores the text encoding (code page) used to encode byte strings.
            In BIFF8, it always contains the Unicode code page 1200.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.Codepage">
            <summary>
            Stores the text encoding (code page) used to encode byte strings.
            In BIFF8 it always contains the Unicode code page 1200.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CodepageRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord">
            <summary>
            Defines the formatting information for a range of columns including width,
            outline, and collapsed options.  
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.OutlevelBitMask">
            <summary>
            Bit mask for the outlevel value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.DEF_MAX_SIZE">
            <summary>
            Maximum and correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usFirstCol">
            <summary>
            Index of first column in the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usLastCol">
            <summary>
            Index of the last column in the range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usColWidth">
            <summary>
            Width of the columns in 1/256 of the width of zero character,
            using default font (first font record in the file).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usExtFormatIndex">
            <summary>
            Index of extended format record for default column formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usOptions">
            <summary>
            Options: Use bit fields instead of using this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_bHidden">
            <summary>
            Columns are hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_bCollapsed">
            <summary>
            Columns are collapsed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.CompareTo(System.Object)">
            <summary>
            Compares this record with another ColumnInfoRecord.
            </summary>
            <param name="obj">Object to compare with.</param>
            <returns>0 if specified record is equal to the current record; otherwise -1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.SetDefaultOptions">
            <summary>
            Sets options into default state without setting extended format index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.Reserved">
            <summary>
            Read-only. Reserved value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.FirstColumn">
            <summary>
            Index of first column in the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.LastColumn">
            <summary>
            Index of the last column in the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.ColumnWidth">
            <summary>
            Width of the columns in 1/256 of the width of the zero character,
            using default font (first font record in the file).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.ExtendedFormatIndex">
            <summary>
            Index of extended format record for default column formatting.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.IsHidden">
            <summary>
            Columns are hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.IsBestFit">
            <summary>
            Gets or sets a value indicating whether this instance is best fit.
            </summary>
            <value>
            	<c>true</c> if this instance is best fit; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.IsUserSet">
            <summary>
            Gets or sets a value indicating whether this instance is user set.
            </summary>
            <value>
            	<c>true</c> if this instance is user set; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.IsPhenotic">
            <summary>
            Gets or sets a value indicating if the phonetic information should be displayed by default for the affected column(s) of the worksheet.
            </summary>
            <value>
            	<c>true</c> if this instance is phenotic; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.OutlineLevel">
            <summary>
            Outline level of the columns (0 = no outline).
            This property changes bits of private m_usOptions field.
            Set method would raise ArgumentOutOfRange exception
            if value is more than 7.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.IsCollapsed">
            <summary>
            If 1, then columns are collapsed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ColumnInfoRecord.Syncfusion#XlsIO#Parser#Biff_Records#IOutline#Index">
            <summary>
            Row or column index.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord">
            <summary>
            Whenever the content of the record exceeds the given limits,
            the record must be split. Several Continue Records containing
            the additional data are added after the parent record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ILengthSetter">
            <summary>
            Summary description for ILengthSetter.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ILengthSetter.SetLength(System.Int32)">
            <summary>
            Sets length of the internal data.
            </summary>
            <param name="iLength">New length to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.SetLength(System.Int32)">
            <summary>
            
            </summary>
            <param name="len"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.SetData(System.Byte[])">
            <summary>
            Sets internal data array.
            </summary>
            <param name="arrData">Data array to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack its own properties into
            an internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord">
            <summary>
            This record stores two Windows country identifiers.
            The first represents the user interface language of the Excel version
            that saved this file, and second represents the system regional settings
            at the time the file was saved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.m_usDefault">
            <summary>
            Represents the user interface language of the Excel version
            that saved this file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.m_usCurrent">
            <summary>
            Represents the system regional settings
            at the time the file was saved.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read/Initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.DefaultCountry">
            <summary>
            Represents the user interface language of the Excel version
            that saved this file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.CurrentCountry">
            <summary>
            Represents the system regional settings
            at the time the file was saved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CountryRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord">
            <summary>
            This record stores the contents of an external cell or cell range.
            An external cell range has only one row. If a cell range spans over more than
            one row, several CRN records will be created.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.DEF_VALUES_OFFSET">
            <summary>
            Offset to the values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.DEF_ERROR_MESSAGE">
            <summary>
            Error message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.DefaultSize">
            <summary>
            Default subitem size (boolean, error and number).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.DEF_RESERVED_BYTES">
            <summary>
            Unused bytes for boolean and error cell values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.m_btLastCol">
            <summary>
            Index to last column inside of the referenced sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.m_btFirstCol">
            <summary>
            Index to first column inside of the referenced sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.m_usRow">
            <summary>
            Index to row inside of the referenced sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.m_arrValues">
            <summary>
            Array of cell values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Data provider that contains record's data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.GetValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@)">
            <summary>
            
            </summary>
            <param name="iOffset"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.SetValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Object)">
            <summary>
            
            </summary>
            <param name="iOffset"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.LastColumn">
            <summary>
            Index to last column inside of the referenced sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.FirstColumn">
            <summary>
            Index to first column inside of the referenced sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.Row">
            <summary>
            Index to row inside of the referenced sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.Values">
            <summary>
            Array of cell values.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CRNRecord.CellValueType">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord">
            <summary>
            Summary description for CustomPropertyRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.DEF_FIXED_SIZE">
            <summary>
            Size of fixed data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.DEF_MAX_NAME_LENGTH">
            <summary>
            Max length of name string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.DEF_HEADER">
            <summary>
            Unknown record header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.m_strName">
            <summary>
            Property name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.m_strValue">
            <summary>
            Property value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required data array.
            </summary>
            <returns>Size of the required data array.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.Name">
            <summary>
            Gets / sets property name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.CustomPropertyRecord.Value">
            <summary>
            Gets / sets property value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record">
            <summary>
            This record specifies the base date for displaying date values.
            All dates are stored as count of days past this base date.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.m_usWindow">
            <summary>
            Two bytes which used for storing boolean value:
            0 = Base date is 1899-Dec-31 (the cell value 1 represents 1900-Jan-01)
            1 = Base date is 1904-Jan-01 (the cell value 1 represents 1904-Jan-0)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.m_bIs1904Windowing">
            <summary>
            Use first bit of m_usWindow to store boolean flag:
            False = Base date is 1899-Dec-31 (the cell value 1 represents 1900-Jan-01)
            True = Base date is 1904-Jan-01 (the cell value 1 represents 1904-Jan-0)
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.Windowing">
            <summary>
            Two bytes which are used for storing boolean value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.Is1904Windowing">
            <summary>
            Boolean value specifying whether 1904 date windowing is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DateWindow1904Record.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord">
            <summary>
            Contains relative offsets to calculate the stream position of
            the first cell record for each row.
            This record is written once in a row block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.m_iRowOffset">
            <summary>
            Relative offset to first row record in the row block
            (difference between record position of this record and the row record;
            positive offset for an earlier stream position).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.m_arrCellOffset">
            <summary>
            Relative offset to first row record in the row block
            (difference between record position of this record and the row record;
            positive offset for an earlier stream position).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks the record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">If there is any internal error.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.RowOffset">
            <summary>
            Relative offset to first row record in the row block
            (difference between record position of this record and the row record;
            positive offset for an earlier stream position).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.CellOffsets">
            <summary>
            Relative offset to first row record in the row block
            (difference between record position of this record and the row record;
            positive offset for an earlier stream position).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DBCellRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord">
            <summary>
            This record stores a data consolidation reference. DConBin is identical to 
            DConName, except that DConBin is used when the data consolidation reference
             refers to a built-in name (as described by a Name record).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.m_strName">
            <summary>
            Named range of the source area for consolidation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.m_strWorkbookName">
            <summary>
            Workbook name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.arrdata">
            <summary>
            Used for preserving the Record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack its own properties into
            an internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.Name">
            <summary>
            Named range of the source area for consolidation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConBinRecord.WorkbookName">
            <summary>
            Workbook name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DConNameRecord">
            <summary>
            The DConName record contains the complete description of a named range of
            cells for the Consolidate command (Data menu).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConNameRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConNameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConNameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord">
            <summary>
            Summary description for DCON.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.m_sFuncIndex">
            <summary>
            Index to the data consolidation function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.m_sLeftColumn">
            <summary>
            1 indicates that the left column option is turned on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.m_sTopRow">
            <summary>
            1 indicates that the top row option is turned on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.m_sLinkSource">
            <summary>
            1 indicates that the create links to source data option is turned on.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.FuncIndex">
            <summary>
            Index to the data consolidation function.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.IsLeftColumn">
            <summary>
            True means that the left column option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.IsTopRow">
            <summary>
            True means that the top row option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.IsLinkSource">
            <summary>
            True means that the create links to source data option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DCONRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord">
            <summary>
            Summary description for DConRefRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.m_usFirstRow">
            <summary>
            First row of the source area for consolidation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.m_usLastRow">
            <summary>
            Last row of the source area for consolidation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.m_btFirstColumn">
            <summary>
            First column of the source area for consolidation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.m_btLastColumn">
            <summary>
            Last column of the source area for consolidation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.m_strWorkbookName">
            <summary>
            Workbook name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.FirstRow">
            <summary>
            First row of the source area for consolidation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.LastRow">
            <summary>
            Last row of the source area for consolidation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.FirstColumn">
            <summary>
            First column of the source area for consolidation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.LastColumn">
            <summary>
            Last column of the source area for consolidation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DConRefRecord.WorkbookName">
            <summary>
            Workbook name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord">
            <summary>
            Specifies the default width for columns that have no specific width set.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.m_usColWidth">
            <summary>
            Column width in characters, using the width of the zero character
            with default font (first font record in the file).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.Width">
            <summary>
            Column width in characters, using the width of the zero character
            with default font (first font record in the file).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultColWidthRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord">
            <summary>
            Row height for rows with undefined or inexplicitly defined heights.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.m_usOptionFlags">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.m_usRowHeigth">
            <summary>
             Default row height for undefined rows / rows with undefined height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.m_customHeight">
            <summary>
            Specifies whether the default settings for the row height have been changed..
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.OptionFlags">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.Height">
            <summary>
             Default row height for undefined rows / rows with undefined height.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DefaultRowHeightRecord.CustomHeight">
            <summary>
            Returns a boolean value which specifies whether the default settings for the row height have been changed.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord">
            <summary>
            Stores the maximum change of the result to the exit of an iteration.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.DEFAULT_VALUE">
            <summary>
            Default value of the maximum change in iteration.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.m_dbMaxChange">
            <summary>
            Maximum change in iteration (IEEE floating-point value).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.MaxChange">
            <summary>
            Maximum change in iteration (IEEE floating-point value).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DeltaRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord">
            <summary>
            Contains the range address of the used area in the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.m_iFirstRow">
            <summary>
            Index to first used row. Zero base.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.m_iLastRow">
            <summary>
            Index to last used row. One base.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.m_usFirstColumn">
            <summary>
            Index to first used column.  Zero base.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.m_usLastColumn">
            <summary>
            Index to last used column. One base.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.Reserved">
            <summary>
            Read-only. Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.FirstRow">
            <summary>
            Index to first used row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.LastRow">
            <summary>
            Index to last used row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.FirstColumn">
            <summary>
            Index to first used column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.LastColumn">
            <summary>
            Index to last used column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DimensionsRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord">
            <summary>
            Double Stream Flag Record indicating if this is a double stream file.
            Double Stream files contain both BIFF8 and BIFF7 workbooks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.m_usDSF">
            <summary>
            Indicates if this is a double stream file.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.IsDoubleStream">
            <summary>
            Indicates if this is a double stream file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DSFRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord">
            <summary>
            This record is the list header of the Data Validity Table in the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_bPromtBoxVisible">
            <summary>
            False if the prompt box is not visible.
            True if the prompt box is currently visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_bPromtBoxPosFixed">
            <summary>
            False if the prompt box has a fixed position.
            True if the prompt box appears at a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_bDataCached">
            <summary>
            True if cell validity data is cached in DV records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_iPromtBoxHPos">
            <summary>
            Horizontal position of the prompt box, if it has a fixed position, in pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_iPromtBoxVPos">
            <summary>
            Vertical position of the prompt box, if it has a fixed position, in pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_uiObjectId">
            <summary>
            Object identifier of the drop-down arrow object for a list box,
            If a list box is visible at the current cursor position; otherwise FFFFFFFFH.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.m_uiDVNumber">
            <summary>
            Number of DV records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.Equals(System.Object)">
            <summary>
            
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.GetHashCode">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.Options">
            <summary>
            Read-only. Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.IsPromtBoxVisible">
            <summary>
            False if prompt box is invisible.
            True if prompt box is currently visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.IsPromtBoxPosFixed">
            <summary>
            False if prompt box has fixed position.
            True if prompt box appears at cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.IsDataCached">
            <summary>
            True if cell validity data is cached in DV records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.PromtBoxHPos">
            <summary>
            Horizontal position of the prompt box, if it has a fixed position, in pixels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.PromtBoxVPos">
            <summary>
            Vertical position of the prompt box, if it has a fixed position, in pixels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.ObjectId">
            <summary>
            Object identifier of the drop-down arrow object for a list box,
            if a list box is visible at the current cursor position; otherwise FFFFFFFFH.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.DVNumber">
            <summary>
            Number of DV records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DValRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord">
            <summary>
            This record is part of the Data Validity Table. It stores data validity settings
            and a list of cell ranges which contain these settings. The "prompt box" appears
            while editing such a cell. The "error box" appears if the entered value does not
            fit the conditions. The data validity settings of a sheet are stored in a sequential
            list of DV records. This list is preluded by a DVAL record. If a string is empty
            and the default text should appear in the prompt box or error box, the string
            must contain a single zero character (string length will be 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.DataTypeBitMask">
            <summary>
            Bit mask for data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ErrorStyleBitMask">
            <summary>
            Bit mask for error style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ConditionBitMask">
            <summary>
            Bit mask for condition.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ErrorStyleStartBit">
            <summary>
            Start bit of the error style in options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ConditionStartBit">
            <summary>
            Start bit of the condition in options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.StringEmpty">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_uiOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_bStrListExplicit">
            <summary>
            True if in list type validity, the string list is explicitly given in the formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_bEmptyCell">
            <summary>
            True if empty cells are allowed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_bSuppressArrow">
            <summary>
            True to suppress the drop-down arrow in list type validity.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_bShowPromptBox">
            <summary>
            True to show prompt box if cell selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_bShowErrorBox">
            <summary>
            True to show error box if invalid values are entered.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_strPromtBoxTitle">
            <summary>
            Title of the prompt box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_strErrorBoxTitle">
            <summary>
            Title of the error box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_strPromtBoxText">
            <summary>
            Text of the prompt box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_strErrorBoxText">
            <summary>
            Text of the error box (Unicode string, 16-bit string length)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_usAddrListSize">
            <summary>
            Number of cell range addresses.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_arrAddrList">
            <summary>
            Cell range address list with all affected ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_arrFirstFormulaTokens">
            <summary>
            Tokens of the first formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.m_arrSecondFormulaTokens">
            <summary>
            Tokens of the second formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            When last byte of read data is not the last byte of data after parsing.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.Add(Syncfusion.XlsIO.Parser.Biff_Records.TAddr)">
            <summary>
            Adds new range to the list of validation ranges.
            </summary>
            <param name="addrToAdd">Range to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.AddRange(Syncfusion.XlsIO.Parser.Biff_Records.TAddr[])">
            <summary>
            Adds new ranges to the list of validation ranges.
            </summary>
            <param name="addrToAdd">Array of ranges to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.AddRange(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.TAddr})">
            <summary>
            Adds new ranges to the list of validation ranges.
            </summary>
            <param name="addrToAdd">Collection of ranges to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ClearAddressList">
            <summary>
            Clears the Address.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.GetFormulaSize(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],Syncfusion.XlsIO.ExcelVersion,System.Boolean)">
            <summary>
            Evaluates size of the formula in bytes.
            </summary>
            <param name="arrTokens">Tokens to get size from.</param>
            <param name="version">Excel version that should be used to infill data.</param>
            <param name="addAdditionalDataSize">Indicates whether we should add size of the additional data.</param>
            <returns>Formula size in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.CreateNotEmptyString(System.String)">
            <summary>
            Returns StringEmpty if income string is empty or null.
            </summary>
            <param name="strToModify">String to modify.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.CreateEmptyString(System.String)">
            <summary>
            Returns empty string is income string is StringEmpty.
            </summary>
            <param name="strToModify">String to modify.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.Clone">
            <summary>
            Clone current record.
            </summary>
            <returns>Returns clone of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.Equals(System.Object)">
            <summary>
            
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.GetHashCode">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.IsStrListExplicit">
            <summary>
            True if in list type validity, the string list is explicitly given in the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.IsEmptyCell">
            <summary>
            True if empty cells are allowed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.IsSuppressArrow">
            <summary>
            True to suppress the drop-down arrow in list type validity.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.IsShowPromptBox">
            <summary>
            True to show prompt box if cell is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.IsShowErrorBox">
            <summary>
            True to show error box if invalid values are entered.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.DataType">
            <summary>
            Data type:
            Changes bits of m_uiOptions private member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ErrorStyle">
            <summary>
            Error style:
            Changes bits of m_uiOptions private member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.Condition">
            <summary>
            Condition operator:
            Changes bits of m_uiOptions private member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.PromtBoxTitle">
            <summary>
            Title of the prompt box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ErrorBoxTitle">
            <summary>
            Title of the error box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.PromtBoxText">
            <summary>
            Text of the prompt box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.ErrorBoxText">
            <summary>
            Text of the error box (Unicode string, 16-bit string length).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.FirstFormulaTokens">
            <summary>
            Formula data for the first condition (RPN token array without size field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.SecondFormulaTokens">
            <summary>
            Formula data for the second condition (RPN token array without size field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.AddrListSize">
            <summary>
            Read-only. Number of cell range addresses.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.AddrList">
            <summary>
            Cell range address list with all the affected ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.DVRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord">
            <summary>
            The end record defines the end of a block of records for a (Graphing)
            data object. This record is matched with a corresponding BeginRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.EndRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord">
            <summary>
            It indicates the end of a record block with leading BOF record.
            This could be the end of the workbook globals, a worksheet, a chart, etc.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.EOFRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord">
            <summary>
            One of the most complex records. There are two types:
            Style and Cell. It should be noted that fields in the extended format record are
            somewhat arbitrary.  Almost all of the fields are bit-level, but
            we name them as best as possible by functional group.  In some
            places, this is more conducive than others.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_INDENT_MASK">
            <summary>
            Indent bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_READ_ORDER_MASK">
            <summary>
            Read order bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_READ_ORDER_START_BIT">
            <summary>
            Start bit for read order value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_PARENT_INDEX_MASK">
            <summary>
            Parent index bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_ROTATION_MASK">
            <summary>
            Rotation bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_TOP_BORDER_PALLETE_MASK">
            <summary>
            Top border palette bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BOTTOM_BORDER_PALLETE_MASK">
            <summary>
            Bottom border palette bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_DIAGONAL_MASK">
            <summary>
            Diagonal bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_DIAGONAL_LINE_MASK">
            <summary>
            Diagonal line bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_FILL_PATTERN_MASK">
            <summary>
            Fill pattern bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BORDER_LEFT_MASK">
            <summary>
            Left border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BORDER_RIGTH_MASK">
            <summary>
            Right border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BORDER_TOP_MASK">
            <summary>
            Top border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BORDER_BOTTOM_MASK">
            <summary>
            Bottom border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_HOR_ALIGNMENT_MASK">
            <summary>
            Horizontal alignment bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_VER_ALIGNMENT_MASK">
            <summary>
            Vertical alignment bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_BACKGROUND_MASK">
            <summary>
            Background bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_FOREGROUND_MASK">
            <summary>
            Foreground border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_LEFT_BORDER_PALLETE_MASK">
            <summary>
            Left border palette bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_RIGHT_BORDER_PALLETE_MASK">
            <summary>
            Right border palette bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_RIGHT_BORDER_START_MASK">
            <summary>
            Start bit for the right border bit mask:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_FILL_FOREGROUND_MASK">
            <summary>
            Mask for FillForeground property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_DEFAULT_COLOR_INDEX">
            <summary>
            Default color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_DEFAULT_PATTERN_COLOR_INDEX">
            <summary>
            Default pattern color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DEF_XF_MAX_INDEX">
            <summary>
            Maximum possible index in the extended format, means that there is no parent.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.HALIGN_JUSTIFY">
            <summary>
            Default value for HAlignJustify
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.VALIGN_JUSTIFY">
            <summary>
            Default value for VAlignJustify
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usFontIndex">
            <summary>
            Index to font record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usFormatIndex">
            <summary>
            Index to FORMAT record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usCellOptions">
            <summary>
            Cell options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bLocked">
            <summary>
            True if cell is locked.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bHidden">
            <summary>
            True if formula is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_xfType">
            <summary>
            Type of extended format record, False = Cell XF; True = Style XF.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_b123Prefix">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usAlignmentOptions">
            <summary>
            Alignment options of the extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bWrapText">
            <summary>
            True indicates that text is wrapped at right border.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bJustifyLast">
            <summary>
            For far east languages. Supported only for format, always 0 for US.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usIndentOptions">
            <summary>
            Indent options of the extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bShrinkToFit">
            <summary>
            True indicates shrinking content to fit into cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bMergeCells">
            <summary>
            True indicates that XF contains merged cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentFormat">
            <summary>
            Flag for number format, if False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentFont">
            <summary>
            Flag for font, if False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentAlignment">
            <summary>
            Flag for horizontal and vertical alignment, text wrap, indentation,
            orientation, rotation, and text direction. If False, then an attribute
            of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentBorder">
            <summary>
            Flag for border lines.
            If False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentPattern">
            <summary>
            Flag for background area style.
            If False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bIndentNotParentCellOptions">
            <summary>
            Flag for cell protection (cell locked and formula hidden).
            If False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_btIndent">
            <summary>
            Indent value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.isWrappedFirst">
            <summary>
            Indicates whether the range is wrapped first
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.isRotatedFirst">
            <summary>
            Indicates whether the range is rotated first
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usBorderOptions">
            <summary>
            Border options:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usPaletteOptions">
            <summary>
            Palette options:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bDiagnalFromTopLeft">
            <summary>
            True if diagonal line runs from top left to right bottom.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bDiagnalFromBottomLeft">
            <summary>
            True if diagonal line runs from bottom left to right top.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_uiAddPaletteOptions">
            <summary>
            Additional palette options:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usFillPaletteOptions">
            <summary>
            Fill options:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_bHashValid">
            <summary>
            Indicates whether hash is valid.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_iHash">
            <summary>
            Current hash value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usParentXFIndex">
            <summary>
            Index to the parent extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_usFillPattern">
            <summary>
            Extended format fill pattern type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_fillIndex">
            <summary>
            Index of Fill.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.m_borderIndex">
            <summary>
            Index of Border.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for the record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CompareTo(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Compares with Extended format record.
            </summary>
            <param name="twin">Param to compare.</param>
            <returns>Returns compare results.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use
            in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.SwapColors">
            <summary>
            Swaps colors if necessary.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyBorders(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Copies border settings from another extended format record.
            </summary>
            <param name="source">Source record to copy data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyAlignment(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Copies alignment settings from another extended format record.
            </summary>
            <param name="source">Source record to copy data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyPatterns(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Copies pattern settings from another extended format record.
            </summary>
            <param name="source">Source record to copy data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyProtection(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Copies protection / cells settings from another extended format record.
            </summary>
            <param name="source">Source record to copy data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord)">
            <summary>
            Copies data from the current ExtendedFormat record to the specified
            ExtendedFormat record.
            </summary>
            <param name="twin">ExtendedFormat record that will receive data from
            the current record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Copies data from the current Biff record to the specified Biff record.
            </summary>
            <param name="raw">Biff record that will receive data from the current record.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.CellOptions">
            <summary>
            Cell options bits in one location. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderOptions">
            <summary>
            Border options bits in one location. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.AlignmentOptions">
            <summary>
            Alignment options bits in one location. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.FontIndex">
            <summary>
            Index to font record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.FillIndex">
            <summary>
            Represent the fill index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderIndex">
            <summary>
            Represent the Border Index
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.FormatIndex">
            <summary>
            Index to FORMAT record:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsLocked">
            <summary>
            True if cell is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsHidden">
            <summary>
            True if formula is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.XFType">
            <summary>
            Type of extended format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord._123Prefix">
             <summary>
            
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.ParentIndex">
            <summary>
            Gets /sets index to parent style XF (always FFFH in style XFs in Excel 97).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.WrapText">
            <summary>
            True means that text is wrapped at right border.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.JustifyLast">
            <summary>
            For far east languages supported only for format, always use False for US.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.Indent">
            <summary>
            Gets or sets indent level.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.ShrinkToFit">
            <summary>
            True means to shrink content to fit into cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.MergeCells">
            <summary>
            True if extended format contains merged cells.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.ReadingOrder">
            <summary>
            Text direction, the reading order for far east versions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.Rotation">
            <summary>
            Text rotation angle:
            0- Not rotated
            1-90- 1 to 90 degrees counterclockwise
            91-180- 1 to 90 degrees clockwise
            255- Letters are stacked top-to-bottom, but not rotated.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0xFF.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentFormat">
            <summary>
            Flag for number format, if False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentFont">
            <summary>
            Flag for font, if False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentAlignment">
            <summary>
            Flag for horizontal and vertical alignment, text wrap, indentation,
            orientation, rotation, and text direction. If False, then an attribute
            of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentBorder">
            <summary>
            Flag for border lines.
            If False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentPattern">
            <summary>
            Flag for background area style.
            If False, then an attribute of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.IsNotParentCellOptions">
            <summary>
            Flag for cell protection (cell locked and formula hidden).
            If False, then attributes of the parent style is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.TopBorderPaletteIndex">
            <summary>
            Color index for top line color.
            This property changes bits of the m_uiAddPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BottomBorderPaletteIndex">
            <summary>
            Color index for bottom line color.
            This property changes bits of the m_uiAddPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.LeftBorderPaletteIndex">
            <summary>
            Color index for left line color
            This property changes bits of the m_usPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.RightBorderPaletteIndex">
            <summary>
            Color index for right line color.
            This property changes bits of the m_usPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DiagonalLineColor">
            <summary>
            Color index for diagonal line color.
            This property changes bits of the m_uiAddPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DiagonalLineStyle">
            <summary>
            Diagonal line style.
            This property changes bits of the m_uiAddPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x0F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DiagonalFromTopLeft">
            <summary>
            Diagonal line is drawing from top left to bottom right corner of cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.DiagonalFromBottomLeft">
            <summary>
            Diagonal line is drawing from bottom left to top right corner of cell.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.AdtlFillPattern">
            <summary>
            Fill pattern:
            This property changes bits of the m_uiAddPaletteOptions class member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x3F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderLeft">
            <summary>
            Left line style:
            This property changes bits of the m_usBorderOptions class member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderRight">
            <summary>
            Right line style:
            This property changes bits of the m_usBorderOptions class member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderTop">
            <summary>
            Top line style:
            This property changes bits of the m_usBorderOptions class member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.BorderBottom">
            <summary>
            Bottom line style:
            This property changes bits of the m_usBorderOptions class member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.HAlignmentType">
            <summary>
            Horizontal alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.VAlignmentType">
            <summary>
            Vertical alignment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.FillBackground">
            <summary>
            Color index for pattern color
            This property changes bits of m_usFillPaletteOptions.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.FillForeground">
            <summary>
            Color index for pattern background.
            This property changes bits of m_usFillPaletteOptions.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            Thrown when value is more than 0x7F.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.TXFType">
            <summary>
            Type of extended format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.TXFType.XF_CELL">
            <summary>
            Represents the XF_CELL extended format type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtendedFormatRecord.TXFType.XF_STYLE">
            <summary>
            Represents the XF_STYLE extended format type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord">
            <summary>
            This record contains the number of additional EXTERNSHEET records.
            In BIFF8, this is omitted because there is only one EXTERNSHEET record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.m_usExternSheetNumber">
            <summary>
            Number of additional EXTERNSHEET records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.ExternSheetNumber">
            <summary>
            Number of additional EXTERNSHEET records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternCountRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_usSheetId">
            <summary>
            One-based index to sheet in preceding SUPBOOK record, 0
            for global defined names (for external names), or
            Not used (for add-in functions).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_usWord2">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_strName">
            <summary>
            External name (Unicode string, 8-bit string length) or
            Add-in function name (Unicode string, 8-bit string length).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_usFormulaSize">
            <summary>
            Size of the formula data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.m_arrFormulaData">
            <summary>
            Formula data or
            02H 00H 1CH 17H (formula representing the #REF! error code).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.InfillDDELink">
            <summary>
            Infills internal data in the case of DDE link extern name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.Options">
            <summary>
            Read-only. Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.SheetId">
            <summary>
            Read-only. One-based index to sheet in preceding SUPBOOK
            record, 0 for global defined names (for external names), or
            Not used (for add-in functions).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.Word2">
            <summary>
            Read-only. Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.FormulaData">
            <summary>
            Read-only. Formula data or
            02H 00H 1CH 17H (formula representing the #REF! error code).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.Name">
            <summary>
            External name (Unicode string, 8-bit string length) or
            Add-in function name (Unicode string, 8-bit string length).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.FormulaSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.NeedDataArray">
            <summary>
            Indicates whether data array is needed to store record data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.BuiltIn">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.WantAdvise">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.WantPicture">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.Ole">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.OleLink">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExternNameRecord.OptionFlags">
            <summary>
            Possible options flags.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord">
            <summary>
            The record stores a list with indexes to SUPBOOK records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.MaximumRefsCount">
            <summary>
            Maximum references in one record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.m_usRefCount">
            <summary>
            Number of following REF structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.m_arrRef">
            <summary>
            List of REF structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.m_cXTI">
            <summary>
            Represents the number of elements in rgXTI array
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.#ctor(System.Int32)">
            <summary>
            Reserves for record's internal data array iReserve bytes.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.AddReference(System.Int32,System.Int32,System.Int32)">
            <summary>
            This method adds one TREF structure to the list.
            </summary>
            <param name="supIndex">SUPBOOK index.</param>
            <param name="firstSheet">Index to first SUPBOOK sheet.</param>
            <param name="lastSheet">Index to last SUPBOOK sheet.</param>
            <returns>
            Index of the old REF structure (if there was one)
            or new REF structure.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.GetBookReference(System.Int32)">
            <summary>
            
            </summary>
            <param name="iBookIndex"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.RefCount">
            <summary>
            Number of following REF structures.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.Refs">
            <summary>
            List of REF structures.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.RefList">
            <summary>
            Gets list of references.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF">
            <summary>
            Stores index to SUPBOOK record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.DEF_TREF_SIZE">
            <summary>
            Size of the TREF.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.m_usSupBookIndex">
            <summary>
            Index to SUPBOOK record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.m_usFirstSheet">
            <summary>
            Index to first SUPBOOK sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.m_usLastSheet">
            <summary>
            Index to last SUPBOOK sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Constructs reference by SUPBOOK index and its start and end sheet.
            </summary>
            <param name="supIndex">SUPBOOK index.</param>
            <param name="firstSheet">Index to first SUPBOOK sheet.</param>
            <param name="lastSheet">Index to last SUPBOOK sheet.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.SupBookIndex">
            <summary>
            Index to SUPBOOK record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.FirstSheet">
            <summary>
            Index to first SUPBOOK sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExternSheetRecord.TREF.LastSheet">
            <summary>
            Index to last SUPBOOK sheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord">
            <summary>
            Extended SST table info subrecord
            contains the elements of "info" in the SST's array field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.m_iStreamPos">
            <summary>
            Absolute stream position of first string of the portion.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.m_usBucketSSTOffset">
            <summary>
            Position of first string of the portion inside the current record,
            including record header. This counter restarts at zero, if the SST
            record is continued with a CONTINUE record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.StreamPosition">
            <summary>
            Absolute stream position of first string of the portion.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.BucketSSTOffset">
            <summary>
            Position of first string of the portion inside of current record,
            including record header. This counter restarts at zero, if the SST
            record is continued with a CONTINUE record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.Reserved">
            <summary>
            Read-only. Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTInfoSubRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord">
            <exclude/>
             <summary>
             It is used by Excel to create a hash table with stream
             offsets to the SST record to optimize string search operations. Excel
             may not shorten this record if strings are deleted from the shared
             string table, so the last part might contain invalid data. The stream
             indexes in this record divide the SST into portions containing a
             constant number of strings.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.m_usStringPerBucket">
            <summary>
            Number of strings in a portion, this number is >=8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.m_arrSSTInfo">
            <summary>
            Array that contains all portions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.m_bIsEnd">
            <summary>
            Indicates and of workbook in some cases.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.m_sst">
            <summary>
            Reference to the SST record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            
            </summary>
            <param name="writer"></param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.UpdateStringOffsets">
            <summary>
            Method updates fields of record which must contain stream offset
            or other data. This method must be called before save operation
            when all records placed in array in its positions and offsets can
            be freely calculated.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.StringPerBucket">
            <summary>
            Number of strings in a portion, this number is >=8.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.SSTInfo">
            <summary>
            Array that contains all portions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.IsEnd">
            <summary>
            Indicates and of workbook in some cases. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ExtSSTRecord.SST">
            <summary>
            Gets / sets reference to the SST record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord">
            <summary>
            This record is part of the file protection. It contains information about
            the read/write password of the file. All record contents following this
            record will be encrypted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.DEF_STANDARD_HASH">
            <summary>
            Value of hash field indicating that standard encryption algorithm was used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.DEF_STRONG_HASH">
            <summary>
            Value of hash field indicating that strong encryption algorithm was used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.m_usNotWeakEncryption">
            <summary>
            Indicates whether weak (xor) or not weak encryption was used. 
            0 - BIFF2-BIFF7 weak XOR encryption,
            1 - BIFF8 standard encryption or BIFF8X strong encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.m_usKey">
            <summary>
            Encryption key calculated from the read/write password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.m_usHash">
            <summary>
            Hash value calculated from the read/write password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.m_standardBlock">
            <summary>
            Record content for BIFF8 standard encryption.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.m_strongBlock">
            <summary>
            Record content for BIFF8X strong encryption.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.CreateStandardBlock">
            <summary>
            Creates internal standard encryption block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.IsWeakEncryption">
            <summary>
            Indicates whether weak encryption is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.Key">
            <summary>
            Encryption key calculated from the read/write password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.Hash">
            <summary>
            Hash value calculated from the read/write password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.StandardBlock">
            <summary>
            Returns content for BIFF8 standard encryption. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassRecord.NeedDecoding">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock">
            <summary>
            Summary description for FilePassStandardBlock.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.StoreSize">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.m_arrDocumentID">
            <summary>
            Unique document identifier used to initialize the encryption algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.m_arrEncyptedDocumentID">
            <summary>
            Encrypted document identifier used to verify the entered password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.m_arrDigest">
            <summary>
            Digest used to verify the entered password.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="iLength">Buffer length.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.DocumentID">
            <summary>
            Unique document identifier used to initialize the encryption algorithm. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.EncyptedDocumentID">
            <summary>
            Encrypted document identifier used to verify the entered password. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStandardBlock.Digest">
            <summary>
            Digest used to verify the entered password. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock">
            <summary>
            Summary description for FilePassStrongBlock.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiReserved">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiStreamEncryption">
            <summary>
            Stream encryption algorithm identifier.
            00006801H = RC4 (Ron's Code 4)
            00006802H = SEAL (Secure Encryption Algorithm)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiPassword">
            <summary>
            Password hashing algorithm identifier:
            00008001H = MD2 (Message Digest 2)
            00008002H = MD4 (Message Digest 4)
            00008003H = MD5 (Message Digest 5)
            00008004H = SHA-1 (Secure Hash Algorithm)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiHashKeyLength">
            <summary>
            Hash key length (bits).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_uiCryptographicProvider">
            <summary>
            Cryptographic provider type:
            00000001H = RSA
            0000000CH = RSA SChannel
            0000000DH = DSS and Diffie-Hellman
            00000012H = DH SChannel
            00000018H = RSA and AES
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_arrUnknown">
            <summary>
            Unknown or not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_strProviderName">
            <summary>
            Cryptographic provider name, Unicode character array with trailing null character.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_arrDocumentId">
            <summary>
            Unique document identifier used to initialize the encryption algorithm.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_arrEncryptedDocumentId">
            <summary>
            Encrypted document identifier used to verify the entered password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.m_arrDigest">
            <summary>
            Digest used to verify the entered password.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.Reserved">
            <summary>
            Unknown value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.StreamEncryption">
            <summary>
            Stream encryption algorithm identifier.
            00006801H = RC4 (Ron's Code 4)
            00006802H = SEAL (Secure Encryption Algorithm)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.Password">
            <summary>
            Password hashing algorithm identifier:
            00008001H = MD2 (Message Digest 2)
            00008002H = MD4 (Message Digest 4)
            00008003H = MD5 (Message Digest 5)
            00008004H = SHA-1 (Secure Hash Algorithm)
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.HashKeyLength">
            <summary>
            Hash key length (bits).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.CryptographicProvider">
            <summary>
            Cryptographic provider type:
            00000001H = RSA
            0000000CH = RSA SChannel
            0000000DH = DSS and Diffie-Hellman
            00000012H = DH SChannel
            00000018H = RSA and AES
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.UnknownData">
            <summary>
            Unknown or not used. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.ProviderName">
            <summary>
            Cryptographic provider name, Unicode character array with trailing null character.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilePassStrongBlock.Digest">
            <summary>
            Returns digest used to verify the entered password. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord">
            <summary>
            The record represents an empty cell.
            It contains the cell address and formatting information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.m_usRecommendReadOnly">
            <summary>
            1 = Recommend Read-only state while loading the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.m_usHashPassword">
            <summary>
            Hash value calculated from the Read-only password.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.m_strCreatorName">
            <summary>
            User name of the file creator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.RecommendReadOnly">
            <summary>
            1 = Recommend Read-only state while loading the file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.HashPassword">
            <summary>
            Hash value calculated from the Read-only password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.CreatorName">
            <summary>
            Index to XF (extended format) record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FileSharingRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord">
            <summary>
            If the sheet contains a filtered list, the file will contain FilterModeRecord.
            This record has no record data field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FilterModeRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord">
            <summary>
            Function Group Count Record
            Number of built in function groups in the current version of the
            spreadsheet (probably only used in Windows).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.m_usCount">
            <summary>
            Number of built in function groups in the current version of the spreadsheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.Count">
            <summary>
            Number of built in function groups in the current version of the spreadsheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FnGroupCountRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord">
            <summary>
            Font Record describes a font in the workbook (index = 0-3,5-infinity - skip 4)
            An element in the Font Table contains information about a used font,
            including character formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.DEF_INCORRECT_HASH">
            <summary>
            Incorrect hash value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.DEF_STRING_TYPE_OFFSET">
            <summary>
            Offset to the byte that indicates whether string is unicode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.DefaultFontColor">
            <summary>
            Default font color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_usFontHeight">
            <summary>
            Height of the font (in twips = 1/20 of a point).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_attributes">
            <summary>
            Font attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_usPaletteColorIndex">
            <summary>
            Palette color index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_usBoldWeight">
            <summary>
            Boldness (100-1000). Standard values are 0190H (400) for normal text
            and 02BCH (700) for bold text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_SuperSubscript">
            <summary>
            Escapement:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_Underline">
            <summary>
            Underline type:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_Family">
            <summary>
            Font family:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_Charset">
            <summary>
            Character set:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_Reserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_strFontName">
            <summary>
            Font name: Unicode string, 8-bit string length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_iHashCode">
            <summary>
            Cached hash code value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.m_baseLine">
            <summary>
            Represents the baseline value which indicates whether superscript or subscript
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Equals(System.Object)">
            <summary>
            Determines whether the specified object is equal to the current object.
            </summary>
            <param name="obj">The object to compare with the current object.</param>
            <returns>
            True if the specified object is equal to the current object;
            otherwise False.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for
            use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            
            </summary>
            <param name="raw"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.CompareTo(Syncfusion.XlsIO.Parser.Biff_Records.FontRecord)">
            <summary>
            
            </summary>
            <param name="record"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Attributes">
            <summary>
            Read-only. Font attributes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontHeight">
            <summary>
            Height of the font (in twips = 1/20 of a point).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.PaletteColorIndex">
            <summary>
            Palette color index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.BoldWeight">
            <summary>
            Boldness (100-1000). Standard values are 0190H (400) for normal text
            and 02BCH (700) for bold text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.SuperSubscript">
            <summary>
            Escapement:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Baseline">
            <summary>
            Gets or sets the baseline value which indicates whether superscript or subscript
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Underline">
            <summary>
            Underline type:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Family">
            <summary>
            Font family:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Charset">
            <summary>
            Character set:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontName">
            <summary>
            Font name: Unicode string, 8-bit string length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.IsItalic">
            <summary>
            True if characters are italic.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.IsStrikeout">
            <summary>
            True if characters are strikeout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.IsMacOutline">
            <summary>
            Whether to use the Mac outline font style (Mac only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.IsMacShadow">
            <summary>
            Whether to use the Mac shadow font style thing (Mac only).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.Reserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes">
            <summary>
            Font attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes.Italic">
            <summary>
            Indicates whether this font is in italics.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes.Strikeout">
            <summary>
            Indicates whether characters are strikeout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes.MacOutline">
            <summary>
            Whether to use the Mac outline font style (Mac only).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes.MacShadow">
            <summary>
            Whether to use the Mac shadow font style (Mac only).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FontRecord.FontAttributes.AllKnown">
            <summary>
            All known flags.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord">
            <summary>
            Record contains information about a number format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.m_usIndex">
            <summary>
            Format index used in other records:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.m_usFormatStringLen">
            <summary>
            Length of format string:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.m_strFormatString">
            <summary>
            Format string:
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.Index">
            <summary>
            Format index used in other records:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.FormatString">
            <summary>
            Length of format string:
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormatRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord">
            <summary>
            Contains the token array and the result of a formula cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IDoubleValue">
            <summary>
            This interface supports DoubleValue property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IDoubleValue.DoubleValue">
            <summary>
            Returns double value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IDoubleValue.TypeCode">
            <summary>
            Returns type code. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_FIRST_MASK">
            <summary>
            Represents first mask
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_BOOL_MASK">
            <summary>
            Represents boolean mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_ERROR_MASK">
            <summary>
            Represents error mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_BLANK_MASK">
            <summary>
            Represents error mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_STRING_MASK">
            <summary>
            String mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_STRING_MASK_VALUE">
            <summary>
            String mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_STRING_VALUE_ULONG">
            <summary>
            Formula value in the case of string value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_BLANK_VALUE_ULONG">
            <summary>
            Formula value in the case of blank value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.FormulaValueOffset">
            <summary>
            Offset to the formula value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DataSizeBeforeExpression">
            <summary>
            Size of the data before expression that belongs only to formula (without row, column, xf indexes).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_STRING_VALUE_LONG">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_BLANK_VALUE_LONG">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DEF_STRING_VALUE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_dbValue">
            <summary>
            The calculated value of the formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_usOptions">
            <summary>
            The option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_bRecalculateAlways">
            <summary>
            True to always recalculate.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_bCalculateOnOpen">
            <summary>
            True to calculate on open.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_bPartOfSharedFormula">
            <summary>
            True if part of a shared formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_iReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_usExpressionLen">
            <summary>
            Size of the following formula data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_expression">
            <summary>
            Formula data (RPN token array).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_arrParsedExpression">
            <summary>
            Array that contains all parsed tokens.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.m_bFillFromExpression">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ParseFormula(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parses formula expression and fill and provides internal integrity data check.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Record's data offset.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.PrepareExpression(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Prepares expression field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.SetBoolErrorValue(System.Byte,System.Boolean)">
            <summary>
            Sets bool or error value.
            </summary>
            <param name="value">Represents bool or error byte value.</param>
            <param name="bIsError">Indicates if this is error.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.GetBoolErrorValue(System.Byte,System.Boolean)">
            <summary>
            Converts error or bool value to formula double value.
            </summary>
            <param name="value">Represents error or bool value.</param>
            <param name="bIsError">Indicates is error or bool.</param>
            <returns>Returns formula value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.SetStringValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Sets flags so MS Excel understands that formula returns string.
            </summary>
            <param name="dataProvider">Object that provides access to the data.</param>
            <param name="iFormulaOffset">Offset to the FormulaRecord..</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.SetBlankValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Sets flags so MS Excel understands that formula returns string.
            </summary>
            <param name="dataProvider">Object that provides access to the data.</param>
            <param name="iFormulaOffset">Offset to the FormulaRecord..</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ReadValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version used to infill data.</param>
            <returns>Record's value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ReadInt64Value(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version used to infill data.</param>
            <returns>Record's value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ReadDoubleValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version used to infill data.</param>
            <returns>Record's value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.WriteDoubleValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.Double)">
            <summary>
            Writes record's value into the data provider.
            </summary>
            <param name="provider">Provider to write data into.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version used to infill data.</param>
            <param name="value">Record's value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.UpdateOptions(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            
            </summary>
            <param name="data"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ConvertFormulaTokens(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Boolean)">
            <summary>
            Converts formula tokens from Excel97to2003 to Excel2007 version and vice versa.
            </summary>
            <param name="tokens">Formula tokens.</param>
            <param name="bFromExcel07To97">Defines what conversion must be applied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ConvertFormulaGotoToken(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],System.Int32,System.Boolean)">
            <summary>
            Converts formula GOTO and IF token from Excel97to2003 to Excel2007 version and vice versa.
            </summary>
            <param name="formulaTokens">Formula tokens.</param>
            <param name="iGotoTokenIndex">GOTO token index.</param>
            <param name="bFromExcel07To97">Defines what conversion must be applied.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.Value">
            <summary>
            The calculated value of the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.Options">
            <summary>
             Option flags of the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.RecalculateAlways">
            <summary>
            True to always recalculate.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.CalculateOnOpen">
            <summary>
            True to calculate on open.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.PartOfSharedFormula">
            <summary>
            True if part of a shared formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ParsedExpression">
            <summary>
            Array that contains all parsed tokens.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.Reserved">
            <summary>
            Read-only. Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.IsFillFromExpression">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.DoubleValue">
            <summary>
            The calculated value of the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.IsBool">
            <summary>
            Indicates if formula record contain bool value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.IsError">
            <summary>
            Indicates if formula record contain error value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.HasString">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.BooleanValue">
            <summary>
            The calculated boolean value of the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.ErrorValue">
            <summary>
            The calculated error value of the formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.FormulaRecord.Formula">
            <summary>
            Array that contains all parsed tokens.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg">
            <summary>
            This token contains a 3D reference or an external reference to a cell range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg">
            <summary>
            This token contains the reference to a cell range in the same sheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg">
            <summary>
            This class is the base class for each token of a formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.m_Code">
            <summary>
            Code of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.GetString16Bit(System.Byte[],System.Int32)">
            <summary>
            Gets string from byte array, length of string is set in 16 bit value.
            </summary>
            <param name="data">Data array which contains string.</param>
            <param name="offset">Offset to the string data.</param>
            <returns>Parsed string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.GetString16Bit(System.Byte[],System.Int32,System.Int32@)">
            <summary>
            Gets string from byte array and returns it's length in iFullLength parameter.
            </summary>
            <param name="data">Data array which contains string.</param>
            <param name="offset">Offset to the string data.</param>
            <param name="iFullLength">Length of the string in bytes.</param>
            <returns>Parsed string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is smaller than the string that should be in it.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the tokens array.
            </summary>
            <param name="version">Excel version - defines resulting size.</param>
            <returns>Size of the tokens array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <param name="version">Excel version - defines resulting array format and size.</param>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString">
            <summary>
            Converts token to a string.
            </summary>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Converts token to the string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="row">Zero-based row index of the cell that contains this token.</param>
            <param name="col">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <param name="col"></param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="formulaUtil">Formula util.</param>
            <param name="numberFormat"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <param name="col"></param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used.</param>
            <param name="formulaUtil">Formula util.</param>
            <param name="numberFormat"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.Offset(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Moves token by iRowOffset to the right and iColumnOffset to the left.
            (Updates formula token after copy operation.)
            </summary>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColumnOffset">Column offset.</param>
            <param name="book">Parent workbook.</param>
            <returns>Updated token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Adjusts the location of the token by the specified amount.
            Returns adjusted token. (Updates formula token after move operation.)
            </summary>
            <param name="iCurSheetIndex">Index of the sheet where formula is located.</param>
            <param name="iTokenRow">Zero-based row index which this token is located.</param>
            <param name="iTokenColumn">Zero-based column index where this token is located.</param>
            <param name="iSourceSheetIndex">Index of the source worksheet in move range operation.</param>
            <param name="iDestSheetIndex">Index of the destination worksheet in move range operation.</param>
            <param name="rectSource">Rectangle that was moved.</param>
            <param name="rectDest">Location were range was moved.</param>
            <param name="bChanged">Indicates whether token was changed during move operation.</param>
            <param name="book">Parent workbook.</param>
            <returns>Adjusted token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.RectangleContains(System.Drawing.Rectangle,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="rect"></param>
            <param name="iRow"></param>
            <param name="iColumn"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.RectangleIntersects(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Check whether the restangle intersects with the formula.
            </summary>
            <param name="rect">Source rectange.</param>
            <param name="iFirstRow">Formula first row</param>
            <param name="iFirstColumn">Formula first column</param>
            <param name="iLastRow">Formula last row</param>
            <param name="iLastColumn">Formula last column</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ConvertSharedToken(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <param name="iRow"></param>
            <param name="iColumn"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.ConvertPtgToNPtg(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts tokens from regular formula into tokens from shared formula.
            </summary>
            <param name="parent">Represents parent workbook.</param>
            <param name="iRow">Represents row index.</param>
            <param name="iColumn">Represents column index.</param>
            <returns>Formula token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.CompareTo(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg)">
            <summary>
            Compares this token to the specified one.
            </summary>
            <param name="token">Token to compare with.</param>
            <returns>0 if tokens are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.CompareContent(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg)">
            <summary>
            Compares tokens content.
            </summary>
            <param name="token">Token to compare with this one.</param>
            <returns>0 if tokens are equal.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.CompareArrays(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[],Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[])">
            <summary>
            Compares two token arrays.
            </summary>
            <param name="arrTokens1">The first array to compare.</param>
            <param name="arrTokens2">The second array to compare.</param>
            <returns>True if arrays are equal; otherwise false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.IndexToCode(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.Int32)">
            <summary>
            Converts index to token code.
            </summary>
            <param name="baseToken"></param>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.IsOperation">
            <summary>
            Read-only. True if this ptg represents operation ptg.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg.TokenCode">
            <summary>
            Gets / sets. Code of the token.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetterToken">
            <summary>
            This interface should be implemented by those tokens
            that can be converted to IRange.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetter">
            <summary>
            This interface should be implemented by those tokens
            that can be converted to IRange.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetter.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRectGetter">
            <summary>
            This interface is implemented by formula tokens that can provide corresponding rectangle object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRectGetter.GetRectangle">
            <summary>
            Returns rectangle represented by the token that implements this interface.
            All coordinates are zero-based.
            </summary>
            <returns>Rectangle represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetterToken.UpdateRectangle(System.Drawing.Rectangle)">
            <summary>
            Updates token using data from specified rectangle.
            </summary>
            <param name="rectangle">Rectangle with new token coordinates.</param>
            <returns>Updated token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IRangeGetterToken.ConvertToError">
            <summary>
            Converts current token into error token.
            </summary>
            <returns>Created token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IToken3D">
            <summary>
            Summary description for IToken3D.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IToken3D.Get3DToken(System.Int32)">
            <summary>
            Converts current token to the 3D token.
            </summary>
            <param name="iSheetReference">Reference to the worksheet.</param>
            <returns>Created token.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_iFirstRow">
            <summary>
            Index of first row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_iLastRow">
            <summary>
            Index of last row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_iFirstColumn">
            <summary>
            Index of first column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_firstOptions">
            <summary>
            Option flags of first row and first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_iLastColumn">
            <summary>
            Index of last column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.m_lastOptions">
            <summary>
            Option flags of last row and last column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the formula.</param>
            <param name="book">Parent workbook.</param>
            <exception cref="T:System.ArgumentException">
            When specified string is not valid token string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg)">
            <summary>
            Creates copy of the token.
            </summary>
            <param name="ptg">Token to clone.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte,System.Byte)">
            <summary>
            
            </summary>
            <param name="iFirstRow"></param>
            <param name="iFirstCol"></param>
            <param name="iLastRow"></param>
            <param name="iLastCol"></param>
            <param name="firstOptions"></param>
            <param name="lastOptions"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.#ctor(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token using strings that represents cell addresses.
            </summary>
            <param name="iCellRow">Row index of the cell that contains this token.</param>
            <param name="iCellColumn">Column index of the cell that contains this token.</param>
            <param name="strFirstRow">String representation of the first row.</param>
            <param name="strFirstColumn">String representation of the first column.</param>
            <param name="strLastRow">String representation of the last row.</param>
            <param name="strLastColumn">String representation of the last column.</param>
            <param name="bR1C1"></param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.SetArea(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Parses specified column and row values and fills token
            fields with appropriate values.
            </summary>
            <param name="iCellRow">Row index of the cell that contains this token.</param>
            <param name="iCellColumn">Column index of the cell that contains this token.</param>
            <param name="column1">String representing left column of the area.</param>
            <param name="row1">String representing top row of the area.</param>
            <param name="column2">String representing right column of the area.</param>
            <param name="row2">String representing bottom row of the area.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.GetCorrespondingErrorCode">
            <summary>
            Gets corresponding error code.
            </summary>
            <returns>Corresponding error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsWholeRow(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Indicates whether area covers whole single row. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsWholeRows(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Indicates whether area covers whole rows. Read-only.
            </summary>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsWholeColumns(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Indicates whether area covers whole columns. Read-only.
            </summary>
            <param name="book"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsWholeColumn(Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Indicates whether area covers whole single column. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ConvertToErrorPtg">
            <summary>
            Converts incorrect area range to corresponding error ptg.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IndexToCode(System.Int32)">
            <summary>
            Converts specified index to token code.
            </summary>
            <param name="index">Index of the needed token.</param>
            <returns>Token that corresponds to the index.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than one or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts specified token code to index.
            </summary>
            <param name="code">Token code for which index is required.</param>
            <returns>Index that corresponds to the code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is not one of tArea1, tArea2, tArea3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.Offset(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Moves row by iRowOffset, iColumnOffset.
            </summary>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColumnOffset">Column offset.</param>
            <param name="book">Parent workbook.</param>
            <returns>Updated token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iTokenRow"></param>
            <param name="iTokenColumn"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ConvertPtgToNPtg(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts tokens from regular formula into tokens from shared formula.
            </summary>
            <param name="parent">Parent workbook.</param>
            <param name="iRow">Represents first row from cells range of shared formula.Zero-base.</param>
            <param name="iColumn">Represents first column from cells range of shared formula.Zero-based.</param>
            <returns>New token for shared formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ConvertFullRowColumnAreaPtgs(System.Boolean)">
            <summary>
            Converts full row or column ptg from Excel2007 to Excel97to03 version and vice versa.
            </summary>
            <returns>Returns converted Ptg.</returns>
            <param name="bFromExcel07To97">Defines what conversion must be applied.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.MoveIntoDifferentSheet(Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg,System.Int32,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="result"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="iColOffset"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ReferencedAreaMoved(System.Drawing.Rectangle)">
            <summary>
            Returns True if referenced cell was moved.
            </summary>
            <param name="rectSource"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.UpdateReferencedArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iDestSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="iColOffset"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.UpdateFirstCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iDestSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="iColOffset"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.UpdateLastCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iDestSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="iColOffset"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FullFirstRowMove(System.Drawing.Rectangle)">
            <summary>
            Checks if while moving rectSource full top row was moved.
            </summary>
            <param name="rectSource">Rectangle that was moved.</param>
            <returns>True if whole top row was moved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FullLastRowMove(System.Drawing.Rectangle)">
            <summary>
            Checks if while moving rectSource full bottom row was moved.
            </summary>
            <param name="rectSource">Rectangle that was moved.</param>
            <returns>True if whole bottom row was moved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FullFirstColMove(System.Drawing.Rectangle)">
            <summary>
            Checks if while moving rectSource full left row was moved.
            </summary>
            <param name="rectSource">Rectangle that was moved.</param>
            <returns>True if whole left row was moved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FullLastColMove(System.Drawing.Rectangle)">
            <summary>
            Checks if while moving rectSource full right row was moved.
            </summary>
            <param name="rectSource">Rectangle that was moved.</param>
            <returns>True if whole right row was moved.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.MoveReferencedArea(System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.VerticalMove(System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iRowOffset"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FirstRowVerticalMove(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="rectSource"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.LastRowVerticalMove(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="iRowOffset"></param>
            <param name="rectSource"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.HorizontalMove(System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iColOffset"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.OutsideRectangle(System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Checks whether one rectangle is outside of another one.
            </summary>
            <param name="owner">First rectangle to check.</param>
            <param name="toCheck">Second rectangle to check.</param>
            <returns>True if toCheck rectangle is outside of owner rectangle.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.InsideRectangle(System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Checks whether one rectangle is inside of another one.
            </summary>
            <param name="owner">Rectangle that could contain another one.</param>
            <param name="toCheck">Rectangle that could be contained by another one.</param>
            <returns>True if toCheck rectangle is contained by owner rectangle.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FirstColumnHorizontalMove(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="iColOffset"></param>
            <param name="rectSource"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.LastColumnHorizontalMove(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="iSourceSheetIndex"></param>
            <param name="iColOffset"></param>
            <param name="rectSource"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.GetRectangle">
            <summary>
            Returns rectangle represented by the token that implements this interface.
            All coordinates are zero-based.
            </summary>
            <returns>Rectangle represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.UpdateRectangle(System.Drawing.Rectangle)">
            <summary>
            
            </summary>
            <param name="rectangle"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.ConvertToError">
            <summary>
            Converts current token into error token.
            </summary>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.Get3DToken(System.Int32)">
            <summary>
            Converts current token to the 3D token.
            </summary>
            <param name="iSheetReference">Reference to the worksheet.</param>
            <returns>Created token.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FirstRow">
            <summary>
            Index of the first row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsFirstRowRelative">
            <summary>
            True if the first row index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsFirstColumnRelative">
            <summary>
            True if the first column index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FirstColumn">
            <summary>
            Index to column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.LastRow">
            <summary>
            Index of the last row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsLastRowRelative">
            <summary>
            True if the last row index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.IsLastColumnRelative">
            <summary>
            True if the last column index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.LastColumn">
            <summary>
            Index to column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.FirstOptions">
            <summary>
            Options for the top left cell of the range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg.LastOptions">
            <summary>
            Options for the bottom right cell of the range.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ISheetReference">
            <summary>
            Represents tokens that contains reference to worksheet.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IReference">
            <summary>
            This interface should be implemented by those tokens which contains 3D references.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IReference.RefIndex">
            <summary>
            Index to ExternSheetRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ISheetReference.BaseToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calls ToString method of the base (not 3d) class.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.m_usRefIndex">
            <summary>
            Index to REF entry in EXTERNSHEET record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Constructs token by string value and parent workbook.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook containing the token.</param>
            <exception cref="T:System.ArgumentException">
            When specified formula string is not valid Area3D string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg)">
            <summary>
            Creates new token based on another Area3D token.
            </summary>
            <param name="ptg">Token to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte,System.Byte)">
            <summary>
            Initializes new token.
            </summary>
            <param name="iSheetIndex">Worksheet reference index.</param>
            <param name="iFirstRow">Zero-based first row index.</param>
            <param name="iFirstCol">Zero-based first column index.</param>
            <param name="iLastRow">Zero-based last row index.</param>
            <param name="iLastCol">Zero-based last column index.</param>
            <param name="firstOptions">First cell options.</param>
            <param name="lastOptions">Second cell options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Initializes new token.
            </summary>
            <param name="iCellRow">Zero-based row index of the cell that will contain new token.</param>
            <param name="iCellColumn">Zero-based column index of the cell that will contain new token.</param>
            <param name="iRefIndex">Worksheet reference index.</param>
            <param name="strFirstRow">String representation of the first row of the area.</param>
            <param name="strFirstColumn">String representation of the first column of the area.</param>
            <param name="strLastRow">String representation of the last row of the area.</param>
            <param name="strLastColumn">String representation of the last column of the area.</param>
            <param name="bR1C1">Indicates whether strings are in R1C1 notation.</param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes that represents this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.ValidateSheetName(System.String)">
            <summary>
            To check the sheet name it's having any special charecter or not
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.CodeToIndex">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.GetCorrespondingErrorCode">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iTokenRow"></param>
            <param name="iTokenColumn"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.ConvertToErrorPtg">
            <summary>
            Converts incorrect area range to corresponding error ptg.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.BaseToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calls ToString method of the base (not 3d) class.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.SetSheetIndex(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets index of the sheet in the correct value,
            taking information from the specified workbook.
            </summary>
            <param name="sheetName">Name of the worksheet that is referenced.</param>
            <param name="parent">
            Workbook that contains this record and must contain specified worksheet.
            </param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.ParseException">
            Unable to find specified worksheet in the workbook,
            possibly because wasn't loaded yet.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.SetValues(System.Text.RegularExpressions.Match,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Set area values such as reference indexes, first and last columns, and rows.
            </summary>
            <param name="m">Match that contains such groups SheetName, Column1, Column2, Row1, Row2.</param>
            <param name="parent">Workbook that contains this token.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.IndexToCode(System.Int32)">
            <summary>
            Converts specified index to the token code.
            </summary>
            <param name="index">Function parameter index.</param>
            <returns>Token code that corresponds to the specified index.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts specified token code to index.
            </summary>
            <param name="code">Token code for which index is required.</param>
            <returns>Index that corresponds to the code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is not one of tArea1, tArea2, tArea3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg.RefIndex">
            <summary>
            Reference to the worksheet. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg">
            <summary>
            Summary description for AreaError3dPtg.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Area3DPtg)">
            <summary>
            
            </summary>
            <param name="ptg"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="value"></param>
            <param name="book"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.IndexToCode(System.Int32)">
            <summary>
            Converts specified index to the token code.
            </summary>
            <param name="index">Function parameter index.</param>
            <returns>Token code that corresponds to the specified index.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts specified token code to index.
            </summary>
            <param name="code">Token code for which index is required.</param>
            <returns>Index that corresponds to the code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is not one of tAreaErr3d1, tAreaErr3d2, tAreaErr3d3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaError3DPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg">
            <summary>
            This token contains the last reference to a deleted cell range in the same sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaPtg)">
            <summary>
            
            </summary>
            <param name="area"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="value"></param>
            <param name="book">Parent workbook.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.IndexToCode(System.Int32)">
            <summary>
            Converts specified index to token code.
            </summary>
            <param name="index">Index of the needed token.</param>
            <returns>Token that corresponds to the index.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than one or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts specified token code to index.
            </summary>
            <param name="code">Token code for which index is required.</param>
            <returns>Index that corresponds to the code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is not one of tAreaErr1, tAreaErr2, tAreaErr3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaErrorPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg">
            <summary>
            This token contains the reference to a cell range in the same sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating tokens without
            parameters and to allow descendants.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the formula.</param>
            <param name="book">Parent workbook.</param>
            <exception cref="T:System.ArgumentException">
            When specified string is not a valid token string.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.ConvertSharedToken(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts token from shared formula into token from regular formula.
            </summary>
            <param name="parent">Parent workbook.</param>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <returns>New token for regular formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <param name="token">Token code (should be one of tAreaN1, tAreaN2, tAreaN3).</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.IndexToCode(System.Int32)">
            <summary>
            Converts reference index to token code.
            </summary>
            <param name="index">Reference index.</param>
            <returns>Token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.GetUpdatedRowIndex(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets the index of the updated row.
            </summary>
            <param name="iRow">The i row.</param>
            <param name="row">The row.</param>
            <param name="isFirst">if set to <c>true</c> [is first].</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.GetUpdatedColumnIndex(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets the index of the updated column.
            </summary>
            <param name="iColumn">The i column.</param>
            <param name="column">The column.</param>
            <param name="isFirst">if set to <c>true</c> [is first].</param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.FirstColumn">
            <summary>
            First column offset (-128..127).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AreaNPtg.LastColumn">
            <summary>
            Column offset (-128..127).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg">
            <summary>
            This token contains an array constant. The values of the array constant do not follow
            the token identifier but are stored behind the complete token array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IAdditionalData">
            <summary>
            This interface should be implemented by all token classes that
            needs some additional data to be read after all formula tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IAdditionalData.ReadArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Reads additional token data that is placed after all formula tokens.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the additional token data.</param>
            <returns>Final offset in the data array.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IAdditionalData.AdditionalDataSize">
            <summary>
            Returns size of the additional data. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.DOUBLEVALUE">
            <summary>
            Constant that indicates that there is double value in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.STRINGVALUE">
            <summary>
            Constant that indicates that there is string value in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.BOOLEANVALUE">
            <summary>
            Constant that indicates that there is boolean value in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ERRORCODEVALUE">
            <summary>
            Constant that indicates that there is error code in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.NilValue">
            <summary>
            Constant that indicates that there is null code in the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.RowSeparator">
            <summary>
            Separators between rows of the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ColSeparator">
            <summary>
            Separators between columns of the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.m_ColumnNumber">
            <summary>
            Number of columns decreased by 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.m_usRowNumber">
            <summary>
            Number of rows decreased by 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.m_arrCachedValue">
            <summary>
            Array of cached values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.#ctor(System.String,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Constructs array token using string representation.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="formulaParser">Formula parser.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs array but does not read any data. ReadArray should be called for
            this purpose because array data is placed just after all other tokens.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ReadArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Reads array from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Starting position of array data.</param>
            <returns>Offset if the first byte after array.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When data array is too small for tArray data.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.FillList(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,System.Int32)">
            <summary>
            Fills tArray token with data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset in data array.</param>
            <param name="ColumnNumber">Number of columns in this array.</param>
            <param name="RowNumber">Number of rows in this array.</param>
            <returns>Returns final offset in data array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.FillList(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary>
            Fills tArray token with data from byte array.
            </summary>
            <param name="data">Data array.</param>
            <param name="offset">Offset in data array.</param>
            <param name="ColumnNumber">Number of columns in this array.</param>
            <param name="RowNumber">Number of rows in this array.</param>
            <returns>Returns final offset in data array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.FillList(System.Collections.Generic.List{System.String}[],Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Fills tArray token getting data from array of strings.
            </summary>
            <param name="arrValues">Array of string that contains array data.</param>
            <param name="formulaParser">Formula parser object that should assist in array items parsing.</param>
            <exception cref="T:System.ArgumentException">
            When one of the specified arguments is empty.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ParseConstant(System.String,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Tries to parse string value as double, bool, or string and returns resulting object.
            </summary>
            <param name="value">String constant that will be parsed.</param>
            <param name="formulaParser">Formula parser object that should assist in array items parsing.</param>
            <returns>Parsed constant (double, bool, or string).</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetListBytes">
            <summary>
            Returns all values in data array. Must be written after formula data.
            </summary>
            <returns>Array of bytes of all constants stored in the array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetBoolBytes(System.Boolean)">
            <summary>
            Returns an array representation of boolean value.
            </summary>
            <param name="value">Boolean value that will be converted.</param>
            <returns>Array of bytes representing boolean value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetErrorCodeBytes(System.Byte)">
            <summary>
            Returns an array representation of the error code value.
            </summary>
            <param name="value">Error code.</param>
            <returns>Array of bytes representing the error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetNilBytes">
            <summary>
            Returns an array representation of the null code value.
            </summary>
            <returns>Array of bytes representing the null code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetDoubleBytes(System.Double)">
            <summary>
            Returns an array representation of double value.
            </summary>
            <param name="value">Double value that will be converted.</param>
            <returns>Array of bytes representing double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetStringBytes(System.String)">
            <summary>
            Returns an array representation of the string value.
            </summary>
            <param name="value">String value that will be converted.</param>
            <returns>Array of bytes representing the string value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.SetReferenceIndex(System.Int32)">
            <summary>
            Sets token code in accordance with referenceIndex.
            </summary>
            <param name="referenceIndex">Index that corresponds to the token code.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or larger than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the array token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts tArray token to byte array.
            </summary>
            <param name="version">Excel version - defines resulting array format and size.</param>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index.
            </summary>
            <param name="index">Index of the needed token.</param>
            <returns></returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or larger than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ArrayPtg.AdditionalDataSize">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg">
            <summary>
            A special attribute control token - typically either a SUM function or an IF function.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg">
            <summary>
            This class represents function with variable arguments number in a formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg">
            <summary>
            This class represents function token of a formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg">
            <summary>
            This class is the base class for all operation tokens in the formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.DEFAULT_ARGUMENTS_SEPARATOR">
            <summary>
            Default arguments separator.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.m_strOperationSymbol">
            <summary>
            String representation of the operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.m_bPlaceAfter">
            <summary>
            Position of the operand (before (if it is set to False) or after (if it is set to True) operand) for unary operations.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates operation from byte array and offset in this array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.PushResultToStack(System.Collections.Generic.Stack{System.Object})">
            <summary>
            Converts the operation and its operands to the string.
            Gets all needed operands from the Stack parameter and pushes the result into the Stack.
            </summary>
            <param name="operands">
            Stack that contains all operands and receives result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Converts the operation and its operands to the string.
            Gets all needed operands from the Stack parameter and pushes the result into the Stack.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and receives result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Returns array of string where each member corresponds to one argument.
            </summary>
            <param name="strFormula">String representation of the formula.</param>
            <param name="index">Index of the operation.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings containing operation operands.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.UpdateParseOptions(Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Updates parse formula options if necessary.
            </summary>
            <param name="options">Options to update.</param>
            <returns>Updated value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.GetOperandsSeparator(Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Returns arguments separator.
            </summary>
            <param name="formulaUtil">FormulaUtil object, to get separator from.</param>
            <returns>Arguments separator.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.IsOperation">
            <summary>
            Read-only. True if this class represents operation (always True for this class).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.OperationType">
            <summary>
            Read-only. Type of the operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.NumberOfOperands">
            <summary>
            Read-only. Number of operands this operation needs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.OperationSymbol">
            <summary>
            Gets / sets string representation of the operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.IsPlaceAfter">
            <summary>
            Gets / sets True if operation sign should be placed after operand and False otherwise.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.OperationPtg.Attributes">
            <summary>
            Array of all token attributes applied to the object.
            This property is used to increase performance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.OperandsDelimiter">
            <summary>
            Delimiter between function arguments.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.m_FunctionIndex">
            <summary>
            Index to built-in sheet function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.m_ArgumentsNumber">
            <summary>
            Number of arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.#ctor(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Constructs token by function index.
            </summary>
            <param name="index">Function index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.#ctor(System.String)">
            <summary>
            Constructs function token by function name.
            </summary>
            <param name="strFunctionName">Valid function name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.GetOperands(System.String,System.Int32@,System.Boolean,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Gets operands from string and returns array of string representation of the operands.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index to built-in function.</param>
            <param name="checkParamCount">True if function should check operands count.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings that contain function operands.</returns>
            <exception cref="T:System.ArgumentException">
              if checkParamCount = True and actual parameter count does not equal expected
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.IndexToCode(System.Int32)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Converts the operation and its operands to the string.
            Gets all needed operands from the Stack parameter and pushes the result into the Stack.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and receives result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Gets operands from string and returns array of string representation of the operands.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index of the function in the formula string.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings that contains function operands.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.FunctionIndex">
            <summary>
            Returns built-in function index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.NumberOfArguments">
            <summary>
            Number of function arguments.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.OperationType">
            <summary>
            Read-only. Type of operation (TYPE_FUNCTION for all functions).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionPtg.Attributes">
            <summary>
            Array of all token attributes applied to the object.
            This property is used to increase performance.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.#ctor(Syncfusion.XlsIO.ExcelFunction)">
            <summary>
            Constructs token by built-in function index.
            </summary>
            <param name="funcIndex">Built-in function index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.#ctor(System.String)">
            <summary>
            Constructs function token by function name.
            </summary>
            <param name="strFunctionName">Valid function name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Gets operands from string and returns array of string representation of the operands.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index of function in the string.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings containing function parameters.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Takes all needed operands from the stack and pushes the result of the function.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and will receive result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.IndexToCode(System.Int32)">
            <summary>
            
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FunctionVarPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.SIZE">
            <summary>
            Size of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_WORD_SIZE">
            <summary>
            Size of word in bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_SUM">
            <summary>
            Sum function name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_IF">
            <summary>
            If function name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_GOTO">
            <summary>
            Goto function name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_CHOOSE">
            <summary>
            Choose function name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_NOT_IMPLEMENTED">
            <summary>
            Not implemented message.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.DEF_SPACE_AFTER_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.m_Options">
            <summary>
            The options used by the attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.m_usData">
            <summary>
            The word contained in this attribute.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.m_arrOffsets">
            <summary>
            Offsets to the CHOOSE cases. Must be valid only if HasOptimizedChoose is true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.#ctor">
            <summary>
            Default constructor for this token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token and fills it with data from the byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.#ctor(System.Byte,System.UInt16)">
            <summary>
            Constructs token by options value and data.
            </summary>
            <param name="options">Attribute options.</param>
            <param name="usData">Attribute data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructs token by options value and data.
            </summary>
            <param name="options">Attribute options.</param>
            <param name="data">Attribute data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Takes all needed operands from the stack and pushes the result of the function.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands that receive result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.Options">
            <summary>
            Read-only. Options used by the attribute.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.AttrData">
            <summary>
            The word contained in this attribute.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.AttrData1">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.SpaceCount">
            <summary>
            Gets / sets number of spaces in the case of space token.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.SpaceAfterToken">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasSemiVolatile">
            <summary>
            True when following function has semivolatile value,
            that can change without user interaction (such as NOW, TODAY, etc.).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasOptimizedIf">
            <summary>
            Returns True if this is an IF; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasOptimizedChoose">
            <summary>
            Returns True if this is a CHOOSE; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasOptGoto">
            <summary>
            Returns True if this is a goto; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasSum">
            <summary>
            Returns True if this is SUM; otherwise False.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasBaxcel">
             <summary>
            
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.AttrPtg.HasSpace">
            <summary>
            Returns True if space exist; otherwise False.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg">
            <exclude/>
             <summary>
             This class represents every binary operation.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.NameToId">
            <summary>
            Dictionary that allows to convert operation name to the token code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.IdToName">
            <summary>
            Dictionary that allows to convert operation token code to its string representation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.s_arrAttributes">
            <summary>
            Contains all token attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.#cctor">
            <summary>
            Static constructor. Fills hashtable that allows us to get
            token code by token string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.GetTokenId(System.String)">
            <summary>
            Returns token code by string representation of the operation.
            </summary>
            <param name="operationSign">String representation of the operation.</param>
            <returns>Token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.GetTokenString(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Returns token code by string representation of the operation.
            </summary>
            <param name="token">Token to get string representation for.</param>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.#ctor(System.String)">
            <summary>
            Constructs BinaryOperation using string that contains the sign of operation.
            </summary>
            <param name="operation">String representation of the operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Constructs BinaryOperation using string that contains the sign of operation.
            </summary>
            <param name="operation">Token code of the operation to create.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using array with data and offset.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Takes all needed operands from the stack and pushes the result of the operation.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and will receive result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Gets operands from string and returns array of string representation of the operands.
            </summary>
            <param name="strFormula">String representation of the formula.</param>
            <param name="index">Index of operation in the string.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings with operation operands.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.NumberOfOperands">
            <summary>
            Read-only. Number of operands (always 2 for binary operations).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.OperationType">
            <summary>
            Read-only. Type of the operation ( TYPE_BINARY for binary operations).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg.Attributes">
            <summary>
            Array of all token attributes applied to the object.
            This property is used to increase performance.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg">
            <summary>
            This token represents a boolean operand in a formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.m_bValue">
            <summary>
            Boolean value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.#ctor(System.Boolean)">
            <summary>
            Constructs token by boolean value.
            </summary>
            <param name="value">Boolean value that will be placed into this token.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.#ctor(System.String)">
            <summary>
            Constructs token by string value.
            </summary>
            <param name="value">String value, should be valid boolean string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of this token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.BooleanPtg.Value">
            <summary>
            Gets / sets boolean value that is represented by this class.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg">
            <summary>
            Summary description for CellIntersectionPtg.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg.#ctor(System.String)">
            <summary>
            Intersections cell ptg.
            </summary>
            <param name="strFormula"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Intersections cell ptg.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Current index.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellIntersectionPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Gets size. Override.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellRangeListPtg">
            <summary>
            Represents CellRangeList formula token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellRangeListPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellRangeListPtg.#ctor(System.String)">
            <summary>
            Constructs BinaryOperation using string that contains the sign of operation.
            </summary>
            <param name="operation">String representation of the operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellRangeListPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using array with data and offset.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.CellRangeListPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg">
            <summary>
            This class represents the control token (this can be tExp or tTbl).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg">
            <summary>
            This token contains an unsigned 16-bit integer value in the range from 0 to 65535.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.RowBitMask">
            <summary>
            Bit mask for row options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ColumnBitMask">
            <summary>
            Bit mask for column options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_R1C1_OPEN_BRACKET">
            <summary>
            Opening bracket for relative cell coordinates in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_R1C1_CLOSE_BRACKET">
            <summary>
            Closing bracket for relative cell coordinates in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_R1C1_ROW">
            <summary>
            Starting row character in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_R1C1_COLUMN">
            <summary>
            Starting column character in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_OPEN_BRACKET">
            <summary>
            Opening bracket for relative indexes in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.DEF_CLOSE_BRACKET">
            <summary>
            Closing bracket for relative indexes in R1C1 notation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.m_iRowIndex">
            <summary>
            Index to row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.m_iColumnIndex">
            <summary>
            Index to column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.m_options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor">
            <summary>
            Default constructor:
            To prevent user from creating tokens without arguments
            and to allow descendants to do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor(System.String)">
            <summary>
            Constructs reference by its string representation.
            </summary>
            <param name="strCell">String representation of the reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor(System.Int32,System.Int32,System.Byte)">
            <summary>
            Creates token by coordinates and options.
            </summary>
            <param name="iRowIndex">Row index.</param>
            <param name="iColIndex">Column index.</param>
            <param name="options">Options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor(System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Constructs reference by its string representation.
            </summary>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="strRow">String representation of the row.</param>
            <param name="strColumn">String representation of the column.</param>
            <param name="bR1C1">Indicates whether R1C1 notation was used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg)">
            <summary>
            
            </summary>
            <param name="twin"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ToString">
            <summary>
            Converts token to a string.
            </summary>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes that represents the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.SetCell(System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Sets internal fields appropriate to specified row and column.
            </summary>
            <param name="iCellRow">Row index of the cell that contains this token.</param>
            <param name="iCellColumn">Column index of the cell that contains this token.</param>
            <param name="strColumn">String that contains column name.</param>
            <param name="strRow">String that contains row name.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.SetCellA1(System.String,System.String)">
            <summary>
            Sets internal fields appropriate to specified row and column.
            </summary>
            <param name="strColumn">String that contains column name.</param>
            <param name="strRow">String that contains row name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.SetCellR1C1(System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Sets internal fields appropriate to specified row and column.
            </summary>
            <param name="iCellRow">Row index of the cell that contains this token.</param>
            <param name="iCellColumn">Column index of the cell that contains this token.</param>
            <param name="column">String that contains column name.</param>
            <param name="row">String that contains row name.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetR1C1Index(System.Int32,System.String,System.Boolean@)">
            <summary>
            Parses row or column index in R1C1 notation.
            </summary>
            <param name="iIndex">Row or column index of the cell that contains reference.</param>
            <param name="strValue">String to parse.</param>
            <param name="bRelative">Indicates whether index is relative.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.Offset(System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Creates token and modifies it row and column indexes.
            </summary>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColumnOffset">Column offset.</param>
            <param name="book">Parent workbook.</param>
            <returns>Modified token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns modified token after move operation.
            </summary>
            <param name="iCurSheetIndex">Current sheet index.</param>
            <param name="iTokenRow">Parent cell row index.</param>
            <param name="iTokenColumn">Parent cell column index.</param>
            <param name="iSourceSheetIndex">Source sheet index.</param>
            <param name="rectSource">Source rectangle.</param>
            <param name="iDestSheetIndex">Destination sheet index.</param>
            <param name="rectDest">Destination rectangle.</param>
            <param name="bChanged">Indicates whether token was changed.</param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.MoveIntoDifferentSheet(Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg,System.Int32,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Moves token into different worksheet.
            </summary>
            <param name="result">Token to move</param>
            <param name="iSourceSheetIndex">Source sheet index.</param>
            <param name="rectSource">Source rectangle.</param>
            <param name="iDestSheetIndex">Destination sheet index.</param>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColOffset">Column offset.</param>
            <param name="book">Parent workbook.</param>
            <returns>Modified token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ReferencedCellMoved(System.Drawing.Rectangle)">
            <summary>
            Returns True if referenced cell was moved.
            </summary>
            <param name="rectSource"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetCorrespondingErrorCode">
            <summary>
            Gets corresponding error code.
            </summary>
            <returns>Corresponding error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.UpdateReferencedCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Updates token after move operation.
            </summary>
            <param name="iCurSheetIndex">Current sheet index.</param>
            <param name="iDestSheetIndex">Destination sheet index.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iColIndex">Column index.</param>
            <param name="bChanged">Indicates whether token was changed.</param>
            <param name="book">Parent workbook.</param>
            <returns>Updated token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ConvertPtgToNPtg(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts tokens from regular formula into tokens from shared formula.
            </summary>
            <param name="parent">Parent workbook.</param>
            <param name="iRow">Represents first row from cells range of shared formula.Zero-base.</param>
            <param name="iColumn">Represents first column from cells range of shared formula.Zero-based.</param>
            <returns>New token for shared formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.IsRelative(System.Byte,System.Byte)">
            <summary>
            Returns True if bit specified by mask is set to 1; otherwise False.
            </summary>
            <param name="Options">Options byte where bits will be checked.</param>
            <param name="mask">Bit mask that should be used for checking.</param>
            <returns>True if bit specified by mask is set to 1.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.SetRelative(System.Byte,System.Byte,System.Boolean)">
            <summary>
            If value is True, then it sets all bits specified by mask in Options to 1;
            otherwise clears them, return new value.
            </summary>
            <param name="Options">Options byte where bits will be set.</param>
            <param name="mask">Bit mask that should be used for checking.</param>
            <param name="value">Flag for operation.</param>
            <returns>Return Options with bit specified by mask set to value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetCellName(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Returns string representation of the cell.
            </summary>
            <param name="iCurCellRow">Row index of the cell that contains token.</param>
            <param name="iCurCellColumn">Column index of the cell that contains token.</param>
            <param name="row">Index of cell row.</param>
            <param name="column">Index of cell column.</param>
            <param name="bRowRelative">True if row is relative.</param>
            <param name="bColumnRelative">True if column is relative.</param>
            <param name="bR1C1">Indicates whether R1C1 notation must be used for string conversion.</param>
            <returns>String representation of the cell address.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetA1CellName(System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Returns string representation of the cell using A1 notation.
            </summary>
            <param name="column">Index of cell column.</param>
            <param name="row">Index of cell row.</param>
            <param name="isColumnRelative">True if column is relative.</param>
            <param name="isRowRelative">True if row is relative.</param>
            <returns>String representation of the cell address.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetRCCellName(System.Int32,System.Int32)">
            <summary>
            Return string representation of the cell in RC format.
            RC format is format in which set only shifts from start row to other one.
            </summary>
            <param name="column">Index of cell column.</param>
            <param name="row">Index of cell row.</param>
            <returns>String representation of the cell address.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetColumnIndex(System.Int32,System.String,System.Boolean,System.Boolean@)">
            <summary>
            Returns column index of the cell.
            </summary>
            <param name="iCellColumn">Column index of the cell that contains token.</param>
            <param name="columnName">String representation of the column.</param>
            <returns>Column index.</returns>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="bRelative">Indicates whether resulting column index is relative.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When parsed column index is greater than 255.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetA1ColumnIndex(System.String,System.Boolean@)">
            <summary>
            Returns column index of the cell.
            </summary>
            <param name="columnName">String representation of the column.</param>
            <returns>Column index.</returns>
            <param name="bRelative">Indicates whether resulting column index is relative.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When parsed column index is greater than 255.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetRowIndex(System.Int32,System.String,System.Boolean,System.Boolean@)">
            <summary>
            Returns row index of the cell.
            </summary>
            <param name="iCellRow">Row index of the cell that contains token.</param>
            <param name="strRowName">String representation of the row.</param>
            <param name="bR1C1">Indicates whether R1C1 notation is used.</param>
            <param name="bRelative">Indicates whether row index is relative.</param>
            <returns>Row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetA1RowIndex(System.String,System.Boolean@)">
            <summary>
            Returns row index of the cell.
            </summary>
            <param name="strRowName">String representation of the row.</param>
            <param name="bRelative">Indicates whether row index is relative.</param>
            <returns>Row index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.IndexToCode(System.Int32)">
            <summary>
            Converts reference index to token code.
            </summary>
            <param name="index">Reference index.</param>
            <returns>Token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <param name="token">Token code (should be one of tRef1, tRef2, tRef3).</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetR1C1CellName(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Gets string representation of the cell in R1C1 notation.
            </summary>
            <param name="iCurRow">Row index of the cell that contains token.</param>
            <param name="iCurColumn">Column index of the cell that contains token.</param>
            <param name="row">Cell row index.</param>
            <param name="column">Cell column index.</param>
            <param name="bRowRelative">Indicates whether row is relative.</param>
            <param name="bColumnRelative">Indicates whether column is relative.</param>
            <returns>String representation of the cell in R1C1 notation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetR1C1Name(System.Int32,System.String,System.Int32,System.Boolean)">
            <summary>
            Converts row or column index into string representation using R1C1 notation.
            </summary>
            <param name="iCurIndex">
            Row or column index of a cell that contains reference to convert.
            </param>
            <param name="strStart">Starting character.</param>
            <param name="iIndex">End index.</param>
            <param name="bIsRelative">Indicates whether index is relative.</param>
            <returns>String representation of row or column index using R1C1 notation.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.GetRectangle">
            <summary>
            Returns rectangle represented by the token that implements this interface.
            All coordinates are zero-based.
            </summary>
            <returns>Rectangle represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.UpdateRectangle(System.Drawing.Rectangle)">
            <summary>
            
            </summary>
            <param name="rectangle"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.Get3DToken(System.Int32)">
            <summary>
            Converts current token to the 3D token.
            </summary>
            <param name="iSheetReference">Reference to the worksheet.</param>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ConvertToError">
            <summary>
            Converts current token into error token.
            </summary>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.RowIndex">
            <summary>
            Gets / sets. Index to row (0..65535) or row offset (-32768..32767).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.IsRowIndexRelative">
            <summary>
            Gets / sets True if row index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.IsColumnIndexRelative">
            <summary>
            Gets / sets True if column index is relative.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.ColumnIndex">
            <summary>
            Gets / sets index to column (0..255) or column offset (-128..127).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg.Options">
            <summary>
            Options.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.#ctor(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iRow"></param>
            <param name="iColumn"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes that represents this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.GetCorrespondingErrorCode">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.MoveIntoDifferentSheet(Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg,System.Int32,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Moves token into different worksheet.
            </summary>
            <param name="result">Token to move</param>
            <param name="iSourceSheetIndex">Source sheet index.</param>
            <param name="rectSource">Source rectangle.</param>
            <param name="iDestSheetIndex">Destination sheet index.</param>
            <param name="iRowOffset">Row offset.</param>
            <param name="iColOffset">Column offset.</param>
            <param name="book">Parent workbook.</param>
            <returns>Modified token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.IsColumnIndexRelative">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ControlPtg.IsRowIndexRelative">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg">
            <exclude/>
             <summary>
             This token contains an error code.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.DEF_ERROR_NAME">
            <summary>
            Default error name - used when unknown error code was used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.ErrorNameToCode">
            <summary>
            Dictionary that allows to get error code by error name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.ErrorCodeToName">
            <summary>
            Dictionary that allows to get error name by error code.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.m_errorCode">
            <summary>
            Error code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.#cctor">
            <summary>
            Static constructor. Fills hashtables which allow to convert
            error code to error string and vice versa.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.#ctor(System.Int32)">
            <summary>
            Constructs token using error code.
            </summary>
            <param name="errorCode">
            String representation of the error that must be created.
            </param>
            <exception cref="T:System.ArgumentException">
            When the specified error name is unknown.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.#ctor(System.String)">
            <summary>
            Constructs token using error name.
            </summary>
            <param name="errorName">Name of the error.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorPtg.ErrorCode">
            <summary>
            Gets / sets error code value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg">
            <summary>
            This token contains an IEEE floating-point number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.m_value">
            <summary>
            Floating-point value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.#ctor(System.Double)">
            <summary>
            Constructs token by double value.
            </summary>
            <param name="value">Double value.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.#ctor(System.String)">
            <summary>
            Constructs token by string value that represents number.
            </summary>
            <param name="value">String value that will be converted to double.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.#ctor(System.String,System.Globalization.NumberFormatInfo)">
            <summary>
            Constructs token by string value that represents number.
            </summary>
            <param name="value">String value that will be converted to double.</param>
            <param name="numberInfo">Represents culture for parsing from string.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <param name="numberInfo">Represents current number info.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.DoublePtg.Value">
            <summary>
            Gets / sets value that is represented by this token.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg">
            <summary>
            This class represents an integer token in formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.m_usValue">
            <summary>
            Contains an unsigned 16-bit integer value in the range from 0 to 65535.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.#ctor(System.UInt16)">
            <summary>
            Constructs token by integer value.
            </summary>
            <param name="value">Integer value that will be placed into token.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.#ctor(System.String)">
            <summary>
            Constructs token by string value.
            </summary>
            <param name="value">String value that will be parsed into unsigned short.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes corresponding to the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.IntegerPtg.Value">
            <summary>
            Get / sets value contained by this token.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg">
            <summary>
            Summary description for MemAreaPtg.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.DEF_RECT_SIZE">
            <summary>
            Size of the one rectangle data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.DEF_HEADER_SIZE">
            <summary>
            Size of the header block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.m_iReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.m_usSubExpressionLength">
            <summary>
            The length of the reference subexpression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.m_arrSubexpression">
            <summary>
            Subexpression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.m_arrRects">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
            <param name="provider"></param>
            <param name="offset"></param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.#ctor(System.String)">
            <summary>
            
            </summary>
            <param name="strFormula"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the ptg token. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to byte array.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.ReadArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Extracts additional data.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the additional data.</param>
            <returns>Offset after extracting all required data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.SubExpressionLength">
            <summary>
            Returns the length of the reference subexpression. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.Subexpression">
            <summary>
            Returns the reference subexpression. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.Rectangles">
            <summary>
            Rectangles.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemAreaPtg.AdditionalDataSize">
            <summary>
            Returns size of the additional data. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg">
            <summary>
            Not fully implemented because of lack of documentation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.SIZE">
            <summary>
            Size of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.m_arrData">
            <summary>
            Token data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data in the data array.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to the array of bytes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemErrPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg">
            <summary>
            Not fully implemented because of lack of documentation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.SIZE">
            <summary>
            Size of the token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.m_usSize">
            <summary>
            The length of the reference subexpression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.m_arrData">
            <summary>
            Token data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.#ctor(System.Int32)">
            <summary>
            Create new instance of MemFuncPtg.
            </summary>
            <param name="size">Size of new instance.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data in the data array.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to the array of bytes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MemFuncPtg.SubExpressionLength">
            <summary>
            The length of the reference subexpression.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg">
            <summary>
            A missing argument in a function argument list that is stored as a tMissArg token.
            This token does not contain any additional data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg.#ctor(System.String)">
            <summary>
            Almost the same as default constructor.
            </summary>
            <param name="strFormula">Must be equal to string.Empty.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When specified string is not empty.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.MissingArgumentPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg">
            <summary>
            This token contains the one-based index to a NAME record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.m_usIndex">
            <summary>
            One-based Index of ExternNameRecord.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from a byte array.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="book">Workbook that contains this reference.</param>
            <param name="sheet">Worksheet that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.#ctor(System.Int32)">
            <summary>
            Creates token by name index.
            </summary>
            <param name="iNameIndex">Name index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.ToString">
            <summary>
            Converts token to string.
            </summary>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes representing this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index.
            </summary>
            <param name="index">Index of the token code.</param>
            <returns>Required token code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Parent sheet.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.GetRectangle">
            <summary>
            Returns rectangle represented by the token that implements this interface.
            </summary>
            <returns>Rectangle represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NamePtg.ExternNameIndex">
            <summary>
            Gets / sets one-based index of ExternNameRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg">
            <summary>
            This token contains the index to a NAME or EXTERNNAME record. It occurs by using
            internal or external names, add-in functions, DDE links, or linked OLE objects.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.m_usRefIndex">
            <summary>
            Index to a REF entry in an EXTERNSHEET record in the Link Table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.m_usNameIndex">
            <summary>
            One-based index to a NAME record or EXTERNNAME record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Constructs token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.#ctor(System.Int32,System.Int32)">
            <summary>
            Creates new instance of NameX token by extern workbook index and name index in the workbook.
            </summary>
            <param name="iBookIndex">Zero-based book index.</param>
            <param name="iNameIndex">Zero-based name index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.BaseToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calls ToString method of the base (not 3d) class.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes corresponding to the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index
            </summary>
            <param name="index">Index of the token code.</param>
            <returns>Required token code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Parent worksheet</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.GetRectangle">
            <summary>
            Returns rectangle represented by the token that implements this interface.
            </summary>
            <returns>Rectangle represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.UpdateRectangle(System.Drawing.Rectangle)">
            <summary>
            
            </summary>
            <param name="rectangle"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.NameIndex">
            <summary>
            Gets / sets one-based index of ExternNameRecord or NameRecord.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.NameXPtg.RefIndex">
            <summary>
            Gets / sets index to REF entry in EXTERNSHEET record in the Link Table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg">
            <summary>
            Parentheses. This token is for display purposes only, it does not affect the result
            of the token array. If it follows an operator, the parentheses will enclose
            the operator and its operand(s), which is the result of the enclosed
            operation. This operator does not modify the token class of its operand.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg">
            <summary>
            This class represents all unary operations.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.s_arrAttributes">
            <summary>
            Contains all token attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.NameToAttribute">
            <summary>
            Dictionary that allows to get token code by unary operation name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.#cctor">
            <summary>
            Static constructor. Fills hashtable that allows us to get
            token code by token string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.GetTokenId(System.String)">
            <summary>
            Gets token code using unary operation string representation.
            </summary>
            <param name="operationSign">String representation of the unary operation.</param>
            <returns>Token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.#ctor(System.String)">
            <summary>
            Constructs unary operation token by its string representation.
            </summary>
            <param name="strOperationSymbol">
            String representation of the operation that will be created.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates unary operation from the data array and offset of the first byte in it.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Takes all needed operands from the stack and pushes the result of the operation.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and will receive the result of the operation.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
            Returns array of operands.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index of unary operation in the formula string.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings that contain unary operation operands.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.OperationType">
            <summary>
            Read-only. Type of operation.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnaryOperationPtg.Attributes">
            <summary>
            Array of all token attributes applied to the object.
            This property is used to increase performance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.s_arrAttributes">
            <summary>
            Contains all token attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.#ctor(System.String)">
            <summary>
            Creates token by string representation.
            </summary>
            <param name="strFormula">String should be equal to "(".</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When strFormula is not equal to "(".
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.PushResultToStack(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Collections.Generic.Stack{System.Object},System.Boolean)">
            <summary>
            Gets all needed operands from the Stack parameter and pushes result into the Stack.
            </summary>
            <param name="formulaUtil">Object used for formula parsing.</param>
            <param name="operands">
            Stack that contains all operands and will receive operation result as string.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.GetOperands(System.String,System.Int32@,Syncfusion.XlsIO.Implementation.FormulaUtil)">
            <summary>
             Returns array of string where each member corresponds to one argument.
            </summary>
            <param name="strFormula">Formula string.</param>
            <param name="index">Index of opening bracket.</param>
            <param name="formulaParser">Formula parser.</param>
            <returns>Array of strings that contain operation parameters.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.UpdateParseOptions(Syncfusion.XlsIO.ExcelParseFormulaOptions)">
            <summary>
            Updates parse formula options if necessary.
            </summary>
            <param name="options">Options to update.</param>
            <returns>Updated value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ParenthesesPtg.Attributes">
            <summary>
            Returns all TokenAttributes applied to the token. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg">
            <summary>
            This token contains a 3D reference or an external reference to a cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.m_usRefIndex">
            <summary>
            Index to a REF entry in an EXTERNSHEET record in the Link Table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            
            </summary>
            <param name="iCellRow"></param>
            <param name="iCellColumn"></param>
            <param name="iSheetIndex"></param>
            <param name="strRow"></param>
            <param name="strColumn"></param>
            <param name="bR1C1"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.Byte)">
            <summary>
            Creates token.
            </summary>
            <param name="iSheetIndex">Sheet reference.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iColIndex">Column index.</param>
            <param name="options">Options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg)">
            <summary>
            
            </summary>
            <param name="twin"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.ToString">
            <summary>
            Converts token to the string.
            </summary>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to the array of bytes.
            </summary>
            <returns>Array of bytes that represents this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.BaseToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calls ToString method of the base (not 3d) class.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iTokenRow"></param>
            <param name="iTokenColumn"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.GetCorrespondingErrorCode">
            <summary>
            Gets corresponding error code.
            </summary>
            <returns>Corresponding error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.GetSheetName(Syncfusion.XlsIO.IWorkbook,System.Int32)">
            <summary>
            Returns referenced worksheet name.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="refIndex">Sheet reference index</param>
            <returns>Referenced worksheet name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.SetSheetIndex(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets index of the sheet in correct value
            by getting the information from specified workbook.
            </summary>
            <param name="sheetName">Name of the worksheet that is referenced.</param>
            <param name="parent">
            Workbook that contains this record. It must contain specified worksheet.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index.
            </summary>
            <param name="index">Index of the token code.</param>
            <returns>Required token code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <param name="token">Token code (should be one of tRef1, tRef2, tRef3).</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg.RefIndex">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg">
            <summary>
            This token contains a 3D reference or an external reference to a cell.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg">
            <summary>
            This token contains the reference to a cell in the same sheet. It stores relative
            components as signed offsets and is used in shared formulas, conditional formatting,
            and data validity.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.#ctor(System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Constructs reference by its string representation.
            </summary>
            <param name="iCellRow">Row index of the cell that contains formula to parse.</param>
            <param name="iCellColumn">Column index of the cell that contains formula to parse.</param>
            <param name="strRow">String representation of the row.</param>
            <param name="strColumn">String representation of the column.</param>
            <param name="bR1C1">Indicates whether R1C1 notation was used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.ConvertSharedToken(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts token from shared formula into token from regular formula.
            </summary>
            <param name="parent">Parent workbook.</param>
            <param name="iRow">Row index.</param>
            <param name="iColumn">Column index.</param>
            <returns>New token for regular formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.Get3DToken(System.Int32)">
            <summary>
            Converts current token to the 3D token.
            </summary>
            <param name="iSheetReference">Reference to the worksheet.</param>
            <returns>Created token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <param name="token">Token code (should be one of tRefN1, tRefN2, tRefN3).</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefNPtg.IndexToCode(System.Int32)">
            <summary>
            Converts reference index to token code.
            </summary>
            <param name="index">Reference index.</param>
            <returns>Token code.</returns>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.m_usRefIndex">
            <summary>
            Index to a REF entry in an EXTERNSHEET record in the Link Table.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean)">
            <summary>
            Creates token.
            </summary>
            <param name="iCellRow">Row index of the cell that contains this token.</param>
            <param name="iCellColumn">Column index of the cell that contains this token.</param>
            <param name="iSheetIndex">Sheet reference.</param>
            <param name="column">String that contains column name.</param>
            <param name="row">String that contains row name.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.#ctor(System.Int32,System.Int32,System.Int32,System.Byte)">
            <summary>
            Creates token.
            </summary>
            <param name="iSheetIndex">Sheet reference.</param>
            <param name="iRowIndex">Row index.</param>
            <param name="iColIndex">Column index.</param>
            <param name="options">Options.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.ToString">
            <summary>
            Converts token to the string.
            </summary>
            <returns>String representation of the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to the array of bytes.
            </summary>
            <returns>Array of bytes that represents this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.BaseToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Calls ToString method of the base (not 3d) class.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Returns modified token after move operation.
            </summary>
            <param name="iCurSheetIndex">Current sheet index.</param>
            <param name="iTokenRow">Parent cell row index.</param>
            <param name="iTokenColumn">Parent cell column index.</param>
            <param name="iSourceSheetIndex">Source sheet index.</param>
            <param name="rectSource">Source rectangle.</param>
            <param name="iDestSheetIndex">Destination sheet index.</param>
            <param name="rectDest">Destination rectangle.</param>
            <param name="bChanged">Indicates whether token was changed.</param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.CodeToIndex">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.GetCorrespondingErrorCode">
            <summary>
            Gets corresponding error code.
            </summary>
            <returns>Corresponding error code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.GetSheetName(Syncfusion.XlsIO.IWorkbook,System.Int32)">
            <summary>
            Returns referenced worksheet name.
            </summary>
            <param name="book">Parent workbook.</param>
            <param name="refIndex">Sheet reference index</param>
            <returns>Referenced worksheet name.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.SetSheetIndex(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Sets index of the sheet in correct value
            by getting the information from specified workbook.
            </summary>
            <param name="sheetName">Name of the worksheet that is referenced.</param>
            <param name="parent">
            Workbook that contains this record. It must contain specified worksheet.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index.
            </summary>
            <param name="index">Index of the token code.</param>
            <returns>Required token code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.CodeToIndex(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Converts token code to index (inverse operation to IndexToCode).
            </summary>
            <param name="token">Token code (should be one of tRef1, tRef2, tRef3).</param>
            <returns>Reference index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefN3DPtg.RefIndex">
            <summary>
            Index to a REF entry in an EXTERNSHEET record in the Link Table.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg">
            <summary>
            This token contains the last 3D reference or external reference to a cell in a
            deleted row or column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            Creates token by its string representation.
            </summary>
            <param name="strFormula">String representation of the token.</param>
            <param name="parent">Workbook that contains this reference.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ref3DPtg)">
            <summary>
            Creates error token based on Ref3D token.
            </summary>
            <param name="dataHolder">Token to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.ToString">
            <summary>
            Converts token to string.
            </summary>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iTokenRow"></param>
            <param name="iTokenColumn"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.IndexToCode(System.Int32)">
            <summary>
            Returns token code by index.
            </summary>
            <param name="index">Index of the token code.</param>
            <returns>Required token code.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When index is less than 1 or greater than 3.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefError3dPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg">
            <summary>
            This token contains the last reference to a deleted cell in the same sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.ReferenceError">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#ctor(System.String)">
            <summary>
            
            </summary>
            <param name="errorName"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#ctor(System.String,Syncfusion.XlsIO.IWorkbook)">
            <summary>
            
            </summary>
            <param name="errorName"></param>
            <param name="book"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefPtg)">
            <summary>
            Creates error token based on specified ref token.
            </summary>
            <param name="dataHolder">Token to take data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.ToString">
            <summary>
            Converts token to a string.
            </summary>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.Offset(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Rectangle,System.Int32,System.Drawing.Rectangle,System.Boolean@,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            
            </summary>
            <param name="iCurSheetIndex"></param>
            <param name="iTokenRow"></param>
            <param name="iTokenColumn"></param>
            <param name="iSourceSheetIndex"></param>
            <param name="rectSource"></param>
            <param name="iDestSheetIndex"></param>
            <param name="rectDest"></param>
            <param name="bChanged"></param>
            <param name="book">Parent workbook.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.IndexToCode(System.Int32)">
            <summary>
            Converts reference index to token code.
            </summary>
            <param name="index">Reference index.</param>
            <returns>Token code.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.ConvertPtgToNPtg(Syncfusion.XlsIO.IWorkbook,System.Int32,System.Int32)">
            <summary>
            Converts tokens from regular formula into tokens from shared formula.
            </summary>
            <param name="parent">Parent workbook.</param>
            <param name="iRow">Represents first row from cells range of shared formula.Zero-base.</param>
            <param name="iColumn">Represents first column from cells range of shared formula.Zero-based.</param>
            <returns>New token for shared formula.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.RefErrorPtg.GetRange(Syncfusion.XlsIO.IWorkbook,Syncfusion.XlsIO.IWorksheet)">
            <summary>
            Returns range represented by the token that implements this interface.
            </summary>
            <param name="book">Workbook that contains range.</param>
            <param name="sheet">Worksheet that contains range.</param>
            <returns>Range represented by the token.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg">
            <summary>
            This token contains a string constant.
            The maximum length of the string is 255 characters in BIFF8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.m_strValue">
            <summary>
            String value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.m_compressed">
            <summary>
            1 - 2 bytes per character, 0 - 1 byte per character (compressed unicode).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.#ctor">
            <summary>
            Default constructor. To prevent user from creating a token without
            parameters and to allow descendants do this.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.#ctor(System.String)">
            <summary>
            Constructs token by string value.
            </summary>
            <param name="value">Value that will contain this token.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token using data from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.ToString(Syncfusion.XlsIO.Implementation.FormulaUtil,System.Int32,System.Int32,System.Boolean,System.Globalization.NumberFormatInfo,System.Boolean)">
            <summary>
            Converts token to a string.
            </summary>
            <param name="formulaUtil">Formula util.</param>
            <param name="iRow">Zero-based row index of the cell that contains this token.</param>
            <param name="iColumn">Zero-based row index of the cell that contains this token.</param>
            <param name="bR1C1">Indicates whether R1C1 notation should be used.</param>
            <returns>String representation of this token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.ToByteArray(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Converts token to array of bytes.
            </summary>
            <returns>Array of bytes that correspond to the token.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.InfillPTG(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32@,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infill PTG structure.
            </summary>
            <param name="provider">Represents storage.</param>
            <param name="offset">Offset in storage.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.StringConstantPtg.Value">
            <summary>
            Gets / sets value of this token (its string constant).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnknownPtg">
            <summary>
            This class represents the unknown token of a formula.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnknownPtg.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnknownPtg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Creates token from an array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the token data in data array.</param>
            <param name="version">Excel version that was used to infill data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnknownPtg.GetSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Read-only. Size of the token.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.UnknownPtg.ToString">
            <summary>
            Converts token to string.
            </summary>
            <returns>Converts token to the string.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken">
            <summary>
            Summary description for _FormulaConstants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.None">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAdd">
            <summary>
            Represents the tAdd binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tSub">
            <summary>
            Represents the tSub binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMul">
            <summary>
            Represents the tMul binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tDiv">
            <summary>
            Represents the tDiv binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tPower">
            <summary>
            Represents the tPower binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tConcat">
            <summary>
            Represents the tConcat binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tLessThan">
            <summary>
            Represents the tLessThan binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tLessEqual">
            <summary>
            Represents the tLessEqual binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tEqual">
            <summary>
            Represents the tEqual binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tGreaterEqual">
            <summary>
            Represents the tGreaterEqual binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tGreater">
            <summary>
            Represents the tGreater binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tNotEqual">
            <summary>
            Represents the tNotEqual binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tCellRangeIntersection">
            <summary>
            Represents the tCellRangeIntersection binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tCellRangeList">
            <summary>
            Represents the tCellRangeList binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tCellRange">
            <summary>
            Represents the tCellRange binary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tUnaryPlus">
            <summary>
            Represents the tUnaryPlus unary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tUnaryMinus">
            <summary>
            Represents the tUnaryMinus unary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tPercent">
            <summary>
            Represents the tPercent unary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tParentheses">
            <summary>
            Represents the tParentheses unary token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunction1">
            <summary>
            Represents the tFunction1 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunction2">
            <summary>
            Represents the tFunction2 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunction3">
            <summary>
            Represents the tFunction3 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionVar1">
            <summary>
            Represents the tFunctionVar1 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionVar2">
            <summary>
            Represents the tFunctionVar2 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionVar3">
            <summary>
            Represents the tFunctionVar3 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionCE1">
            <summary>
            Represents the tFunctionCE1 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionCE2">
            <summary>
            Represents the tFunctionCE2 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tFunctionCE3">
            <summary>
            Represents the tFunctionCE3 function token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMissingArgument">
            <summary>
            Represents the tMissingArgument constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tStringConstant">
            <summary>
            Represents the tStringConstant constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tError">
            <summary>
            Represents the tError constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tBoolean">
            <summary>
            Represents the tBoolean constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tInteger">
            <summary>
            Represents the tInteger constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tNumber">
            <summary>
            Represents the tNumber constant token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tExp">
            <summary>
            Represents the tExp control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tTbl">
            <summary>
            Represents the tTbl control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tExtended">
            <summary>
            Represents the tExtended control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAttr">
            <summary>
            Represents the tAttr control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tSheet">
            <summary>
            Represents the tSheet control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tEndSheet">
            <summary>
            Represents the tEndSheet control token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArray1">
            <summary>
            Represents the tArray1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArray2">
            <summary>
            Represents the tArray2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArray3">
            <summary>
            Represents the tArray3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tName1">
            <summary>
            Represents the tName1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tName2">
            <summary>
            Represents the tName2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tName3">
            <summary>
            Represents the tName3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef1">
            <summary>
            Represents the tRef1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef2">
            <summary>
            Represents the tRef2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef3">
            <summary>
            Represents the tRef3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea1">
            <summary>
            Represents the tArea1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea2">
            <summary>
            Represents the tArea2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea3">
            <summary>
            Represents the tArea3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemArea1">
            <summary>
            Represents the tMemArea1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemArea2">
            <summary>
            Represents the tMemArea2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemArea3">
            <summary>
            Represents the tMemArea3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemErr1">
            <summary>
            Represents the tMemErr1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemErr2">
            <summary>
            Represents the tMemErr2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemErr3">
            <summary>
            Represents the tMemErr3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMem1">
            <summary>
            Represents the tMemNoMem1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMem2">
            <summary>
            Represents the tMemNoMem2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMem3">
            <summary>
            Represents the tMemNoMem3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemFunc1">
            <summary>
            Represents the tMemFunc1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemFunc2">
            <summary>
            Represents the tMemFunc2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemFunc3">
            <summary>
            Represents the tMemFunc3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr1">
            <summary>
            Represents the tRefErr1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr2">
            <summary>
            Represents the tRefErr2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr3">
            <summary>
            Represents the tRefErr3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr1">
            <summary>
            Represents the tAreaErr1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr2">
            <summary>
            Represents the tAreaErr2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr3">
            <summary>
            Represents the tAreaErr3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN1">
            <summary>
            Represents the tRefN1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN2">
            <summary>
            Represents the tRefN2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN3">
            <summary>
            Represents the tRefN3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaN1">
            <summary>
            Represents the tAreaN1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaN2">
            <summary>
            Represents the tAreaN2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaN3">
            <summary>
            Represents the tAreaN3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemAreaN1">
            <summary>
            Represents the tMemAreaN1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemAreaN2">
            <summary>
            Represents the tMemAreaN2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemAreaN3">
            <summary>
            Represents the tMemAreaN3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMemN1">
            <summary>
            Represents the tMemNoMemN1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMemN2">
            <summary>
            Represents the tMemNoMemN2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tMemNoMemN3">
            <summary>
            Represents the tMemNoMemN3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tNameX1">
            <summary>
            Represents the tNameX1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tNameX2">
            <summary>
            Represents the tNameX2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tNameX3">
            <summary>
            Represents the tNameX3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef3d1">
            <summary>
            Represents the tRef3d1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef3d2">
            <summary>
            Represents the tRef3d2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRef3d3">
            <summary>
            Represents the tRef3d3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea3d1">
            <summary>
            Represents the tArea3d1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea3d2">
            <summary>
            Represents the tArea3d2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tArea3d3">
            <summary>
            Represents the tArea3d3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr3d1">
            <summary>
            Represents the tRefErr3d1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr3d2">
            <summary>
            Represents the tRefErr3d2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefErr3d3">
            <summary>
            Represents the tRefErr3d3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr3d1">
            <summary>
            Represents the tAreaErr3d1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr3d2">
            <summary>
            Represents the tAreaErr3d2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tAreaErr3d3">
            <summary>
            Represents the tAreaErr3d3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN3d1">
            <summary>
            Represents the tRefN3d1 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN3d2">
            <summary>
            Represents the tRefN3d2 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.tRefN3d3">
            <summary>
            Represents the tRefN3d3 operand token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.EndOfFormula">
            <summary>
            Indicates end of formula token. This token is used only for parser
            internal purposes and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.CloseParenthesis">
            <summary>
            Indicates closing parenthesis. This token is used only for parser
            internal purposes and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.Comma">
            <summary>
            Indicates delimiter between arguments. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.OpenBracket">
            <summary>
            Indicates open bracket. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.CloseBracket">
            <summary>
            Indicates close bracket. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.ValueTrue">
            <summary>
            Indicates boolean value - true. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.ValueFalse">
            <summary>
            Indicates boolean value - false. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.Space">
            <summary>
            Indicates space token. This token is used only for parser
            internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.Identifier">
            <summary>
            Indicates identifier token. This token can be range, named range, function call, etc.
            This token is used only for parser internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.DDELink">
            <summary>
            Indicates identifier token that contains DDE link.
            This token is used only for parser internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken.Identifier3D">
            <summary>
            Indicates 3D identifier token. This token can be range, named range.
            This token is used only for parser internal purpose and shouldn't appear in the resulting formula.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TOperation">
            <summary>
            Represents the operation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TOperation.TYPE_UNARY">
            <summary>
            Represents the TYPE_UNARY operation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TOperation.TYPE_BINARY">
            <summary>
            Represents the TYPE_BINARY operation type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TOperation.TYPE_FUNCTION">
            <summary>
            Represents the TYPE_FUNCTION operation type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.None">
            <summary>
            None priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.Equality">
            <summary>
            Logical equality priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.Concat">
            <summary>
            Concatenation priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.PlusMinus">
            <summary>
            Plus and minus operation priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.MulDiv">
            <summary>
            Multiplication and divide operations priority.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.Power">
            <summary>
            Priority of the power operation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.UnaryMinus">
            <summary>
            Unary operation priority (-,+,%).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.Priority.CellRange">
            <summary>
            Cell Range operator (:).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute">
            <summary>
            Attribute provides link information between formula token and
            formula token class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.m_Code">
            <summary>
            Type of the formula token.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.m_strOperationSymbol">
            <summary>
            String representation of the operation (if this is attribute for
            operation), otherwise string.Empty.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.m_bPlaceAfter">
            <summary>
            True if operation symbol should be placed after operand
            (only for unary operands).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.#ctor">
            <summary>
            Cannot create without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken)">
            <summary>
            Creates token attribute by Formula code.
            </summary>
            <param name="Code">Code of the token that will be created.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.String)">
            <summary>
            Creates token attribute by formula code and operation sign.
            </summary>
            <param name="Code">Token code.</param>
            <param name="OperationSymbol">String representation of the operation.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.Formula.FormulaToken,System.String,System.Boolean)">
            <summary>
            Creates token attribute by formula code, operation sign, and position of
            placement (before the False or after the True operand - this is only for unary operations,
            default value is False).
            </summary>
            <param name="Code">Code of the operation.</param>
            <param name="OperationSymbol">String representation of the operation.</param>
            <param name="bPlaceAfter">True if operation is placed after operands; False if before.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.FormulaType">
            <summary>
            Read-only. Type of the formula token.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.OperationSymbol">
            <summary>
            Read-only. String representation of the operation (if this is attribute for
            operation); otherwise string.Empty.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.TokenAttribute.IsPlaceAfter">
            <summary>
            Read-only. True if operation symbol should be placed after operand
            (only for unary operands).
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute">
            <summary>
            There can be multiple token codes that correspond to one class,
            i.e. tRef1, tRef2, tRef3 correspond to class RefPtg.
            This attribute is used to help FormulaUtil choose the token code to use.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.m_iIndex">
            <summary>
            Index of the reference type (for tokens that can have several types).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.m_arrIndex">
            <summary>
            Array of indexes, first correspond to first parameter,
            second  for the second parameter and so on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.m_TargetType">
            <summary>
            Expected token type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.#ctor">
            <summary>
            To prevent construction without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.#ctor(System.Int32)">
            <summary>
            Creates attribute that describes the function that has
            the same token index index for all arguments.
            </summary>
            <param name="index">Index of the token.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.#ctor(System.Int32[])">
            <summary>
            Creates attribute for function with specified token indexes order.
            First member of the array corresponds to the first argument of the function,
            second member for the second argument and so on.
            </summary>
            <param name="arrParams">Array of token indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.#ctor(System.Type,System.Int32[])">
            <summary>
            Creates attribute for specified token type with specified token indexes.
            </summary>
            <param name="targetType">Target token class.</param>
            <param name="arrParams">Array of token indexes.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.#ctor(System.Type,System.Int32)">
            <summary>
            Creates attribute for specified token type with specified token indexes.
            </summary>
            <param name="targetType">Target token class.</param>
            <param name="index">Token index for all function parameters.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.Index">
            <summary>
            Returns index of the reference.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.Item(System.Int32)">
            <summary>
            Returns token index for the specified argument number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.TargetType">
            <summary>
            Target token class
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ReferenceIndexAttribute.Count">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute">
            <summary>
            This attribute describes error code. Used for converting error messages from
            and to string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.m_StringValue">
            <summary>
            String that represents error.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.m_ErrorCode">
            <summary>
            Code of the error.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.#ctor">
            <summary>
            To prevent creation without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.#ctor(System.String,System.Int32)">
            <summary>
            Creates attribute for error with specified string value and error code.
            </summary>
            <param name="stringValue">String representation of the error.</param>
            <param name="errorCode">Error code.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.StringValue">
             <summary>
            
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.Formula.ErrorCodeAttribute.ErrorCode">
             <summary>
            
             </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord">
            <summary>
            This record specifies if the option to print sheet grid lines
            (PrintGridlinesRecord) has ever been changed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.m_usGridsetFlag">
            <summary>
            Flag denoting whether the user has modified the grid lines.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.GridsetFlag">
            <summary>
            This flag specifies if the option to print sheet grid lines
            (PrintGridlinesRecord) has ever been changed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GridsetRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord">
            <summary>
            Contains information about the layout of outline symbols.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.m_usLeftRowGutter">
            <summary>
            Width of the area to display row outlines (left of the sheet), in pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.m_usTopColGutter">
            <summary>
            Height of the area to display column outlines (above the sheet), in pixels.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.m_usMaxRowLevel">
            <summary>
            Number of visible row outline levels (used row levels + 1;
            or 0, if not used).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.m_usMaxColLevel">
            <summary>
            Number of visible column outline levels (used column levels + 1;
             or 0, if not used).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.LeftRowGutter">
            <summary>
            Width of the area to display row outlines (left of the sheet), in pixels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.TopColumnGutter">
            <summary>
            Height of the area to display column outlines (above the sheet), in pixels.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.MaxRowLevel">
            <summary>
            Number of visible row outline levels (used row levels + 1;
            or 0, if not used).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.MaxColumnLevel">
            <summary>
            Number of visible column outline levels (used column levels + 1;
            or 0, if not used).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.GutsRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord">
            <summary>
            If this record exists in the stream, then Excel contains Visual Basic macros.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HasBasicRecord.MaximumRecordSize">
            <summary>
            Maximum possible size of the record. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord">
            <summary>
            Summary description for HeaderFooterImageRecord.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord">
            <summary>
            This record contains a drawing object provided by the Drawing tool.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.DEF_DATA_OFFSET">
            <summary>
            Data offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.m_tempData">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.m_arrStructures">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.ParseStructure">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.ParseData">
            <summary>
            Parses data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.CreateDataList(System.Int32@)">
            <summary>
            Creates List for all data.
            </summary>
            <param name="iStartIndex">First free index in the resulting List.</param>
            <returns>Created List.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.FillDataList(System.IO.Stream,System.Int32)">
            <summary>
            Fills array list with structures data.
            </summary>
            <param name="stream">Stream to put resulting data into.</param>
            <param name="iStartIndex">Start index in List.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.AddStructure(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.Structures">
            <summary>
            Returns array with all mso structures. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.StructuresList">
            <summary>
            Returns List with all mso structures. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array
            or if it can be cleaned. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingGroupRecord.StructuresOffset">
            <summary>
            Offset to the structures data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.DEF_RECORD_START">
            <summary>
            Record header in workbook part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.DEF_WORKSHEET_RECORD_START">
            <summary>
            Record header in worksheet part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.DEF_CONTINUE_START">
            <summary>
            Record header in workbook when it is not first record
            (when it is used instead of Continue record).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.DEF_DATA_OFFSET">
            <summary>
            Data offset.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.CreateDataList(System.Int32@)">
            <summary>
            Creates List for all data.
            </summary>
            <param name="iStartIndex">First free index in the resulting List.</param>
            <returns>Created List.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.AddRecordData(System.Collections.Generic.List{System.Byte[]},Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Adds record data from single record to the List.
            </summary>
            <param name="arrRecords">List to add data to.</param>
            <param name="record">Record to add data from.</param>
            <returns>Size of the added data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.CreateBuilder">
            <summary>
            Creates continue record builder.
            </summary>
            <returns>Created builder.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.SetLength(System.Int32)">
            <summary>
            Sets length of the internal data.
            </summary>
            <param name="iLength">Length to set.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterImageRecord.StructuresOffset">
            <summary>
            Offset to the structures data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HeaderContinueRecordBuilder">
            <summary>
            Special class for building Continue Records.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder">
            <exclude/>
             <summary>
             Special class for building Continue Records.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_parent">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iPos">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iContinuePos">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iContinueSize">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iTotal">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iMax">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_firstContinueType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_continueType">
            <summary>
            Type of additional records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.m_iContinueCount">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw)">
            <summary>
            
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.AppendByte(System.Byte)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.AppendBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Write array of data into output stream.
            </summary>
            <param name="data">Array of data.</param>
            <param name="start">Start index of an array.</param>
            <param name="length">Length of data to copy.</param>
            <returns>Quantity of created Continue Records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.AppendUInt16(System.UInt16)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.CheckIfSpaceNeeded(System.Int32)">
            <summary>
            Method that checks if Continue Record is needed.
            </summary>
            <param name="length">Length of data that needs to be stored.</param>
            <returns>True if Continue Record will be needed for data storage;
            otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.StartContinueRecord">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.UpdateContinueRecordSize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.UpdateCounters(System.Int32)">
            <summary>
            
            </summary>
            <param name="iLen"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.FreeSpace">
            <summary>
            Returns the unused bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.Total">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.Position">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.Max">
            <summary>
            Return maximum size of record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.FirstContinueType">
            <summary>
            Type of the first additional record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.ContinueType">
            <summary>
            Type of additional records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.MaximumSize">
            <summary>
            Maximum size of the continue record data.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.OnFirstContinue">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderContinueRecordBuilder.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.BiffContinueRecordRaw)">
            <summary>
            
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderContinueRecordBuilder.AppendBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Write array of data into output stream.
            </summary>
            <param name="data">Array of data.</param>
            <param name="start">Start index of an array.</param>
            <param name="length">Length of data to copy.</param>
            <returns>Quantity of created Continue Records.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HeaderContinueRecordBuilder.MaximumSize">
            <summary>
            Maximum size of the continue record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.Record2003Length">
            <summary>
            Excel 2003 record length
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.Record2010Length">
            <summary>
            Excel 2010 record length
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.m_bfHFDiffOddEven">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.m_bfHFDiffFirst">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.m_bfHFScaleWithDoc">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.m_bfHFAlignMargins">
            <summary>
            Type of data in categories.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.m_arrBytes">
            <summary>
            Record databytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.recordCode">
            <summary>
            HeaderFooter Record Code
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.#ctor">
            <summary>
            Default constructor, initializes all fields with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HeaderAndFooterRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord">
            <summary>
            This record stores RecalcId identifiers.    
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.m_record">
            <summary>
            Represents the Record Type
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.m_dwBuild">
            <summary>
            Represents Calc Identifier.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read/Initialize constructor
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.RecordId">
            <summary>
            Represents the user interface language of the Excel version
            that saved this file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.CalcIdentifier">
            <summary>
            Represents the system regional settings
            at the time the file was saved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RecalcIdRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord">
            <summary>
            Specifies a header for a sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.m_strValue">
            <summary>
            Header string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.Value">
            <summary>
            Header string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HeaderFooterRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord">
            <summary>
            Flag defines whether to hide placeholders and object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.m_usHideObj">
            <summary>
            Flag that defines whether to hide placeholders and object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.HideObject">
            <summary>
            Flag that defines whether to hide placeholders and object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HideObjRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord">
            <summary>
            The record represents an empty cell.
            It contains the cell address and formatting information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_LENGTH">
            <summary>
            GUID size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.STDLINK_START_BYTE">
            <summary>
            Start byte of the standard link GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.URLMONIKER_START_BYTE">
            <summary>
            Start byte of the URL moniker GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FILEMONIKER_START_BYTE">
            <summary>
            Start byte of the file moniker GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.DEF_BACKSLASH">
            <summary>
            String represent the backslash.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_STDLINK">
            <summary>
            Standard link GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_URLMONIKER">
            <summary>
            URL moniker GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_FILEMONIKER">
            <summary>
            File moniker GUID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_STDLINK_BYTES">
            <summary>
            Standard link GUID bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_URLMONIKER_BYTES">
            <summary>
            URL moniker GUID bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.GUID_FILEMONIKER_BYTES">
            <summary>
            File moniker GUID bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FILE_UNKNOWN">
            <summary>
            Unknown block in the file link.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FILE_UNKNOWN2">
            <summary>
            Another unknown block in the file link.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_usFirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_usLastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_usFirstColumn">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_usLastColumn">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiUnknown">
            <summary>
            Unknown value: 00000002H.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bFileOrUrl">
            <summary>
            True if file link or URL.
            False if no link.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bAbsolutePathOrUrl">
            <summary>
            True if absolute path or URL.
            False if relative file path.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bDescription1">
            <summary>
            If this field and other description bits are
            True, then there is a description.
            False if there is no description.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bTextMark">
            <summary>
            True if there is a text mark.
            False if there is no text mark.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bDescription2">
            <summary>
            If this field and other description bits are
            True, then there is description.
            False if there is no description.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bTargetFrame">
            <summary>
            True if there is a target frame.
            False if there is no target frame.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_bUncPath">
            <summary>
            True if UNC path (incl. server name).
            False if file link or URL.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiDescriptionLen">
            <summary>
            (optional, see option flags) Character count of description text,
            including trailing zero word.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strDescription">
            <summary>
            (optional, see option flags) Character array of description text,
            no Unicode string header, always 16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiTargetFrameLen">
            <summary>
            (optional, see option flags) Character count of target frame,
            including trailing zero word.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strTargetFrame">
            <summary>
            (optional, see option flags) Character array of target frame,
            no Unicode string header, always 16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiTextMarkLen">
            <summary>
            (optional, see option flags) Character count of the text mark,
            including trailing zero word.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strTextMark">
            <summary>
            (optional, see option flags) Character array of the text
            mark without "#" sign, no Unicode string header, always
            16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_LinkType">
            <summary>
            HyperLink type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiUrlLen">
            <summary>
            URL length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strUrl">
            <summary>
            URL string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_usDirUpLevel">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiFileNameLen">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strFileName">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiFollowSize">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiXFilePathLen">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strXFilePath">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_uiUncLen">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.m_strUnc">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseDescription(System.Int32@)">
            <summary>
            Parses description.
            </summary>
            <param name="iOffset">Offset to the description data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseTargetFrame(System.Int32@)">
            <summary>
            Parses target frame.
            </summary>
            <param name="iOffset">Offset to the target frame data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseSpecialData(System.Int32@)">
            <summary>
            Parses special data block.
            </summary>
            <param name="iOffset">Offset to the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseTextMark(System.Int32@)">
            <summary>
            Parses text mark.
            </summary>
            <param name="iOffset">Offset to the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CheckUrl(System.Int32@)">
            <summary>
            Checks whether it is ULR link.
            </summary>
            <param name="iOffset">Offset to the GUID to check.</param>
            <returns>True if it is URL link.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CheckLocalFile(System.Int32@)">
            <summary>
            Checks whether it is link to a local file.
            </summary>
            <param name="iOffset">Offset to the GUID to check.</param>
            <returns>True if it is link to the local file.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CheckUnc(System.Int32@)">
            <summary>
            Checks whether it is link to a UNC.
            </summary>
            <param name="iOffset">Offset to the GUID to check.</param>
            <returns>True if it is link to the UNC.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseUrl(System.Int32@)">
            <summary>
            Parses URL.
            </summary>
            <param name="iOffset">Offset to the URL data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseFile(System.Int32@)">
            <summary>
            Parses link to a file.
            </summary>
            <param name="iOffset">Offset to the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseUnc(System.Int32@)">
            <summary>
            Parses UNC link.
            </summary>
            <param name="iOffset">Offset to the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.ParseWorkbook(System.Int32@)">
            <summary>
            Parses link to the workbook.
            </summary>
            <param name="iOffset">Offset to the data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillLenAndString(System.UInt32@,System.String@,System.Boolean)">
            <summary>
            Infill's length and string value.
            </summary>
            <param name="uiLen">String length.</param>
            <param name="strValue">String value.</param>
            <param name="bBytesCount">Indicates whether length is one byte.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillSpecialData">
            <summary>
            Infills special data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillFileSpecialData">
            <summary>
            Infills file special data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillUncSpecialData">
            <summary>
            Infills UNC special data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillUrlSpecialData">
            <summary>
            Infills URL special data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.InfillWorkbookSpecialData">
            <summary>
            Infills workbook special data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.SetOptionFlags">
            <summary>
            Sets options according to the link type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FirstColumn">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.LastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.LastColumn">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.Unknown">
            <summary>
            Unknown value: 00000002H. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsFileOrUrl">
            <summary>
            True if file link or URL.
            False if no link.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsAbsolutePathOrUrl">
            <summary>
            True if absolute path or URL.
            False if relative file path.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsDescription">
            <summary>
            True if there is description.
            False if there is no description.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsTextMark">
            <summary>
            True if there is a text mark.
            False if there is no text mark.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsTargetFrame">
            <summary>
            True if there is a target frame.
            False if there is no target frame.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsUncPath">
            <summary>
            True if UNC path (incl. server name).
            False if file link or URL.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CanBeUrl">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CanBeFile">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CanBeUnc">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.CanBeWorkbook">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.DescriptionLen">
            <summary>
            (optional, see option flags) Character count of description text,
            including trailing zero word. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.Description">
            <summary>
            (optional, see option flags) Character array of description text,
            no Unicode string header, always 16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.TargetFrameLen">
            <summary>
            (optional, see option flags) Character count of target frame,
            including trailing zero word. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.TargetFrame">
            <summary>
            (optional, see option flags) Character array of target frame,
            no Unicode string header, always 16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.TextMarkLen">
            <summary>
            (optional, see option flags) Character count of the text mark,
            including trailing zero word.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.TextMark">
            <summary>
            (optional, see option flags) Character array of the text
            mark without the "#" sign, no Unicode string header, always
            16-bit characters, zero-terminated.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.LinkType">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsUrl">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.IsFileName">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.UrlLen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.Url">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.DirUpLevel">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FileNameLen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FileName">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.FollowSize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.XFilePathLen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.XFilePath">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.UncLen">
            <summary>
            Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HLinkRecord.UncPath">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord">
            <summary>
            Contains a list of explicit column page breaks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.DEF_SUBITEM_SIZE">
            <summary>
            Size of the subitem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.FixedSize">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.m_usBreaksCount">
            <summary>
            Number of page breaks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.m_arrPageBreaks">
            <summary>
            Array of HorizontalPageBreaks.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.#ctor">
            <summary>
            Default constructor, sets all fields' default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            When data array does not fit to the page breaks array.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.PageBreaks">
            <summary>
            Array of HorizontalPageBreaks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak">
            <summary>
            This class contains information about single page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.m_usRow">
            <summary>
            The row of the break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.m_usStartCol">
            <summary>
            The starting column of the break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.m_usEndCol">
            <summary>
            The ending column of the break.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.#ctor(System.UInt16,System.UInt16,System.UInt16)">
            <summary>
            Constructs class instance and fills fields with values.
            </summary>
            <param name="Row">Row of the break.</param>
            <param name="StartCol">Starting column of the break.</param>
            <param name="EndCol">Ending column of the break.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.Row">
            <summary>
            The row of the break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.StartColumn">
            <summary>
            The starting column of the break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.HorizontalPageBreaksRecord.THPageBreak.EndColumn">
            <summary>
            The ending column of the break.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ImageDataRecord">
            <summary>
            This record contains the complete description of a bitmapped graphic object,
            such as a drawing created by a graphic tool.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue">
            <summary>
            Summary description for BiffRecordWithContinue.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider">
            <summary>
            Summary description for BiffRecordRawWithDataProvider.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.m_provider">
            <summary>
            Object that gives access to the record's data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.Finalize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into
            an internal Data array: m_data. This method is called by
            FillStream, when the record must be serialized into stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.GetString(System.Int32,System.Int32)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <returns>Retrieved string.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            if Offset + iStrLen is out of data array
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.GetString(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.GetString(System.Int32,System.Int32,System.Int32@,System.Boolean)">
            <summary>
            Gets string from internal record data using GetBytes.
            </summary>
            <param name="offset">Offset of starting byte.</param>
            <param name="iStrLen">Length of the string.</param>
            <param name="iBytesInString">Gets bytes count that this string occupies in the data array.</param>
            <param name="isByteCounted">Flag for is bytes count available.</param>
            <returns>Retrieved string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.GetUnkTypeString(System.Int32,System.Collections.Generic.IList{System.Int32},System.Int32,System.Int32@,System.Int32@,System.Byte[]@,System.Byte[]@)">
            <summary>
            Detect type of string and extracts it.
            </summary>
            <param name="offset">Record data offset.</param>
            <param name="continuePos">Contain next position.</param>
            <param name="continueCount">Number of elements in the continuePos collection.</param>
            <param name="iBreakIndex">Current index in the continuePos array.</param>
            <param name="length">Length of string record.</param>
            <param name="rich">Array of rich formatting values.</param>
            <param name="extended">Array of unknown FarEast data.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetByte(System.Int32,System.Byte)">
            <summary>
            Sets byte in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Byte value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetUInt16(System.Int32,System.UInt16)">
            <summary>
            Sets ushort in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetBytes(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetBytes(System.Int32,System.Byte[])">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetStringNoLen(System.Int32,System.String)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.SetStringNoLen(System.Int32,System.String,System.Boolean)">
            <summary>
            Sets string in internal record data array using SetBytes method
            without string length.
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="bEmptyCompressed">Indicates whether write compressed attribute for empty strings.</param>
            <returns>Size of the string in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithDataProvider.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.DEF_WORD_MASK">
            <summary>
            Mask to get two bytes value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.m_arrContinuePos">
            <summary>
            Array that contains positions of data of the continue records
            in the m_data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.m_iFirstLength">
            <summary>
            Size of the first record length.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.FillRecord(System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.Byte[])">
            <summary>
            Read from stream record data.
            </summary>
            <param name="reader">Stream with record data.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="decryptor">Object that should be used to parse encrypted records.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Size of the record data.</returns>
            <exception cref="T:System.ArgumentNullException">If reader is NULL.</exception>
            <exception cref="T:System.ApplicationException">
            If stream is not be big enough for data (end of stream
            reached) and all data were not read.
            </exception>
            <exception cref="T:System.ApplicationException">
            If record code is zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            Save record data to stream.
            </summary>
            <param name="writer">Writer that will receive record data.</param>
            <param name="provider">Represents data provider.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns>Size of the record in the stream.</returns>
            <exception cref="T:System.ArgumentNullException">If writer is NULL.</exception>
            <exception cref="T:System.ApplicationException">
            If m_iLength of internal record data array is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.FirstContinueType">
            <summary>
            Type of the first continue record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue.AddHeaderToProvider">
            <summary>
            Indicates whether we should add header of continue records to the internal data provider. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ImageDataRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ImageDataRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into
            an internal Data array: m_data. This method is called by
            FillStream, when the record must be serialized into stream.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord">
            <exclude/>
             <summary>
             Occurs right after BOF, gives information where the DBCELL records are for a sheet.
             Important for locating cells.
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_iReserved0">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_iFirstRow">
            <summary>
            Index to first used row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_iLastRowAdd1">
            <summary>
            Index to first row of unused tail of sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_iReserved1">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_arrDbCells">
            <summary>
            Array of absolute stream positions to the DBCELL record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.m_arrDBCellRecords">
            <summary>
            Array with DBCell records that must be referenced by this record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.FillStream(System.IO.BinaryWriter,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IEncryptor,System.Int32)">
            <summary>
            
            </summary>
            <param name="writer"></param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="encryptor">Object to encrypt data.</param>
            <param name="streamPosition">Position in the output stream. Used to increase performance.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.UpdateOffsets">
            <summary>
            Method update fields of record which must contain stream offset
            or other data. This method must be called before save operation
            when all records placed in array on own positions and offsets can
            be freely calculated.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.FirstRow">
            <summary>
            Index to first used row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.LastRow">
            <summary>
            Index to first row of unused tail of sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.DbCells">
            <summary>
            Array of nm absolute stream positions to the DBCELL record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.Reserved0">
            <summary>
            Read-only. Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.Reserved1">
            <summary>
            Read-only. Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IndexRecord.DbCellRecords">
            <summary>
            Gets / sets array with DBCell records that must be referenced by this record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord">
            <summary>
            Shows where the Interface Records end (MMS) (has no fields).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceEndRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord">
            <summary>
            Defines the beginning of Interface records (MMS).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.m_usCodepage">
            <summary>
            The codepage for the file.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.Codepage">
            <summary>
            The codepage for the file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.InterfaceHdrRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder">
            <summary>
            Summary description for IntPtrContinueRecordBuilder.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_parent">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iPos">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iContinuePos">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iContinueSize">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iTotal">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iMax">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_continueType">
            <summary>
            Type of additional records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iContinueCount">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iFirstRecordLength">
            <summary>
            Size of the first record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.m_iContinueHeaderSize">
            <summary>
            Size of the header for continue records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordWithContinue,System.Int32)">
            <summary>
            Initializes new instance of the continue record builder.
            </summary>
            <param name="parent">Parent record.</param>
            <param name="continueHeaderSize">Size of the continue record header.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.AppendByte(System.Byte)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.AppendBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Write array of data into output stream.
            </summary>
            <param name="data">Array of data.</param>
            <param name="start">Start index of an array.</param>
            <param name="length">Length of data to copy.</param>
            <returns>Quantity of created Continue Records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.AppendUInt16(System.UInt16)">
            <summary>
            
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.CheckIfSpaceNeeded(System.Int32)">
            <summary>
            Method that checks if Continue Record is needed.
            </summary>
            <param name="length">Length of data that needs to be stored.</param>
            <returns>True if Continue Record will be needed for data storage;
            otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.StartContinueRecord">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.UpdateContinueRecordSize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.UpdateCounters(System.Int32)">
            <summary>
            
            </summary>
            <param name="iLen"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.FreeSpace">
            <summary>
            Returns the unused bytes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.Total">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.Position">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.Offset">
            <summary>
            Offset from the current record (or continue record) start. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.Max">
            <summary>
            Return maximum size of record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.FirstContinueType">
            <summary>
            Type of the first additional record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.ContinueType">
            <summary>
            Type of additional records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.MaximumSize">
            <summary>
            Maximum size of the continue record data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.FirstRecordLength">
            <summary>
            Size of the first record.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder.OnFirstContinue">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider">
            <summary>
            Summary description for IntPtrDataProvider.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.m_ptrHeapHandle">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.m_ptrData">
            <summary>
            Pointer to the data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.m_lPointer">
            <summary>
            m_ptrData converted into Int64 value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.m_bControlPointer">
            <summary>
            Indicates whether this instance is responsible for memory allocation and freeing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.m_iSize">
            <summary>
            Size of the allocated data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.#ctor(System.IntPtr)">
            <summary>
            Default constructor to prevent creation of items without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.Finalize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ReadByte(System.Int32)">
            <summary>
            Returns byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Byte at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ReadInt16(System.Int32)">
            <summary>
            Returns Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int16 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ReadInt32(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ReadInt64(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="arrDestination">Destination array.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.Read(System.IO.BinaryReader,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Reads data from BinaryReader.
            </summary>
            <param name="reader">Reader to get data from.</param>
            <param name="iOffset">Offset in the internal data to start filling from.</param>
            <param name="iLength">Number of bytes to read.</param>
            <param name="arrBuffer">Temporary buffer to use.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ReadString(System.Int32,System.Int32,System.Text.Encoding,System.Boolean)">
            <summary>
            Reads string from data provider.
            </summary>
            <param name="offset">Offset to the first character.</param>
            <param name="stringLength">Number of bytes in the string.</param>
            <param name="encoding">Encoding to use.</param>
            <param name="isUnicode">Indicates is unicode encoding.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteByte(System.Int32,System.Byte)">
            <summary>
            Writes byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Byte value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteInt16(System.Int32,System.Int16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteUInt16(System.Int32,System.UInt16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteInt32(System.Int32,System.Int32)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteInt64(System.Int32,System.Int64)">
            <summary>
            Writes Int64 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int64 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteBit(System.Int32,System.Boolean,System.Int32)">
            <summary>
            Sets one bit in specified byte in internal record data array.
            </summary>
            <param name="offset">Offset of the byte in the data array.</param>
            <param name="bitPos">Bit position in the byte.</param>
            <param name="value">Value of bit.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If bitPos is less than zero or more than 7.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteDouble(System.Int32,System.Double)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Double value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteStringNoLenUpdateOffset(System.Int32@,System.String,System.Boolean)">
            <summary>
            Sets string in internal data without string length,
            updates offset parameter (adds string length).
            </summary>
            <param name="offset">Offset to the string.</param>
            <param name="value">Value of the string.</param>
            <param name="unicode">Indicates whether string must be stored using Unicode encoding or not.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.WriteBytes(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Sets bytes in internal record data array values.
            </summary>
            <param name="offset">Offset in internal record data array to start from.</param>
            <param name="value">Array of bytes to set.</param>
            <param name="pos">Position in value array to the data that will be set.</param>
            <param name="length">Length of the data.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If value array is NULL.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If pos or length would be less than zero  or their sum would be more
              than size of value array.
            </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
              If internal record data array is too small for receiving value array
              and AutoGrowData is False.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.OnDispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.EnsureCapacity(System.Int32)">
            <summary>
            Resizes internal storage if necessary.
            </summary>
            <param name="size">Required size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.Clear">
            <summary>
            Clears internal storage if allowed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.CopyTo(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            Copies data from internal storage into specified provider.
            </summary>
            <param name="iSourceOffset">Source offset.</param>
            <param name="destination">Destination provider.</param>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iLength">Size in bytes of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.ZeroMemory">
            <summary>
            Writes zeros inside memory block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.MoveMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Moves memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.CopyMemory(System.Int32,System.Int32,System.Int32)">
            <summary>
            Copies memory inside internal buffer.
            </summary>
            <param name="iDestOffset">Destination offset.</param>
            <param name="iSourceOffset">Source offset.</param>
            <param name="iMemorySize">Memory size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.CreateProvider">
            <summary>
            Creates provider of the same type.
            </summary>
            <returns>Created provider object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.DataPointer">
            <summary>
            Gets / sets internal data storage.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.Capacity">
            <summary>
            Returns size of the internal buffer. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.HeapHandle">
            <summary>
            Returns heap handle.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IntPtrDataProvider.IsCleared">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord">
            <summary>
            Tells whether to iterate over formula calculations or not
            (if a formula is dependent upon another formula's result)
            (odd feature for something that can only have 32 elements in a formula).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.m_usIteration">
            <summary>
            0 = Iterations off; 1 = Iterations on
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.IsIteration">
            <summary>
            0 = Iterations off; 1 = Iterations on
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IterationRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord">
            <summary>
            This record contains the addresses of all row and column label ranges
            in the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.m_usRowRangesCount">
            <summary>
            Number of ranges in row ranges array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.m_arrRowRanges">
            <summary>
            Cell range address list with all row label ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.m_usColRangesCount">
            <summary>
            Number of ranges in column ranges array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.m_arrColRanges">
            <summary>
            Cell range address list with all column label ranges.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If last byte of the parsed data won't be the last byte of read data.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.RowRangesCount">
            <summary>
            Read-only. Number of ranges in row ranges array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.RowRanges">
            <summary>
            Cell range address list with all row label ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.ColRangesCount">
            <summary>
            Read-only. Number of ranges in column ranges array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.ColRanges">
            <summary>
            Cell range address list with all column label ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRangesRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord">
            <summary>
            This record represents a cell that contains a string.
            In BIFF8, it is replaced by the LABELSST record.
            Nevertheless, Excel can import a LABEL record contained in a BIFF8 file.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IStringValue">
            <summary>
            This interface supports StringValue property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IStringValue.StringValue">
            <summary>
            Returns string value. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.DEF_FIXED_PART">
            <summary>
            Size of fixed part. 6 bytes - row, column and xf index, 2 bytes string len, 1 byte string type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.m_strLabel">
            <summary>
            Label - Unicode string
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.Label">
            <summary>
            Label - Unicode string
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.Syncfusion#XlsIO#Parser#Biff_Records#IStringValue#StringValue">
            <summary>
            Returns string value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelRecord.Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord">
            <summary>
            Represents a cell that contains a string.
            Refers to a string in the shared string table and is a column value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.DEF_INDEX_OFFSET">
            <summary>
            Index offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.m_iSSTIndex">
            <summary>
            Index into SST record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.SetSSTIndex(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Sets new index.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the start of the record data.</param>
            <param name="iNewIndex">New SST index.</param>
            <param name="version">Excel version of the used data storage.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.GetSSTIndex(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Sets new index.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the start of the record data.</param>
            <param name="version">Excel version of the used data storage.</param>
            <returns>Index in the SST table.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.SSTIndex">
            <summary>
            Index into SST record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.LabelSSTRecord.MaximumMemorySize">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord">
            <summary>
            This record is part of the Page Settings block.
            It contains the margin of the current worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.DEFAULT_VALUE">
            <summary>
            Default value of top margin.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.m_dbMargin">
            <summary>
            It contains the top page margin of the current worksheet
            (IEEE floating-point value).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.Margin">
            <summary>
            Maximum change in iteration (IEEE floating-point value).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MarginRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord">
            <summary>
            Contains all merged cell ranges of the current sheet.
            Optional record defining a square area of cells to "merge" into one cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.DEF_MAXIMUM_REGIONS">
            <summary>
            Maximum possible number of regions in the single MergeCells record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.m_usNumber">
            <summary>
            Number of ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.m_arrRegions">
            <summary>
            All merged cell ranges of the current sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks a record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.SetRegions(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion[])">
            <summary>
            Copies regions to the internal array.
            </summary>
            <param name="iStartIndex">First region to copy.</param>
            <param name="iCount">Regions count.</param>
            <param name="arrRegions">Array with regions to copy.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.RangesNumber">
            <summary>
            Returns number of ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.Regions">
            <summary>
            All merged cell ranges of the current sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion">
            <summary>
            This class contains information about the region of merged cells.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.m_iRowFrom">
            <summary>
            First row of the region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.m_iRowTo">
            <summary>
            Last row of the region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.m_iColFrom">
            <summary>
            First column of the region.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.m_iColTo">
            <summary>
            Last column of the region.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.#ctor">
            <summary>
            To prevent creation without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion)">
            <summary>
            Creates copy of region.
            </summary>
            <param name="region">Region to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates region by specified first and last rows and first and last columns.
            </summary>
            <param name="rowFrom">First row of the region.</param>
            <param name="rowTo">Last row of the region.</param>
            <param name="colFrom">First column of the region.</param>
            <param name="colTo">Last row of the region.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.MoveRegion(System.Int32,System.Int32)">
            <summary>
            Moves region.
            </summary>
            <param name="iRowDelta">Row delta.</param>
            <param name="iColDelta">Column delta.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.GetRectangle">
            <summary>
            Converts region into Rectangle.
            </summary>
            <returns>Rectangle corresponding to this region.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.Clone">
            <summary>
            Creates a copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.Equals(Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion,Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion)">
            <summary>
            Compares two merged regions.
            </summary>
            <param name="region1">First region to compare.</param>
            <param name="region2">Second region to compare.</param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.Equals(System.Object)">
            <summary>
            Determines whether the specified object is equal to the current object.
            </summary>
            <param name="obj">The object to compare with the current object.</param>
            <returns>True if the specified object is equal to the current object; otherwise, false.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.GetHashCode">
            <summary>
            Serves as a hash function for a MergedRegion object.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.RowFrom">
            <summary>
            Read-only. First row of the region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.RowTo">
            <summary>
            Gets/sets last row of the region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.ColumnFrom">
            <summary>
            Read-only. First column of the region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.ColumnTo">
            <summary>
            Gets/sets last column of the region.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MergeCellsRecord.MergedRegion.CellsCount">
            <summary>
            Returns number of cells used by 
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord">
            <summary>
            Defines how many add menu and delete menu options are stored in the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.DefaultRecordSize">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.m_AddMenuCount">
            <summary>
            Count of add menu options that are stored in the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.m_DelMenuCount">
            <summary>
            Count of delete menu options that are stored in the file.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.AddMenuCount">
            <summary>
            Count of add menu options that are stored in the file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.DelMenuCount">
            <summary>
            Count of delete menu options that are stored in the file.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MMSRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.#ctor(Syncfusion.CompoundFile.XlsIO.ICompoundStorage,Syncfusion.XlsIO.Implementation.WorkbookImpl)">
            <summary>
            Main class constructor. Application and Parent properties are set.
            </summary>
            <param name="book">WorkbookImpl</param>
            <param name="compoundStorage">CompoundStorage</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseMsoDataStore">
            <summary>
            Main class constructor. Application and Parent properties are set.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseCustomXmlParts(System.IO.Stream,Syncfusion.XlsIO.ICustomXmlPartCollection,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Parse Customxml parts
            </summary>
            <param name="customXmlParts">CustomXmlParts</param>
            <param name="schemas">Schemas collection</param>
            <param name="stream">Stream Data</param>
            <param name="XmlId">XmlID</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseCustomXmlItemProperties(System.IO.Stream,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses CustomXml Item Properties
            </summary>
            <param name="propertystream">Property Stream</param>
            <param name="schemas">SchemasCollection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseItemProperties(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses Item properties
            </summary>
            <param name="reader">Xml Reader</param>
            <param name="schemas">SchemasCollection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseschemaReference(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses Schema Reference and add to collection
            </summary>
            <param name="reader">Xml Reader</param>
            <param name="schemas">SchemasCollection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.ParseSchemaRef(System.Xml.XmlReader,System.Collections.Generic.List{System.String}@)">
            <summary>
            Parses Individual schemas
            </summary>
            <param name="reader">Xml Reader</param>
            <param name="schemas">Schemas Collection</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.SerializeMetaStore">
            <summary>
            Serialize CustomXml Parts
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.SerializeCustomXmlProperty(System.IO.Stream,Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Serialize Custom Xml properties
            </summary>
            <param name="customXmlPart">Custom Xml Parts</param>
            <param name="itemsteam">Item Stream</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.SerializeCustomXmlPartProperty(System.Xml.XmlWriter,Syncfusion.XlsIO.ICustomXmlPart)">
            <summary>
            Serialize CustomXml Properties
            </summary>
            <param name="customXmlPart">Custom Xml Parts</param>
            <param name="writer">XmlWriter</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDataStore.SerializeCustomXmlPart(System.IO.Stream,System.Byte[])">
            <summary>
            Serialize Xml Data in Storage
            </summary>
            <param name="data">Xml Data</param>
            <param name="storage">Storage</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord">
            <summary>
            This record contains a drawing object provided by the Microsoft
            Office Drawing tool.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.SetData(System.Int32,System.Byte[])">
            <summary>
            
            </summary>
            <param name="length"></param>
            <param name="data"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.SetLength(System.Int32)">
            <summary>
            Sets length of the internal data.
            </summary>
            <param name="iLength">Length to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.RecordLength">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MSODrawingRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper">
            <summary>
            Summary description for ArrayWrapper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.m_arrBuffer">
            <summary>
            Wrapped byte array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.m_iHash">
            <summary>
            Hash value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.#ctor">
            <summary>
            Default constructor. To prevent user from creation without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.#ctor(System.Byte[])">
            <summary>
            Initializes new instance of the wrapper.
            </summary>
            <param name="arrBuffer">Buffer to wrap.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is equal to the current Object.
            </summary>
            <param name="obj">The Object to compare with the current Object.</param>
            <returns>
            True if the specified Object is equal to the current Object; otherwise, false.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.GetHashCode">
            <summary>
            Serves as a hash function for a particular type, suitable for use in
            hashing algorithms and data structures like a hash table.
            </summary>
            <returns>A hash code for the current Object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.ArrayWrapper.EvaluateHash">
            <summary>
            Evaluates hash value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute">
            <summary>
            Summary description for Attributes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute.m_recordType">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords)">
            <summary>
            Creates new instance.
            </summary>
            <param name="recordType">Type of new instance</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute.RecordType">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase">
            <summary>
            Summary description for MsoBase.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.DEF_VERSION_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.DEF_INST_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.DEF_INST_START_BIT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.DEF_MAXIMUM_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.m_usVersionAndInst">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.m_usRecordType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.m_dataGetter">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.m_parent">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.s_dicTypeToCode">
            <summary>
            Dictionary key - Type of the MsoBase class, Value - its code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#cctor">
            <summary>
            Static constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.IO.Stream,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.FillRecord(System.Byte[],System.Int32)">
            <summary>
            Fills record from the data array.
            </summary>
            <param name="data">Array that contains record data.</param>
            <param name="iOffset">Offset to the record data.</param>
            <returns>Size of the extracted data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.FillArray(System.IO.Stream)">
            <summary>
            Fills internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.FillArray(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Fills internal data array.
            </summary>
            <param name="stream">Stream to write record data into.</param>
            <param name="iOffset">Offset index.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
            <returns>Returns array of bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Infills internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.Clone(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Clone current instance.
            </summary>
            <param name="parent">Parent object to create instance.</param>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.InternalClone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.UpdateNextMsoDrawingData">
            <summary>
            Updates NextMsoDrawingData.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ParseStructure(System.IO.Stream)">
            <summary>
            Extracts record from the stream.
            </summary>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ParseStructure">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ConvertFromInt32(System.Int32)">
            <summary>
            Converts from fixed point integer value into double.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.WriteInt32(System.IO.Stream,System.Int32)">
            <summary>
            Writes Int32 value int stream.
            </summary>
            <param name="stream">Stream to write value into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.WriteUInt32(System.IO.Stream,System.UInt32)">
            <summary>
            Writes UInt32 value int stream.
            </summary>
            <param name="stream">Stream to write value into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.WriteInt16(System.IO.Stream,System.Int16)">
            <summary>
            Writes Int16 value int stream.
            </summary>
            <param name="stream">Stream to write value into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.WriteUInt16(System.IO.Stream,System.UInt16)">
            <summary>
            Writes UInt16 value int stream.
            </summary>
            <param name="stream">Stream to write value into.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ReadInt32(System.IO.Stream)">
            <summary>
            Reads Int32 value from stream.
            </summary>
            <param name="stream">Stream to read value from.</param>
            <returns>Value extracted from the stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ReadUInt32(System.IO.Stream)">
            <summary>
            Reads UInt32 value from stream.
            </summary>
            <param name="stream">Stream to read value from.</param>
            <returns>Value extracted from the stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ReadInt16(System.IO.Stream)">
            <summary>
            Reads Int16 value from stream.
            </summary>
            <param name="stream">Stream to read value from.</param>
            <returns>Value extracted from the stream.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.ReadUInt16(System.IO.Stream)">
            <summary>
            Reads UInt16 value from stream.
            </summary>
            <param name="stream">Stream to read value from.</param>
            <returns>Value extracted from the stream.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.Version">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.Instance">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.MsoRecordType">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.DataGetter">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.Parent">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase.MaximumRecordSize">
            <summary>
            Returns maximum record size. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture">
            <summary>
            Summary description for MsoPicture.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.IPictureRecord">
            <summary>
            Common interface for all records that contains picture.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.IPictureRecord.Picture">
            <summary>
            Picture that is contained by the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.IPictureRecord.RgbUid">
            <summary>
            Picture id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.DEF_DIB_HEADER_SIZE">
            <summary>
            Size of the bitmap header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.DEF_COLOR_USED_OFFSET">
            <summary>
            Number of used colors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.DEF_COLOR_SIZE">
            <summary>
            Size of each color definition in the palette.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.BlipDIBWithTwoUIDs">
            <summary>
            To specify two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.BlipPNGWithTwoUIDs">
            <summary>
            To specify BlipPNG's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.BlipJPEGWithTwoUIDs">
            <summary>
            To specify BlipJPEG's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.DEF_DIB_ID">
            <summary>
            Dib identifier. ("BM").
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.DEF_RESERVED">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_arrRgbUid">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_arrRgbUidPrimary">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_btTag">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_iPictureDataOffset">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_picture">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.m_stream">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Index of offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.IO.Stream)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.LoadPrimaryUID(System.IO.Stream)">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.CreateImageStream(System.IO.Stream,System.Int32)">
            <summary>
            Creates image stream and fills it with necessary data.
            </summary>
            <param name="stream">Stream to read image data from.</param>
            <param name="iOffset">Offset to the image data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.HasTwoUIDs">
            <summary>
            Indicates whether Art Blip contains Two Unique Id's.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.GetDibColorsCount(System.IO.Stream,System.Int32)">
            <summary>
            Returns number of used colors in the dib image.
            </summary>
            <returns>Number of used colors in the dib image.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.EvaluateHash">
            <summary>
            Evaluates hash value for the stored picture.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.AddBitMapHeaderToStream(System.IO.MemoryStream,System.Int32,System.UInt32,System.UInt32)">
            <summary>
            Adds bitmap header to stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.OnDispose">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.Picture">
            <summary>
            Gets or sets picture of that is contained in the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.RgbUid">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.Tag">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.PictureDataOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.IsDib">
            <summary>
            Indicates whether this is dib bitmap.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase">
            <summary>
            Summary description for MsoContainerBase.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.m_arrItems">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.ParseItems(System.IO.Stream,System.Int32)">
            <summary>
            
            </summary>
            <param name="data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.AddItem(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
            <param name="itemToAdd"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.AddItems(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase})">
            <summary>
            
            </summary>
            <param name="items"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.Items">
            <summary>
            Array of items. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoContainerBase.ItemsList">
            <summary>
            Internal list of items (to increase performance). Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory">
            <summary>
            Summary description for MsoFactory.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.m_hashCodeToMSORecord">
            <summary>
            Represents new hashtable
            key - code; value - mso record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.#cctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords,System.Byte[],System.Int32@)">
            <summary>
            Create Mso Record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="recordType">Type of created record.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <returns>Returns new instance of MsoBase record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords,System.Byte[],System.Int32@,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Create Mso Record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="recordType">Type of created record.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
            <returns>Returns new instance of Mso Base.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32@)">
            <summary>
            Creates Mso record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <returns>Returns new instance of Mso record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32@,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates Mso record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
            <returns>Returns new instance of Mso record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.IO.Stream)">
            <summary>
            Creates Mso record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="stream">Stream to get data from.</param>
            <returns>Returns new instance of Mso record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords,System.IO.Stream)">
            <summary>
            Create Mso Record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="recordType">Type of created record.</param>
            <param name="stream">Stream with record's data.</param>
            <returns>Returns new instance of MsoBase record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.IO.Stream,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates Mso record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="stream">Stream to get data from.</param>
            <param name="dataGetter">Data getter.</param>
            <returns>Returns new instance of Mso record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.CreateMsoRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords,System.IO.Stream,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Create Mso Record.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="recordType">Type of created record.</param>
            <param name="stream">Stream to get data from.</param>
            <param name="dataGetter">Data getter.</param>
            <returns>Returns new instance of Mso Base.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords)">
            <summary>
            
            </summary>
            <param name="type"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.RegisterType(System.Type,Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoDrawingAttribute[])">
            <summary>
            
            </summary>
            <param name="type"></param>
            <param name="attributes"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoFactory.RegisterAllTypes">
            <summary>
            Registers all known mso record types inside internal collections.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.m_iLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.m_iTop">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.m_iRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.m_iBottom">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new instance of object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.Left">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.Top">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.Right">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtAnchor.Bottom">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE">
            <summary>
            Summary description for MsofbtBSE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.DEF_NAME_OFFSET">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.DEF_BITMAP_BLIPS">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.DEF_PICT_BLIPS">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btReqWin32">
            <summary>
            Required type on Win32.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btReqMac">
            <summary>
            Required type on Mac.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_uiSize">
            <summary>
            Blip size in stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_uiRefCount">
            <summary>
            Reference count on the blip.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_uiFileOffset">
            <summary>
            File offset in the delay stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btUsage">
            <summary>
            How this blip is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btNameLength">
            <summary>
            Length of the blip name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btUnused1">
            <summary>
            For the future.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_btUnused2">
            <summary>
            For the future.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_strBlipName">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_msoPicture">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_iIndex">
            <summary>
            Index of the record in the collection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.m_strPicturePath">
            <summary>
            Path to the picture item (used in Excel 2007).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.ConvertToImageFormat(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType)">
            <summary>
            
            </summary>
            <param name="blipType"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.RequiredWin32">
            <summary>
            Required type on Win32.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.RequiredMac">
            <summary>
            Required type on Mac.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.BlipName">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.SizeInStream">
            <summary>
            Blip size in stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.RefCount">
            <summary>
            Reference count on the blip.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.FileOffset">
            <summary>
            File offset in the delay stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.BlipUsage">
            <summary>
            How this blip is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.NameLength">
            <summary>
            Length of the blip name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.Unused1">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.Unused2">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.BlipType">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.PictureRecord">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.Index">
            <summary>
            Gets / sets index of the bse in the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBSE.PicturePath">
            <summary>
            Gets / sets path to the picture zip item. Used in Excel 2007 format.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer">
            <summary>
            Summary description for MsofbtBstoreContainer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.DEF_VERSION">
            <summary>
            Default version of container.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.DEF_INSTANCE">
            <summary>
            Default instance of container.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <param name="data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <param name="data"></param>
            <param name="iOffset"></param>
            <param name="dataGetter"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtBstoreContainer.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.m_iLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.m_iTop">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.m_iRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.m_iBottom">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new instance.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.Left">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.Top">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.Right">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtChildAnchor.Bottom">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor">
            <summary>
            Summary description for MsofbtClientAnchor.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.DEF_CELL_MASK">
            <summary>
            Mask for column / row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.DEF_OFFSET_MASK">
            <summary>
            Mask for offset index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.DEF_OFFSET_START_BIT">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.DEF_SHORT_LENGTH">
            <summary>
            Length for short data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_usOptions">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_bNotMoveWithCell">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_bNotSizeWithCell">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_uiLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_uiRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_bShortVersion">
            <summary>
            Indicates whether it is short version of client anchor. Used in headers/footers.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_iTopRow">
            <summary>
            Zero-based top row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_iTopOffset">
            <summary>
            Top row offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_iBottomRow">
            <summary>
            Zero-based bottom row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_iBottomOffset">
            <summary>
            Bottom row offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.m_bOneCellAnchor">
            <summary>
            Indicates whether this anchor is oneCellAnchor (used in Excel 2007 format).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            
            </summary>
            <param name="parent"></param>
            <param name="data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.Options">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.IsSizeWithCell">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.IsMoveWithCell">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.LeftColumn">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.RightColumn">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.TopRow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.BottomRow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.LeftOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.TopOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.RightOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.BottomOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.IsShortVersion">
            <summary>
            Indicates whether it is short version of client anchor. Used in headers/footers.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientAnchor.OneCellAnchor">
            <summary>
            Indicates whether parent shape should be stored as oneCellAnchor or not.
            Default value false.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.m_arrAdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.UpdateNextMsoDrawingData">
            <summary>
            Updates NextMsoDrawingData.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Adds single record to the AdditionalData array.
            </summary>
            <param name="record">Record to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.AddRecordRange(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw})">
            <summary>
            Adds range of records to the AdditionalData array.
            </summary>
            <param name="records">Collection to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.AddRecordRange(System.Collections.IList)">
            <summary>
            Adds range of records to the AdditionalData array.
            </summary>
            <param name="records">Collection to add.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.ObjectRecord">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientData.AdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.m_arrAdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.CombineAndExtractText(System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="startIndex"></param>
            <param name="afterEndIndex"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.UpdateNextMsoDrawingData">
            <summary>
            Updates NextMsoDrawingData.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.AddRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            
            </summary>
            <param name="record"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.TextObject">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.Text">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.FormattingRuns">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtClientTextBox.AdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg">
            <summary>
            Summary description for MsofbtDg.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.DEF_INSTANCE">
            <summary>
            Default instance.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.m_uiShapesNumber">
            <summary>
            The number of shapes in this drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.m_iLastId">
            <summary>
            The last MSOSPID given to an SP in this Drawing Group.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.ShapesNumber">
            <summary>
            The number of shapes in this drawing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDg.LastId">
            <summary>
            The last MSOSPID given to an SP in this Drawing Group.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer">
            <summary>
            Summary description for MsofbtDgContainer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer.DEF_VERSION">
            <summary>
            Default container version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg">
            <summary>
            Represents MsofbtDgg in MsoDrawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.DEF_ARRAY_OFFSET">
            <summary>
            Default offset to the array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.m_uiIdMax">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.m_uiNumberOfIdClus">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.m_uiTotalShapes">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.m_uiTotalDrawings">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.m_arrClusters">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ParseStructure(System.IO.Stream)">
            <summary>
            Parse Structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            In this method, the class must pack all of it's properties into
            an internal Data array: m_data. This method is called by
            FillStream, when the record must be serialized into stream.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.AddCluster(System.UInt32,System.UInt32)">
            <summary>
            Adds cluster.
            </summary>
            <param name="uiGroupId">Group id.</param>
            <param name="uiNumber">Number.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.IdMax">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.NumberOfIdClus">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.TotalShapes">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.TotalDrawings">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterIDs">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID">
            <summary>
            Cluster Id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.DEF_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.m_uiGroupId">
            <summary>
            DG owning the SPIDs in this cluster.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.m_uiNumber">
            <summary>
            Number of SPIDs used so far.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.#ctor(System.UInt32,System.UInt32)">
            <summary>
            
            </summary>
            <param name="groupId"></param>
            <param name="number"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.#ctor(System.Byte[],System.Int32)">
            <summary>
            
            </summary>
            <param name="data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.#ctor(System.IO.Stream)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.GetBytes">
            <summary>
            Converts record to the bytes array.
            </summary>
            <returns>Array of bytes with record's data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.Write(System.IO.Stream)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.Clone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Return shallow copy of current instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.GroupId">
            <summary>
            DG owning the SPIDs in this cluster.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.Number">
            <summary>
            Number of SPIDs used so far.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDgg.ClusterID.Size">
            <summary>
            Record's size.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer">
            <summary>
            Summary description for MsofbtDggContainer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer.DEF_VERSION">
            <summary>
            Default container version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtDggContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT">
            <summary>
            Summary description for MsofbtOPT.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.DEF_MINOPTION_INDEX">
            <summary>
            Minimum option index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.m_arrProperties">
            <summary>
            List with shape properties.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.Clone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.AddOptions(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            
            </summary>
            <param name="option"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.AddOptions(System.Collections.ICollection)">
            <summary>
            
            </summary>
            <param name="options"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.AddOptionsOrReplace(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            
            </summary>
            <param name="option">Option to set</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.AddOptionSorted(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Replaces option with specified value.
            </summary>
            <param name="option">Option to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.IndexOf(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE)">
            <summary>
            Searches for option in the record.
            </summary>
            <param name="option">Option to find.</param>
            <returns>Index of the option.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.RemoveOption(System.Int32)">
            <summary>
            Removes some option by index.
            </summary>
            <param name="index">Index of option to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.IndexOf(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions)">
            <summary>
            Returns index of option index.
            </summary>
            <param name="optionId"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.Properties">
            <summary>
            Array with shape properties. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.Item(System.Int32)">
            <summary>
            Returns singe option from the collection. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.PropertyList">
            <summary>
            Gets property list with all properties.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.DEF_ID_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.DEF_VALID_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.DEF_COMPLEX_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.m_usId">
            <summary>
            Property ID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.m_bIdValid">
            <summary>
            Value is a blip ID � only valid if fComplex is FALSE.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.m_bComplex">
            <summary>
            Complex property, value is length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.m_uiValue">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.m_arrData">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.#ctor(System.Byte[],System.Int32@)">
            <summary>
            
            </summary>
            <param name="data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.#ctor(System.IO.Stream)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.ReadComplexData(System.Byte[],System.Int32@)">
            <summary>
            
            </summary>
            <param name="m_data"></param>
            <param name="iOffset"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.ReadComplexData(System.IO.Stream)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.Clone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Return Clone of current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.Id">
            <summary>
            Property ID.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.IsValid">
            <summary>
            Value is a blip ID � only valid if fComplex is FALSE.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.IsComplex">
            <summary>
            Complex property, value is length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.UInt32Value">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.Int32Value">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.AdditionalData">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.MainData">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtOPT.FOPTE.Size">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems.m_arrData">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})" -->
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtRegroupItems.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp">
            <summary>
            Summary description for MsofbtSp.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.DEF_VERSION">
            <summary>
            Default record version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.DEF_RECORD_SIZE">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_iShapeId">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_uiOptions">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bGroup">
            <summary>
            This shape is a group shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bChild">
            <summary>
            Not a top-level shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bPatriarch">
            <summary>
            This is the topmost group shape. Exactly one of these per drawing.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bDeleted">
            <summary>
            The shape has been deleted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bOleShape">
            <summary>
            The shape is an OLE object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bHaveMaster">
            <summary>
            Shape has a hspMaster property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bFlipH">
            <summary>
            Shape is flipped horizontally.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bFlipV">
            <summary>
            Shape is flipped vertically.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bConnector">
            <summary>
            Connector type of shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bHaveAnchor">
            <summary>
            Shape has an anchor of some kind.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bBackground">
            <summary>
            Background shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.m_bHaveSpt">
            <summary>
            Shape has a shape type property.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.ShapeId">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.Options">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsGroup">
            <summary>
            This shape is a group shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsChild">
            <summary>
            Not a top-level shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsPatriarch">
            <summary>
            This is the topmost group shape. Exactly one of these per drawing.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsDeleted">
            <summary>
            The shape has been deleted.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsOleShape">
            <summary>
            The shape is an OLE object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsHaveMaster">
            <summary>
            Shape has a hspMaster property.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsFlipH">
            <summary>
            Shape is flipped horizontally.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsFlipV">
            <summary>
            Shape is flipped vertically.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsConnector">
            <summary>
            Connector type of shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsHaveAnchor">
            <summary>
            Shape has an anchor of some kind.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsBackground">
            <summary>
            Background shape.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSp.IsHaveSpt">
            <summary>
            Shape has a shape type property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer">
            <summary>
            Summary description for MsofbtSpgrContainer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer.DEF_VERSION">
            <summary>
            Default version of container.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr">
            <summary>
            Summary description for MsofbtSpgr.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.DEF_VERSION">
            <summary>
            Default record version.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.m_iLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.m_iTop">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.m_iRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.m_iBottom">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.Left">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.Top">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.Right">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgr.Bottom">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer">
            <summary>
            Summary description for MsofbtSpgrContainer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer.DEF_VERSION">
            <summary>
            Default container version.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSpgrContainer.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32,Syncfusion.XlsIO.Implementation.GetNextMsoDrawingData)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
            <param name="dataGetter">Data getter.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors">
            <summary>
            Summary description for MsofbtSplitMenuColors.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.RecordSize">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.m_iFillColor">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.m_iLineColor">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.m_iShadowColor">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.m_i3DColor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.FillColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.LineColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.ShadowColor">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsofbtSplitMenuColors.Color3D">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture">
            <summary>
            Represents metafile picture in the workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.DEF_BUFFER_SIZE">
            <summary>
            Default buffer size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.DEF_UID_OFFSET">
            <summary>
            Offset to UID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.DEF_METAFILE_SIZE_OFFSET">
            <summary>
            Offset to metafile size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.DEF_COMPRESSED_SIZE_OFFSET">
            <summary>
            Offset to compressed size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.BlipEMFWithTwoUIDs">
            <summary>
            To specify BlipEMF's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.BlipWMFWithTwoUIDs">
            <summary>
            To specify BlipWMF's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.BlipPICTWithTwoUIDs">
            <summary>
            To specify BlipPICT's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.BlipTIFFWithTwoUIDs">
            <summary>
            To specify BlipTIFF's two UIDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_stream">
            <summary>
            Memory stream with picture data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_arrCompressedPicture">
            <summary>
            Array with compressed picture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_arrRgbUid">
            <summary>
            UID of the picture.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_arrRgbUidPrimary">
            <summary>
            Primary UID.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_iMetafileSize">
            <summary>
            Cache of the metafile size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_rcBounds">
            <summary>
            Boundary of metafile drawing commands.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_ptSize">
            <summary>
            Size of metafile in EMUs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_iSavedSize">
            <summary>
            Cache of saved size (size of m_pvBits).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_compression">
            <summary>
            Compression type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_filter">
            <summary>
            Applied filter.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.m_picture">
            <summary>
            Inner picture.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new instance of the picture.
            </summary>
            <param name="parent">Parent record.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.IO.Stream)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="stream">Stream to get data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.ParseStructure(System.IO.Stream)">
            <summary>
            Parses structure.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.HasTwoUIDs">
            <summary>
            Indicates whether Art Blip contains Two Unique Id's.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.LoadPrimaryUID(System.IO.Stream)">
            <summary>
            Loads primary UID.
            </summary>
            <param name="stream">Stream to get primary UID from if necessary.</param>
            <returns>Offset after reading primary uid.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.SerializeMetafile(System.Drawing.Image)">
            <summary>
            Saves metafile into MemoryStream.
            </summary>
            <param name="picture">Picture to serialize.</param>
            <returns>Memory stream with metafile data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.GetMetaUnit(System.Drawing.GraphicsUnit)">
            <summary>
            Converts GraphicsUnit into MetafileFrameUnit.
            </summary>
            <param name="unit">Value to convert.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.CompressMetafile(System.IO.Stream,System.Int32)">
            <summary>
            Compresses metafile picture.
            </summary>
            <param name="metaFile">Stream with metafile.</param>
            <param name="iDataOffset">Offset to the metafile.</param>
            <returns>Compressed picture.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.InternalClone">
            <summary>
            Clone current instance.
            </summary>
            <returns>Returns cloned instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.OnDispose">
            <summary>
            Frees all unmanaged resources.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.Finalize">
            <summary>
            Destructor.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.Picture">
            <summary>
            Picture.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoMetafilePicture.RgbUid">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown">
            <summary>
            Summary description for MsoUnknown.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBase,System.Byte[],System.Int32)">
            <summary>
            Creates new object.
            </summary>
            <param name="parent">Parent object.</param>
            <param name="data">Base data.</param>
            <param name="iOffset">Offset index.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown.ParseStructure(System.IO.Stream)">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown.InfillInternalData(System.IO.Stream,System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Collections.Generic.List{Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw}})">
            <summary>
            Infills internal data array.
            </summary>
            <param name="stream">Stream to serialize into.</param>
            <param name="iOffset">Offset.</param>
            <param name="arrBreaks">List with breaks indexes in arrRecords.</param>
            <param name="arrRecords">List with records.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoUnknown.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array or if it can be cleaned.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords">
            <summary>
            Summary description for _MsoEnums.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtDggContainer">
            <summary>
            Represents the msofbtDggContainer MsoRecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtDgg">
            <summary>
            Represents the Dgg type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtCLSID">
            <summary>
            Represents the CLSID type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtOPT">
            <summary>
            Represents the OPT type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtColorMRU">
            <summary>
            Represents the ColorMRU type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSplitMenuColors">
            <summary>
            Represents the SplitMenuColors type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtBstoreContainer">
            <summary>
            Represents the BstoreContainer type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtBSE">
            <summary>
            Represents the BSE type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtDgContainer">
            <summary>
            Represents the DgContainer type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtDg">
            <summary>
            Represents the Dg type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtRegroupItems">
            <summary>
            Represents the RegroupItems type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtColorScheme">
            <summary>
            Represents the ColorScheme type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSpgrContainer">
            <summary>
            Represents the SpgrContainer type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSpContainer">
            <summary>
            Represents the SpContainer type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSpgr">
            <summary>
            Represents the Spgr type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSp">
            <summary>
            Represents the Sp type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtTextbox">
            <summary>
            Represents the Textbox type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtClientTextbox">
            <summary>
            Represents the ClientTextbox type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtAnchor">
            <summary>
            Represents the Anchor type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtChildAnchor">
            <summary>
            Represents the ChildAnchor type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtClientAnchor">
            <summary>
            Represents the ClientAnchor type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtClientData">
            <summary>
            Represents the ClientData type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtOleObject">
            <summary>
            Represents the OleObject type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtDeletedPspl">
            <summary>
            Represents the DeletedPspl type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSolverContainer">
            <summary>
            Represents the SolverContainer type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtConnectorRule">
            <summary>
            Represents the ConnectorRule type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtAlignRule">
            <summary>
            Represents the AlignRule type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtArcRule">
            <summary>
            Represents the ArcRule type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtClientRule">
            <summary>
            Represents the ClientRule type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtCalloutRule">
            <summary>
            Represents the CalloutRule type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msofbtSelection">
            <summary>
            Represents the Selection type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoRecords.msoUnknown">
            <summary>
            Represents the Unknown type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipUsage">
            <summary>
            Represents the MsoBlipUsage options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipUsage.msoblipUsageDefault">
            <summary>
            Represents the  Default option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipUsage.msoblipUsageTexture">
            <summary>
            Represents the Texture option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipUsage.msoblipUsageMax">
            <summary>
            Represents the UsageMax option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType">
            <summary>
            Represents the MsoBlipType options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipERROR">
            <summary>
            Represents the ERROR option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipUNKNOWN">
            <summary>
            Represents the UNKNOWN option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipEMF">
            <summary>
            Represents the EMF option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipWMF">
            <summary>
            Represents the WMF option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipPICT">
            <summary>
            Represents the PICT option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipJPEG">
            <summary>
            Represents the JPEG option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipPNG">
            <summary>
            Represents the PNG option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipDIB">
            <summary>
            Represents the DIB option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipFirstClient">
            <summary>
            Represents the FirstClient option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipType.msoblipLastClient">
            <summary>
            Represents the LastClient option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipCompression">
            <summary>
            Represents the MsoBlipCompression options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipCompression.msoCompressionDeflate">
            <summary>
            Represents the Deflate option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipCompression.msoCompressionNone">
            <summary>
            Represents the None option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipCompression.msoCompressionTest">
            <summary>
            Represents the Test option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipFilter">
            <summary>
            Represents the MsoBlipFilter options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipFilter.msofilterAdaptive">
            <summary>
            Represents the Adaptive option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipFilter.msofilterNone">
            <summary>
            Represents the None option.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBlipFilter.msofilterTest">
            <summary>
            Represents the Test option.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions">
            <summary>
            Represents the Mso options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LockAgainstGrouping">
            <summary>
            Do not group this shape.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.TextId">
            <summary>
            Represents the TextId options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.WrapText">
            <summary>
            Represents the wrap text options . 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.TextDirection">
            <summary>
            Represents the TextDirection options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.SizeTextToFitShape">
            <summary>
            Represents the SizeTextToFitShape options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.BlipId">
            <summary>
            Represents the BlipId options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.BlipName">
            <summary>
            Represents the BlipName options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.FillType">
            <summary>
            Represents fill type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.CropFromTop">
            <summary>
            Represents the location of the top of the crop rectangle
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.CropFromBottom">
            <summary>
            Represents the location of the bottom of the crop rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.CropFromLeft">
            <summary>
            Represents the location of the left side of the crop rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.CropFromRight">
            <summary>
            Represents the location of the right side of the crop rectangle.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.PictureId">
            <summary>
            Host-defined ID for OLE objects (usually a pointer).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ForeColor">
            <summary>
            Represents the ForeColor options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.Transparency">
            <summary>
            Represents the transparency.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.BackColor">
            <summary>
            Represents the BackColor options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.GradientTransparency">
            <summary>
            Represents the gradient transparency options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.PatternTexture">
            <summary>
            Represents shape pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.PattTextName">
            <summary>
            Represents shape pattern, texture name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadStyle">
            <summary>
            Represents shape gradient shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadVariant">
            <summary>
            Represents shape gradient shading variants.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadingStyleCorner_1">
            <summary>
            Represents first record for shape gradient shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadingStyleCorner_2">
            <summary>
            Represents second record for shape gradient shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadingStyleCorner_3">
            <summary>
            Represents third record for shape gradient shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadingStyleCorner_4">
            <summary>
            Represents fourth record for shape gradient shading style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.PresetGradientData">
            <summary>
            Represents preset gradient data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.GradientColorType">
            <summary>
            Represents gradient color type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.NoFillHitTest">
            <summary>
            Hit test a shape as though filled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineColor">
            <summary>
            Line color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineTransparency">
            <summary>
            Line color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineWeight">
            <summary>
            Line Weight.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineBackColor">
            <summary>
            Line color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ContainLinePattern">
            <summary>
            Contain line pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LinePattern">
            <summary>
            Line pattern.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineStyle">
            <summary>
            Line style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineDashStyle">
            <summary>
            Line dash style
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineStartArrow">
            <summary>
            Line start arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.LineEndArrow">
            <summary>
            Line end arrow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.StartArrowWidth">
            <summary>
            Start arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.StartArrowLength">
            <summary>
            Start arrow len.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.EndArrowWidth">
            <summary>
            End arrow width.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.EndArrowLength">
            <summary>
            End arrow len.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ContainRoundDot">
            <summary>
            Represents if dot value is round.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.NoLineDrawDash">
            <summary>
            Represents the NoLineDrawDash options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ForeShadowColor">
            <summary>
            Represents the ForeShadowColor options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShadowObscured">
            <summary>
            Excel5-style shadow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.ShapeName">
            <summary>
            Name of the shape (only if explicitly set).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.AlternativeText">
            <summary>
            Alternative text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoOptions.CommentShowAlways">
            <summary>
            Represents in comment shape show always property.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord">
            <summary>
            Represents a range of empty cells. All cells are located in the same row.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.GetSeparateSubRecordSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the subrecord if it was placed as separate record (including BiffRecord header). Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.Insert(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Inserts cell inside this record.
            </summary>
            <param name="cell">Cell to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.Split(System.Int32)">
            <summary>
            Removes information about specified column from the record and splits record into two.
            </summary>\
            <param name="iColumnIndex">Zero-based index of the column to remove.</param>
            <returns>Split records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.Split(System.Boolean)">
            <summary>
            Splits record into subrecords.
            </summary>
            <param name="bIgnoreStyles">Indicates whether styles must be ignored.</param>
            <returns>Array with all subrecords.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.FirstColumn">
            <summary>
            Zero-based index of the first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.LastColumn">
            <summary>
            Zero-based index of the last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.SubRecordSize">
            <summary>
            Returns size of the sub record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.IMultiCellRecord.SubRecordType">
            <summary>
            Returns type of the subrecord. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.DEF_MINIMUM_SIZE">
            <summary>
            Minimum record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Size of the subitem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.m_arrExtFormatIndexes">
            <summary>
            List of 16-bit indexes to XF records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.m_iLastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks the record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">If there is any internal error.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.GetBlankRecord(System.Int32)">
            <summary>
            Creates BlankRecord corresponding to the specified column.
            </summary>
            <param name="iColumnIndex">Column index.</param>
            <returns>Corresponding BlankRecord.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.IncreaseLastColumn(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion,System.Int32)">
            <summary>
            Increases last column of the record.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="recordStart">Offset to the record start (record code).</param>
            <param name="iLength">Record data length.</param>
            <param name="columnDelta">Value that must be added to the column width.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.GetSeparateSubRecordSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the subrecord if it was placed as separate record (including BiffRecord header). Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.Insert(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Inserts cell inside this record.
            </summary>
            <param name="cell">Cell to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.Split(System.Int32)">
            <summary>
            Removes information about specified column from the record and splits record into two.
            </summary>
            <param name="iColumnIndex">Zero-based index of the column to remove.</param>
            <returns>Splitted records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.CreateRecord(System.Int32,System.Int32)">
            <summary>
            Creates record based in the information from this record.
            </summary>
            <param name="iFirstCol">The first column index in the resulting record.</param>
            <param name="iLastCol">The last column index in the resulting record.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.CreateBlankRecord(System.Int32)">
            <summary>
            Creates blank record with specified column index.
            </summary>
            <param name="iColumnIndex">Zero-based column index of the created record.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.Split(System.Boolean)">
            <summary>
            Splits record into subrecords.
            </summary>
            <param name="bIgnoreStyles">Indicates whether styles must be ignored.</param>
            <returns>Array with all subrecords.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.FirstColumn">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.ExtendedFormatIndexes">
            <summary>
            List of 16-bit indexes to XF records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.LastColumn">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.SubRecordSize">
            <summary>
            Returns size of the subrecord. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulBlankRecord.SubRecordType">
            <summary>
            Returns type of the subrecord. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord">
            <summary>
            Represents a cell range containing RK value cells.
            All cells are located in the same row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Size of the subitem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.m_arrRKs">
            <summary>
            List of RkRec structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.m_iLastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.GetSeparateSubRecordSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the subrecord if it was placed as separate record (including BiffRecord header). Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.Insert(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            Inserts cell inside this record.
            </summary>
            <param name="cell">Cell to insert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.MergeRecords(Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord)">
            <summary>
            Merges this and specified records.
            </summary>
            <param name="mulRK">Record to merge with.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.InsertSubRecord(Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat)">
            <summary>
            
            </summary>
            <param name="cell"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.CreateSubRecord(Syncfusion.XlsIO.Parser.Biff_Records.RKRecord)">
            <summary>
            Creates subrecord corresponding to the specified record.
            </summary>
            <param name="rk"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.Split(System.Int32)">
            <summary>
            Removes information about specified column from the record and splits record into two.
            </summary>
            <param name="iColumnIndex">Zero-based index of the column to remove.</param>
            <returns>Splitted records.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.CreateRecord(System.Int32,System.Int32)">
            <summary>
            Creates record based in the information from this record.
            </summary>
            <param name="iFirstCol">The first column index in the resulting record.</param>
            <param name="iLastCol">The last column index in the resulting record.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.CreateRkRecord(System.Int32)">
            <summary>
            Creates blank record with specified column index.
            </summary>
            <param name="iColumnIndex">Zero-based column index of the created record.</param>
            <returns>Created record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.Split(System.Boolean)">
            <summary>
            Splits record into subrecords.
            </summary>
            <param name="bIgnoreStyles">Indicates whether styles must be ignored.</param>
            <returns>Array with all subrecords.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.FirstColumn">
            <summary>
            Index to the first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.LastColumn">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.Records">
            <summary>
            List of RkRec structures.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.SubRecordSize">
            <summary>
            Returns size of the subrecord. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.SubRecordType">
            <summary>
            Returns type of the subrecord. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec">
            <summary>
            Contains information about single RK entry in MulRKRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.m_usExtFormatIndex">
            <summary>
            Index of ExtendedFormat of the RK entry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.m_iRk">
            <summary>
            RK number of the RK entry.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.#ctor">
            <summary>
            Default constructor. To prevent user creating class
            instance without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.#ctor(System.UInt16,System.Int32)">
            <summary>
            Constructs RkRec and sets its ExtendedFormat and Rk number values.
            </summary>
            <param name="xf">Value of ExtendedFormat index.</param>
            <param name="rk">Value of RkNumber.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.ExtFormatIndex">
            <summary>
            Index of ExtendedFormatRecord for this Rk number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.Rk">
            <summary>
            Read-only. 32-bit value contained by the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec.RkNumber">
            <summary>
            Read-only. Returns double value stored as Rk.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord">
            <summary>
            The begin record defines the start of a block of records for a (Graphing)
            data object. This record is matched with a corresponding EndRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.FunctionGroupBitMask">
            <summary>
            Bit mask of the Function group.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.PREDEFINED_NAMES">
            <summary>
            Predefined names:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bNameHidden">
            <summary>
            True if name is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bNameFunction">
            <summary>
            True if name is a function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bNameCommand">
            <summary>
            True if name is a command.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bFCMacro">
            <summary>
            True if function macro or command macro.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bComplexFunction">
            <summary>
            True if complex function (array formula or user defined).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bBuinldInName">
            <summary>
            True if built-in name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bBinaryData">
            <summary>
            True if name contains binary data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bKeyboardShortcut">
            <summary>
            Keyboard shortcut.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bNameLength">
            <summary>
            Length of the name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_usFormulaDataSize">
            <summary>
            Size of the formula data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_usReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_usIndexOrGlobal">
            <summary>
            0 if global name; otherwise index to sheet (one-based).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bMenuTextLength">
            <summary>
            Length of menu text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bDescriptionLength">
            <summary>
            Length of description text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bHelpTextLength">
            <summary>
            Length of help topic text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_bStatusTextLength">
            <summary>
            Length of status bar text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_strName">
            <summary>
            Name (Unicode string without length field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_arrFormulaData">
            <summary>
            Formula data (RPN token array without size field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_strMenuText">
            <summary>
            Optional. Menu text (Unicode string without length field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_strDescription">
            <summary>
            Optional. Description text (Unicode string without length field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_strHelpText">
            <summary>
            Optional. Help topic text (Unicode string without length field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_strStatusText">
            <summary>
            Optional. Status bar text (Unicode string without length field).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.m_arrToken">
            <summary>
            Parsed formula expression.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.InfillFixedPart(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Infill fixed part of the record.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Starting offset.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.ParseFixedPart(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Infill fixed part of the record.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the fixed part data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.GetByteCount(System.String)">
            <summary>
            Determines number of bytes needed to store string without length field.
            </summary>
            <param name="strValue">Value to measure.</param>
            <returns>Number of bytes needed to store string without length field.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsPredefinedName(System.String)">
            <summary>
            Method checks name of NameRecord and determines whether it is a default or not.
            </summary>
            <param name="value">Name to check.</param>
            <returns>True if name is Predefined name; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.PredefinedIndex(System.String)">
            <summary>
            Looks for name in the predefined names table.
            </summary>
            <param name="value">Value to look for.</param>
            <returns>Index in the predefined names array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.Clone">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsNameHidden">
            <summary>
            True if name is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsNameFunction">
            <summary>
            True if name is a function.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsNameCommand">
            <summary>
            True if name is a command.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsFunctionOrCommandMacro">
            <summary>
            True if function macro or command macro.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsComplexFunction">
            <summary>
            True if complex function (array formula or user defined).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IsBuinldInName">
            <summary>
            True if built-in name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.HasBinaryData">
            <summary>
            True if name contains binary data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.FunctionGroupIndex">
            <summary>
            Index to function group.
            Changes bits of m_usOptions member.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.KeyboardShortcut">
            <summary>
            Keyboard shortcut.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.NameLength">
            <summary>
            Read-only. Length of the name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.FormulaDataSize">
            <summary>
            Read-only. Size of the formula data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.IndexOrGlobal">
            <summary>
            0 if global name; otherwise index to sheet (one-based).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.MenuTextLength">
            <summary>
            Read-only. Length of menu text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.DescriptionLength">
            <summary>
            Read-only. Length of description text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.HelpTextLength">
            <summary>
            Read-only. Length of help topic text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.StatusTextLength">
            <summary>
            Read-only. Length of status bar text.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.Name">
            <summary>
            Name (Unicode string without length field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.FormulaTokens">
            <summary>
            Formula data (RPN token array without size field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.MenuText">
            <summary>
            Optional. Menu text (Unicode string without length field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.Description">
            <summary>
            Optional. Description text (Unicode string without length field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.HelpText">
            <summary>
            Optional. Help topic text (Unicode string without length field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.StatusText">
            <summary>
            Optional. Status bar text (Unicode string without length field).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.Reserved">
            <summary>
            Read-only. Reserved (not used).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NameRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord">
            <summary>
            The NOTE record specifies a comment associated with a particular cell.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_usRow">
            <summary>
            Row of the comment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_usColumn">
            <summary>
            Column of the comment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_usOptions">
            <summary>
            Options flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_bShow">
            <summary>
            Whether the comment is visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_usObjId">
            <summary>
            Object ID for OBJ record that contains the comment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_usAuthorNameLen">
            <summary>
            Length of the name of the original comment author.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.m_strAuthorName">
            <summary>
            Name of the original comment author.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.Row">
            <summary>
            Index to row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.Column">
            <summary>
            Index to column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.AuthorName">
            <summary>
            Name of the original comment author.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.ObjId">
            <summary>
            Object ID for OBJ record that contains the comment.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.IsVisible">
            <summary>
            Indicates whether the comment is visible.
            Changes one bit in m_usOptions field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.Reserved">
            <summary>
            Read-only. Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NoteRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord">
            <summary>
            Represents a cell that contains a floating-point value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.m_dbValue">
            <summary>
            IEEE floating-point value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.ReadValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version that was used to infill.</param>
            <returns>Record's value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.Value">
            <summary>
            IEEE floating-point value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.MaximumMemorySize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.DoubleValue">
            <summary>
            Returns double value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.NumberRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord">
            <summary>
            This record is part of the worksheet / workbook protection. It determines whether
            the objects of the current sheet are protected. Object protection is not active
            if this record is omitted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.m_usProtect">
            <summary>
            0 = Objects not protected; 1 = Objects protected
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.IsProtected">
            <summary>
            0 = Objects not protected; 1 = Objects protected
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjectProtectRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord">
            <summary>
            The OBJ record contains a partial description of a drawing object
            and the MSODRAWING, MSODRAWINGGROUP, and MSODRAWINGSELECTION records contain
            the remaining drawing object data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.m_records">
            <summary>
            Array that contain all subrecords.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.GetSubRecord(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType)">
            <summary>
            Get subrecord by its offset.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="offset">Offset to the subrecord.</param>
            <param name="iStartOffset">Start offset of the OBJRecord.</param>
            <returns>Parsed subrecord from internal data array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.AddSubRecord(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ObjSubRecord)">
            <summary>
            Adds new subrecord.
            </summary>
            <param name="record">Record to add.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.FindSubRecord(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType)">
            <summary>
            Searches for the subrecord of the specified type.
            </summary>
            <param name="recordType">Record type to search for.</param>
            <returns>Found subrecord or null if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.FindSubRecordIndex(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType)">
            <summary>
            Searches for the index of the subrecord with the specified type.
            </summary>
            <param name="recordType">Record type to search for.</param>
            <returns>Index of the found subrecord or -1 if not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.Records">
            <summary>
            Read-only. Returns array of subrecords.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.RecordsList">
            <summary>
            Read-only. Returns array of subrecords.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OBJRecord.NeedDataArray">
            <summary>
            Indicates whether this record needs a data array after parsing
            is complete. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType">
            <summary>
            To store an OBJ record in BIFF8, Microsoft Excel writes a collection
            of sub-records. The structure of a sub-record is identical to the
            structure of a BIFF record. Each sub-record begins with a 2-byte
            ID number ft (see the following table). Next a 2-byte length field,
            cb, specifies the length of the sub-record data field. The sub-record
            data field follows the length field. The first sub-record is always
            ftCmo (common object data) and the last sub-record is always ftEnd.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftEnd">
            <summary>
            Represents the ftEnd subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.Reserved0">
            <summary>
            Represents the Reserved0 subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.Reserved1">
            <summary>
            Represents the Reserved1 subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.Reserved2">
            <summary>
            Represents the Reserved2 subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftMacro">
            <summary>
            Represents the ftMacro subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftButton">
            <summary>
            Represents the ftButton subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftGmo">
            <summary>
            Represents the ftGmo subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftCf">
            <summary>
            Represents the ftCf subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftPioGrbit">
            <summary>
            Represents the ftPioGrbit subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftPictFmla">
            <summary>
            Represents the ftPictFmla subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftCbls">
            <summary>
            Represents the ftCbls subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftRbo">
            <summary>
            Represents the ftRbo subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftSbs">
            <summary>
            Represents the ftSbs subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftNts">
            <summary>
            Represents the ftNts subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftSbsFormula">
            <summary>
            Represents the ftSbsFmla subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftGboData">
            <summary>
            Represents the ftGboData subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftEdoData">
            <summary>
            Represents the ftEdoData subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftRboData">
            <summary>
            Represents the ftRboData subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftCblsData">
            <summary>
            Represents the ftCblsData subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftLbsData">
            <summary>
            Represents the ftLbsData subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftCblsFmla">
            <summary>
            Represents the ftCblsFmla subrecord type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType.ftCmo">
            <summary>
            Represents the ftCmo subrecord type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType">
            <summary>
            Possible object types:
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otGroup">
            <summary>
            Represents the otGroup object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otLine">
            <summary>
            Represents the otLine object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otRectangle">
            <summary>
            Represents the otRectangle object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otOval">
            <summary>
            Represents the otOval object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otArc">
            <summary>
            Represents the otArc object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otChart">
            <summary>
            Represents the otChart object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otText">
            <summary>
            Represents the otText object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otButton">
            <summary>
            Represents the otButton object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otPicture">
            <summary>
            Represents the otPicture object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otPolygon">
            <summary>
            Represents the otPolygon object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved0">
            <summary>
            Represents the otReserved0 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otCheckBox">
            <summary>
            Represents the otCheckBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otOptionBtn">
            <summary>
            Represents the otOptionBtn object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otEditBox">
            <summary>
            Represents the otEditBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otLabel">
            <summary>
            Represents the otLabel object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otDialogBox">
            <summary>
            Represents the otDialogBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otSpinner">
            <summary>
            Represents the otSpinner object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otScrollBar">
            <summary>
            Represents the otScrollBar object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otListBox">
            <summary>
            Represents the otGroupBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otGroupBox">
            <summary>
            Represents the otGroupBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otComboBox">
            <summary>
            Represents the otComboBox object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved1">
            <summary>
            Represents the otReserved1 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved2">
            <summary>
            Represents the otReserved2 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved3">
            <summary>
            Represents the otReserved3 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved4">
            <summary>
            Represents the otReserved4 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otComment">
            <summary>
            Represents the otComment object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved5">
            <summary>
            Represents the otReserved5 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved6">
            <summary>
            Represents the otReserved6 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved7">
            <summary>
            Represents the otReserved7 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otReserved8">
            <summary>
            Represents the otReserved8 object type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType.otMSODrawing">
            <summary>
            Represents the otMSODrawing object type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls">
            <summary>
            Common object data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.m_btChecked">
            <summary>
            Type of the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCbls.CheckState">
            <summary>
            Indicates whether object is locked.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData">
            <summary>
            Common object data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.m_btCheckState">
            <summary>
            Type of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.m_threeD">
            <summary>
            Indicates whether combo box has 3D shadow.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.CheckState">
            <summary>
            Indicates whether object is Checked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsData.Display3DShading">
            <summary>
            Indicates whether object is locked.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsFmla">
            <summary>
            this class parse and serialize check box Linked cell
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsFmla.m_formula">
            <summary>
            Formula tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsFmla.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsFmla.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCblsFmla.Formula">
            <summary>
            Gets/sets parsed formula tokens.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo">
            <summary>
            Common object data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.DEF_CHANGE_COLOR_MASK">
            <summary>
            Bit mask for ChangeColor property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.m_ObjType">
            <summary>
            Type of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.m_usId">
            <summary>
            Object's id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.m_reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.m_bBadLength">
            <summary>
            Indicates that record length is zero.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Locked">
            <summary>
            Indicates whether object is locked.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Printable">
            <summary>
            Indicates whether object is printable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.AutoFill">
            <summary>
            Indicates whether auto fill is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.AutoLine">
            <summary>
            Indicates whether auto line option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.ChangeColor">
            <summary>
            Indicates whether excel is allowed to change color of combo box (used in autofilters).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.ID">
            <summary>
            Object's ID.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.ObjectType">
            <summary>
            Object type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftCmo.Options">
            <summary>
            Returns record options. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd">
            <summary>
            End of OBJ record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Creates new instance of the subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd.Parse(System.Byte[])">
            <summary>
            Parses array of bytes.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftEnd.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData">
            <summary>
            Note structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.DEF_RECORD_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.DEF_COLOR_BIT_INDEX">
            <summary>
            Bit position for value that defines arrow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.DEF_COLOR_BYTE">
            <summary>
            Index to the byte that defines arrow color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.TypeValidMask">
            <summary>
            Bitmask for TypeValid property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.TypeMask">
            <summary>
            Bitmask for combo box Type property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.TypeMaskStartBit">
            <summary>
            Starting bit for the combo box Type property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.DEF_SAMPLE_RECORD_DATA">
            <summary>
            Defoult record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_data">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_iLinesNumber">
            <summary>
            Number of lines in the list box.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_arrFormula">
            <summary>
            Formula holding referenced area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_iSelectedIndex">
            <summary>
            Selected item index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_iOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_iEditId">
            <summary>
            Edit id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_arrSelections">
            <summary>
            Array indicating whether so item was selected or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_bShortVersion">
            <summary>
            Indicates whether this record is short representation of the list box data record
            (without options, and any additional data).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.m_parentObjectType">
            <summary>
            Shape's type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[],Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjType)">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
            <param name="objectType">Type of the object this record is part of.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ParseMultiSelection(System.Byte[],System.Int32)">
            <summary>
            Parses selected items in the case of multiple selection enabled.
            </summary>
            <param name="buffer">Buffer to get data from.</param>
            <param name="iOffset">Offset to the selection data start.</param>
            <returns>Offset after extracting necessary data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.SerializeMultiSelection(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Serializes 
            </summary>
            <param name="provider"></param>
            <param name="iOffset"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.Data1">
            <summary>
            Returns internal data array. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.IsSelectedColor">
            <summary>
            Indicates whether arrow has default or selected color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.LinesNumber">
            <summary>
            Number of items in the list.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.Formula">
            <summary>
            Formula token specifying referenced area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.SelectedIndex">
            <summary>
            One-based selected index. 0 - no item is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.Options">
            <summary>
            Options.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.EditId">
            <summary>
            An ObjId that specifies the edit box associated with this list.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.DropData">
            <summary>
            List box drop data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ComboTypeValid">
            <summary>
            Gets or sets value indicating whether combo box type has valid value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ComboType">
            <summary>
            Gets or sets combo box type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.NoThreeD">
            <summary>
            Gets or sets value indicates whether control has 3-D effect.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.SelectionType">
            <summary>
            Gets or sets list selection type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.IsMultiSelection">
            <summary>
            Gets value indicating whether we have multi selection or not.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ExcelListSelectionType">
            <summary>
            Enum contains possible list selection type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ExcelListSelectionType.Single">
            <summary>
            The list control is only allowed to have one selected item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ExcelListSelectionType.MultiClick">
            <summary>
            The list control is allowed to have multiple items selected by clicking on each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftLbsData.ExcelListSelectionType.MultiCtrl">
            <summary>
            The list control is allowed to have multiple items selected by holding the CTRL key
            and clicking on each item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftMacro.m_arrTokens">
            <summary>
            Formula tokens that identifies associated macro.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftMacro.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftMacro.#ctor(System.UInt16,System.Byte[])">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftMacro.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftMacro.Tokens">
            <summary>
            Gets or sets formula tokens with associated macro.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts">
            <summary>
            Note structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.m_data">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftNts.Data">
            <summary>
            Returns internal data array. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla">
            <summary>
            Note structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.FormulaStart">
            <summary>
            Start of the string data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.DefaultHeader">
            <summary>
            Default header (data is unknown for us).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.DefaultFooter">
            <summary>
            Default footer (data is unknown for us).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.m_arrHeader">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.m_arrFooter">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.m_strFormula">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftPictFmla.Formula">
            <summary>
            Formula value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo">
            <summary>
            Common object data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo.#ctor(System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRbo.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData">
            <summary>
            Common object data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.m_isFirstButton">
            <summary>
            Type of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.m_nextButton">
            <summary>
            Type of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.m_ft">
            <summary>
            Reserved object 1
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.m_cb">
            <summary>
            Reserved object 2;
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.#ctor(System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.IsFirstButton">
            <summary>
            Indicates whether object is First Button in the group.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftRboData.NextButton">
            <summary>
            Indicates Next Button in the Group.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs">
            <summary>
            Note structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.DEF_RECORD_SIZE">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.DEF_SAMPLE_RECORD_DATA">
            <summary>
            Default record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.m_data">
            <summary>
            Internal data array.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new instance of subrecord.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Buffer that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.Parse(System.Byte[])">
            <summary>
            Parses byte array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbs.Data">
            <summary>
            Returns internal data array. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown">
            <summary></summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.m_data">
            <summary>
            Subrecord's internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initializes new subrecord.
            </summary>
            <param name="type">Type of the new subrecord.</param>
            <param name="length">Length of the subrecord.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.Parse(System.Byte[])">
            <summary>
            Parses bye array.
            </summary>
            <param name="buffer">Array to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.FillArray(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Fills array with binary representation of the subrecord.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer to copy data to.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.Clone">
            <summary>
            Clones current objects.
            </summary>
            <returns>Returns instance of cloned object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftUnknown.RecordData">
            <summary>
            Returns internal data array. Read-only.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.m_sOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.m_sLinesNumber">
            <summary>
            An unsigned integer that specifies the number of lines to be displayed
            in the dropdown. If there are more lines than that in the list,
            a scrollbar can appear.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.m_sMinimum">
            <summary>
            An unsigned integer that specifies the smallest width in pixels allowed for the dropdown window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.m_strValue">
            <summary>
            Current string value in the dropdown.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Serialize(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Serializes object inside specified data provider.
            </summary>
            <param name="provider">Data provider to serialize into.</param>
            <param name="offset">Offset to start serialization from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Parse(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32)">
            <summary>
            Extracts object from specified data provider.
            </summary>
            <param name="provider">Data provider to get data from.</param>
            <param name="offset">Offset to start getting data from.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.GetStoreSize">
            <summary>
            Gets 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Clone">
            <summary>
            Creates a copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.LinesNumber">
            <summary>
            An unsigned integer that specifies the number of lines to be displayed
            in the dropdown. If there are more lines than that in the list,
            a scrollbar can appear.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Minimum">
            <summary>
            An unsigned integer that specifies the smallest width in pixels allowed for the dropdown window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.LbsDropData.Value">
            <summary>
            Current string value in the dropdown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.RowIndexOffset">
            <summary>
            Offset to the row index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.ColumnIndexOffset">
            <summary>
            Offset to the column index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.m_formula">
            <summary>
            Formula tokens.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.TObjSubRecordType,System.UInt16,System.Byte[])">
            <summary>
            Initialize new instance.
            </summary>
            <param name="type">Type of the subrecord.</param>
            <param name="length">Length of the subrecord's data.</param>
            <param name="buffer">Array that contains subrecord's data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords.ftSbsFormula.Formula">
            <summary>
            Gets/sets parsed formula tokens.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord">
            <summary>
            This record stores the size of an embedded OLE object
            (when Microsoft Excel is a server).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.m_usReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.m_usFirstRow">
            <summary>
            First row of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.m_usLastRow">
            <summary>
            Last row of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.m_FirstColumn">
            <summary>
            First column of the object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.m_LastColumn">
            <summary>
            Last column of the object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.#ctor">
            <summary>
            Default constructor, sets all fields' default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.Reserved">
            <summary>
            Read-only. Get reserved field value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.FirstRow">
            <summary>
            First row of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.LastRow">
            <summary>
            Last row of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.FirstColumn">
            <summary>
            First column of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.LastColumn">
            <summary>
            Last column of the object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.MinimumRecordSize">
            <summary>
            Read-only. Return minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OleSizeRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord">
            <summary>
            This record contains the definition of all user-defined colors available
            for cell and object formatting.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.m_usColorsCount">
            <summary>
            Number of  colors (nm). Contains 16 in BIFF3-BIFF4
            and 56 in BIFF5-BIFF8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.m_arrColor">
            <summary>
            Array of colors.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.ColorsCount">
            <summary>
            Read-only. Number of  colors (nm). Contains 16
            in BIFF3-BIFF4 and 56 in BIFF5-BIFF8.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.Colors">
            <summary>
            Array of colors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor">
            <summary>
            Structure describing color entry.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor.R">
            <summary>
            Value of the red part of the color.
            </summary>                                                          
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor.G">
            <summary>
            Value of the green part of the color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor.B">
            <summary>
            Value of the blue part of the color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor.A">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaletteRecord.TColor.ToString">
            <summary>
            Converts object to string.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.DefaultRecordSize">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.m_iVertSplit">
            <summary>
            Position of the vertical split (px, 0 = No vertical split).
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point).
            Frozen pane: Number of visible columns in left pane(s).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.m_iHorizSplit">
            <summary>
            Position of the horizontal split (py, 0 = No horizontal split).
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point).
            Frozen pane: Number of visible rows in top pane(s).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.m_iFirstRow">
            <summary>
            Index to first visible row in bottom pane(s).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.m_iFirstColumn">
            <summary>
            Index to first visible column in right pane(s).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.m_usActivePane">
            <summary>
            Identifier of pane with active cell cursor (see below). The last field 
            specifying the active pane has a size of 1 byte in BIFF2-BIFF4 and 2 
            bytes in BIFF5-BIFF8. The correct identifiers for all possible 
            combinations of visible panes are shown in the following pictures:
            px=0, py=0              -> 3
            px=0, py>0              -> 3
                                       2
            px>0, py=0              -> 3 1
            px>0, py>0              -> 3 1
                                       2 0
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.VerticalSplit">
            <summary>
            Position of the vertical split (px, 0 = No vertical split).
            Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point).
            Frozen pane: Number of visible columns in left pane(s).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.HorizontalSplit">
            <summary>
            Position of the horizontal split (py, 0 = No horizontal split).
            Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point).
            Frozen pane: Number of visible rows in top pane(s).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.FirstRow">
            <summary>
            Index to first visible row in bottom pane(s).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.FirstColumn">
            <summary>
            Index to first visible column in right pane(s).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.ActivePane">
            <summary>
            Identifier of pane with active cell cursor (see below). The last field 
            specifying the active pane has a size of 1 byte in BIFF2-BIFF4 and 2 
            bytes in BIFF5-BIFF8. The correct identifiers for all possible 
            combinations of visible panes are shown in the following pictures:
            px=0, py=0              -> 3
            px=0, py>0              -> 3
                                       2
            px>0, py=0              -> 3 1
            px>0, py>0              -> 3 1
                                       2 0
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PaneRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord">
            <summary>
            Stores the encrypted password for a sheet or workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.m_usPassword">
            <summary>
            16-bit hash value of the password.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.IsPassword">
            <summary>
            16-bit hash value of the password.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record">
            <summary>
            Stores the (2 byte) encrypted password for a shared workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.m_usPassword">
            <summary>
            Encrypted password for a shared workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.IsPassword">
            <summary>
            Encrypted password for a shared workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PasswordRev4Record.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord">
            <summary>
            This record is an extension of the CacheDataRecord.
            Both records contain PivotTable cache data.
            Corresponds to SXDBEX in Excel format specification.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.m_dDate">
            <summary>
            The date that the PivotTable cache was created or was last refreshed.
            The date is stored as an 8-byte IEEE floating-point number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.m_uiFormulaCount">
            <summary>
            Count of SXFormula records for this cache.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.RefreshDate">
            <summary>
            The date that the PivotTable cache was created or was last refreshed.
            The date is stored as an 8-byte IEEE floating-point number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataExRecord.FormulaCount">
            <summary>
            Count of SXFormula records for this cache.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord">
            <summary>
            This record is stored on a separate stream that maintains information about
            each PivotTable cache. The record is followed by a single CacheDataExRecord
            and several FDB records, one for each field in the PivotTable.
            SXDBEX in Excel specification.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.DEF_USERNAME_OFFSET">
            <summary>
            Offset to the user name field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_iRecordsNumber">
            <summary>
            Number of records in database.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usStreamId">
            <summary>
            Identifies the stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bSaveData">
            <summary>
            Indicates whether data is being saved with table layout.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bInvalid">
            <summary>
            Indicates whether the PivotTable must be refreshed before next update.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bRefreshOnLoad">
            <summary>
            Indicates whether the PivotTable will be refreshed on load.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bOptimizeCache">
            <summary>
            Indicates whether the cache is optimized to use the least amount of memory.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bBackgroundQuery">
            <summary>
            Indicates whether results of the query are obtained in the background.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_bEnableRefresh">
            <summary>
            Indicates whether refresh is enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usRecordsInBlock">
            <summary>
            Number of records for each database block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usBaseFieldsCount">
            <summary>
            Number of base fields in databases.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usFieldsNumber">
            <summary>
            Number of base fields, grouped fields, and calculated fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usReserved">
            <summary>
            This value is not used and can be set to zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usSourceType">
            <summary>
            Data source is one of:
            1 - Excel worksheet,
            2 - external data,
            4 - consolidation,
            8 - scenario PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_usUserNameSize">
            <summary>
            Number of characters in the string containing the name of the user who
            last refreshed the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.m_strUserName">
            <summary>
            The user who last refreshed the PivotTable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.FillCache(Syncfusion.XlsIO.IRange)">
            <summary>
            Fills cache with data from the range.
            </summary>
            <param name="dataRange">Data range to fill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.RecordsNumber">
            <summary>
            Number of records in database.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.StreamId">
            <summary>
            Identifies the stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsSaveData">
            <summary>
            Indicates whether data is being saved with table layout.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsInvalid">
            <summary>
            Indicates whether the PivotTable must be refreshed before next update.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsRefreshOnLoad">
            <summary>
            Indicates whether the PivotTable will be refreshed on load.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsOptimizeCache">
            <summary>
            Indicates whether the cache is optimized to use the least amount of memory.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsBackgroundQuery">
            <summary>
            Indicates whether results of the query are obtained in the background.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.IsEnableRefresh">
            <summary>
            Indicates whether refresh is enabled.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.RecordsInBlock">
            <summary>
            Number of records for each database block.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.BaseFieldsCount">
            <summary>
            Number of base fields in databases.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.FieldsNumber">
            <summary>
            Number of base fields, grouped fields, and calculated fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.Reserved">
            <summary>
            This value is not used and can be set to zero. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.SourceType">
            <summary>
            Data source is one of:
            1 - Excel worksheet,
            2 - external data,
            4 - consolidation,
            8 - scenario PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.UserNameSize">
            <summary>
            Number of characters in the string containing the name of the user who
            last refreshed the PivotTable. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.CacheDataRecord.UserName">
            <summary>
            The user who last refreshed the PivotTable.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord">
            <summary>
            This record stores options from the Consolidate dialog box (Data menu).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.m_usFunctionIndex">
            <summary>
            Index to the data consolidation function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.m_usLeftCat">
            <summary>
            If it is equal to 1 then the Left Column option is turned on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.m_usTopCat">
            <summary>
            If it is equal to 1 then the Top Row option is turned on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.m_usLinkConsol">
            <summary>
            If it is equal to 1 then the Create Links To Source Data option is turned on.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionIndex">
            <summary>
            Index to the data consolidation function.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.IsLeftCat">
            <summary>
            If it is equal to True then the Left Column option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.IsTopCat">
            <summary>
            If it is equal to True then the Top Row option is turned on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.IsLinkConsol">
            <summary>
            If it is equal to 1 then the Create Links To Source Data option is turned on.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes">
            <summary>
            Function types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Average">
            <summary>
            Represents the Average function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.CountNums">
            <summary>
            Represents the CountNums function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Count">
            <summary>
            Represents the Count function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Max">
            <summary>
            Represents the Max function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Min">
            <summary>
            Represents the Min function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Product">
            <summary>
            Represents the Product function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.StdDev">
            <summary>
            Represents the StdDev function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.StdDevp">
            <summary>
            Represents the StdDevp function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Sum">
            <summary>
            Represents the Sum function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Var">
            <summary>
            Represents the Var function type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataConsolidationInfoRecord.FunctionTypes.Varp">
            <summary>
            Represents the Varp function type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord">
            <summary>
            Summary description for DataItem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.DEF_NULL_NAME_LENGTH">
            <summary>
            Value for name length indicating that name is Null.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.DEF_STRING_OFFSET">
            <summary>
            Offset to the Name property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usField">
            <summary>
            Field that this data item is based on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usFunctionIndex">
            <summary>
            Index to the aggregation function:
            0 - Sum,
            1 - Count,
            2 - Average,
            3 - Max,
            4 - Min,
            5 - Product,
            6 - Count Nums,
            7 - StdDev,
            8 - StdDevp,
            9 - Var,
            10 - Varp,
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usDisplayFormat">
            <summary>
            Data display format:
            0 - Normal,
            1 - Difference from,
            2 - Percentage of,
            3 - Percentage difference from,
            4 - Running total in,
            5 - Percentage of row,
            6 - Percentage of column,
            7 - Percentage of total,
            8 - Index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usViewFieldIndex">
            <summary>
            Index to the SXVD record used by the data display format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usViewItemIndex">
            <summary>
            Index to the SXVI record used by the data display format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usFormatTableIndex">
            <summary>
            Index to the format table for this item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_usNameLength">
            <summary>
            Length of the name; if it is equal to 0xFFFF, then name is null
            and the name in the PivotTable cache storage is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.m_strName">
            <summary>
            Name of the item.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.Field">
            <summary>
            Field that this data item is based on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.FunctionIndex">
            <summary>
            Index to the aggregation function:
            0 - Sum,
            1 - Count,
            2 - Average,
            3 - Max,
            4 - Min,
            5 - Product,
            6 - Count Nums,
            7 - StdDev,
            8 - StdDevp,
            9 - Var,
            10 - Varp,
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.DisplayFormat">
            <summary>
            Data display format:
            0 - Normal,
            1 - Diffrence from,
            2 - Percentage of,
            3 - Percentage difference from,
            4 - Running total in,
            5 - Percentage of row,
            6 - Percentage of column,
            7 - Percentage of total,
            8 - Index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.ViewFieldIndex">
            <summary>
            Index to the SXVD record used by the data display format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.ViewItemIndex">
            <summary>
            Index to the SXVI record used by the data display format.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.FormatTableIndex">
            <summary>
            Index to the format table for this item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.NameLength">
            <summary>
            Length of the name; if it is equal to 0xFFFF, then name is null
            and the name in the PivotTable cache storage is used. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.DataItemRecord.Name">
            <summary>
            Name of the item.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord">
            <summary>
            This record stores information about the SQL query string that retrieves
            external data for a PivotTable. The record is followed by SXSTRING records
            that contain the SQL strings and then by a SXSTRING record that contains
            the SQL server connection string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.DEF_DATASOURCETYPE_BITMASK">
            <summary>
            Bit mask for DataSourceType property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usOptions">
            <summary>
            Options flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bOdbcConnection">
            <summary>
            True for ODBC connection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bSql">
            <summary>
            True for SQL statement or URL.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bSqlSav">
            <summary>
            True for server-based page fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bWeb">
            <summary>
            True for Web (WWW) query.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bSavePassword">
            <summary>
            Indicates whether save password option is on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_bTablesOnlyHtml">
            <summary>
            Indicates whether save tables in HTML only option is on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usParamsCount">
            <summary>
            Number of parameter strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usQueryCount">
            <summary>
            Number of strings for SQL statement or URL.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usWebPostCount">
            <summary>
            Number of strings for post method of Web query.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usSQLSavCount">
            <summary>
            Number of strings for SQL statement for server-based page fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.m_usOdbcConnectionCount">
            <summary>
            Number of strings for ODBC connection string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.Options">
            <summary>
            Options flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.DataSourceType">
            <summary>
            1 - ODBC data source,
            2 - DAO recordset (no actual information about the recordset is saved),
            3 - reserved,
            4 - Web (WWW) query.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsOdbcConnection">
            <summary>
            True for ODBC connection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsSql">
            <summary>
            True for SQL statement or URL.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsSqlSav">
            <summary>
            True for server-based page fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsWeb">
            <summary>
            True for Web (WWW) query.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsSavePassword">
            <summary>
            Indicates whether save password option is on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.IsTablesOnlyHtml">
            <summary>
            Indicates whether save tables in HTML only option is on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.ParamsCount">
            <summary>
            Number of parameter strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.QueryCount">
            <summary>
            Number of strings for SQL statement or URL.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.WebPostCount">
            <summary>
            Number of strings for post method of Web query.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.SQLSavCount">
            <summary>
            Number of strings for SQL statement for server-based page fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ExternalSourceInfoRecord.OdbcConnectionCount">
            <summary>
            Number of strings for ODBC connection string.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord">
            <summary>
            This record stores an array of variable-length SXLI structures, which
             describe the row and column items in a PivotTable. There are two
             LineItemArrayRecords for each PivotTable: the first stores row items,
             and the second stores column items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.m_arrItems">
            <summary>
            Array of LineItem structures.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.m_bNeedDataArray">
            <summary>
            Indicates whether internal data array should be preserved.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.ParseStructure(System.Int32)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.Items">
            <summary>
            Array of LineItem structures.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array or if it can be cleaned.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItemArrayRecord.AddHeaderToProvider">
            <summary>
            Indicates whether we should add header of continue records to the internal data provider. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem">
            <summary>
            LineItem class.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_FIXEDPART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_BIT_MULTIDATANAME">
            <summary>
            Bit for IsMultiDataName property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_BIT_SUBTOTAL">
            <summary>
            Bit for IsSubtotal property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_BIT_BLOCK">
            <summary>
            Bit for IsBlock property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_BIT_GRAND">
            <summary>
            Bit for IsGrand property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.DEF_BIT_MULTIDATAONAXIS">
            <summary>
            Bit for IsMultiDataOnAxis property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.m_usIdenticalItemsCount">
            <summary>
            Count of items that are identical to the previous element in items array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.m_usItemType">
            <summary>
            Item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.m_usMaxIndex">
            <summary>
            Maximum index to the items array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.m_arrIndexes">
            <summary>
            Array of indexes to SXVI records; the number of elements in the array is m_usMaxType + 1;
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.Parse(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="provider"></param>
            <param name="iOffset"></param>
            <param name="iFieldsCount"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.Serialize(System.Byte[],System.Int32)">
            <summary>
            
            </summary>
            <param name="arrData"></param>
            <param name="iOffset"></param>
            <returns></returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IdenticalItemsCount">
            <summary>
            Count of items that are identical to the previous element in items array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.ItemType">
            <summary>
            Item type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.MaxIndex">
            <summary>
            Maximum index to the items array. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.Indexes">
            <summary>
            Array of indexes to SXVI records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IsMultiDataName">
            <summary>
            Indicates whether to use data field name for the subtotal (instead of using "Total").
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IsSubtotal">
            <summary>
            Indicates whether this item is a subtotal.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IsBlock">
            <summary>
            Indicates whether this item is a block total.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IsGrand">
            <summary>
            Indicates whether this item is a grand total.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.IsMultiDataOnAxis">
            <summary>
            Indicates whether 
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.Length">
            <summary>
            Size of the record. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType">
            <summary>
            Item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Data">
            <summary>
            Represents the Data line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Default">
            <summary>
            Represents the Default line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Sum">
            <summary>
            Represents the Sum line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.CountA">
            <summary>
            Represents the CountA line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Count">
            <summary>
            Represents the Count line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Average">
            <summary>
            Represents the Average line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Max">
            <summary>
            Represents the Max line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Min">
            <summary>
            Represents the Min line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Product">
            <summary>
            Represents the Product line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Stdev">
            <summary>
            Represents the Stdev line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.StdevP">
            <summary>
            Represents the StdevP line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.Var">
            <summary>
            Represents the Var line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.VarP">
            <summary>
            Represents the VarP line item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.LineItem.LineItemType.GrandTotal">
            <summary>
            Represents the GrandTotal line item type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord">
            <summary>
            This record stores an array of page item indexes that represent the table
            references for a multiple-consolidation PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.m_arrIndexes">
            <summary>
            Array of 2-byte indexes to page items.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemIndexesRecord.Indexes">
            <summary>
            Array of 2-byte indexes to page items.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord">
            <summary>
            This record stores the number of page item names in a multiple-consolidation
            PivotTable. The names are stored in SXSTRING records that follow this record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.m_usCount">
            <summary>
            Number of page item names.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemNameCountRecord.Count">
            <summary>
            Number of page item names.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord">
            <summary>
            This record contains information about the PivotTable page item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.m_arrFieldItems">
            <summary>
            List with page item description for each filter applied.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>Copy of the current object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.Items">
            <summary>
            Returns field items. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.FieldInfo">
            <summary>
            This class contains information about field
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.FieldInfo.ViewItemIndex">
            <summary>
            Index to the ViewItemRecord for the page item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.FieldInfo.ViewFieldIndex">
            <summary>
            Index to the ViewFieldsRecord for the page item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.FieldInfo.ObjectId">
            <summary>
            Object ID for the page item drop-down arrows.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PageItemRecord.FieldInfo.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>Create copy.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord">
            <summary>
            This record stores a PivotTable parsed expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.DEF_EXPRESSION_OFFSET">
            <summary>
            Offset to parsed expression data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.m_usSize">
            <summary>
            Size of the parsed expression.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.m_usNameCount">
            <summary>
            Number of RTSXNAME records to follow this record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.m_arrParsedExpression">
            <summary>
            Parsed expression.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.Size">
            <summary>
            Size of the parsed expression. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.NameCount">
            <summary>
            Number of RTSXNAME records to follow this record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ParsedExpressionRecord.ParsedExpression">
            <summary>
            Parsed expression.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord">
            <summary>
            Summary description for PivotBooleanRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.m_usValue">
            <summary>
            Boolean value, 0 - false, 1 - true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.Value">
            <summary>
            Boolean value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotBooleanRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord">
            <summary>
            Contains information about date/time value in the pivot table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.DefaultRecordSize">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_usYear">
            <summary>
            Year.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_usMonth">
            <summary>
            Months.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_btDay">
            <summary>
            Days.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_btHour">
            <summary>
            Hours.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_btMinute">
            <summary>
            Minutes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.m_btSecond">
            <summary>
            Seconds.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Year">
            <summary>
            Year.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Month">
            <summary>
            Months.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Day">
            <summary>
            Days.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Hour">
            <summary>
            Hours.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Minute">
            <summary>
            Minutes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Second">
            <summary>
            Seconds.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDateTimeRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord">
            <summary>
            Summary description for PivotDoubleRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.DefaultRecordSize">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.m_dValue">
            <summary>
            Double value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.Value">
            <summary>
            Double value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotDoubleRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord">
            <summary>
            Summary description for PivotEmptyRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotEmptyRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord">
            <summary>
            Summary description for PivotBooleanRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.m_usValue">
            <summary>
            Boolean value, 0 - false, 1 - true.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.Value">
            <summary>
            Error code.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotErrorRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord">
            <summary>
            Summary description for PivotFieldRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.DEF_RECORD_SIZE">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bInIndexList">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bNotInList">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bDouble">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bDoubleInt">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bString">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bUnknown">
            <summary>
            Maybe m_bNotAny.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bLongIndex">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bUnknown2">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_bDate">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_usReserved1">
            <summary>
            Unknown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_usItemCount1">
            <summary>
            First item count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_usReserved2">
            <summary>
            Unknown.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_usItemCount2">
            <summary>
            Second item count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.m_strFieldName">
            <summary>
            Field name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsInIndexList">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsNotInList">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsDouble">
            <summary>
            Indicates whether field can contain double values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsDoubleInt">
            <summary>
            Indicates whether field can contain double values without fraction.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsString">
            <summary>
            Indicates whether field can contain string values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsUnknown">
            <summary>
            Unknown flag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsLongIndex">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsUnknown2">
            <summary>
            Unknown flag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.IsDate">
            <summary>
            Indicates whether field can contain date values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.Reserved1">
            <summary>
            Unknown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.ItemCount1">
            <summary>
            First item count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.Reserved2">
            <summary>
            Unknown.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.ItemCount2">
            <summary>
            Second item count.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.Name">
            <summary>
            Field name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFieldRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord">
            <summary>
            This record stores formatting data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.m_usType">
            <summary>
            0 - clear,
            1 - format applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.m_usDataSize">
            <summary>
            Length of data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.Type">
            <summary>
            0 - clear,
            1 - format applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormatRecord.DataSize">
            <summary>
            Length of data.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord">
            <summary>
            This record stores a PivotTable formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.m_usReserved">
            <summary>
            Reserved. Should be set to zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.m_usAppliedField">
            <summary>
            -1 if the calculated item formula applies to all fields, or,
             if positive, the field that this calculated item formulas applies to.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.Reserved">
            <summary>
            Reserved. Should be set to zero. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotFormulaRecord.AppliedField">
            <summary>
            -1 if the calculated item formula applies to all fields, or,
             if positive, the field that this calculated item formulas applies to.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord">
            <summary>
            Summary description for PivotIndexListRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.m_arrIndexes">
            <summary>
            Index list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotIndexListRecord.Indexes">
            <summary>
            Index list.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord">
            <summary>
            Summary description for PivotNamePairRecord.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_usField">
            <summary>
            Field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_usCache">
            <summary>
            Index of item in field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_usReserved">
            <summary>
            Reserved, should be set to zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_bCalculatedItem">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_bPhysical">
            <summary>
            Indicates whether item is referred to by position (physical)
            rather than by name (logical).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.m_bRelative">
            <summary>
            If m_bPhysical is true, then item is referred to using relative
            references rather than absolute references.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.Field">
            <summary>
            Field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.Cache">
            <summary>
            Index of item in field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.Reserved">
            <summary>
            Reserved, should be set to zero. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.Options">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.IsCalculatedItem">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.IsPhysical">
            <summary>
            Indicates whether item is referred to by position (physical)
            rather than by name (logical).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNamePairRecord.IsRelative">
            <summary>
            Indicates whether item is referred to using relative
            references rather than absolute references.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord">
            <summary>
            This record stores a PivotTable name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.m_bErrorName">
            <summary>
            If it is set to true then the name is invalid and should
            be displayed and evaluated as #NAME.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.m_usAggregateField">
            <summary>
            Field to aggregate in calculated field formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.m_usAggregateFunction">
            <summary>
            Function to use for aggregation in calculated field formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.m_usPairCount">
            <summary>
            Number of SXPAIR records to follow this record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.IsErrorName">
            <summary>
            If it is set to true then the name is invalid and should
            be displayed and evaluated as #NAME.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.AggregateField">
            <summary>
            Field to aggregate in calculated field formulas.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.AggregateFunction">
            <summary>
            Function to use for aggregation in calculated field formulas.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotNameRecord.PairCount">
            <summary>
            Number of SXPAIR records to follow this record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord">
            <summary>
            This record stores information about multiple-consolidation PivotTable source data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.DEF_BITMASK_PAGECOUNT">
            <summary>
            Bit mask for PageCount property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.m_usRefCount">
            <summary>
            Count (1-based) of DCONREF or DCONNAME records that follow the SXTBL record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.m_usPageItemCount">
            <summary>
            Count (1-based) of SXTBPG records that follow the DCONREF or DCONNAME records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.m_bAutoPage">
            <summary>
            Indicates whether the user selected the Create A Single Page Field For Me
            option in PivotTable Wizard dialog box.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.RefCount">
            <summary>
            Count (1-based) of DCONREF or DCONNAME records that follow the SXTBL record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.PageItemCount">
            <summary>
            Count (1-based) of SXTBPG records that follow the DCONREF or DCONNAME records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.IsAutoPage">
            <summary>
            Indicates whether the user selected the Create A Single Page Field For Me
            option in PivotTable Wizard dialog box.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotSourceInfoRecord.PageCount">
            <summary>
            Count (1-based) of page fields.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord">
            <summary>
            This record contains an SQL query string, an SQL server connection string
            or page item name from a multiple-consolidation PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.m_strString">
            <summary>
            String.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.String">
            <summary>
            String value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.NeedDataArray">
            <summary>
            Indicates whether data array is required by this record. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotStringRecord.Syncfusion#XlsIO#Parser#Biff_Records#IValueHolder#Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord">
            <summary>
            This record contains top-level PivotTable information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DEF_TABLE_NAME_OFFSET">
            <summary>
            Offset to the PivotTable name data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFirstRow">
            <summary>
            First row of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usLastRow">
            <summary>
            Last row of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFirstColumn">
            <summary>
            First column of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usLastColumn">
            <summary>
            Last column of the PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFirstHeadRow">
            <summary>
            First row containing PivotTable headings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFirstDataRow">
            <summary>
            First row containing PivotTable data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFirstDataColumn">
            <summary>
            First column containing PivotTable data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usCacheIndex">
            <summary>
            Index to the cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usReserved">
            <summary>
            Reserved. Must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataAxis">
            <summary>
            Default axis for a data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataPos">
            <summary>
            Default position for a data field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usFieldsNumber">
            <summary>
            Number of fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usRowFieldsNumber">
            <summary>
            Number of row fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usColumnFieldsNumber">
            <summary>
            Number of column fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usPageFieldsNumber">
            <summary>
            Number of page fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataFieldsNumber">
            <summary>
            Number of data fields.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataRowsNumber">
            <summary>
            Number of data rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataColumnsNumber">
            <summary>
            Number of data columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bRowGrand">
            <summary>
            Indicates whether the PivotTable contains grand totals for rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bColumnGrand">
            <summary>
            Indicates whether the PivotTable contains grand totals for columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bAutoFormat">
            <summary>
            Indicates whether the PivotTable has an autoformat applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bWHAutoFormat">
            <summary>
            Indicates whether the width / height autoformat is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bFontAutoFormat">
            <summary>
            Indicates whether the font autoformat is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bAlignAutoFormat">
            <summary>
            Indicates whether the alignment autoformat is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bBorderAutoFormat">
            <summary>
            Indicates whether the Border autoformat is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bPatternAutoFormat">
            <summary>
            Indicates whether the pattern autoformat is applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_bNumberAutoFormat">
            <summary>
            Indicates whether the PivotTable has an autoformat applied.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usAutoFormatIndex">
            <summary>
            Index to the PivotTable autoformat.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usTableNameLength">
            <summary>
            Length of the PivotTable name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_usDataFieldNameLength">
            <summary>
            Length of the data field name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_strTableName">
            <summary>
            PivotTable name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.m_strDataFieldName">
            <summary>
            Name of the data field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FirstRow">
            <summary>
            First row of the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.LastRow">
            <summary>
            Last row of the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FirstColumn">
            <summary>
            First column of the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.LastColumn">
            <summary>
            Last column of the PivotTable.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FirstHeadRow">
            <summary>
            First row containing PivotTable headings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FirstDataRow">
            <summary>
            First row containing PivotTable data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FirstDataColumn">
            <summary>
            First column containing PivotTable data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.CacheIndex">
            <summary>
            Index to the cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.Reserved">
            <summary>
            Reserved. Must be zero. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataAxis">
            <summary>
            Default axis for a data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataPos">
            <summary>
            Default position for a data field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.FieldsNumber">
            <summary>
            Number of fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.RowFieldsNumber">
            <summary>
            Number of row fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.ColumnFieldsNumber">
            <summary>
            Number of column fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.PageFieldsNumber">
            <summary>
            Number of page fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataFieldsNumber">
            <summary>
            Number of data fields.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataRowsNumber">
            <summary>
            Number of data rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataColumnsNumber">
            <summary>
            Number of data columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsRowGrand">
            <summary>
            Indicates whether the PivotTable contains grand totals for rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsColumnGrand">
            <summary>
            Indicates whether the PivotTable contains grand totals for columns.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsAutoFormat">
            <summary>
            Indicates whether the PivotTable has an autoformat applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsWHAutoFormat">
            <summary>
            Indicates whether the width / height autoformat is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsFontAutoFormat">
            <summary>
            Indicates whether the font autoformat is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsAlignAutoFormat">
            <summary>
            Indicates whether the alignment autoformat is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsBorderAutoFormat">
            <summary>
            Indicates whether the Border autoformat is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsPatternAutoFormat">
            <summary>
            Indicates whether the pattern autoformat is applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.IsNumberAutoFormat">
            <summary>
            Indicates whether the PivotTable has an autoformat applied.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.AutoFormatIndex">
            <summary>
            Index to the PivotTable autoformat.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.TableNameLength">
            <summary>
            Length of the PivotTable name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataFieldNameLength">
            <summary>
            Length of the data field name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.TableName">
            <summary>
            PivotTable name.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewDefinitionRecord.DataFieldName">
            <summary>
            Name of the data field.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord">
            <summary>
            This record contains extended PivotTable view fields information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bShowAllItems">
            <summary>
            Show all items for this field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bDragToRow">
            <summary>
            User can drag field to row area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bDragToColumn">
            <summary>
            User can drag field to column area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bDragToPage">
            <summary>
            User can drag field to page area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bDragToHide">
            <summary>
            User can remove field from view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bServerBased">
            <summary>
            This field is a server-based field in the page area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bAutoSort">
            <summary>
            Autosort is enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bAscendSort">
            <summary>
            Autosort ascending.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bAutoShow">
            <summary>
            Autoshow is enabled.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bAscendShow">
            <summary>
            Show top values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_bCalculateField">
            <summary>
            Calculated field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_btReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_btItemsNumber">
            <summary>
            Number of items to show for AutoShow, default is 10.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_usSortIndex">
            <summary>
            0-based index of data field that AutoSort is based on or 0xFFFF for current field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_usShowIndex">
            <summary>
            0-based index of data field that AutoShow is based on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_usFormat">
            <summary>
            Number format of field or 0 if none.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.m_strSubTotalName">
            <summary>
            Subtotal name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsShowAllItems">
            <summary>
            Show all items for this field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsDragToRow">
            <summary>
            User can drag field to row area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsDragToColumn">
            <summary>
            User can drag field to column area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsDragToPage">
            <summary>
            User can drag field to page area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsDragToHide">
            <summary>
            User can remove field from fiew.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsServerBased">
            <summary>
            This field is a server-based field in the page area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsAutoSort">
            <summary>
            Autosort is enabled.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsAscendSort">
            <summary>
            Autosort ascending.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsAutoShow">
            <summary>
            Autoshow is enabled.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsAscendShow">
            <summary>
            Show top values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.IsCalculateField">
            <summary>
            Calculated field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.Reserved">
            <summary>
            Reserved. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.ItemsNumber">
            <summary>
            Number of items to show for AutoShow, default is 10.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.SortIndex">
            <summary>
            0-based index of data field that AutoSort is based on or 0xFFFF for current field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.ShowIndex">
            <summary>
            0-based index of data field that AutoShow is based on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.NumberFormat">
            <summary>
            Number format of field or 0 if none.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsExRecord.SubTotalName">
            <summary>
            Specifies the custom text that is displayed for the subtotals label.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord">
            <summary>
            This record contains PivotTable view fields and other information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.DEF_NULL_LENGTH">
            <summary>
            Length indicating that name is null.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.DEF_STRING_OFFSET">
            <summary>
            Offset to the string data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_usAxis">
            <summary>
            Axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_usSubtotalCount">
            <summary>
            Number of subtotals attached.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_usSubtotalType">
            <summary>
            Item subtotal type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_usNumberItems">
            <summary>
            Number of items.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_usNameLength">
            <summary>
            Length of the name; if it is equals to 0xFFFF then name is null
            and the name in the cache is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.m_strName">
            <summary>
            Name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.Axis">
            <summary>
            Axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.SubtotalCount">
            <summary>
            Number of subtotals attached.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.SubtotalType">
            <summary>
            Item subtotal type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.NumberItems">
            <summary>
            Number of items.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.NameLength">
            <summary>
            Length of the name; if it is equals to 0xFFFF then name is null
            and the name in the cache is used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewFieldsRecord.Name">
            <summary>
            Name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord">
            <summary>
            This record contains information about a PivotTable item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.DEF_NAME_OFFSET">
            <summary>
            Offset to the name data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_usItemType">
            <summary>
            Item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_bHidden">
            <summary>
            Indicates whether the item is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_bHideDetail">
            <summary>
            Indicates whether detail is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_bFormula">
            <summary>
            Indicates whether the item is a calculated item.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_bMissing">
            <summary>
            Indicates whether item is an item that does not exist in any records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_usCache">
            <summary>
            Index to the PivotTable cache.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_usNameLength">
            <summary>
            Length of the name. If it is equal to 0xFFFF, then name is null
            and the name in the cache is used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.m_strName">
            <summary>
            Name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemType">
            <summary>
            Item type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.IsHidden">
            <summary>
            Indicates whether the item is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.IsHideDetail">
            <summary>
            Indicates whether detail is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.IsFormula">
            <summary>
            Indicates whether the item is calculated item.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.IsMissing">
            <summary>
            Indicates whether item is an item that does not exist in any records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.Cache">
            <summary>
            Index to the PivotTable cache.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.NameLength">
            <summary>
            Length of the name. If it is equal to 0xFFFF, then name is null
            and the name in the cache is used. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.Name">
            <summary>
            Name.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes">
            <summary>
            Possible item types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Page">
            <summary>
            Represents the  item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Null">
            <summary>
            Represents the  item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Data">
            <summary>
            Represents the Data item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Default">
            <summary>
            Represents the Default item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Sum">
            <summary>
            Represents the Sum item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Counta">
            <summary>
            Represents the Counta item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Count">
            <summary>
            Represents the Count item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Average">
            <summary>
            Represents the Average item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Max">
            <summary>
            Represents the Max item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Min">
            <summary>
            Represents the Min item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Product">
            <summary>
            Represents the Product item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Stdev">
            <summary>
            Represents the Stdev item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Stdevp">
            <summary>
            Represents the Stdevp item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Var">
            <summary>
            Represents the Var item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.Varp">
            <summary>
            Represents the Varp item type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewItemRecord.ItemTypes.GrandTotal">
            <summary>
            Represents the GrandTotal item type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord">
            <summary>
            This record contains an integer that defines the data source for a PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.m_usDataSource">
            <summary>
            Data source.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSource">
            <summary>
            Data source.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes">
            <summary>
            Possible data sources.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes.MSExcelOrDB">
            <summary>
            Microsoft Excel list or database.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes.External">
            <summary>
            External data source (Microsoft Query).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes.ConsolidationRanges">
            <summary>
            Multiple consolidation ranges.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes.PivotTable">
            <summary>
            Another PivotTable.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.PivotViewSourceRecord.DataSourceTypes.ScenarioManager">
            <summary>
            A Scenario Manager summary report.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord">
            <summary>
            This record stores an array of field ID numbers (2-byte integers) for
            the row fields and column fields in a PivotTable. Two RowColumnFieldIdRecords
            appear in the file: the first contains the array of row field IDs, and
            the second contains the array of column field IDs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.m_arrFieldId">
            <summary>
            Array of 2-byte integers; contains either row field IDs or column field IDs.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RowColumnFiledIdRecord.FieldIds">
            <summary>
            Array of 2-byte integers; contains either row field IDs or column field IDs.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord">
            <summary>
            This record stores PivotTable rule data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.DEF_BITMASK_RULETYPE">
            <summary>
            Bit mask for RuleType property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.DEF_BIT_RULETYPE">
            <summary>
            First bit for RuleType property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_btDim">
            <summary>
            Position of current field in axis.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_btCurrentField">
            <summary>
            Current field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bRowArea">
            <summary>
            Indicates whether current field is in row area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bColumnArea">
            <summary>
            Indicates whether current field is in column area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bPageArea">
            <summary>
            Indicates whether current field is in page area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bDataArea">
            <summary>
            Indicates whether current field is in data area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bNoHeader">
            <summary>
            Indicates whether header is not selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bNoData">
            <summary>
            Indicates whether data is not selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bGrandRow">
            <summary>
            Indicates whether row grand total is selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bGrandColumn">
            <summary>
            Indicates whether column grand total is selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bGrandRowSav">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bCacheBased">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_bGrandColSav">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_usReserved">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.m_usFiltersCount">
            <summary>
            Number of SXFILT records following this record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.Dim">
            <summary>
            Position of current field in axis.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.CurrentField">
            <summary>
            Current field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.Options">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsRowArea">
            <summary>
            Indicates whether current field is in row area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsColumnArea">
            <summary>
            Indicates whether current field is in column area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsPageArea">
            <summary>
            Indicates whether current field is in page area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsDataArea">
            <summary>
            Indicates whether current field is in data area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.RuleType">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsNoHeader">
            <summary>
            Indicates whether header is not selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsNoData">
            <summary>
            Indicates whether data is not selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsGrandRow">
            <summary>
            Indicates whether row grand total is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsGrandColumn">
            <summary>
            Indicates whether column grand total is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsGrandRowSav">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsCacheBased">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.IsGrandColSav">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.Reserved">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleDataRecord.FiltersCount">
            <summary>
            Number of SXFILT records following this record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord">
            <summary>
            This record stores PivotTable Rule Filter options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.DEF_DIM_BITMASK">
            <summary>
            BitMask for Dim field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.DEF_DIM_START_BIT">
            <summary>
            Start bit for Dim field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.DEF_SXVD_BITMASK">
            <summary>
            Bit mask for SXVD field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_usOptions1">
            <summary>
            Options flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_bRowField">
            <summary>
            Indicates whether field is in row area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_bColumnField">
            <summary>
            Indicates whether field is in column area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_bPageField">
            <summary>
            Indicates whether field is in page area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_bDataField">
            <summary>
            Indicates whether field is in data area.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_usOptions2">
            <summary>
            Options flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_usFunction">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.m_usViewItemCount">
            <summary>
            Number of ViewItemRecord records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.Options1">
            <summary>
            Options flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.IsRowField">
            <summary>
            Indicates whether field is in row area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.IsColumnField">
            <summary>
            Indicates whether field is in column area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.IsPageField">
            <summary>
            Indicates whether field is in page area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.IsDataField">
            <summary>
            Indicates whether field is in data area.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.Dim">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.Options2">
            <summary>
            Options flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.SXVD">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.Function">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.ViewItemCount">
            <summary>
            Number of ViewItemRecord records.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType">
            <summary>
            Represents the Function types.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Data">
            <summary>
            Represents the Data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Default">
            <summary>
            Represents the Default type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Sum">
            <summary>
            Represents the Sum type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.CountA">
            <summary>
            Represents the CountA type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Count">
            <summary>
            Represents the Count type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Average">
            <summary>
            Represents the Average type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Max">
            <summary>
            Represents the Max type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Min">
            <summary>
            Represents the Min type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Product">
            <summary>
            Represents the Product type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Stdev">
            <summary>
            Represents the Stdev type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Stdevp">
            <summary>
            Represents the Stdevp type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Var">
            <summary>
            Represents the Var type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.RuleFilterRecord.FunctionType.Varp">
            <summary>
            Represents the Varp type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord">
            <summary>
            This record stores PivotTable selection information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.DefaultRecordSize">
            <summary>
            Size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.m_usWindowIndex">
            <summary>
            0-based index of the window of the sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.m_usPaneIndex">
            <summary>
            0-based index of the pane of the window.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.WindowIndex">
            <summary>
            0-based index of the window of the sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.PaneIndex">
            <summary>
            0-based index of the pane of the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.MaximumMemorySize">
            <summary>
            Maximum size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SelectionInfoRecord.MinimumRecordSize">
            <summary>
            Minimum size of the record
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord">
            <summary>
            This record contains a SQL datatype identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.DefaultRecordSize">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.m_usDataType">
            <summary>
            The SQL datatype of the field described in the immediately preceding SXFDB record.
            These are the same values as found in the ODBC SDK. See the SQL datatypes in SQL.H.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Evaluates size of the required storage space.
            </summary>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.DataType">
            <summary>
            The SQL datatype of the field described in the immediately preceding SXFDB record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType">
            <summary>
            The SQL datatypes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_UNKNOWN_TYPE">
            <summary>
            Represents the SQL_UNKNOWN_TYPE SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_CHAR">
            <summary>
            Represents the SQL_CHAR SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_NUMERIC">
            <summary>
            Represents the SQL_NUMERIC SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_DECIMAL">
            <summary>
            Represents the SQL_DECIMAL SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_INTEGER">
            <summary>
            Represents the SQL_INTEGER SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_SMALLINT">
            <summary>
            Represents the SQL_SMALLINT SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_FLOAT">
            <summary>
            Represents the SQL_FLOAT SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_REAL">
            <summary>
            Represents the SQL_REAL SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_DOUBLE">
            <summary>
            Represents the SQL_DOUBLE SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_DATETIME">
            <summary>
            Represents the SQL_DATETIME SQL data type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.SQLDataTypeIdRecord.SQLDataType.SQL_VARCHAR">
            <summary>
            Represents the SQL_VARCHAR SQL data type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord">
            <summary>
            This record is a header record for a group of SXVS, SXEXT, and SXSTRING records
            that describe the PivotTable streams in the SX DB storage (the PivotTable cache storage).
            The StreamId field identifies the stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.m_usStreamId">
            <summary>
            Stream Id.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.StreamIdRecord.StreamId">
            <summary>
            Stream Id.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord">
            <summary>
            This record follows the SXVIEW record and contains information about
            additional features added to PivotTables in Excel.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.DEF_WRAP_PAGE_MASK">
            <summary>
            Bit mask for WrapPage property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.DEF_WRAP_PAGE_START_BIT">
            <summary>
            Start bit for WrapPage property value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.DEF_WRAPPAGE_MAXVALUE">
            <summary>
            Maximum value for WrapPage property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.FirstStringOffset">
            <summary>
            Offset to the strings data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usFormat">
            <summary>
            Number of SXFORMAT records to follow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sErrorStringLength">
            <summary>
            Number of characters for DisplayErrorString string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sNullStringLength">
            <summary>
            Number of characters for DisplayNullString string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sTagLength">
            <summary>
            Number of characters in Tag string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usSelectNumber">
            <summary>
            Number of RTSXSELECT records to follow.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usFieldPerRow">
            <summary>
            Number of page field per row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usFieldPerColumn">
            <summary>
            Number of page field per column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usOptions1">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bAcrossPageLay">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bPreserveFormattingNow">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bManualUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_usOptions2">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bEnableWizard">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bEnableDrilldown">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bEnableFieldDialog">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bPreserveFormatting">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bMergeLabels">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bDisplayErrorString">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bDisplayNullString">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_bSubtotalHiddenPageItems">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sPageFieldStyleLength">
            <summary>
            Number of characters for page field style string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sTableStyleLength">
            <summary>
            Number of characters for table style string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_sVacateStyleLength">
            <summary>
            Number of characters for vacate style string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strErrorString">
            <summary>
            ErrorString.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strNullString">
            <summary>
            NullString.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strTag">
            <summary>
            Tag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strPageFieldStyle">
            <summary>
            Page field style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strTableStyle">
            <summary>
            Table style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.m_strVacateStyle">
            <summary>
            Vacate style.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.ParseStructure">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, the class must pack all of its properties into an
            internal data array, m_data. This method is called by
            FillStream when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.Format">
            <summary>
            Number of SXFORMAT records to follow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.ErrorStringLength">
            <summary>
            Number of characters for DisplayErrorString string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.NullStringLength">
            <summary>
            Number of characters for DisplayNullString string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.TagLength">
            <summary>
            Number of characters in Tag string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.SelectNumber">
            <summary>
            Number of RTSXSELECT records to follow.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.FieldPerRow">
            <summary>
            Number of page field per row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.FieldPerColumn">
            <summary>
            Number of page field per column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.Options1">
            <summary>
            Option flags. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsAcrossPageLay">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsPreserveFormattingNow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsManualUpdate">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.WrapPage">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.Options2">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsEnableWizard">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsEnableDrilldown">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsEnableFieldDialog">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsPreserveFormatting">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsMergeLabels">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsDisplayErrorString">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsDisplayNullString">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.IsSubtotalHiddenPageItems">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.PageFieldStyleLength">
            <summary>
            Number of characters for page field style string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.TableStyleLength">
            <summary>
            Number of characters for table style string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.VacateStyleLength">
            <summary>
            Number of characters for vacate style string. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.ErrorString">
            <summary>
            ErrorString.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.NullString">
            <summary>
            NullString.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.Tag">
            <summary>
            Tag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.PageFieldStyle">
            <summary>
            Page field style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.TableStyle">
            <summary>
            Table style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PivotTable.ViewExtendedInfoRecord.VacateStyle">
            <summary>
            Vacate style.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord">
            <summary>
            Defines whether to store with full precision or what is displayed the GUI.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.m_usPrecision">
            <summary>
            Whether to use full precision or just skew some of the figures;
            1 = full precision.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.IsPrecision">
            <summary>
            Whether to use full precision or just skew some of the figures;
            1 = full precision.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrecisionRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord">
            <summary>
            This record saves printer settings and printer driver information.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            When string's length does not fit to internal data length or
            when last string ends before data (some extra data at the
            end of m_data array).
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.Clone">
            <summary>
            Creates copy of the current object.
            </summary>
            <returns>A copy of the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.AddHeaderToProvider">
            <summary>
            Indicates whether we should add header of continue records to the internal data provider. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrinterSettingsRecord.NeedDataArray">
            <summary>
            Indicates whether record needs internal data array
            or if it can be cleaned. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord">
            <summary>
            Defines whether or not to print the gridlines when you
            print your spreadsheet on paper.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.m_usPrintGridlines">
            <summary>
            Whether or not to print the gridline.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.IsPrintGridlines">
            <summary>
            Whether or not to print the gridline.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintGridlinesRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord">
            <summary>
            Whether or not to print the row / column headers
            of the spreadsheet in the physical form.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.m_usPrintHeaders">
            <summary>
            Print headers or not.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.IsPrintHeaders">
            <summary>
            Print headers or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintHeadersRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord">
            <summary>
            Stores print setup options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.ErrorBitMask">
            <summary>
            Bit mask for error print options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.ErrorStartBit">
            <summary>
            Start bit of error print options in m_usOptions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usPaperSize">
            <summary>
            Paper size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usScale">
            <summary>
            Scaling factor in percent.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_sPageStart">
            <summary>
            Start page number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usFitWidth">
            <summary>
            Fit worksheet width to this number of pages (0 = use as many as needed).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usFitHeight">
            <summary>
            Fit worksheet height to this number of pages (0 = use as many as needed).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usOptions">
            <summary>
            Options flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bLeftToRight">
            <summary>
            False to print pages in columns;
            True to print pages in rows.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bNotLandscape">
            <summary>
            False for landscape; True for portrait.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bNotValidSettings">
            <summary>
            True if paper size, scaling factor, paper orientation (portrait / landscape),
            print resolution, and number of copies are not initialized.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bNoColor">
            <summary>
            False to print in color; True to print in black and white.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bDraft">
            <summary>
            False for default print quality; True for draft quality.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bNotes">
            <summary>
            Indicates whether to print cell notes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bNoOrientation">
            <summary>
            False if paper orientation setting is valid;
            True if paper orientation setting is not initialized.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bUsePage">
            <summary>
            False for automatic page numbers;
            True to use starting page number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_bPrintNotes">
            <summary>
            False if print notes are displayed;
            True if print notes are at the end of sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usHResolution">
            <summary>
            Print resolution in dpi.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usVResolution">
            <summary>
            Vertical print resolution in dpi.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_dbHeaderMargin">
            <summary>
            Header margin (IEEE floating-point value).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_dbFooterMargin">
            <summary>
            Footer margin (IEEE floating-point value).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.m_usCopies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.PaperSize">
            <summary>
            Paper size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.Scale">
            <summary>
            Scaling factor in percent.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.PageStart">
            <summary>
            Start page number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.FitWidth">
            <summary>
            Fit worksheet width to this number of pages (0 = use as many as needed).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.FitHeight">
            <summary>
            Fit worksheet height to this number of pages (0 = use as many as needed).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.HResolution">
            <summary>
            Print resolution in dpi.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.VResolution">
            <summary>
            Vertical print resolution in dpi.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.HeaderMargin">
            <summary>
            Header margin (IEEE floating-point value).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.FooterMargin">
            <summary>
            Footer margin (IEEE floating-point value).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.Copies">
            <summary>
            Number of copies to print.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsLeftToRight">
            <summary>
            False to print pages in columns;
            True to print pages in rows.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsNotLandscape">
            <summary>
            False if landscape; True if portrait.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsNotValidSettings">
            <summary>
            True if paper size, scaling factor, paper orientation (portrait / landscape),
            print resolution, and number of copies are not initialized.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsNoColor">
            <summary>
            False to print in color; True to print in black and white.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsDraft">
            <summary>
            False for default print quality; True for draft quality.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsNotes">
            <summary>
            Indicates whether to print cell notes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsNoOrientation">
            <summary>
            False if paper orientation setting is valid;
            True if paper orientation setting is not initialized.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsUsePage">
            <summary>
            False for automatic page numbers;
            True to use starting page number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.IsPrintNotesAsDisplayed">
            <summary>
            False if print notes as displayed;
            True if print notes are at the end of sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.PrintErrors">
            <summary>
            Indicates how to print errors.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.PrintSetupRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record">
            <summary>
            Describes whether this is a protected shared / tracked workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.m_usProtection">
            <summary>
            Whether or not this is protected shared / tracked workbook.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.IsProtected">
            <summary>
            Whether or not this is protected shared / tracked workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectionRev4Record.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord">
            <summary>
            Whether a worksheet or a workbook is protected against modification.
            Protection is not active if this record is omitted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.m_usProtection">
            <summary>
            Whether a worksheet or a workbook is protected against modification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.IsProtected">
            <summary>
            Whether a worksheet or a workbook is protected against modification.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ProtectRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord">
            <summary>
            This record contains the cell range and text for a ToolTip.
            It occurs in conjunction with the HLINK record for hyperlinks in the Hyperlink Table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.m_usRecordId">
            <summary>
            0x0800 (repeated record identifier).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.m_addrCellRange">
            <summary>
            Cell range address of all cells containing the ToolTip.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.m_strToolTip">
            <summary>
            ToolTip string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If the last symbol of string (it is also last symbol of the data array) is not zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.CellRange">
            <summary>
            Cell range address of all cells containing the ToolTip.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.ToolTip">
            <summary>
            ToolTip string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.QuickTipRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord">
            <summary>
            Represents range protection and error indicators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_LENGTH_OFFSET">
            <summary>
            Represents length offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_DATA_OFFSET">
            <summary>
            Represents data offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_SUBRECORD_SIZE">
            <summary>
            Represents default subrecord size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_FINISH_OFFSET">
            <summary>
            Represents record end unknown bytes count.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_MAX_SUBRECORDS_SIZE">
            <summary>
            Represents default subrecords size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_FIRST_UNKNOWN_BYTES">
            <summary>
            Represents first unknown bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.DEF_SECOND_UNKNOWN_BYTES">
            <summary>
            Represents second unknown bytes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.m_ignoreOpt">
            <summary>
            Represents error indicator hide options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.m_errorIndicator">
            <summary>
            Represents array of error indicator structure.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.m_preservedData">
            <summary>
            Preserves range protection record
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Gets default record store size. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.OptimizeStorage">
            <summary>
            Tries to reduce number of ranges.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.IgnoreOptions">
            <summary>
            Represents hide options.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.ErrorIndicator">
            <summary>
            Represents error indicators object.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RangeProtectionRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord">
            <summary>
            Describes which reference mode to use.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.m_usRefMode">
            <summary>
            Stores which method is used to show cell addresses in formulas.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.IsA1ReferenceMode">
            <summary>
            Stores which method is used to show cell addresses in formulas:
            1 = A1 mode
            0 = RC mode
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefModeRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord">
            <summary>
            Flag whether to refresh all external data when loading a sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.m_usRefreshAll">
            <summary>
            Flag whether to refresh all external data when loading a sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.IsRefreshAll">
            <summary>
            Flag whether to refresh all external data when loading a sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RefreshAllRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord">
            <summary>
            Represents a cell that contains an RK value
            (encoded integer or floating-point value).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DEF_RECORD_SIZE_WITH_HEADER">
            <summary>
            Record size with header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DEF_NUMBER_OFFSET">
            <summary>
            Offset to the number from the start of the record's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DEF_HEADER_NUMBER_OFFSET">
            <summary>
            Offset to the number from the start of the record's data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DEF_RK_MASK">
            <summary>
            Represents rk mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.MaxRkNumber">
            <summary>
            Maximum number that is possible to store as rk record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.MinRkNumber">
            <summary>
            Minimum number that is possible to store as rk record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.m_iNumber">
            <summary>
            RK value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.m_bValueNotChanged">
            <summary>
            True if value is multiplied by 100.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.m_bIEEEFloat">
            <summary>
            True if signed integer; False if floating-point value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ParseCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.InfillCellData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="version">Excel version used to fill data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Returns size of the required storage space.
            </summary>
            <param name="version">Excel version.</param>
            <returns>Size of the required storage space.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.SetRKNumber(System.String)">
            <summary>
            Converts string to the Rk number.
            </summary>
            <param name="value">String to convert.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.SetRKNumber(System.Double)">
            <summary>
            Sets RkNumber to the specified value.
            </summary>
            <param name="value">Double value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.SetConvertedNumber(System.Int32)">
            <summary>
            Sets integer value to the specified value.
            </summary>
            <param name="rkNumber">Value to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.SetRKRecord(Syncfusion.XlsIO.Parser.Biff_Records.MulRKRecord.RkRec)">
            <summary>
            Sets RkRecord values from MulRKRecord.RkRec
            </summary>
            <param name="rc">MulRKRecord.RkRec with needed values.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.GetAsRkRec">
            <summary>
            Converts RKRecord into MulRKRecord.RkRec.
            </summary>
            <returns>Converted record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ConvertToRKNumber(System.String)">
            <summary>
            Converts string to RK number.
            </summary>
            <param name="value">String to parse.</param>
            <returns>Parsed RK number. If returns int.MaxValue - cannot parse RK number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ConvertToRKNumber(System.Double)">
            <summary>
            Converts double to RK number.
            </summary>
            <param name="value">Value to convert.</param>
            <returns>Converted RK number. If returns int.MaxValue - cannot parse RK number.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ConvertToDouble(System.Int32)">
            <summary>
            Converts Rk number to double.
            </summary>
            <param name="rkNumber">Rk number to convert.</param>
            <returns>Converted double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ConvertDouble(System.Int64,System.Boolean)">
            <summary>
            Converts double value to integer. Value as IEEE double or IEEE / 100 double.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="bValueNotChanged">Indicates is convert to IEEE / 100.</param>
            <returns>Int value corresponding to the double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.EncodeRK(System.Int32)">
            <summary>
            Encodes rk number.
            </summary>
            <param name="value">Represents value to encode.</param>
            <returns>Returns encoded value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.UnsafeGetDouble(System.Int32)">
            <summary>
            Gets double value using unsafe code.
            </summary>
            <param name="value">Represents value.</param>
            <returns>Returns double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.SafeGetDouble(System.Int32)">
            <summary>
            Gets double value using safe code.
            </summary>
            <param name="value">Represents value.</param>
            <returns>Returns double value.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.ReadValue(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Reads record's value from the data provider.
            </summary>
            <param name="provider">Provider to read data from.</param>
            <param name="recordStart">Offset to the record's start.</param>
            <param name="version">Excel version that was used to infill.</param>
            <returns>Record's value.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.RKNumberInt">
            <summary>
            Read-only. RK value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.RKNumber">
            <summary>
            RK value converted to double.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.MaximumMemorySize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.IsNotFloat">
            <summary>
            True if this is not a floating point value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.IsValueChanged">
            <summary>
            True if value was multiplied by 100.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.DoubleValue">
            <summary>
            Returns double value. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RKRecord.Value">
            <summary>
            Value of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord">
            <summary>
            Stores the row information for the sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.DEF_OUTLINE_LEVEL_MASK">
            <summary>
            Bit mask for outline level.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.DEF_MAX_HEIGHT">
            <summary>
            Maximum row height in points.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_usRowNumber">
            <summary>
            Index of this row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_usFirstCol">
            <summary>
            Index to column of the first cell which is described by a cell record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_usLastCol">
            <summary>
            Index to column of the last cell which is described by a cell record,
            increased by 1.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_usHeigth">
            <summary>
            Height of the row, in twips = 1/20 of a point.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_iReserved">
            <summary>
             Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_optionFlags">
            <summary>
            Options flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.m_sheet">
            <summary>
            Worksheet object.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.Options">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.RowNumber">
            <summary>
            Index of this row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.FirstColumn">
            <summary>
            Index to column of the first cell which is described by a cell record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.LastColumn">
            <summary>
            Index to column of the last cell which is described by a cell record,
            increased by 1.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.Height">
            <summary>
            Height of the row, in twips = 1/20 of a point.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.ExtendedFormatIndex">
            <summary>
            If the row is formatted, then this is the index to
            the extended format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OutlineLevel">
            <summary>
            The outline level of this row.
            Changes some bits of m_usOptionFlags private member.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When value is more than 7.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsCollapsed">
            <summary>
            Whether or not to collapse this row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsHidden">
            <summary>
            Whether or not to display this row with 0 height.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsBadFontHeight">
            <summary>
            Whether the font and row height are not compatible.
            True if they aren't compatible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsFormatted">
            <summary>
            Whether the row has been formatted (even if it has all blank cells).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsSpaceAboveRow">
            <summary>
            True if there is additional space above the row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsSpaceBelowRow">
            <summary>
            True if there is additional space below the row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.IsGroupShown">
            <summary>
            Undocumented bit flag. If it is set to False, then Excel will
            not show row groups. Default value is True.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.Reserved">
            <summary>
            Read-only. Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.MaximumMemorySize">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.Syncfusion#XlsIO#Parser#Biff_Records#IOutline#Index">
            <summary>
            Row or column index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.Worksheet">
            <summary>
            Gets or sets the worksheet.
            </summary>
            <value>The worksheet.</value>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags">
            <summary>
            Possible option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.Colapsed">
            <summary>
            Whether or not to collapse this row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.ZeroHeight">
            <summary>
            Whether or not to display this row with 0 height.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.BadFontHeight">
            <summary>
            Whether the font and row height are not compatible.
            True if they aren't compatible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.Formatted">
            <summary>
            Whether the row has been formatted (even if its got all blank cells) or
            row has explicit default format.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.ShowOutlineGroups">
            <summary>
            If this value is set to False, then Excel will not show row outline
            groups.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.SpaceAbove">
            <summary>
            Additional space above the row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RowRecord.OptionFlags.SpaceBelow">
            <summary>
            Additional space below the row.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord">
            <summary>
            This record stores a formatted text cell (Rich-Text).
            In BIFF8 it is replaced by the LABELSST record.
            Nevertheless, Excel uses this record if it copies formatted
            text cells to the clipboard.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_iRow">
            <summary>
            Index to row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_iColumn">
            <summary>
            Index to column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_usExtFormat">
            <summary>
            Index to XF (Extended Format) record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_strValue">
            <summary>
            Unformatted Unicode string, 16-bit string length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_usFRunsNumber">
            <summary>
            Number of rich text formatting runs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.m_arrFormattingRuns">
            <summary>
            Array of formatting runs.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.Row">
            <summary>
            Index to row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.Column">
            <summary>
            Index to column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.ExtendedFormatIndex">
            <summary>
            Index to XF (Extended Format) record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.Value">
            <summary>
            Unformatted Unicode string, 16-bit string length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.FormattingRun">
            <summary>
            Array of formatting runs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.Syncfusion#XlsIO#Parser#Biff_Records#IStringValue#StringValue">
            <summary>
            Returns string value. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.TFormattingRun">
            <summary>
            Rich text formatting run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.TFormattingRun.FirstChar">
            <summary>
            First formatted character (zero-based).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.RStringRecord.TFormattingRun.FormatIndex">
            <summary>
            Index to FONT record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord">
            <summary>
            Defines whether to recalculate before saving (set to 1).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.m_usSaveRecalc">
            <summary>
            Defines whether to recalculate before saving (set to 1).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.RecalcOnSave">
            <summary>
            Defines whether to recalculate before saving (set to 1).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SaveRecalcRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord">
            <summary>
            This record is part of the worksheet / workbook protection.
            It determines whether the scenarios of the current sheet
            are protected. Scenario protection is not active
            if this record is omitted.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.m_usProtect">
            <summary>
            0 = Objects not protected; 1 = Objects protected
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.IsProtected">
            <summary>
            0 = Scenarios not protected; 1 = Scenarios protected
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ScenProtectRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord">
            <summary>
            Shows the user's selection on the sheet
            for write set num refs to 0.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.DEF_SUB_ITEM_SIZE">
            <summary>
            Subitem size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_Pane">
            <summary>
            The window pane for the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_usRowActiveCell">
            <summary>
            The active cell's row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_usColActiveCell">
            <summary>
            The active cell's column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_usRefActiveCell">
            <summary>
            The active cell's reference number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_usNumRefs">
            <summary>
            The number of cell refs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.m_arrAddr">
            <summary>
            List of ADDR structures.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.SetSelection(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr)">
            <summary>
            Sets selection range.
            </summary>
            <param name="iIndex">Ref index.</param>
            <param name="addr">Addr to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.Pane">
            <summary>
            The window pane for the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.RowActiveCell">
            <summary>
            The active cell's row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.ColumnActiveCell">
            <summary>
            The active cell's column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.RefActiveCell">
            <summary>
            The active cell's reference number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.NumRefs">
            <summary>
            The number of cell refs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.Addr">
            <summary>
            List of ADDR structures.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr">
            <summary>
            Each cell range address (called an ADDR structure) contains 4 16-bit values.
            Cell range address, BIFF8.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_usFirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_usLastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_FirstCol">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_LastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_EFirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_ELastRow">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_EFirstCol">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.m_ELastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.#ctor(System.UInt16,System.UInt16,System.Byte,System.Byte)">
            <summary>
            Creates TAddr by specified first and last rows and first and last columns.
            </summary>
            <param name="FirstRow">First row of the cell range.</param>
            <param name="LastRow">Last row of the cell range.</param>
            <param name="FirstCol">First column of the cell range.</param>
            <param name="LastCol">Last column of the cell range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates TAddr by specified first and last rows and first and last columns.
            </summary>
            <param name="firstRow">First row of the cell range.</param>
            <param name="lastRow">Last row of the cell range.</param>
            <param name="firstCol">First column of the cell range.</param>
            <param name="lastCol">Last column of the cell range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.ToString">
            <summary>
            Converts object to the string.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.EFirstRow">
            <summary>
            Index to first row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.EFirstCol">
            <summary>
            Index to last row.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.ELastRow">
            <summary>
            Index to first column.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SelectionRecord.TAddr.ELastCol">
            <summary>
            Index to last column.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord">
            <summary>
            This record stores the token array of a shared formula.
            Shared formulas are similar to array formulas in that they store
            a formula used in a range of cells. The SharedFormula record
            is not a real cell record but follows the first FORMULA
            record of the cell range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the record's fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_iFirstRow">
            <summary>
            Index to first row of the shared formula range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_iLastRow">
            <summary>
            Index to last row of the shared formula range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_iFirstColumn">
            <summary>
            Index to first column of the shared formula range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_iLastColumn">
            <summary>
            Index to last column of the shared formula range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_usReserved">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_usExpressionLen">
            <summary>
            Size of the formula data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_arrExpression">
            <summary>
            Token array of the shared formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.m_arrFormula">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.#ctor">
            <summary>
            Default constructor fills all data with default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.FirstRow">
            <summary>
            Index to first row of the shared formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.LastRow">
            <summary>
            Index to last row of the shared formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.FirstColumn">
            <summary>
            Index to first column of the shared formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.LastColumn">
            <summary>
            Index to last column of the shared formula range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.ExpressionLen">
            <summary>
            Read-only. Size of the formula data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.Expression">
            <summary>
            Token array of the shared formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.Formula">
            <summary>
            Gets/sets formula into/from shared formula record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.Reserved">
            <summary>
            Read-only. Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SharedFormulaRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord">
            <summary>
            Whether to center between horizontal margins.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.m_usCenter">
            <summary>
            Whether or not to horizontally or vertically (depending on the record code) center this sheet.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.IsCenter">
            <summary>
            Whether or not to horizontally or vertically (depending on record code) center this sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetCenterRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord">
            <summary>
            This record stores the colour of the tab below the sheet containing the sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.DefaultRecordSize">
            <summary>
            Record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_id">
            <summary>
            Repeated record identifier.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_iReserved1">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_iReserved2">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_sReserved3">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_iUnknown">
            <summary>
            Unknown data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.m_iColorIndex">
            <summary>
            Color index for sheet name tab.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.Id">
            <summary>
            Repeated record identifier.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.Reserved1">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.Reserved2">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.Reserved3">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.Unknown">
            <summary>
            Unknown data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.ColorIndex">
            <summary>
            Color index for sheet name tab.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetLayoutRecord.MaximumMemorySize">
            <summary>
            Maximum memory size for internal buffer.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord">
            <summary>
            Summary description for SheetProtection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.ErrorIndicatorType">
            <summary>
            Represents the Error Indicator sheet protection id.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.DEF_OPTION_OFFSET">
            <summary>
            Represents option offset.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.DEF_STORE_SIZE">
            <summary>
            Represents default record store size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.DEF_EMBEDED_DATA">
            <summary>
            Represents default embedded record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.m_usOpt">
            <summary>
            Options flag.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.m_bIsContainProtection">
            <summary>
            Indicates is contain sheet protection.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.m_sType">
            <summary>
            Represents the Protection type.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Gets default record store size. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.ProtectedOptions">
            <summary>
            Represents protected options.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.ContainProtection">
            <summary>
            Indicates is record contain sheet protection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SheetProtectionRecord.Type">
            <summary>
            Represents the protection type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord">
            <summary>
            This record stores the last settings from the "Sort" dialog
            for each sheet. These settings are not attached to a cell range
            in the sheet, so it is not possible to determine
            the cell range sorted with the settings of this record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.TableIndexBitMask">
            <summary>
            Bit mask for the table index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.TableIndexStartBit">
            <summary>
            Start bit for the table index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_bSortColumns">
            <summary>
            False to sort rows (top to bottom);
            True to sort columns (left to right).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_bFirstDesc">
            <summary>
            False to sort first key in ascending order;
            True to sort first key in descending order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_bSecondDesc">
            <summary>
            False to sort second key in ascending order;
            True to sort second key in descending order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_bThirdDesc">
            <summary>
            False to sort third key in ascending order;
            True to sort third key in descending order.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_bCaseSensitive">
            <summary>
            False to sort case-insensitive;
            True to sort case-sensitive.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_FirstKeyLen">
            <summary>
            Length of first sort key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_SecondKeyLen">
            <summary>
            Length of second sort key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_ThirdKeyLen">
            <summary>
            Length of third sort key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_strFirstKey">
            <summary>
            First sort key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_strSecondKey">
            <summary>
            Second sort key.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.m_strThirdKey">
            <summary>
            Third sort key.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.GetStringSize(System.String)">
            <summary>
            Returns size of the string
            </summary>
            <param name="strValue"></param>
            <returns></returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.IsSortColumns">
            <summary>
            False to sort rows (top to bottom);
            True to sort columns (left to right).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.IsFirstDesc">
            <summary>
            False to sort first key in ascending order;
            True to sort first key in descending order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.IsSecondDesc">
            <summary>
            False to sort second key in ascending order;
            True to sort second key in descending order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.IsThirdDesc">
            <summary>
            False to sort third key in ascending order;
            True to sort third key in descending order.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.IsCaseSensitive">
            <summary>
            False to sort case-insensitive;
            True to sort case-sensitive.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.TableIndex">
            <summary>
            One-based index into the table of defined sort lists,
            or 0 for sorting without a list.
            This property changes some bits of m_usOptions.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.FirstKeyLen">
            <summary>
            Read-only. Length of first sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.SecondKeyLen">
            <summary>
            Read-only. Length of second sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.ThirdKeyLen">
            <summary>
            Read-only. Length of third sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.FirstKey">
            <summary>
            First sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.SecondKey">
            <summary>
            Second sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.ThirdKey">
            <summary>
            Third sort key.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SortRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord">
            <summary>
            Static String Table Record:
            This holds all the strings for LabelSSTRecords.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.DEF_OPTIONS_OFFET">
            <summary>
            Options byte offset in the string.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_uiNumberOfStrings">
            <summary>
            Number of string in workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_uiNumberOfUniqueStrings">
            <summary>
            Number of unique strings in workbook.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_arrStrings">
            <summary>
            Array of workbook's strings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_arrStringsPos">
            <summary>
            Array that stores positions of the strings in the m_data array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_arrStringOffset">
            <summary>
            Array that stores offsets of the strings starting from the beginning
            of the record (Continue or SST).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.m_bAutoAttach">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If any internal error occurred.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.InfillText(Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder,Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.StringType,System.Int32,System.Int32,System.Byte[])">
            <summary>
            Serializes text data.
            </summary>
            <param name="builder">Record builder to put data into.</param>
            <param name="options">String options.</param>
            <param name="iFormattingSize">Size of the formatting data.</param>
            <param name="totalLen">Total size of the string data.</param>
            <param name="arrStringData">Array containing string data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.InfillFormatting(Syncfusion.XlsIO.Parser.Biff_Records.IntPtrContinueRecordBuilder,System.Byte[],System.Int32)">
            <summary>
            Infills formatting bytes.
            </summary>
            <param name="builder">Record builder to put data into.</param>
            <param name="arrFormattingData">Array containing formatting data.</param>
            <param name="iFormattingSize">Size of the formatting data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.PrognoseRecordSize">
            <summary>
            Tries to prognose records size and prepare data storage so it won't require resize operation.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.EnsureSize(System.Byte[]@,System.Int32)">
            <summary>
            Resizes buffer if necessary.
            </summary>
            <param name="arrBuffer">Buffer to check.</param>
            <param name="iSize">Desired buffer size.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.InternalDataIntegrityCheck(System.Int32)">
            <summary>
            This method checks record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">If there is any internal error.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.NumberOfStrings">
            <summary>
            Number of string in workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.NumberOfUniqueStrings">
            <summary>
            Number of unique strings in workbook.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.Strings">
            <summary>
            Array of workbook's strings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.StringsStreamPos">
            <summary>
            Array that stores positions of the strings in the m_data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.StringsOffsets">
            <summary>
            Array that stores offsets of the strings starting from the beginning
            of the record (Continue or SST).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.AutoAttachContinue">
            <summary>
            Configuration property. If value is True, then on detection of dataless
            record, the class will try to continue to get records from the stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SSTRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord">
            <summary>
            This record stores the result of a string formula.
            It occurs directly after a string formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.DEF_FIXED_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.m_usStringLength">
            <summary>
            String length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.m_strValue">
            <summary>
            Non-empty Unicode string.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.Value">
            <summary>
            Non-empty Unicode string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StringRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord">
            <summary>
            Style Record:
            Describes a built-in style in the GUI or user defined style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.DEF_XF_INDEX_BIT_MASK">
            <summary>
            Extended format index bit mask.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_usExtFormatIndex">
            <summary>
            The actual index of the style extended format record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_bIsBuildIn">
            <summary>
            Whether the style is built in or user-defined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_BuildInOrNameLen">
            <summary>
            If this is a built in style, then it is the number of the built in style.
            If this is user-defined style, then it is length of style's name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_OutlineStyleLevel">
            <summary>
            The row or column level of the style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_strName">
            <summary>
            The style's name (if user-defined).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_strNameCache">
            <summary>
            The style's name (if user-defined and greater than 256 symbols).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_DefXFIndex">
            <summary>
            Represents the default external format index based on workbook version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.m_isAsciiConverted">
            <summary>
            /Represents if the stylename is encoded, when style name is greater than 256 symbols
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.CopyTo(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw)">
            <summary>
            Copies this record into another StyleRecord.
            </summary>
            <param name="raw"></param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.IsBuildInStyle">
            <summary>
            Whether the style is built in or user-defined.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.IsAsciiConverted" -->
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.ExtendedFormatIndex">
            <summary>
            The actual index of the style extended format record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.BuildInOrNameLen">
            <summary>
            The row or column level of the style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.OutlineStyleLevel">
            <summary>
            The row or column level of the style.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.StyleName">
            <summary>
            The style's name (if user-defined).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.StyleNameCache">
            <summary>
            Represents actual style name in case of AsciiConversion
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.Name">
            <summary>
            Returns style name. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleRecord.DefXFIndex">
            <summary>
            Gets or sets the default external format index based on workbook version
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_header">
            <summary>
            Header of this record
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_bIsBuildIn">
            <summary>
            Whether the style is built in or user-defined.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_bIsHidden">
            <summary>
            Whether the style is hidden in user interface or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_bIsCustom">
            <summary>
            Whether the style is custom or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_reserved">
            <summary>
            Reserved data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_category">
            <summary>
            Specify the type of style
            </summary>        
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_builtInData">
            <summary>
            Buid in data
            </summary>        
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_strName">
            <summary>
            The style's name (if user-defined).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_OutlineStyleLevel">
            <summary>
            The row or column level of the style.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.m_BuildInOrNameLen">
            <summary>
            If this is a built in style, then it is the number of the built in style.
            If this is user-defined style, then it is length of style's name.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.InitializeObjects">
            <summary>
            Initialize the variables
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.IsBuildInStyle">
            <summary>
            Whether the style is built in or user-defined.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.IsHidden">
            <summary>
            Whether the style is hidden in user interface or not
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.IsCustom">
            <summary>
            Whether the style is custom or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.StyleName">
            <summary>
            The style's name (if user-defined).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.StyleExtRecord.Category">
            <summary>
            Specify the type of style
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord">
            <summary>
            This record stores the URL of an external document
            and a list of sheet names inside this document. Furthermore,
            it is used to store DDE and OLE object links or to indicate
            an internal 3D reference or an add-in function.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.INTERNAL_REFERENCE">
            <summary>
            This constant indicates that the sup book record contains internal references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.ADDIN_FUNCTION">
            <summary>
            This constant indicates that the sup book record contains add-in functions.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_bIsInternal">
            <summary>
            Indicates whether this record is used for internal references or external references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_bIsAddInFunction">
            <summary>
            Indicates whether add-in function names are stored 
            in EXTERNNAME records following this SUPBOOK record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_usSheetNumber">
            <summary>
            Number of sheet names (if external references) or
            number of sheets in this document (if internal references).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_usUrlLength">
            <summary>
            Length of encoded URL without sheet name (if external references).
            0401h (if internal references)
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_strUrl">
            <summary>
            Encoded URL without sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_arrSheetNames">
            <summary>
            List of sheet names.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.m_strOriginalURL">
            <summary>
            Original URL value.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            When string's length does not fit to internal data length or
            when last string ends before data (some extra data at the
            end of m_data array).
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.PrognoseRecordSize">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.IsInternalReference">
            <summary>
            Whether the record is used for internal references or external references.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.URL">
            <summary>
            Encoded URL without sheet name (for external references).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.OriginalURL">
            <summary>
            Gets / sets original url value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.SheetNames">
            <summary>
            List of sheet names.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.SheetNumber">
            <summary>
            Number of sheet names (if external references) or
            number of sheets in this document (if internal references).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.SupBookRecord.IsAddInFunctions">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord">
            <summary>
            Sheet Tab Index Array Record:
            Contains an array of sheet ID's. Sheets always keep their ID
            regardless of what their name is.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.m_arrTabIds">
            <summary>
            Array of tab IDs.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.InternalDataIntegrityCheck">
            <summary>
            This method checks a record's internal data array for integrity.
            </summary>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TabIdRecord.TabIds">
            <summary>
            Array of tab IDs.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord">
            <summary>
            This record stores information about a multiple operation
            table in the sheet. It follows the first FORMULA record
            of the cell range containing the operation table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.OperationModeBitMask">
            <summary>
            Bit mask for the operation mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.OperationModeStartBit">
            <summary>
            First bit of the operation mode.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usFirstRow">
            <summary>
            Index to first row of the multiple operation table range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usLastRow">
            <summary>
            Index to last row of the multiple operation table range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_FirstCol">
            <summary>
            Index to first column of the multiple operation table range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_LastCol">
            <summary>
            Index to last column of the multiple operation table range.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_bRecalculate">
            <summary>
            True to always recalculate array formula.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_bCalculateOnOpen">
            <summary>
            True to calculate array formula on open.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usInputCellRow">
            <summary>
            Index to row of input cell (in mode 1x2 index to row of
            input cell for row input).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usInputCellCol">
            <summary>
            Index to column of input cell (in mode 1x2 index to column
            of input cell for row input).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usInputCellRowForCol">
            <summary>
            In mode 1x2 index to row of input cell for column input;
            else not used.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.m_usInputCellColForCol">
            <summary>
            In mode 1x2 index to column of input cell for column input;
            else not used.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.FirstRow">
            <summary>
            Index to first row of the multiple operation table range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.LastRow">
            <summary>
            Index to last row of the multiple operation table range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.FirstCol">
            <summary>
            Index to first column of the multiple operation table range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.LastCol">
            <summary>
            Index to last column of the multiple operation table range.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.IsRecalculate">
            <summary>
            True to always recalculate array formula.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.IsCalculateOnOpen">
            <summary>
            True to calculate array formula on open.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.OperationMode">
            <summary>
            Whether to display outline symbols (in the gutters).
            Changes bits of m_usOptions.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When value is more than 4.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.InputCellRow">
            <summary>
            Index to row of input cell (in mode 1x2 index to row of
            input cell for row input).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.InputCellColumn">
            <summary>
            Index to column of input cell (in mode 1x2 index to column
            of input cell for row input).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.InputCellRowForColumn">
            <summary>
            In mode 1x2 index to row of input cell for column input;
            else not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.InputCellColumnForColumn">
            <summary>
            In mode 1x2 index to column of input cell for column input;
            else not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TableRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">If stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">If stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TemplateRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord">
            <summary>
            This record stores a text object. The TXO record is followed
            by two CONTINUE records. The first CONTINUE record contains the text
            data and the second CONTINUE contains the formatting runs.
            If the text box contains no text, these CONTINUE records
            are not written to the file.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.HAlignmentBitMask">
            <summary>
            Bit mask for horizontal alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.VAlignmentBitMask">
            <summary>
            Bit mask for vertical alignment.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_usOptions">
            <summary>
            Option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_bLockText">
            <summary>
            Whether the Lock Text option is on.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_usRotation">
            <summary>
            Orientation of text within the object boundary.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_uiReserved1">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_usReserved2">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_usTextLen">
            <summary>
            Length of text (in first CONTINUE record).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_usFormattingRunsLen">
            <summary>
            Length of formatting runs (in second CONTINUE record).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.m_uiReserved3">
            <summary>
            Reserved, must be zero.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
             <summary>
             In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
             FillStream, when the record must be serialized into a stream.
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.HAlignment">
            <summary>
            Horizontal text alignment.
            This property changes bits of m_usOptions private field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.VAlignment">
            <summary>
            Vertical text alignment:
            This property changes bits of m_usOptions private field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.IsLockText">
            <summary>
            Whether the Lock Text option is on.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.Rotation">
            <summary>
            Orientation of text within the object boundary.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.TextLen">
            <summary>
            Length of text (in first CONTINUE record).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.FormattingRunsLen">
            <summary>
            Length of formatting runs (in second CONTINUE record).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.Reserved1">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.Reserved2">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.Reserved3">
            <summary>
            Not used.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextObjectRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat">
            <summary>
            Summary description for TextFormat.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DEF_COMPRESSED_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DEF_RICHTEXT_MASK">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DEF_FR_SIZE">
            <summary>
            Size of a single formatting run.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DEF_PLAIN_OPTIONS">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DEF_RTF_OPTIONS">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_arrFormattingRuns">
            <summary>
            Formatting runs, key - position, value - font index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_strValue">
            <summary>
            String value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_iDefaultIndex">
            <summary>
            Default font index.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_options">
            <summary>
            Options.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_bNeedDefragment">
            <summary>
            Indicates whether string was changed and possibly needs defragmentation.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.RefCount">
            <summary>
            Number of references to this object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_rtfText">
            <summary>
            Reprsents the Rich Text.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_isPreserved">
            <summary>
            Indicates the string is preserverd type or not
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.m_isEncoded">
            <summary>
            Indicates the string is encoded type or not
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.#ctor(System.Int32)">
            <summary>
            Creates instance with specified default font index.
            </summary>
            <param name="fontIndex">Index of the default font.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.op_Implicit(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)~System.String">
            <summary>
            Converts TextWithFormat to string.
            </summary>
            <param name="format">Object to convert to string.</param>
            <returns>String value of the object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.op_Explicit(System.String)~Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat">
            <summary>
            Converts string to TextWithFormat.
            </summary>
            <param name="value">String value.</param>
            <returns>Converted TextWithFormat.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SetTextFontIndex(System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets font index for specified range of characters.
            </summary>
            <param name="iStartPos">Start character of the range.</param>
            <param name="iEndPos">End character of the range.</param>
            <param name="iFontIndex">Font index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetTextFontIndex(System.Int32)">
            <summary>
            Returns font index for the specified character.
            </summary>
            <param name="iPos">Character index to get font index.</param>
            <returns>Font index for the specified character.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetTextFontIndex(System.Int32,System.Boolean)">
            <summary>
            Returns font index for the specified character.
            </summary>
            <param name="iPos">Character index to get font index.</param>
            <returns>Font index for the specified character.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetFontByIndex(System.Int32)">
            <summary>
            Returns font index at the specified position in the formatting runs array.
            </summary>
            <param name="iIndex">Index of the formatting run.</param>
            <returns>Font index.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetPositionByIndex(System.Int32)">
            <summary>
            Returns character position at the specified position in the formatting runs array.
            </summary>
            <param name="iIndex">Index of the formatting run.</param>
            <returns>Character position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SetFontByIndex(System.Int32,System.Int32)">
            <summary>
            Sets font index at the specified position in the formatting runs array.
            </summary>
            <param name="index">Index of the formatting run.</param>
            <param name="iFontIndex">Font index to set.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.ClearFormatting">
            <summary>
            Clears formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.CompareTo(System.Object)">
            <summary>
            Compares the current instance with another object of the same type.
            </summary>
            <param name="obj">An object to compare with this instance.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the comparands.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.CompareFormattingRuns(System.Collections.Generic.SortedList{System.Int32,System.Int32},System.Collections.Generic.SortedList{System.Int32,System.Int32})">
            <summary>
            Compares formatting runs.
            </summary>
            <param name="fRuns1">First formatting runs to compare.</param>
            <param name="fRuns2">Second formatting runs to compare.</param>
            <returns>
            0 if they are equal,
            -1 if first formatting run is less then second;
            otherwise 1.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.CreateFormattingRuns">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetPreviousPosition(System.Int32)">
            <summary>
            Returns starting position for formatting block which contains specified position.
            </summary>
            <param name="iPos">Position to which formatting is applied.</param>
            <returns>Starting position for formatting block which contains specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.RemoveAllInsideRange(System.Int32,System.Int32)">
            <summary>
            Removes all formatting within specified range.
            </summary>
            <param name="iStartPos">Start position of the range.</param>
            <param name="iEndPos">End position of specified range.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Defragment">
            <summary>
            Defragments text formatting.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.CheckOffset(System.Int32,System.Int32)">
            <summary>
            Checks if specified offset is correct.
            </summary>
            <param name="len">Length of the array.</param>
            <param name="iOffset">Offset in the array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When iOffset is out of range.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.CopyFormattingTo(Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat)">
            <summary>
            Copies formatting runs into another TextWithFormat object.
            </summary>
            <param name="twin">TextWithFormat to copy data into.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.ToString">
            <summary>
            Converts this object to string.
            </summary>
            <returns>String representation of this object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Equals(System.Object)">
            <summary>
            Determines whether the specified object is equal to the current object.
            </summary>
            <param name="obj">The object to compare with the current object.</param>
            <returns>
            True if the specified object is equal to the current object;
            otherwise False.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetHashCode">
            <summary>
            Returns hashcode for the object.
            </summary>
            <returns>A hash code for the current object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Parse(System.Byte[],System.Int32)">
            <summary>
            Parses byte array.
            </summary>
            <param name="data">Array of bytes to parse.</param>
            <param name="iOffset">Offset of the object's data in the array.</param>
            <returns>Size of the object in the data array.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetTextSize">
            <summary>
            Evaluates size of the text in bytes.
            </summary>
            <returns>Returns text size in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetFormattingSize">
            <summary>
            Returns size of the formatting runs.
            </summary>
            <returns>Size of the formatting runs.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SerializeFormatting">
            <summary>
            Serializes formatting.
            </summary>
            <returns>Returns array of bytes that contains formatting data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SerializeFormatting(System.Byte[],System.Int32,System.Boolean)">
            <summary>
            Serializes formatting.
            </summary>
            <param name="arrBuffer">Buffer for formatting data.</param>
            <param name="iOffset">Offset in the buffer where to serialize formatting.</param>
            <param name="bDefragment">Indicates whether defragmentation is needed.</param>
            <returns>Size of formatting data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetOptions">
            <summary>
            Returns string options.
            </summary>
            <returns>Options byte.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.GetText(System.Byte[],System.UInt16,System.Boolean,System.Int32@)">
            <summary>
            Converts byte array to string.
            </summary>
            <param name="data">Byte array with string data.</param>
            <param name="usChartCount">Desired number of charts.</param>
            <param name="bIsUnicode">Indicates whether string is in unicode format.</param>
            <param name="iOffset">Offset of the string data.</param>
            <returns>Extracted string.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.ParseFormattingRuns(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Parses formatting runs.
            </summary>
            <param name="data">Array with formatting runs data.</param>
            <param name="iOffset">Offset to formatting runs.</param>
            <param name="iFRCount">Number of formatting runs to parse.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.ParseFormattingRuns(System.Byte[])">
            <summary>
            Parses formatting runs.
            </summary>
            <param name="data">Array with formatting runs.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.ParseFarEastData(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Parses Far East data.
            </summary>
            <param name="data"></param>
            <param name="iOffset"></param>
            <param name="iFarEastDataLen"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SerializeFormattingRuns">
            <summary>
            Serializes formatting runs.
            </summary>
            <returns>Array with formatting runs.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.SerializeFormattingRuns(System.Byte[],System.Int32,System.Boolean)">
            <summary>
            Serializes formatting runs into specified array.
            </summary>
            <param name="arrDestination">Destination array.</param>
            <param name="iOffset">Offset to the data.</param>
            <param name="bDefragment">Indicates whether defragmentation is needed.</param>
            <returns>Size of the serialized data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.TypedClone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Clone(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.UpdateFontIndexes(System.Collections.Generic.Dictionary{System.Int32,System.Int32})">
            <summary>
            Updates font indexes.
            </summary>
            <param name="dicFontIndexes">Dictionary with new font indexes.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.RtfText">
            <summary>
             Reprsents the Rich Text
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.Text">
            <summary>
            Text string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.FormattingRuns">
            <summary>
            Formatting runs, key - position, value - font index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.InnerFormattingRuns">
            <summary>
            List of formatting runs. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.DefaultFontIndex">
            <summary>
            Gets / sets default font index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.FormattingRunsCount">
            <summary>
            Returns number of formatting runs. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.IsPreserved">
            <summary>
            Returns true if string is preserved type.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.IsEncoded">
            <summary>
            Returns true if string is encoded type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.StringType">
            <summary>
            Possible string flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.StringType.Unicode">
            <summary>
            The string is saved as double-byte characters.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.StringType.FarEast">
            <summary>
            Extended string follows (Far East versions).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TextWithFormat.StringType.RichText">
            <summary>
            Rich string follows.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownBeginRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.Unknown1">
            <summary>
            Gets / sets first unknown int value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.Unknown2">
            <summary>
            Gets / sets second unknown int value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownEndRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable">
            <summary>
            Summary description for UnkMacrosDisable.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnkMacrosDisable.MaximumRecordSize">
            <summary>
            Maximum possible size of the record. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
            <exception cref="T:Syncfusion.XlsIO.Implementation.Exceptions.WrongBiffRecordDataException">
            If there is any internal error.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.Reserved0">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.Reserved1">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.Reserved2">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownMarkerRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord">
            <summary>
            This record describes all unknown information in records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord._empty">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.m_tempData">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.#ctor(System.IO.BinaryReader,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="reader">Reader from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.ParseStructure">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.InfillInternalData(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.Clone">
            <summary>
            Clones current instance.
            </summary>
            <returns>Returns cloned object.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.Empty">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.NeedDataArray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.RecordCode">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UnknownRecord.DataLen">
            <summary>
            Gets / sets length of the data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider">
            <summary>
            Summary description for UnsafeDataProvider.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.#ctor(System.IntPtr)">
            <summary>
            Default constructor to prevent creation of items without arguments.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.CreateProvider">
            <summary>
            Creates provider of the same type.
            </summary>
            <returns>Created provider object.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.ReadByte(System.Int32)">
            <summary>
            Returns byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Byte at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.ReadInt16(System.Int32)">
            <summary>
            Returns Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int16 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.ReadInt32(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.ReadInt64(System.Int32)">
            <summary>
            Returns Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Int32 value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.ReadDouble(System.Int32)">
            <summary>
            Returns Double value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <returns>Double value at the specified position.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.WriteByte(System.Int32,System.Byte)">
            <summary>
            Writes byte value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Byte value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.WriteInt16(System.Int32,System.Int16)">
            <summary>
            Writes Int16 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int16 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.WriteInt32(System.Int32,System.Int32)">
            <summary>
            Writes Int32 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int32 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.WriteInt64(System.Int32,System.Int64)">
            <summary>
            Writes Int64 value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Int64 value to write at the specified position.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UnsafeDataProvider.WriteDouble(System.Int32,System.Double)">
            <summary>
            Writes Double value at the specified position.
            </summary>
            <param name="iOffset">Offset to the required value.</param>
            <param name="value">Double value to write at the specified position.</param>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord">
            <summary>
            Informs the GUI if this was written by something that can use
            "natural language" formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.DefaultRecordSize">
            <summary>
            Default record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.m_usFlags">
            <summary>
            Whether or not to use natural language formulas.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.Flags">
            <summary>
            Whether or not to use natural language formulas.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.UseSelFSRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord">
            <summary>
            Contains a list of explicit column page breaks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.DEF_FIXED_PART_SIZE">
            <summary>
            Size of the fixed part.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.DEF_SUBITEM_SIZE">
            <summary>
            Size of the subitem.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.m_usBreaksCount">
            <summary>
            Number of page breaks.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.m_arrPageBreaks">
            <summary>
            Array of VerticalPageBreaks.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.#ctor">
            <summary>
            Default constructor, sets all fields default values.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.PageBreaks">
            <summary>
            Array of VerticalPageBreaks.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.MinimumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak">
            <summary>
            Structure that contains information about a vertical page break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.m_usCol">
            <summary>
            The column of the break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.m_uiStartRow">
            <summary>
            The starting row of the break.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.m_uiEndRow">
            <summary>
            The ending row of the break.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.#ctor(System.UInt16,System.UInt16,System.UInt16)">
            <summary>
            Constructs class instance and fills it with specified values.
            </summary>
            <param name="Col">Column of the break.</param>
            <param name="StartRow">Starting row of the break.</param>
            <param name="EndRow">Ending row of the break.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.Column">
            <summary>
            The column of the break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.StartRow">
            <summary>
            The starting row of the break.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.VerticalPageBreaksRecord.TVPageBreak.EndRow">
            <summary>
            The ending row of the break.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord">
            <summary>
            Stores the attributes of the workbook window.  This is basically
            so that the GUI is aware of the size of the window holding the spreadsheet
            document.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usHHold">
            <summary>
             Horizontal position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usVHold">
            <summary>
             Vertical position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usWidth">
            <summary>
            The width of the window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usHeight">
            <summary>
            The height of the window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_options">
            <summary>
            The option's bitmask (see bit setters).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usSelectedTab">
            <summary>
            The selected tab number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usDisplayedTab">
            <summary>
            The displayed tab number.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usNumSelTabs">
            <summary>
            The number of selected tabs.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.m_usTabWidthRatio">
            <summary>
            Ratio of the width of the tabs to the horizontal scrollbar.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.HHold">
            <summary>
             Horizontal position of the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.VHold">
            <summary>
             Vertical position of the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.Width">
            <summary>
            The width of the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.Height">
            <summary>
            The height of the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.SelectedTab">
            <summary>
            The selected tab number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.DisplayedTab">
            <summary>
            The displayed tab number.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.NumSelectedTabs">
            <summary>
            The number of selected tabs.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.TabWidthRatio">
            <summary>
            Ratio of the width of the tabs to the horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.IsHidden">
            <summary>
            Indicates whether window is hidden.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.IsIconic">
            <summary>
            Indicates whether window is icon.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.IsHScroll">
            <summary>
            Indicates whether to display horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.IsVScroll">
            <summary>
            Indicates whether to display vertical scrollbar.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.IsTabs">
            <summary>
            Display tabs at the bottom.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.Reserved">
            <summary>
            Property value reserved by Microsoft for own values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.Options">
            <summary>
            Read-only. Options flag.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags">
            <summary>
            Possible option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.Hidden">
            <summary>
            Indicates whether window is hidden.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.Iconic">
            <summary>
            Indicates whether window is icon.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.Reserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.HScroll">
            <summary>
            Indicates whether to display horizontal scrollbar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.VScroll">
            <summary>
            Indicates whether to display vertical scrollbar.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowOneRecord.OptionFlags.Tabs">
            <summary>
            Display tabs at the bottom.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord">
            <summary>
            Flags indicating whether workbook windows are protected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.DefaultRecordSize">
            <summary>
            Size of the record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.m_usProtection">
            <summary>
            Whether workbook windows are protected.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Converts data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Size of the record data.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.IsProtected">
            <summary>
            Whether workbook windows are protected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowProtectRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord">
            <summary>
            Sheet window settings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.DEF_MAX_RECORD_SIZE">
            <summary>
            Maximum record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.DEF_MAX_CHART_SHEET_SIZE">
            <summary>
            Indicates the size when this record is in Chart Sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_options">
            <summary>
             The option's bitmask (you should use the bit setters).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_usTopRow">
            <summary>
            The top row visible in the window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_usLeftCol">
            <summary>
            The leftmost column displayed in the window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_iHeaderColor">
            <summary>
            The palette index for the header color.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_usPageBreakZoom">
            <summary>
            Zoom magification in page break view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_usNormalZoom">
            <summary>
            The zoom magnification in normal view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_iReserved">
            <summary>
            Reserved.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.m_iOriginalLength">
            <summary>
            Length of the original record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.TopRow">
            <summary>
            The top row visible in the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.LeftColumn">
            <summary>
            The leftmost column displayed in the window.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.HeaderColor">
            <summary>
            The palette index for the header color.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDisplayFormulas">
            <summary>
            Whether the window should display formulas.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDisplayGridlines">
            <summary>
            Whether the window should display gridlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDisplayRowColHeadings">
            <summary>
            Whether the window should display row and column headings.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsFreezePanes">
            <summary>
            Whether the window should freeze panes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDisplayZeros">
            <summary>
            Whether the window should display zero values.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDefaultHeader">
            <summary>
            Whether the window should display a default header.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsArabic">
            <summary>
            Is this Arabic?
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsDisplayGuts">
            <summary>
            Whether the outline symbols are displayed.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsFreezePanesNoSplit">
            <summary>
            Freeze unsplit panes or not.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsSelected">
            <summary>
            Sheet tab is selected.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsPaged">
            <summary>
            Is the sheet currently displayed in the window?
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.IsSavedInPageBreakPreview">
            <summary>
            Was the sheet saved in page break view?
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.Options">
            <summary>
            Read-only. Option flags.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OriginalLength">
            <summary>
            Length of the original record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags">
            <summary>
            Possible option flags.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DisplayFormulas">
            <summary>
            Indicates whether the window should display formulas.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DisplayGridlines">
            <summary>
            Indicates whether the window should display gridlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DisplayRowColHeadings">
            <summary>
            Indicates whether the window should display row and column headings.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.FreezePanes">
            <summary>
            Indicates whether the window should freeze panes.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DisplayZeros">
            <summary>
            Indicates whether the window should display zero values.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DefaultHeader">
            <summary>
            Indicates whether the window should display a default header.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.Arabic">
            <summary>
            Indicates whether this is Arabic.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.DisplayGuts">
            <summary>
            Indicates whether the outline symbols are displayed.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.FreezePanesNoSplit">
            <summary>
            Indicates whether freeze panes are unsplit or not.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.Selected">
            <summary>
            Indicates whether sheet tab is selected.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.Paged">
            <summary>
            Indicates whether sheet is currently displayed in the window.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowTwoRecord.OptionFlags.SavedInPageBreakPreview">
            <summary>
            Indicates whether sheet was saved in page break view.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord">
            <summary>
            This record stores the magnification of the active view of the current worksheet. 
            In BIFF8 this can be either the normal view or the page break preview. 
            This is determined in the WINDOW2 record.
            The magnification is stored as reduced fraction. The magnification results 
            from nscl / dscl.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.DEF_RECORD_SIZE">
            <summary>
            Correct size of the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.m_usNscl">
            <summary>
            Numerator of the view magnification fraction.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.m_usDscl">
            <summary>
            Denominator of the view magnification fraction.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.NumMagnification">
            <summary>
            Numerator of the view magnification fraction.
            The magnification results from NumMagnification / DenumMagnification.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.DenumMagnification">
            <summary>
            Denominator of the view magnification fraction.
            The magnification results from NumMagnification / DenumMagnification.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WindowZoomRecord.Zoom">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord">
            <summary>
            Stores the Username of the owner of the spreadsheet generator
            (on UNIX, it's the user's login; on Windows, it is the name you typed during
            installation).
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.DEF_USER_NAME">
            <summary>
            Default user name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.DEF_MIN_SIZE">
            <summary>
            Minimum record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.DEF_MAX_SIZE">
            <summary>
            Maximum record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.DEF_SPACE">
            <summary>
            Space character value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.m_strUserName">
            <summary>
            User name, Unicode string, 16-bit string length, 109 characters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, a class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <returns>Size of the record data.</returns>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.UserName">
            <summary>
            User name, Unicode string, 16-bit string length, 109 characters.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WriteAccessRecord.IsAllowShortData">
            <summary>
            Indicates whether record allows shorter data. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection">
            <summary>
            This record indicates that write protection is used and read-only mode is recommended.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">When stream is not specified.</exception>
            <exception cref="T:System.ApplicationException">When stream does not support read or seek operations.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for the data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If amount of bytes requested is less than zero.</exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Size of the required storage space. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WriteProtection.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord">
            <summary>
            This record stores a 16-bit value with Boolean options
            for the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.DisplayGutsMask">
            <summary>
            Bit mask for DisplayGuts property.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.DisplayGutsStartBit">
            <summary>
            First bit of the DispayGuts value.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.DEF_RECORD_SIZE">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.m_options">
            <summary>
            Option flags (you should use bit fields).
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsAutoBreaks">
            <summary>
            Indicates if automatic breaks are visible.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsDialog">
            <summary>
            Indicates if this is a sheet dialog sheet.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsApplyStyles">
            <summary>
            Whether to apply automatic styles to outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsRowSumsBelow">
            <summary>
            Whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsRowSumsRight">
            <summary>
            Whether summary rows will appear right of the detail in outlines.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsFitToPage">
            <summary>
            Whether to fit stuff to the page.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.DisplayGuts">
            <summary>
            Whether to display outline symbols (in the gutters).
            Changes bits of m_usOptions.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">
            When value is more than 3.
            </exception>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsAlternateExpression">
            <summary>
            Whether to use alternate expression eval.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.IsAlternateFormula">
            <summary>
            Whether to use alternate formula entry.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.MinimumRecordSize">
            <summary>
            Read-only. Returns minimum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.MaximumRecordSize">
            <summary>
            Read-only. Returns maximum possible size of record's
            internal data array.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.MaximumMemorySize">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.AutoBreaks">
            <summary>
            Indicates whether automatic breaks are visible.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.Dialog">
            <summary>
            Indicates whether sheet is a dialog sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.ApplyStyles">
            <summary>
            Indicates whether to apply automatic styles to outlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.RowSumsBelow">
            <summary>
            Indicates whether summary rows will appear below detail in outlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.RowSumsRight">
            <summary>
            Indicates whether summary rows will appear right of the detail in outlines.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.FitToPage">
            <summary>
            Indicates whether to fit stuff to the page.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.AlternateExpression">
            <summary>
            Indicates whether to use alternate expression eval.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.WSBoolRecord.OptionFlags.AlternateFormula">
            <summary>
            Indicates whether to use alternate formula entry.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord">
            <summary>
            XCT � CRN Count:
            This record stores the number of immediately following CRN records.
            These records are used to store the cell contents of external references.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.DEF_RECORD_SIZE">
            <summary>
            Correct record size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.m_usCRNCount">
            <summary>
            Number of following CRN records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.m_usSheetTableIndex">
            <summary>
            Index into sheet table of the involved SUPBOOK record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.#ctor(System.IO.Stream,System.Int32@)">
            <summary>
            Read / initialize constructor.
            </summary>
            <param name="stream">Stream from which record data should be read.</param>
            <param name="itemSize">Size of read item.</param>
            <exception cref="T:System.ArgumentNullException">
            If stream is not specified.
            </exception>
            <exception cref="T:System.ApplicationException">
            If stream does not support read or seek operations.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.#ctor(System.Int32)">
            <summary>
            Reserved for record's internal data array.
            </summary>
            <param name="iReserve">Amount of bytes for data array.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If amount of bytes requested is less than zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.ParseStructure(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Parse structure of record. Convert Data buffer to special
            values according to record specification.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's data.</param>
            <param name="iLength">Length of the record's data.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.InfillInternalData(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            In this method, class must pack all of its properties into
            an internal data array, m_data. This method is called by
            FillStream, when the record must be serialized into a stream.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset in the buffer.</param>
            <param name="version">Excel version used for infill.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.CRNCount">
            <summary>
            Number of following CRN records.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.SheetTableIndex">
            <summary>
            Index into sheet table of the SUPBOOK record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.MinimumRecordSize">
            <summary>
            Read-only. Minimum possible size of the record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.XCTRecord.MaximumRecordSize">
            <summary>
            Read-only. Maximum possible size of the record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffAttribute">
            <summary>
            Attribute provides link information between class and Biff8.
            record types
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffAttribute.m_code">
            <summary>
            Biff record code.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffAttribute.#ctor">
            <summary>
            Default constructor. To prevent creation of attribute without attributes.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Creates attribute by record code.
            </summary>
            <param name="code">Biff record code.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffAttribute.Code">
            <summary>
            Read-only. Returns code of record.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType">
            <summary>
            Known field types to parser.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.Integer">
            <summary>
            Represents the Integer field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.Bit">
            <summary>
            Represents the Bit field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.String">
            <summary>
            Represents the String field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.String16Bit">
            <summary>
            Represents the String16Bit field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.OEMString">
            <summary>
            Represents the OEMString field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.OEMString16Bit">
            <summary>
            Represents the OEMString16Bit field type.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TFieldType.Float">
            <summary>
            Represents the Float field type.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute">
            <summary>
            Attribute of records class members that provide information
            about location of the variable in binary data. It also indicates
            type to which the data must be converted to.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_iPos">
            <summary>
            Position of the field in the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_iSize">
            <summary>
            Size of the field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsBit">
            <summary>
            True if attribute describes bit field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsString">
            <summary>
            True if attribute describes string field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsString16Bit">
            <summary>
            Indicates whether attribute describes string field with 16 bit length.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsOEMString">
            <summary>
            True if attribute describes OEM string field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsOEMString16Bit">
            <summary>
            True if attribute describes OEM string field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bIsFloat">
            <summary>
            True if attribute describes float field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.m_bSigned">
            <summary>
            True if attribute describes signed field.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.#ctor(System.Int32,System.Int32,System.Boolean,Syncfusion.XlsIO.Parser.Biff_Records.TFieldType)">
            <summary>
            Creates attribute by field position, size, signed flag, and field type.
            </summary>
            <param name="pos">
            Position of the filed data in the record data array.
            </param>
            <param name="size">
            Size of the field data or position of the bit in the byte.
            </param>
            <param name="isSigned">Is field signed or not?</param>
            <param name="type">Type of the field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.#ctor(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Creates attribute for integer field by its position,
            size, and signed flag.
            </summary>
            <param name="pos">
            Position of the filed data in the record data array.
            </param>
            <param name="size">
            Size of the field data or position of the bit in the byte.
            </param>
            <param name="isSigned">Is field signed or not?</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.#ctor(System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TFieldType)">
            <summary>
            Creates attribute for unsigned field by field position,
            size, and field type.
            </summary>
            <param name="pos">
            Position of the filed data in the record data array.
            </param>
            <param name="size">
            Size of the field data or position of the bit in the byte.
            </param>
            <param name="type">Type of the field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.#ctor(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.TFieldType)">
            <summary>
            Creates attribute by field position and field type.
            Field size is zero and field is unsigned.
            </summary>
            <param name="pos">
            Position of the filed data in the record data array.
            </param>
            <param name="type">Type of the field.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.#ctor(System.Int32,System.Int32)">
            <summary>
            Creates attribute for unsigned field by field position and size.
            </summary>
            <param name="pos">
            Position of the filed data in the record data array.
            </param>
            <param name="size">
            Size of the field data or position of the bit in the byte.
            </param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.Position">
            <summary>
            Read-only. Returns position of the field in the record data.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.SizeOrBitPosition">
            <summary>
            Read-only. Returns size of the filed or bit position (for bit fields).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsBit">
            <summary>
            Read-only. Returns True if attribute describes bit field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsSigned">
            <summary>
            Read-only. Returns True if attribute describes signed field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsString">
            <summary>
            Read-only. Returns True if attribute describes string field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsString16Bit">
            <summary>
            Indicates whether attribute describes string field with 16 bit length.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsFloat">
            <summary>
            Read-only. Returns True if attribute describes float field.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsOEMString">
            <summary>
            Read-only. Returns True if this attribute describes OEM string.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute.IsOEMString16Bit">
            <summary>
            Read-only. Returns True if this attribute describes OEM string with 16 bit length field.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetsRecordsAttribute">
            <summary>
            Existence of such attribute in class metadata indicates to the Excel writer that
            the record class contains offset field which can be calculated only after
            all records are saved into an array and are in place.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetsRecordsAttribute.m_type">
            <summary>
            Type of the Biff record.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetsRecordsAttribute.#ctor">
            <summary>
            No public default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetsRecordsAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Constructs attribute for specified Biff record type.
            </summary>
            <param name="type">Type of the Biff record.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetsRecordsAttribute.OffsetsRecordsType">
            <summary>
            Get type of records used for offset calculations.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetOrderAttribute">
            <summary>
            This attribute tells the Excel Writer the order in which order offsets should be calculated.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetOrderAttribute.m_order">
            <summary>
            Array that stores the Biff records order.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetOrderAttribute.#ctor">
            <summary>
            Default constructor. Prevents creating attribute without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetOrderAttribute.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord[])">
            <summary>
            Constructs attribute and fills array of records
            order with specified values.
            </summary>
            <param name="order">Order of the biff records.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BiffOffsetOrderAttribute.OrderArray">
            <summary>
            Read-only. Returns the array of Biff records order.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.RecordsPosComparer">
            <summary>
            Class used for sorting. Compare method organizes the array in special
            order: first the large fields, followed by one bit, and then the bit fields.
            Such an order is required by the auto extraction algorithm.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.RecordsPosComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether
            one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">First object to compare.</param>
            <param name="y">Second object to compare.</param>
            <returns>
            Value less than zero if x is less than y,
            zero                 if x equals y,
            greater than zero    if x is greater than y
            </returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair">
            <summary>
            This internal class that is used for automatic extraction and
            save of the Biff records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.m_key">
            <summary>
            Key value of the pair.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.m_tag">
            <summary>
            Tag value of the pair.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.OnKeyChanged">
            <summary>
            This method is called when key value is changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.OnTagChanged">
            <summary>
            This method is called when tag value is changed.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.#ctor">
            <summary>
            Default constructor. To prevent construction without parameters.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.#ctor(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordPosAttribute[],System.Reflection.FieldInfo[])">
            <summary>
            Constructs pair by key and tag values.
            </summary>
            <param name="key">Key value.</param>
            <param name="tag">Tag value.</param>
        </member>
        <member name="E:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.KeyChanged">
            <summary>
            Event that will be raised after key value changes.
            </summary>
        </member>
        <member name="E:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.TagChanged">
            <summary>
            Event that will be raised after tag value changes.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.Key">
            <summary>
            Gets / sets key value.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ReflectionCachePair.Tag">
            <summary>
            Gets / sets tag value.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor">
            <summary>
            Helper class which allows extract continue records from stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.DEF_RECORDS">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_tmpReader">
            <summary>
            Reference on reader.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_lStartPos">
            <summary>
            Reference on start position in stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_continue">
            <summary>
            Current record extracted from stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_bReset">
            <summary>
            Indicate whether the Reset method needs to be called.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_arrAllowedRecords">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.arrBuffer">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_provider">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.m_decryptor">
            <summary>
            Object that can be used to decrypt record's content.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.#ctor">
            <summary>
            Disable access to default constructor for users.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.#ctor(System.IO.BinaryReader,Syncfusion.XlsIO.Implementation.Security.IDecryptor,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider)">
            <summary>
            Main constructor for class.
            </summary>
            <param name="reader">Reference on stream BinaryReader.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <param name="provider">Represents data provider.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.PeekRecord">
            <summary>
            Peek at one record from stream.
            </summary>
            <returns>Peeked Biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.StoreStreamPosition">
            <summary>
            Class to store current stream position as start point.
            </summary>
            <returns>New position which stored as start point.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.AddRecordType(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            
            </summary>
            <param name="recordType"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.System#Collections#IEnumerator#Reset">
            <summary>
            Return stream to the start position and reset enumerator.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.System#Collections#IEnumerator#MoveNext">
            <summary>
            Move to the next item in stream.
            </summary>
            <returns>True if record was extracted successfully; otherwise False.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.IsStreamEOF">
            <summary>
            Check if is the end of stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.Current">
            <summary>
            Type safe Current record.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordExtractor.System#Collections#IEnumerator#Current">
            <summary>
            Get current extracted record from stream.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher">
            <summary>
            Special class for data publishing as Continue Records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.m_writer">
            <summary>
            Reference to writer
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.#ctor(System.IO.BinaryWriter)">
            <summary>
            Constructs class and sets reference to a writer.
            </summary>
            <param name="writer">
            Writer for which utility class will be constructed.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32)">
            <summary>
            Publish / save data as Continue Records into writer stream.
            </summary>
            <param name="data">Data which must be published as Continue Records.</param>
            <param name="start">Start point in an array.</param>
            <returns>Size of records and data in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Publish / save data as Continue Records into writer stream.
            </summary>
            <param name="data">Data which must be published as Continue Records.</param>
            <param name="start">Start point in an array.</param>
            <param name="length">Length of data from start point.</param>
            <returns>Size of records and data in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary>
            Publish / save data as Continue Records into writer stream.
            </summary>
            <param name="data">Data which must be published as Continue Records.</param>
            <param name="start">Start point in an array.</param>
            <param name="length">Length of data from start point.</param>
            <param name="maxSize">Maximum size of Continue Record size.</param>
            <returns>Size of records and data in bytes.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray,System.Int32)">
            <summary>
            Publish Continue Record into internal data array of destination record.
            </summary>
            <param name="data">Data to publish.</param>
            <param name="start">Start point.</param>
            <param name="destination">Destination.</param>
            <param name="offset">Offset in the destination's data array.</param>
            <returns>Size of the published data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray,System.Int32)">
            <summary>
            Publish Continue Record into internal data array of destination record.
            </summary>
            <param name="data">Data to publish.</param>
            <param name="start">Start point.</param>
            <param name="length">Length of data to publish.</param>
            <param name="destination">Destination.</param>
            <param name="offset">Offset in the destination's data array.</param>
            <returns>Size of the published data.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordPublisher.PublishContinue(System.Byte[],System.Int32,System.Int32,System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray,System.Int32)">
            <summary>
            Publish Continue Record into internal data array of destination record.
            </summary>
            <param name="data">Data to publish.</param>
            <param name="start">Start point.</param>
            <param name="length">Length of data to publish.</param>
            <param name="maxSize">Max size for continue record.</param>
            <param name="destination">Destination.</param>
            <param name="offset">Offset in the destination's data array.</param>
            <returns>Size of the published data.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.BytesList">
            <summary>
            Summary description for BytesList.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.DEF_CAPACITY_STEP">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.DEF_DEFAULT_CAPACITY">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.DEF_RECORD_SIZE">
            <summary>
            Default size of the internal array.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.m_arrBuffer">
            <summary>
            
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.m_iCurPos">
            <summary>
            First free position.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.m_bExactSize">
            <summary>
            Indicates whether list can reserve some space.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.#ctor(System.Boolean)">
            <summary>
            
            </summary>
            <param name="bExactSize"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.#ctor(System.Int32)">
            <summary>
            
            </summary>
            <param name="iCapacity"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.#ctor(System.Byte[])">
            <summary>
            
            </summary>
            <param name="arrData"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.Add(System.Byte)">
            <summary>
            
            </summary>
            <param name="bToAdd"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.AddRange(System.Byte[])">
            <summary>
            
            </summary>
            <param name="arrToAdd"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.AddRange(Syncfusion.XlsIO.Parser.Biff_Records.BytesList)">
            <summary>
            
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>
            
            </summary>
            <param name="iStartIndex"></param>
            <param name="arrDest"></param>
            <param name="iDestIndex"></param>
            <param name="iCount"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.EnsureFreeSpace(System.Int32)">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.InnerBuffer">
            <summary>
            
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.BytesList.Count">
            <summary>
            
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord">
            <summary>
            Enum that defines constants for all known Biff records.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Array">
            <summary>
            Represents the Array Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.AutoFilter">
            <summary>
            Represents the AutoFilter Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.AutoFilterInfo">
            <summary>
            Represents the AutoFilterInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BOF">
            <summary>
            Represents the BOF Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BOF2">
            <summary>
            Represents the BOF2 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Backup">
            <summary>
            Represents the Backup Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Begin">
            <summary>
            Represents the Begin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Bitmap">
            <summary>
            It stores the background bitmap of a worksheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Blank">
            <summary>
            Represents the Blank Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BookBool">
            <summary>
            Represents the BookBool Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BoolErr">
            <summary>
            Represents the BoolErr Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BottomMargin">
            <summary>
            Represents the BottomMargin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BoundSheet">
            <summary>
            Represents the BoundSheet Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CF">
            <summary>
            Represents the CF Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CF12">
            <summary>
            Represents the CF12 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CFEx">
            <summary>
            Represents the CFEx Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CRN">
            <summary>
            Represents the CRN Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CalCount">
            <summary>
            Represents the CalCount Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CalcMode">
            <summary>
            Represents the CalcMode Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CodeName">
            <summary>
            Represents the CodeName Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Codepage">
            <summary>
            Represents the Codepage Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ColumnInfo">
            <summary>
            Represents the ColumnInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CondFMT">
            <summary>
            Represents the CondFMT Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CondFMT12">
            <summary>
            Represents the CondFMT12 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Continue">
            <summary>
            Represents the Continue Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ContinueFrt">
            <summary>
            Represents the Continue Frt record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Country">
            <summary>
            Represents the Country Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CustomProperty">
            <summary>
            Represents custom property record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DBCell">
            <summary>
            Represents the DBCell Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DCON">
            <summary>
            Represents the DCON Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DCONBIN">
            <summary>
            Represents the DCONBIN Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DCONNAME">
            <summary>
            Represents the DCONNAME Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DCONRef">
            <summary>
            Represents the DCONRef Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DSF">
            <summary>
            Represents the DSF Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DV">
            <summary>
            Represents the DV Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DVal">
            <summary>
            Represents the DVal Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DateWindow1904">
            <summary>
            Represents the DateWindow1904 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DefaultColWidth">
            <summary>
            Represents the DefaultColWidth Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DefaultRowHeight">
            <summary>
            Represents the DefaultRowHeight Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Delta">
            <summary>
            Represents the Delta Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Dimensions">
            <summary>
            Represents the Dimensions Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.EOF">
            <summary>
            Represents the EOF Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.End">
            <summary>
            Represents the End Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtSST">
            <summary>
            Represents the ExtSST Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtSSTInfoSub">
            <summary>
            Represents the ExtSSTInfoSub Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtendedFormat">
            <summary>
            Represents the ExtendedFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtendedFormatCRC">
            <summary>
            Represents the ExtendedFormatCRC Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtendedXFRecord">
            <summary>
            Represents the Extension of ExtendedFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExternCount">
            <summary>
            Represents the ExternCount Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExternName">
            <summary>
            Represents the ExternName Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExternSheet">
            <summary>
            Represents the ExternSheet Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.FilePass">
            <summary>
            Represents the FilePass Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.FileSharing">
            <summary>
            Represents the FileSharing Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.FilterMode">
            <summary>
            Represents the FilterMode Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.FnGroupCount">
            <summary>
            Represents the FnGroupCount Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Font">
            <summary>
            Represents the Font Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Footer">
            <summary>
            Represents the Footer Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Format">
            <summary>
            Represents the Format Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Formula">
            <summary>
            Represents the Formula Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Gridset">
            <summary>
            Represents the Gridset Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Guts">
            <summary>
            Represents the Guts Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HasBasic">
            <summary>
            Represents the HasBasic Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HCenter">
            <summary>
            Represents the HCenter Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HLink">
            <summary>
            Represents the HLink Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Header">
            <summary>
            Represents the Header Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HeaderFooterImage">
            <summary>
            Represents image in header or footer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HeaderFooter">
            <summary>
            This record specifies the even page header and footer text, and the first page
            header and footer text of the current sheet.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HideObj">
            <summary>
            Represents the HideObj Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.HorizontalPageBreaks">
            <summary>
            Represents the HorizontalPageBreaks Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ImageData">
            <summary>
            Represents ImageData biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Index">
            <summary>
            Represents the Index Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.InterfaceEnd">
            <summary>
            Represents the InterfaceEnd Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.InterfaceHdr">
            <summary>
            Represents the InterfaceHdr Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Iteration">
            <summary>
            Represents the Iteration Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Label">
            <summary>
            Represents the Label Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.LabelRanges">
            <summary>
            Represents the LabelRanges Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.LabelSST">
            <summary>
            Represents the LabelSST Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.LeftMargin">
            <summary>
            Represents the LeftMargin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MMS">
            <summary>
            Represents the MMS Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MergeCells">
            <summary>
            Represents the MergeCells Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MSODrawing">
            <summary>
            Represents the MSODrawing Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MSODrawingGroup">
            <summary>
            Represents the MSODrawingGroup Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MulBlank">
            <summary>
            Represents the MulBlank Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.MulRK">
            <summary>
            Represents the MulRK Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Name">
            <summary>
            Represents the Name Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Note">
            <summary>
            Represents the Note Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Number">
            <summary>
            Represents the Number Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.OBJ">
            <summary>
            Represents the OBJ Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ObjectProtect">
            <summary>
            Represents the ObjectProtect Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.OleSize">
            <summary>
            Represents the OleSize Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Palette">
            <summary>
            Represents the Palette Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Pane">
            <summary>
            Represents the Pane Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Password">
            <summary>
            Represents the Password Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PasswordRev4">
            <summary>
            Represents the PasswordRev4 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Precision">
            <summary>
            Represents the Precision Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PrintedChartSize">
            <summary>
            Represents the PrintedChartSize Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PrinterSettings">
            <summary>
            THis records saves settings and printer driver information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PrintGridlines">
            <summary>
            Represents the PrintGridlines Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PrintHeaders">
            <summary>
            Represents the PrintHeaders Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PrintSetup">
            <summary>
            Represents the PrintSetup Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Protect">
            <summary>
            Represents the Protect Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ProtectionRev4">
            <summary>
            Represents the ProtectionRev4 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.QuickTip">
            <summary>
            Represents the QuickTip Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RefMode">
            <summary>
            Represents the RefMode Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RefreshAll">
            <summary>
            Represents the RefreshAll Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RightMargin">
            <summary>
            Represents the RightMargin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RK">
            <summary>
            Represents the RK Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Row">
            <summary>
            Represents the Row Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RString">
            <summary>
            Represents the RString Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SaveRecalc">
            <summary>
            Represents the SaveRecalc Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ScenProtect">
            <summary>
            Represents the ScenProtect Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Selection">
            <summary>
            Represents the Selection Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DxGCol">
            <summary>
            Represents the default column width for all sheet columns.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Setup">
            <summary>
            Represents the Setup Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.StartBlock">
            <summary>
            Represents the beginning of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ShapePropsStream">
            <summary>
            Represents the shape formatting properties for chart elements
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.EndBlock">
            <summary>
            Represents the end of a collection of records
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SharedFormula">
            <summary>
            Represents the SharedFormula Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SharedFormula2">
            <summary>
            Represents the SharedFormula2 Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SheetLayout">
            <summary>
            This record stores the colour of the tab below the sheet containing the sheet name.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Sort">
            <summary>
            Represents the Sort Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SST">
            <summary>
            Represents the SST Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.String">
            <summary>
            Represents the String Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Style">
            <summary>
            Represents the Style Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.StyleExt">
            <summary>
             Represents the Extension of Style Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SupBook">
            <summary>
            Represents the SupBook Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.TabId">
            <summary>
            Represents the TabId Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Table">
            <summary>
            Represents the Table Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Template">
            <summary>
            Represents the Template Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.TextObject">
            <summary>
            Represents the TextObject Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Theme">
            <summary>
            Represents the Theme Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.TopMargin">
            <summary>
            Represents the TopMargin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.UseSelFS">
            <summary>
            Represents the UseSelFS Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.VCenter">
            <summary>
            Represents the VCenter Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.VerticalPageBreaks">
            <summary>
            Represents the VerticalPageBreaks Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WSBool">
            <summary>
            Represents the WSBool Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WindowOne">
            <summary>
            Represents the WindowOne Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WindowProtect">
            <summary>
            Represents the WindowProtect Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WindowTwo">
            <summary>
            Represents the WindowTwo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WindowZoom">
            <summary>
            Represents the WindowZoom Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WriteAccess">
            <summary>
            Represents the WriteAccess Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.WriteProtection">
            <summary>
            Represents the WriteProtection record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.XCT">
            <summary>
            Represents the XCT Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Unknown">
            <summary>
            Represents the Unknown Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.UnkBegin">
            <summary>
            Represents the UnkBegin Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RecalcId">
            <summary>
            Represents the UnkEnd Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.UnkMarker">
            <summary>
            Represents the UnkMarker Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.UnkMacrosDisable">
            <summary>
            Represents the UnkMacrosDisable Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.BookExt">
            <summary>
            This record contains workbook-specific information.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartDataLabels">
            <summary>
            Represents the ChartDataLabels Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartChart">
            <summary>
            Represents the ChartChart Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSeries">
            <summary>
            Represents the ChartSeries Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartDataFormat">
            <summary>
            Represents the ChartDataFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartLineFormat">
            <summary>
            Represents the ChartLineFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartMarkerFormat">
            <summary>
            Represents the ChartMarkerFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAreaFormat">
            <summary>
            Represents the ChartAreaFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPieFormat">
            <summary>
            Represents the ChartPieFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAttachedLabel">
            <summary>
            Represents the ChartAttachedLabel Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAttachedLabelLayout">
            <summary>
            Represents the ChartAttachedLabelLayout Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PlotAreaLayout">
            <summary>
            Represents the ChartAttachedLabelPlotArea Biff record 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSeriesText">
            <summary>
            Represents the ChartSeriesText Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartChartFormat">
            <summary>
            Represents the ChartChartFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartLegend">
            <summary>
            Represents the ChartLegend Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSeriesList">
            <summary>
            Represents the ChartSeriesList Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartBar">
            <summary>
            Represents the ChartBar Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartLine">
            <summary>
            Represents the ChartLine Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPie">
            <summary>
            Represents the ChartPie Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartArea">
            <summary>
            Represents the ChartArea Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartScatter">
            <summary>
            Represents the ChartScatter Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartChartLine">
            <summary>
            Represents the ChartChartLine Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxis">
            <summary>
            Represents the ChartAxis Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartTick">
            <summary>
            Represents the ChartTick Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartValueRange">
            <summary>
            Represents the ChartValueRange Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartCatserRange">
            <summary>
            Represents the ChartCatserRange Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxisLineFormat">
            <summary>
            Represents the ChartAxisLineFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartFormatLink">
            <summary>
            Represents the ChartFormatLink Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartDefaultText">
            <summary>
            Represents the ChartDefaultText Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartText">
            <summary>
            Represents the ChartText Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartFontx">
            <summary>
            Represents the ChartFontx Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartObjectLink">
            <summary>
            Represents the ChartObjectLink Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartFrame">
            <summary>
            Represents the ChartFrame Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPlotArea">
            <summary>
            Represents the ChartPlotArea Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Chart3D">
            <summary>
            Represents the Chart3D Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPicf">
            <summary>
            Represents the ChartPicf Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartDropBar">
            <summary>
            Represents the ChartDropBar Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartRadar">
            <summary>
            Represents the ChartRadar Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSurface">
            <summary>
            Represents the ChartSurface Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartRadarArea">
            <summary>
            Represents the ChartRadarArea Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxisParent">
            <summary>
            Represents the ChartAxisParent Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartLegendxn">
            <summary>
            Represents the ChartLegendxn Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartShtprops">
            <summary>
            Represents the ChartShtprops Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSertocrt">
            <summary>
            Represents the ChartSertocrt Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxesUsed">
            <summary>
            Represents the ChartAxesUsed Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSbaseref">
            <summary>
            Represents the ChartSbaseref Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSerParent">
            <summary>
            Represents the ChartSerParent Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSerAuxTrend">
            <summary>
            Represents the ChartSerAuxTrend Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartIfmt">
            <summary>
            Represents the ChartIfmt Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPos">
            <summary>
            Represents the ChartPos Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAlruns">
            <summary>
            Represents the ChartAlruns Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAI">
            <summary>
            Represents the ChartAI Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartTextPropsStream">
            <summary>
            Represents the chart text properties stream
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSerAuxErrBar">
            <summary>
            Represents the ChartSerAuxErrBar Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSerFmt">
            <summary>
            Represents the ChartSerFmt Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Chart3DDataFormat">
            <summary>
            Represents the Chart3DDataFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartFbi">
            <summary>
            Represents the ChartFbi Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartBoppop">
            <summary>
            Represents the ChartBoppop Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxcext">
            <summary>
            Represents the ChartAxcext Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartDat">
            <summary>
            Represents the ChartDat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartPlotGrowth">
            <summary>
            Represents the ChartPlotGrowth Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartSiIndex">
            <summary>
            Represents the ChartSiIndex Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartGelFrame">
            <summary>
            Represents the ChartGelFrame Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartBoppCustom">
            <summary>
            Represents the ChartBoppCustom Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartShadow">
            <summary>
            Represents the ChartShadow Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartUnits">
            <summary>
            Represents the ChartUnits Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartWrapper">
            <summary>
            Represents the ChartWrapper Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxisDisplayUnits">
            <summary>
            Represents the ChartAxisDisplayUnits biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartBegDispUnit">
            <summary>
            Represents the ChartBegDispUnitRecord biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartEndDispUnit">
            <summary>
            Represents the ChartEndDispUnitRecord biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartAxisOffset">
            <summary>
            Represents the ChartAxisOffsetRecord biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CacheData">
            <summary>
            Represents the CacheData Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.CacheDataEx">
            <summary>
            Represents the CacheDataEx Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DataItem">
            <summary>
            Represents the DataItem Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ViewExtendedInfo">
            <summary>
            Represents the ViewExtendedInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExternalSourceInfo">
            <summary>
            Represents the ExternalSourceInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SQLDataTypeId">
            <summary>
            Represents the SQLDataTypeId Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RuleFilter">
            <summary>
            Represents the RuleFilter Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ParsedExpression">
            <summary>
            Represents the ParsedExpression Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotFormat">
            <summary>
            Represents the PivotFormat Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotFormula">
            <summary>
            Represents the PivotFormula Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.StreamId">
            <summary>
            Represents the StreamId Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RowColumnFieldId">
            <summary>
            Represents the RowColumnFieldId Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.LineItemArray">
            <summary>
            Represents the LineItemArray Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotName">
            <summary>
            Represents the PivotName Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotNamePair">
            <summary>
            Represents the PivotNamePair Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PageItem">
            <summary>
            Represents the PageItem Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RuleData">
            <summary>
            Represents the RuleData Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SelectionInfo">
            <summary>
            Represents the SelectionInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.SheetProtection">
            <summary>
            Represents the sheet protection biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.RangeProtection">
            <summary>
            Represents range protection and error indicators.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotString">
            <summary>
            Represents the PivotString Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotSourceInfo">
            <summary>
            Represents the PivotSourceInfo Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PageItemIndexes">
            <summary>
            Represents the PageItemIndexes Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PageItemNameCount">
            <summary>
            Represents the PageItemNameCount Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewFields">
            <summary>
            Represents the PivotViewFields Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewFieldsEx">
            <summary>
            Represents the PivotViewFieldsEx Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewItem">
            <summary>
            Represents the PivotViewItem Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewDefinition">
            <summary>
            Represents the PivotViewDefinition Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewSource">
            <summary>
            Represents the PivotViewSource Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotDateTime">
            <summary>
            Represents the PivotDateTime Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotDouble">
            <summary>
            Represents the PivotDouble Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotEmpty">
            <summary>
            Represents the PivotEmpty Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotBoolean">
            <summary>
            Represents the PivotBoolean Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotError">
            <summary>
            Represents the PivotError Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotField">
            <summary>
            Represents the PivotField Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotIndexList">
            <summary>
            Represents the PivotIndexList Biff record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PivotViewAdditionalInfo">
            <summary>
            Represents pivot view additional info record.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Compatibility" -->
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DBQueryExt">
            <summary>
            Rerpresents the External connection record. 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Qsi">
            <summary>
            Represents properties for a query table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Qsif">
            <summary>
            Represents the properties for a query table field.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DbOrParamQry">
            <summary>
            Represents a DbQuery or ParamQry record depending on the record.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.QsiSXTag">
            <summary>
            Represents the name and refresh information for a query table or a PivotTable view.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Feature12">
            <summary>
            Represents shared feature data that is used to describe a table in a worksheet
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.Qsir">
            <summary>
            Represents the properties related to the formatting of a query table.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ChartMlFrt">
            <summary>
            Represents the additional properties 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.DConn">
            <summary>
            Represents the DataBaseConnection 
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.OleDbConn">
            <summary>
            Represents the oledbconnection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.ExtString">
            <summary>
            Represents the Externalconnectioncollection
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.TextQuery">
            <summary>
            Represents the Feature record for query table
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord.PageLayoutView">
            <summary>
            Represents the pagelayout view record
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.m_list">
            <summary>
            Storage of all records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.RemoveAt(System.Int32)">
            <summary>
            Removes the item at the specified index from the list.
            </summary>
            <param name="index">Index of the item to removed.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Insert(System.Int32,Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Inserts an item to the list at the specified position.
            </summary>
            <param name="index">Index at which value should be inserted.</param>
            <param name="value">The record to insert into list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Remove(Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Removes the first occurrence of a specific record from the list.
            </summary>
            <param name="value">Value to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Contains(Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Determines whether the list contains a specific value.
            </summary>
            <param name="value">The record to locate in the list.</param>
            <returns>True if the value is found in the list; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Clear">
            <summary>
            Removes all items from the list.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.IndexOf(Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Determines the index of a specific item in the list.
            </summary>
            <param name="value">Record to locate in the list.</param>
            <returns>The index of the value if found in the list; otherwise -1. </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Add(Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Adds an item to the list.
            </summary>
            <param name="value">The item to add to the list.</param>
            <returns>The position into which the new element was inserted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.System#Collections#Generic#ICollection{Syncfusion#XlsIO#Parser#Biff_Records#IBiffStorage}#Add(Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage)">
            <summary>
            Adds an item to the list.
            </summary>
            <param name="value">The item to add to the list.</param>
            <returns>The position into which the new element was inserted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.AddList(System.Collections.IList)">
            <summary>
            Adds a range of items to the list.
            </summary>
            <param name="value">
            Collection of the records that should be added to the list.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.AddRange(System.Collections.ICollection)">
            <summary>
            Adds a range of items to the list.
            </summary>
            <param name="value">
            Collection of the records that should be added to the list.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.AddRange(System.Collections.Generic.ICollection{Syncfusion.XlsIO.Parser.Biff_Records.IBiffStorage})">
            <summary>
            Adds a range of items to the list.
            </summary>
            <param name="value">
            Collection of the records that should be added to the list.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Insert(System.Int32,System.Object)">
            <summary>
            Inserts an item to the list at the specified position.
            </summary>
            <param name="index">Index at which value should be inserted.</param>
            <param name="value">The record to insert into list.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Remove(System.Object)">
            <summary>
            Removes the first occurrence of a specific record from the list.
            </summary>
            <param name="value">Value to remove.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Contains(System.Object)">
            <summary>
            Determines whether the list contains a specific value.
            </summary>
            <param name="value">The record to locate in the list.</param>
            <returns>True if the value is found in the list; otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.IndexOf(System.Object)">
            <summary>
            Determines the index of a specific item in the list.
            </summary>
            <param name="value">Record to locate in the list.</param>
            <returns>The index of the value if found in the list; otherwise -1. </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Add(System.Object)">
            <summary>
            Adds an item to the list.
            </summary>
            <param name="value">The item to add to the list.</param>
            <returns>The position into which the new element was inserted.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the ICollection to an array,
            starting at a particular array index.
            </summary>
            <param name="array">
            The one dimensional array that is the destination of the
            elements copied from ICollection. The array must have
            zero-based indexing.
            </param>
            <param name="index">
            The zero-based index in an array at which copying begins.
            </param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>
            An IEnumerator that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.System#Collections#Generic#IEnumerable{Syncfusion#XlsIO#Parser#Biff_Records#IBiffStorage}#GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>
            An IEnumerator that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.UpdateBiffRecordsOffsets">
            <summary>
            Updates offsets to the Biff records.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.CalculateRecordsStreamPos">
            <summary>
            Method that updates StreamPos field in records stored in this collection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.IsFixedSize">
            <summary>
            Read-only. True if list has fixed size.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.IsReadOnly">
            <summary>
            Read-only. True if list is Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Item(System.Int32)">
            <summary>
            Gets / sets record in the list at the specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets / sets record in the list at the specified index.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.IsSynchronized">
            <summary>
            Read-only. Gets a value indicating whether access to the
            ICollection is synchronized (thread-safe).
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.Count">
            <summary>
            Read-only. Gets the number of elements contained in the ICollection.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList.SyncRoot">
            <summary>
            Read-only. Gets an object that can be used to synchronize
            access to the ICollection.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.BiffReader">
            <summary>
            Class for extracting Biff records from the stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.DEF_BUFFER_SIZE">
            <summary>
            Default size of the buffer
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.BIFF8_VERSION">
            <summary>
            Version number that stands for BIFF8
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_stream">
            <summary>
            Stream of data which will be used by reader
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_reader">
            <summary>
            Internal binary reader.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_bDisposed">
            <summary>
            TRUE - indicate that object was disposed and cannot be used,
            otherwise FALSE
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_bDestroyStream">
            <summary>
            TRUE - destroy stream on own dispose, otherwise false.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_iMinimalVersion">
            <summary>
            Minimal version that is accepted by the reader
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_arrBuffer">
            <summary>
            Buffer for records data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffReader.m_dataProvider">
            <summary>
            Object that provides access to the data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.#ctor">
            <summary>
            To prevent construct of object by default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.#ctor(System.IO.Stream)">
            <summary>
            Open stream for reading.
            </summary>
            <param name="stream">Input stream which contains data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.#ctor(System.IO.Stream,System.Boolean)">
            <summary>
            Open stream for reading and control stream live time.
            </summary>
            <param name="stream">Input stream which contains data</param>
            <param name="bControlStream">TRUE - reader will dispose stream on own
            destroy, otherwise FALSE</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.Dispose">
            <summary>
            Free all resources used by this class
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.GetRecord">
            <summary>
            Gets next record from the stream.
            </summary>
            <returns>Extracted biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.GetRecord(Syncfusion.XlsIO.Implementation.Security.IDecryptor)">
            <summary>
            Gets next record from the stream.
            </summary>
            <param name="decryptor">Decryptor used to decrypt encrypted records.</param>
            <returns>Extracted biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.PeekRecord">
            <summary>
            Gets record from the stream without changing stream position.
            </summary>
            <returns>Extracted biff record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.PeekRecordType">
            <summary>
            Gets record type from the stream without changing stream position.
            </summary>
            <returns>Extracted record type.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.SeekOnBOFRecord">
            <summary>
            Searches for the next BOFRecord in the stream.
            </summary>
            <returns>Found BOFRecord or null if was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.SeekOnRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Seeks for the specified record.
            </summary>
            <param name="recordCode">Record to search.</param>
            <returns>Found record, or NULL if record was not found.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffReader.TestPeekRecord">
            <summary>
            Extract Record from stream. This method used by IsEOF property
            to optimize its performance.
            </summary>
            <returns>Extracted record.</returns>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.BaseStream">
            <summary>
            Base stream.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.BaseReader">
            <summary>
            Returns base BinaryReader. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.MinimalVersion">
            <summary>
            Get / Set minimal version accepted by the reader
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.Buffer">
            <summary>
            Returns reference to the internal buffer. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.DataProvider">
            <summary>
            Returns object that provides access to the data. Read-only.
            </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffReader.IsEOF">
            <summary>
            Read-only. Property return TRUE when reader cannot 
            extract no more records from stream.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.BiffRecordFactory">
            <summary>
            This class contains information about all known biff records.
            Used for registering the biff record type, creating new biff records
            and extracting them from a stream.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffRecordFactory.DEF_RESERVE_SIZE">
            <summary>
            Default size for the internal dictionaries
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffRecordFactory.m_dict">
            <summary>
            code-to-constructor pair
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.#cctor">
            <summary>
            Initialize internal dictionary by Records
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.FillFactory">
            <summary>
            Fills factory without using reflection.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord)">
            <summary>
            Create empty record by specified type.
            </summary>
            <param name="type">Type of the record that should be created.</param>
            <returns>Created record if succeeded, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(System.Int32)">
            <summary>
            Create empty record by specified type.
            </summary>
            <param name="type">Type of the record that should be created.</param>
            <returns>Created record if succeeded, null otherwise.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetUntypedRecord(System.IO.Stream)">
            <summary>
            Extracts unknown record from the stream
            </summary>
            <param name="stream">Stream that contains needed record</param>
            <returns>Extracted unknown record</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetUntypedRecord(System.IO.BinaryReader)">
            <summary>
            Extracts unknown record from the stream
            </summary>
            <param name="reader">Reader that contains record</param>
            <returns>Extracted unknown record</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(System.Int32,System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.Byte[])">
            <summary>
            Extracts specified record from the reader
            </summary>
            <param name="type">Type of the record to be extracted</param>
            <param name="reader">Reader that contains record</param>
            <param name="provider">Object that provider access to the record data.</param>
            <param name="decryptor">
            Decryptor used to parse encrypted records.
            This argument can be null when no decryption is required.
            </param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Extracted record</returns>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is null
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.TBIFFRecord,System.IO.BinaryReader,System.Byte[])">
            <summary>
            Extracts specified record from the reader.
            </summary>
            <param name="type">Type of the record to be extracted.</param>
            <param name="reader">Reader that contains record.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Extracted record.</returns>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(System.Int32,System.IO.BinaryReader,System.Byte[])">
            <summary>
            Extracts specified record from the reader.
            </summary>
            <param name="type">Type of the record to be extracted.</param>
            <param name="reader">Reader that contains record.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Extracted record.</returns>
            <exception cref="T:System.ArgumentNullException">
            When specified reader is null.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Byte[])">
            <summary>
            Extracts record from the BinaryReader.
            </summary>
            <param name="reader">BinaryReader that contains record to extract.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(System.IO.BinaryReader,Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,Syncfusion.XlsIO.Implementation.Security.IDecryptor,System.Byte[])">
            <summary>
            Extracts record from the BinaryReader.
            </summary>
            <param name="reader">BinaryReader that contains record to extract.</param>
            <param name="provider">Object that provides access to the data.</param>
            <param name="decryptor">Object used to decrypt encrypted records.</param>
            <param name="arrBuffer">Temporary buffer needed for some operations.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.GetRecord(Syncfusion.XlsIO.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.XlsIO.ExcelVersion)">
            <summary>
            Extracts record from array of bytes.
            </summary>
            <param name="provider">Object that provides access to the data.</param>
            <param name="iOffset">Offset to the record's start.</param>
            <param name="version">Excel version used for infill.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.ExtractRecordType(System.IO.BinaryReader)">
            <summary>
            Extracts from the BinaryReader type of the next record.
            </summary>
            <param name="reader">BinaryReader that contains record to extract.</param>
            <returns>Type of the next record in the BinaryReader.</returns>
            <exception cref="T:System.ArgumentNullException">When reader is null.</exception>
            <exception cref="T:System.ApplicationException">
            When code of the extracted record is zero.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffRecordFactory.ExtractRecordType(System.IO.Stream)">
            <summary>
            Extract from stream Next Record type.
            </summary>
            <param name="stream">Stream that contains record to extract.</param>
            <returns>Extracted record.</returns>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.BiffWriter">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.DEF_BUFFER_SIZE">
            <summary>
            Size of the buffer.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_stream">
            <summary>
            Stream of data which will be used by reader.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_bDisposed">
            <summary>
            True indicates that the object was disposed and cannot be used;
            otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_bDestroyStream">
            <summary>
            TRUE to destroy stream on own dispose; otherwise False.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_writer">
             <summary>
            
             </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_arrBuffer">
            <summary>
            Buffer for record data.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.BiffWriter.m_provider">
            <summary>
            Object that provides access to internal data.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.#ctor">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.#ctor(System.IO.Stream)">
             <summary>
            
             </summary>
             <param name="stream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.#ctor(System.IO.Stream,System.Boolean)">
             <summary>
            
             </summary>
             <param name="stream"></param>
             <param name="bControlsStream"></param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.Dispose">
             <summary>
            
             </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.WriteRecord(Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw,Syncfusion.XlsIO.Implementation.Security.IEncryptor)">
             <summary>
            
             </summary>
             <param name="raw"></param>
             <param name="encryptor">Object to encrypt data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.WriteRecord(Syncfusion.XlsIO.Parser.Biff_Records.OffsetArrayList,Syncfusion.XlsIO.Implementation.Security.IEncryptor)">
             <summary>
            
             </summary>
             <param name="records"></param>
             <param name="encryptor">Object to encrypt data.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.BiffWriter.WriteRecord(System.Collections.ICollection,Syncfusion.XlsIO.Implementation.Security.IEncryptor)">
             <summary>
            
             </summary>
             <param name="collection"></param>
             <param name="encryptor">Object to encrypt data.</param>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffWriter.BaseStream">
             <summary>
            
             </summary>
        </member>
        <member name="P:Syncfusion.XlsIO.Parser.BiffWriter.Buffer">
            <summary>
            Returns internal buffer. Read-only.
            </summary>
        </member>
        <member name="T:Syncfusion.XlsIO.Parser.MemoryConverter">
            <summary>
            Class that encapsulates pointer to unmanaged memory block
            and used to convert managed memory block (byte array)
            into managed object.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.DEF_MEMORY_BLOCK_SIZE">
            <summary>
            Default memory block size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.DEF_MIN_BLOCK_SIZE">
            <summary>
            Minimum memory block size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.DEF_MAX_BLOCK_SIZE">
            <summary>
            Maximum memory block size.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.DEF_OUT_OF_MEMORY_MSG">
            <summary>
            Exception message for OutOfMemoryException.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.m_memoryBlock">
            <summary>
            Pointer to the memory block.
            </summary>
        </member>
        <member name="F:Syncfusion.XlsIO.Parser.MemoryConverter.m_iMemoryBlockSize">
            <summary>
            Size of the memory block.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.#ctor(System.Int32)">
            <summary>
            Initializes new instance of MemoryConverter with specified memory block size.
            </summary>
            <param name="iMemoryBlockSize">Size of the memory block.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.EnsureMemoryBlockSize(System.Int32)">
            <summary>
            Ensures that memory block will be able to accept iDesiredSize bytes.
            </summary>
            <param name="iDesiredSize">Bytes that memory block should be able to accept.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If iDesiredSize is larger than maximum possible memory block size.
            </exception>
            <exception cref="T:System.OutOfMemoryException">
            When was unable to allocate desired memory block size.
            </exception>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyFrom(System.Byte[])">
            <summary>
            Copies data from arrData into internal memory block.
            </summary>
            <param name="arrData">Data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyFrom(System.Byte[],System.Int32)">
            <summary>
            Copies data from arrData into internal memory block starting
            from specified index to the end of the array.
            </summary>
            <param name="arrData">Data to copy.</param>
            <param name="iStartIndex">Start index of the data to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyFrom(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copies specified number of bytes from arrData into internal memory block starting
            from specified index to the end of the array.
            </summary>
            <param name="arrData">Data to copy.</param>
            <param name="iStartIndex">Start index of the data to copy.</param>
            <param name="iCount">Number of bytes to copy.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyTo(System.Type)">
            <summary>
            Copies data from internal memory block into object.
            </summary>
            <param name="destType">Destination object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyTo(System.Object)">
            <summary>
            Copies data from internal memory block into object.
            </summary>
            <param name="destination">Destination object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.Copy(System.Byte[],System.Object)">
            <summary>
            Copies data from byte array into specified object.
            </summary>
            <param name="arrData">Data to copy.</param>
            <param name="destination">Destination object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.Copy(System.Byte[],System.Int32,System.Object)">
            <summary>
            Copies data from byte array into specified object.
            </summary>
            <param name="arrData">Data to copy.</param>
            <param name="iStartIndex">Start index of the data to copy.</param>
            <param name="destination">Destination object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.Copy(System.Byte[],System.Int32,System.Int32,System.Object)">
            <summary>
            Copies data from byte array into specified object.
            </summary>
            <param name="arrData">Data to copy.</param>
            <param name="iStartIndex">Start index of the data to copy.</param>
            <param name="iCount">Number of bytes to copy.</param>
            <param name="destination">Destination object.</param>
        </member>
        <member name="M:Syncfusion.XlsIO.Parser.MemoryConverter.CopyObject(System.Object,System.Byte[],System.Int32)">
            <summary>
            
            </summary>
            <param name="source"></param>
            <param name="arrDestination"></param>
            <param name="iCount"></param>
        </member>
    </members>
</doc>

Anon7 - 2022
AnonSec Team